The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of YVAnchor, reference master (6aa201), with Swift 6.1 for visionOS using Xcode 16.3 on 24 Apr 2025 17:21:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme YVAnchor -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Shadberrow/YVAnchor.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Shadberrow/YVAnchor
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6aa2012 Update README.md
Cloned https://github.com/Shadberrow/YVAnchor.git
Revision (git rev-parse @):
6aa2012276468f7c73297a1f8b2dce6525204f35
SUCCESS checkout https://github.com/Shadberrow/YVAnchor.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Shadberrow/YVAnchor.git
https://github.com/Shadberrow/YVAnchor.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YVAnchor",
  "name" : "YVAnchor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "YVAnchor",
      "targets" : [
        "YVAnchor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YVAnchorTests",
      "module_type" : "SwiftTarget",
      "name" : "YVAnchorTests",
      "path" : "Tests/YVAnchorTests",
      "sources" : [
        "XCTestManifests.swift",
        "YVAnchorTests.swift"
      ],
      "target_dependencies" : [
        "YVAnchor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YVAnchor",
      "module_type" : "SwiftTarget",
      "name" : "YVAnchor",
      "path" : "Sources/YVAnchor",
      "product_memberships" : [
        "YVAnchor"
      ],
      "sources" : [
        "YVAnchor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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:
  YVAnchor: /Users/admin/builder/spi-builder-workspace
resolved source packages: YVAnchor
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YVAnchor",
  "name" : "YVAnchor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "YVAnchor",
      "targets" : [
        "YVAnchor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YVAnchorTests",
      "module_type" : "SwiftTarget",
      "name" : "YVAnchorTests",
      "path" : "Tests/YVAnchorTests",
      "sources" : [
        "XCTestManifests.swift",
        "YVAnchorTests.swift"
      ],
      "target_dependencies" : [
        "YVAnchor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YVAnchor",
      "module_type" : "SwiftTarget",
      "name" : "YVAnchor",
      "path" : "Sources/YVAnchor",
      "product_memberships" : [
        "YVAnchor"
      ],
      "sources" : [
        "YVAnchor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YVAnchor"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme YVAnchor -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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 YVAnchor -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  YVAnchor: /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 'YVAnchor' in project 'YVAnchor'
        ➜ Explicit dependency on target 'YVAnchor' in project 'YVAnchor'
    Target 'YVAnchor' in project 'YVAnchor' (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: 94df47c2dfc4df46038ca7e5234642a6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/94df47c2dfc4df46038ca7e5234642a6.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/YVAnchor.modulemap (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/YVAnchor.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/YVAnchor.DependencyMetadataFileList (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/YVAnchor.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.SwiftConstValuesFileList (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.LinkFileList (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor_const_extract_protocols.json (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.SwiftFileList (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor-OutputFileMap.json (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/YVAnchor.DependencyStaticMetadataFileList (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/YVAnchor.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/YVAnchor.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/YVAnchor.modulemap (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/YVAnchor.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver YVAnchor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YVAnchor' from project 'YVAnchor')
    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 YVAnchor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.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 -profile-coverage-mapping -profile-generate -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 -parse-as-library -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/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor-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/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.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/YVAnchor.build/Debug-xros/YVAnchor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor_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/YVAnchor.build/Debug-xros/YVAnchor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.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/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ YVAnchor (in target 'YVAnchor' from project 'YVAnchor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:9:61: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var leading : NSLayoutXAxisAnchor { get { return leadingAnchor } }
                                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:10:61: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var trailing: NSLayoutXAxisAnchor { get { return trailingAnchor } }
                                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:11:61: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var top     : NSLayoutYAxisAnchor { get { return 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/YVAnchor/YVAnchor.swift:12:61: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var bottom  : NSLayoutYAxisAnchor { get { return 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/YVAnchor/YVAnchor.swift:13:61: warning: main actor-isolated property 'leftAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var left    : NSLayoutXAxisAnchor { get { return 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/YVAnchor/YVAnchor.swift:14:61: warning: main actor-isolated property 'rightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var right   : NSLayoutXAxisAnchor { get { return 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/YVAnchor/YVAnchor.swift:15:61: warning: main actor-isolated property 'centerXAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var xAxis   : NSLayoutXAxisAnchor { get { return centerXAnchor } }
                                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:580:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:16:61: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var yAxis   : NSLayoutYAxisAnchor { get { return centerYAnchor } }
                                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:581:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:17:61: warning: main actor-isolated property 'centerXAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var centerX : NSLayoutXAxisAnchor { get { return centerXAnchor } }
                                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:580:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:18:61: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var centerY : NSLayoutYAxisAnchor { get { return centerYAnchor } }
                                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:581:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:19:61: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var width   : NSLayoutDimension   { get { return widthAnchor } }
                                                            ^
/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: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:20:61: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var height  : NSLayoutDimension   { get { return heightAnchor } }
                                                            ^
/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: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:22:85: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var safeTop     : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.topAnchor } }
                                                                                    ^
/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: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:22:65: warning: main actor-isolated property 'safeAreaLayoutGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var safeTop     : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.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: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/YVAnchor/YVAnchor.swift:23:85: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var safeBottom  : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.bottomAnchor } }
                                                                                    ^
/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: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:23:65: warning: main actor-isolated property 'safeAreaLayoutGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var safeBottom  : NSLayoutYAxisAnchor { get { return safeAreaLayoutGuide.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: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/YVAnchor/YVAnchor.swift:24:85: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var safeLeading : NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.leadingAnchor } }
                                                                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:46:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:24:65: warning: main actor-isolated property 'safeAreaLayoutGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var safeLeading : NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.leadingAnchor } }
                                                                ^
/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/YVAnchor/YVAnchor.swift:25:85: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var safeTrailing: NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.trailingAnchor } }
                                                                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:47:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:25:65: warning: main actor-isolated property 'safeAreaLayoutGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public var safeTrailing: NSLayoutXAxisAnchor { get { return safeAreaLayoutGuide.trailingAnchor } }
                                                                ^
/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/YVAnchor/YVAnchor.swift:29:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:28:17: note: add '@MainActor' to make instance method 'pin(_:to:constant:)' part of global actor 'MainActor'
    public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:30:26: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        var constraint = NSLayoutConstraint()
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:28:17: note: add '@MainActor' to make instance method 'pin(_:to:constant:)' part of global actor 'MainActor'
    public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:33:44: 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
        case .top       : constraint = top.constraint(equalTo: to as! NSLayoutAnchor<NSLayoutYAxisAnchor>, 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/YVAnchor/YVAnchor.swift:28:17: note: add '@MainActor' to make instance method 'pin(_:to:constant:)' part of global actor 'MainActor'
    public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:34: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
        case .left      : constraint = left.constraint(equalTo: to as! NSLayoutAnchor<NSLayoutXAxisAnchor>, 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/YVAnchor/YVAnchor.swift:28:17: note: add '@MainActor' to make instance method 'pin(_:to:constant:)' part of global actor 'MainActor'
    public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:35: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
        case .leading   : constraint = leading.constraint(equalTo: to as! NSLayoutAnchor<NSLayoutXAxisAnchor>, 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/YVAnchor/YVAnchor.swift:28:17: note: add '@MainActor' to make instance method 'pin(_:to:constant:)' part of global actor 'MainActor'
    public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:36: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
        case .right     : constraint = right.constraint(equalTo: to as! NSLayoutAnchor<NSLayoutXAxisAnchor>, 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/YVAnchor/YVAnchor.swift:28:17: note: add '@MainActor' to make instance method 'pin(_:to:constant:)' part of global actor 'MainActor'
    public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:37: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
        case .trailing  : constraint = trailing.constraint(equalTo: to as! NSLayoutAnchor<NSLayoutXAxisAnchor>, 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/YVAnchor/YVAnchor.swift:28:17: note: add '@MainActor' to make instance method 'pin(_:to:constant:)' part of global actor 'MainActor'
    public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:38: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
        case .bottom    : constraint = bottom.constraint(equalTo: to as! NSLayoutAnchor<NSLayoutYAxisAnchor>, 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/YVAnchor/YVAnchor.swift:28:17: note: add '@MainActor' to make instance method 'pin(_:to:constant:)' part of global actor 'MainActor'
    public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:42:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraint.isActive = true
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:28:17: note: add '@MainActor' to make instance method 'pin(_:to:constant:)' part of global actor 'MainActor'
    public func pin<T>(_ side: NSLayoutConstraint.Attribute, to: NSLayoutAnchor<T>, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:48:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:47:17: note: add '@MainActor' to make instance method 'size(width:height:)' part of global actor 'MainActor'
    public func size(width: CGFloat = 0, height: CGFloat = 0) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:52:43: 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
            widthConstraint = widthAnchor.constraint(equalToConstant: width)
                                          ^
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/YVAnchor/YVAnchor.swift:47:17: note: add '@MainActor' to make instance method 'size(width:height:)' part of global actor 'MainActor'
    public func size(width: CGFloat = 0, height: CGFloat = 0) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:52:31: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            widthConstraint = widthAnchor.constraint(equalToConstant: width)
                              ^
/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: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:47:17: note: add '@MainActor' to make instance method 'size(width:height:)' part of global actor 'MainActor'
    public func size(width: CGFloat = 0, height: CGFloat = 0) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:53:29: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            widthConstraint.isActive = true
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:47:17: note: add '@MainActor' to make instance method 'size(width:height:)' part of global actor 'MainActor'
    public func size(width: CGFloat = 0, height: CGFloat = 0) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:56:45: 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
            heightConstraint = heightAnchor.constraint(equalToConstant: height)
                                            ^
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/YVAnchor/YVAnchor.swift:47:17: note: add '@MainActor' to make instance method 'size(width:height:)' part of global actor 'MainActor'
    public func size(width: CGFloat = 0, height: CGFloat = 0) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:56:32: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            heightConstraint = heightAnchor.constraint(equalToConstant: height)
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:579:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:47:17: note: add '@MainActor' to make instance method 'size(width:height:)' part of global actor 'MainActor'
    public func size(width: CGFloat = 0, height: CGFloat = 0) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:57:30: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            heightConstraint.isActive = true
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:47:17: note: add '@MainActor' to make instance method 'size(width:height:)' part of global actor 'MainActor'
    public func size(width: CGFloat = 0, height: CGFloat = 0) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:68:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:67:17: note: add '@MainActor' to make instance method 'centered(in:constant:)' part of global actor 'MainActor'
    public func centered(in view: UIView, constant: CGPoint = CGPoint(x: 0, y: 0)) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:69:85: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        centerXAnchor.constraint(equalTo: view.centerXAnchor, constant: constant.x).isActive = true
                                                                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:67:17: note: add '@MainActor' to make instance method 'centered(in:constant:)' part of global actor 'MainActor'
    public func centered(in view: UIView, constant: CGPoint = CGPoint(x: 0, y: 0)) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:69:23: 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
        centerXAnchor.constraint(equalTo: view.centerXAnchor, constant: constant.x).isActive = true
                      ^
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/YVAnchor/YVAnchor.swift:67:17: note: add '@MainActor' to make instance method 'centered(in:constant:)' part of global actor 'MainActor'
    public func centered(in view: UIView, constant: CGPoint = CGPoint(x: 0, y: 0)) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:69:9: warning: main actor-isolated property 'centerXAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        centerXAnchor.constraint(equalTo: view.centerXAnchor, constant: constant.x).isActive = true
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:580:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:67:17: note: add '@MainActor' to make instance method 'centered(in:constant:)' part of global actor 'MainActor'
    public func centered(in view: UIView, constant: CGPoint = CGPoint(x: 0, y: 0)) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:69:48: warning: main actor-isolated property 'centerXAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        centerXAnchor.constraint(equalTo: view.centerXAnchor, constant: constant.x).isActive = true
                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:580:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:67:17: note: add '@MainActor' to make instance method 'centered(in:constant:)' part of global actor 'MainActor'
    public func centered(in view: UIView, constant: CGPoint = CGPoint(x: 0, y: 0)) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:70:85: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        centerYAnchor.constraint(equalTo: view.centerYAnchor, constant: constant.y).isActive = true
                                                                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:67:17: note: add '@MainActor' to make instance method 'centered(in:constant:)' part of global actor 'MainActor'
    public func centered(in view: UIView, constant: CGPoint = CGPoint(x: 0, y: 0)) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:70:23: 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
        centerYAnchor.constraint(equalTo: view.centerYAnchor, constant: constant.y).isActive = true
                      ^
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/YVAnchor/YVAnchor.swift:67:17: note: add '@MainActor' to make instance method 'centered(in:constant:)' part of global actor 'MainActor'
    public func centered(in view: UIView, constant: CGPoint = CGPoint(x: 0, y: 0)) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:70:9: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        centerYAnchor.constraint(equalTo: view.centerYAnchor, constant: constant.y).isActive = true
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:581:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:67:17: note: add '@MainActor' to make instance method 'centered(in:constant:)' part of global actor 'MainActor'
    public func centered(in view: UIView, constant: CGPoint = CGPoint(x: 0, y: 0)) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:70:48: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        centerYAnchor.constraint(equalTo: view.centerYAnchor, constant: constant.y).isActive = true
                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:581:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:67:17: note: add '@MainActor' to make instance method 'centered(in:constant:)' part of global actor 'MainActor'
    public func centered(in view: UIView, constant: CGPoint = CGPoint(x: 0, y: 0)) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:75:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:74:17: note: add '@MainActor' to make instance method 'centerX(in:constant:)' part of global actor 'MainActor'
    public func centerX(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:76:40: 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
        let constraint = centerXAnchor.constraint(equalTo: view.centerXAnchor, 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/YVAnchor/YVAnchor.swift:74:17: note: add '@MainActor' to make instance method 'centerX(in:constant:)' part of global actor 'MainActor'
    public func centerX(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:76:26: warning: main actor-isolated property 'centerXAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = centerXAnchor.constraint(equalTo: view.centerXAnchor, 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:580:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:74:17: note: add '@MainActor' to make instance method 'centerX(in:constant:)' part of global actor 'MainActor'
    public func centerX(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:76:65: warning: main actor-isolated property 'centerXAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = centerXAnchor.constraint(equalTo: view.centerXAnchor, 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:580:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:74:17: note: add '@MainActor' to make instance method 'centerX(in:constant:)' part of global actor 'MainActor'
    public func centerX(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:77:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraint.isActive = true
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:74:17: note: add '@MainActor' to make instance method 'centerX(in:constant:)' part of global actor 'MainActor'
    public func centerX(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:83:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:82:17: note: add '@MainActor' to make instance method 'centerY(in:constant:)' part of global actor 'MainActor'
    public func centerY(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:84:40: 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
        let constraint = centerYAnchor.constraint(equalTo: view.centerYAnchor, 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/YVAnchor/YVAnchor.swift:82:17: note: add '@MainActor' to make instance method 'centerY(in:constant:)' part of global actor 'MainActor'
    public func centerY(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:84:26: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = centerYAnchor.constraint(equalTo: view.centerYAnchor, 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:581:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:82:17: note: add '@MainActor' to make instance method 'centerY(in:constant:)' part of global actor 'MainActor'
    public func centerY(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:84:65: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = centerYAnchor.constraint(equalTo: view.centerYAnchor, 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:581:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:82:17: note: add '@MainActor' to make instance method 'centerY(in:constant:)' part of global actor 'MainActor'
    public func centerY(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:85:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraint.isActive = true
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:82:17: note: add '@MainActor' to make instance method 'centerY(in:constant:)' part of global actor 'MainActor'
    public func centerY(in view: UIView, constant: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:96:9: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        layer.cornerRadius = radius
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:95:17: note: add '@MainActor' to make instance method 'square(_:cornerRadius:)' part of global actor 'MainActor'
    public func square(_ side: CGFloat, cornerRadius radius: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:97:9: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        layer.masksToBounds = true
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:95:17: note: add '@MainActor' to make instance method 'square(_:cornerRadius:)' part of global actor 'MainActor'
    public func square(_ side: CGFloat, cornerRadius radius: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:103:9: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        layer.cornerRadius = radius
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:102:17: note: add '@MainActor' to make instance method 'circle' part of global actor 'MainActor'
    public func circle(_ radius: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:104:9: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        layer.masksToBounds = true
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:102:17: note: add '@MainActor' to make instance method 'circle' part of global actor 'MainActor'
    public func circle(_ radius: CGFloat) -> (width: NSLayoutConstraint?, height: NSLayoutConstraint?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:122:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:121:17: note: add '@MainActor' to make instance method 'width' part of global actor 'MainActor'
    public func width(_ width: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:123:38: 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
        let constraint = widthAnchor.constraint(equalToConstant: width)
                                     ^
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/YVAnchor/YVAnchor.swift:121:17: note: add '@MainActor' to make instance method 'width' part of global actor 'MainActor'
    public func width(_ width: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:123:26: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = widthAnchor.constraint(equalToConstant: width)
                         ^
/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: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:121:17: note: add '@MainActor' to make instance method 'width' part of global actor 'MainActor'
    public func width(_ width: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:124:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraint.isActive = true
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:121:17: note: add '@MainActor' to make instance method 'width' part of global actor 'MainActor'
    public func width(_ width: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:130:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:129:17: note: add '@MainActor' to make instance method 'width(equalTo:multiplier:)' part of global actor 'MainActor'
    public func width(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:131:38: 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
        let constraint = widthAnchor.constraint(equalTo: dimension, multiplier: multiplier)
                                     ^
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/YVAnchor/YVAnchor.swift:129:17: note: add '@MainActor' to make instance method 'width(equalTo:multiplier:)' part of global actor 'MainActor'
    public func width(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:131:26: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = widthAnchor.constraint(equalTo: dimension, multiplier: multiplier)
                         ^
/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: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:129:17: note: add '@MainActor' to make instance method 'width(equalTo:multiplier:)' part of global actor 'MainActor'
    public func width(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:132:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraint.isActive = true
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:129:17: note: add '@MainActor' to make instance method 'width(equalTo:multiplier:)' part of global actor 'MainActor'
    public func width(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:138:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:137:17: note: add '@MainActor' to make instance method 'width(lessThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func width(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:139:38: 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
        let constraint = widthAnchor.constraint(lessThanOrEqualTo: dimension, multiplier: m)
                                     ^
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/YVAnchor/YVAnchor.swift:137:17: note: add '@MainActor' to make instance method 'width(lessThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func width(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:139:26: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = widthAnchor.constraint(lessThanOrEqualTo: dimension, multiplier: m)
                         ^
/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: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:137:17: note: add '@MainActor' to make instance method 'width(lessThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func width(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:140:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraint.isActive = true
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:137:17: note: add '@MainActor' to make instance method 'width(lessThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func width(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:146:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:145:17: note: add '@MainActor' to make instance method 'width(lessThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func width(lessThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:147:38: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let constraint = widthAnchor.constraint(lessThanOrEqualToConstant: constant)
                                     ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualToConstant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:145:17: note: add '@MainActor' to make instance method 'width(lessThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func width(lessThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:147:26: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = widthAnchor.constraint(lessThanOrEqualToConstant: 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:578:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:145:17: note: add '@MainActor' to make instance method 'width(lessThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func width(lessThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:148:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraint.isActive = true
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:145:17: note: add '@MainActor' to make instance method 'width(lessThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func width(lessThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:154:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:153:17: note: add '@MainActor' to make instance method 'width(greaterThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func width(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:155:38: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let constraint = widthAnchor.constraint(greaterThanOrEqualTo: dimension, multiplier: m)
                                     ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:153:17: note: add '@MainActor' to make instance method 'width(greaterThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func width(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:155:26: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = widthAnchor.constraint(greaterThanOrEqualTo: dimension, multiplier: m)
                         ^
/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: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:153:17: note: add '@MainActor' to make instance method 'width(greaterThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func width(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:156:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraint.isActive = true
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:153:17: note: add '@MainActor' to make instance method 'width(greaterThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func width(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:162:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:161:17: note: add '@MainActor' to make instance method 'width(greaterThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func width(greaterThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:163:38: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let constraint = widthAnchor.constraint(greaterThanOrEqualToConstant: constant)
                                     ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualToConstant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:161:17: note: add '@MainActor' to make instance method 'width(greaterThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func width(greaterThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:163:26: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = widthAnchor.constraint(greaterThanOrEqualToConstant: 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:578:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:161:17: note: add '@MainActor' to make instance method 'width(greaterThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func width(greaterThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:164:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraint.isActive = true
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:161:17: note: add '@MainActor' to make instance method 'width(greaterThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func width(greaterThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:176:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:175:17: note: add '@MainActor' to make instance method 'height' part of global actor 'MainActor'
    public func height(_ height: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:177:39: 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
        let constraint = heightAnchor.constraint(equalToConstant: height)
                                      ^
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/YVAnchor/YVAnchor.swift:175:17: note: add '@MainActor' to make instance method 'height' part of global actor 'MainActor'
    public func height(_ height: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:177:26: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = heightAnchor.constraint(equalToConstant: height)
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:579:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:175:17: note: add '@MainActor' to make instance method 'height' part of global actor 'MainActor'
    public func height(_ height: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:178:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraint.isActive = true
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:175:17: note: add '@MainActor' to make instance method 'height' part of global actor 'MainActor'
    public func height(_ height: CGFloat = 0) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:184:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:183:17: note: add '@MainActor' to make instance method 'height(equalTo:multiplier:)' part of global actor 'MainActor'
    public func height(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:185:39: 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
        let constraint = heightAnchor.constraint(equalTo: dimension, multiplier: multiplier)
                                      ^
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/YVAnchor/YVAnchor.swift:183:17: note: add '@MainActor' to make instance method 'height(equalTo:multiplier:)' part of global actor 'MainActor'
    public func height(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:185:26: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = heightAnchor.constraint(equalTo: dimension, multiplier: multiplier)
                         ^
/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: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:183:17: note: add '@MainActor' to make instance method 'height(equalTo:multiplier:)' part of global actor 'MainActor'
    public func height(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:186:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraint.isActive = true
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:183:17: note: add '@MainActor' to make instance method 'height(equalTo:multiplier:)' part of global actor 'MainActor'
    public func height(equalTo dimension: NSLayoutDimension, multiplier: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:192:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:191:17: note: add '@MainActor' to make instance method 'height(lessThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func height(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:193:39: 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
        let constraint = heightAnchor.constraint(lessThanOrEqualTo: dimension, multiplier: m)
                                      ^
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/YVAnchor/YVAnchor.swift:191:17: note: add '@MainActor' to make instance method 'height(lessThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func height(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:193:26: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = heightAnchor.constraint(lessThanOrEqualTo: dimension, multiplier: m)
                         ^
/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: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:191:17: note: add '@MainActor' to make instance method 'height(lessThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func height(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:194:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraint.isActive = true
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:191:17: note: add '@MainActor' to make instance method 'height(lessThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func height(lessThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:200:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:199:17: note: add '@MainActor' to make instance method 'height(lessThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func height(lessThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:201:39: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let constraint = heightAnchor.constraint(lessThanOrEqualToConstant: constant)
                                      ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualToConstant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:199:17: note: add '@MainActor' to make instance method 'height(lessThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func height(lessThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:201:26: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = heightAnchor.constraint(lessThanOrEqualToConstant: 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:579:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:199:17: note: add '@MainActor' to make instance method 'height(lessThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func height(lessThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:202:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraint.isActive = true
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:199:17: note: add '@MainActor' to make instance method 'height(lessThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func height(lessThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:208:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:207:17: note: add '@MainActor' to make instance method 'height(greaterThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func height(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:209:39: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let constraint = heightAnchor.constraint(greaterThanOrEqualTo: dimension, multiplier: m)
                                      ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:207:17: note: add '@MainActor' to make instance method 'height(greaterThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func height(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:209:26: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = heightAnchor.constraint(greaterThanOrEqualTo: dimension, multiplier: m)
                         ^
/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: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:207:17: note: add '@MainActor' to make instance method 'height(greaterThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func height(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:210:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraint.isActive = true
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:207:17: note: add '@MainActor' to make instance method 'height(greaterThanOrEqualTo:multiplier:)' part of global actor 'MainActor'
    public func height(greaterThanOrEqualTo dimension: NSLayoutDimension, multiplier m: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:216:9: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        translatesAutoresizingMaskIntoConstraints = false
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:215:17: note: add '@MainActor' to make instance method 'height(greaterThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func height(greaterThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:217:39: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let constraint = heightAnchor.constraint(greaterThanOrEqualToConstant: constant)
                                      ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualToConstant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:215:17: note: add '@MainActor' to make instance method 'height(greaterThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func height(greaterThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:217:26: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let constraint = heightAnchor.constraint(greaterThanOrEqualToConstant: 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:579:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:215:17: note: add '@MainActor' to make instance method 'height(greaterThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func height(greaterThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:218:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraint.isActive = true
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/YVAnchor/YVAnchor.swift:215:17: note: add '@MainActor' to make instance method 'height(greaterThanOrEqualToConstant:)' part of global actor 'MainActor'
    public func height(greaterThanOrEqualToConstant constant: CGFloat = 1) -> NSLayoutConstraint {
                ^
SwiftDriverJobDiscovery normal arm64 Emitting module for YVAnchor (in target 'YVAnchor' from project 'YVAnchor')
SwiftDriver\ Compilation\ Requirements YVAnchor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YVAnchor' from project 'YVAnchor')
    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 YVAnchor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.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 -profile-coverage-mapping -profile-generate -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 -parse-as-library -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/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor-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/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.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/YVAnchor.build/Debug-xros/YVAnchor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor_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/YVAnchor.build/Debug-xros/YVAnchor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.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/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor-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/YVAnchor-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor-Swift.h (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/YVAnchor-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YVAnchor.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftdoc (in target 'YVAnchor' from project 'YVAnchor')
    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/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YVAnchor.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YVAnchor.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftmodule (in target 'YVAnchor' from project 'YVAnchor')
    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/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YVAnchor.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YVAnchor.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.abi.json (in target 'YVAnchor' from project 'YVAnchor')
    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/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YVAnchor.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YVAnchor.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftsourceinfo (in target 'YVAnchor' from project 'YVAnchor')
    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/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YVAnchor.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling YVAnchor.swift (in target 'YVAnchor' from project 'YVAnchor')
SwiftDriver\ Compilation YVAnchor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name YVAnchor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.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 -profile-coverage-mapping -profile-generate -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 -parse-as-library -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/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor-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/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.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/YVAnchor.build/Debug-xros/YVAnchor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor_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/YVAnchor.build/Debug-xros/YVAnchor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.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/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YVAnchor.o normal (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YVAnchor.o
ExtractAppIntentsMetadata (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name YVAnchor --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.YVAnchor --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YVAnchor.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YVAnchor.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/YVAnchor.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/YVAnchor.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YVAnchor.build/Debug-xros/YVAnchor.build/Objects-normal/arm64/YVAnchor.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 10:21:11.674 appintentsmetadataprocessor[717:4022] Starting appintentsmetadataprocessor export
2025-04-24 10:21:11.713 appintentsmetadataprocessor[717:4022] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YVAnchor.o (in target 'YVAnchor' from project 'YVAnchor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YVAnchor.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YVAnchor",
  "name" : "YVAnchor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "YVAnchor",
      "targets" : [
        "YVAnchor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YVAnchorTests",
      "module_type" : "SwiftTarget",
      "name" : "YVAnchorTests",
      "path" : "Tests/YVAnchorTests",
      "sources" : [
        "XCTestManifests.swift",
        "YVAnchorTests.swift"
      ],
      "target_dependencies" : [
        "YVAnchor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YVAnchor",
      "module_type" : "SwiftTarget",
      "name" : "YVAnchor",
      "path" : "Sources/YVAnchor",
      "product_memberships" : [
        "YVAnchor"
      ],
      "sources" : [
        "YVAnchor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.