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 VDPin, reference main (79f2c5), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 13:50:06 UTC.

Swift 6 data race errors: 28

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme VDPin -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/dankinsoid/VDPin.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/VDPin
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 79f2c50 Create FUNDING.yml
Cloned https://github.com/dankinsoid/VDPin.git
Revision (git rev-parse @):
79f2c50759f0511ef69729fb78d9f04418829715
SUCCESS checkout https://github.com/dankinsoid/VDPin.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dankinsoid/VDPin.git
https://github.com/dankinsoid/VDPin.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "VDPin",
  "name" : "VDPin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VDPin",
      "targets" : [
        "VDPin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VDPin",
      "module_type" : "SwiftTarget",
      "name" : "VDPin",
      "path" : "Sources/VDPin",
      "product_memberships" : [
        "VDPin"
      ],
      "sources" : [
        "Constraints.swift",
        "Edge+Ext.swift",
        "Extensions/Collection++.swift",
        "Extensions/ContentPriority.swift",
        "Extensions/UIApplication++.swift",
        "Extensions/UIView++.swift",
        "NSLayoutConstraint+Ext.swift",
        "NSLayoutConstraint+pin.swift",
        "NSLayoutConstraintAttribute+Ext.swift",
        "NSLayoutConstraintAttributeSet.swift",
        "NSLayoutConstraintable.swift",
        "NSLayoutConstraints+Options.swift",
        "Pinnable.swift",
        "RangeConvertable.swift",
        "UILayoutPriority+Ext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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:
  VDPin: /Users/admin/builder/spi-builder-workspace
resolved source packages: VDPin
{
  "dependencies" : [
  ],
  "manifest_display_name" : "VDPin",
  "name" : "VDPin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VDPin",
      "targets" : [
        "VDPin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VDPin",
      "module_type" : "SwiftTarget",
      "name" : "VDPin",
      "path" : "Sources/VDPin",
      "product_memberships" : [
        "VDPin"
      ],
      "sources" : [
        "Constraints.swift",
        "Edge+Ext.swift",
        "Extensions/Collection++.swift",
        "Extensions/ContentPriority.swift",
        "Extensions/UIApplication++.swift",
        "Extensions/UIView++.swift",
        "NSLayoutConstraint+Ext.swift",
        "NSLayoutConstraint+pin.swift",
        "NSLayoutConstraintAttribute+Ext.swift",
        "NSLayoutConstraintAttributeSet.swift",
        "NSLayoutConstraintable.swift",
        "NSLayoutConstraints+Options.swift",
        "Pinnable.swift",
        "RangeConvertable.swift",
        "UILayoutPriority+Ext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "VDPin"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme VDPin -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 VDPin -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:
  VDPin: /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 'VDPin' in project 'VDPin'
        ➜ Explicit dependency on target 'VDPin' in project 'VDPin'
    Target 'VDPin' in project 'VDPin' (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: e7249ec448e294e896f315aa75679652
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e7249ec448e294e896f315aa75679652.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
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
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/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/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/VDPin.build/Debug-xros/VDPin.build/VDPin.modulemap (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/VDPin.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/VDPin.DependencyMetadataFileList (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/VDPin.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/VDPin.DependencyStaticMetadataFileList (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/VDPin.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin_const_extract_protocols.json (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin-OutputFileMap.json (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.SwiftConstValuesFileList (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.SwiftFileList (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.LinkFileList (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/VDPin.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/VDPin.modulemap (in target 'VDPin' from project 'VDPin')
    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/VDPin.build/Debug-xros/VDPin.build/VDPin.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver VDPin normal arm64 com.apple.xcode.tools.swift.compiler (in target 'VDPin' from project 'VDPin')
    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 VDPin -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin-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/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.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/VDPin.build/Debug-xros/VDPin.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin_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/VDPin.build/Debug-xros/VDPin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.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/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ NSLayoutConstraint+Ext.swift,\ NSLayoutConstraint+pin.swift /Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift (in target 'VDPin' from project 'VDPin')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+Ext.swift (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:22:36: warning: call to main actor-isolated static method 'create(attribute:item:attribute:toItem:options:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                NSLayoutConstraint.create(
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+Ext.swift:5:17: note: calls to static method 'create(attribute:item:attribute:toItem:options:file:line:)' from outside of its actor context are implicitly asynchronous
    static func create(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:78:40: warning: call to main actor-isolated static method 'create(attribute:item:attribute:toItem:options:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                    NSLayoutConstraint.create(
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+Ext.swift:5:17: note: calls to static method 'create(attribute:item:attribute:toItem:options:file:line:)' from outside of its actor context are implicitly asynchronous
    static func create(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:133:40: warning: call to main actor-isolated static method 'create(attribute:item:attribute:toItem:options:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                    NSLayoutConstraint.create(
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+Ext.swift:5:17: note: calls to static method 'create(attribute:item:attribute:toItem:options:file:line:)' from outside of its actor context are implicitly asynchronous
    static func create(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:166:44: warning: call to main actor-isolated static method 'create(attribute:item:attribute:toItem:options:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                        NSLayoutConstraint.create(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+Ext.swift:5:17: note: calls to static method 'create(attribute:item:attribute:toItem:options:file:line:)' from outside of its actor context are implicitly asynchronous
    static func create(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:195:36: warning: call to main actor-isolated static method 'create(attribute:item:attribute:toItem:options:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                NSLayoutConstraint.create(
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+Ext.swift:5:17: note: calls to static method 'create(attribute:item:attribute:toItem:options:file:line:)' from outside of its actor context are implicitly asynchronous
    static func create(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:22:36: warning: sending 'item' risks causing data races; this is an error in the Swift 6 language mode
                NSLayoutConstraint.create(
                ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:22:36: note: sending task-isolated 'item' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                NSLayoutConstraint.create(
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:22:36: warning: sending 'toItem' risks causing data races; this is an error in the Swift 6 language mode
                NSLayoutConstraint.create(
                ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:22:36: note: sending task-isolated 'toItem' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                NSLayoutConstraint.create(
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:22:36: warning: sending 'options' risks causing data races; this is an error in the Swift 6 language mode
                NSLayoutConstraint.create(
                ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:22:36: note: sending task-isolated 'options' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                NSLayoutConstraint.create(
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:78:40: warning: sending 'item' risks causing data races; this is an error in the Swift 6 language mode
                    NSLayoutConstraint.create(
                    ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:78:40: note: sending task-isolated 'item' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                    NSLayoutConstraint.create(
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:78:40: warning: sending 'toItem' risks causing data races; this is an error in the Swift 6 language mode
                    NSLayoutConstraint.create(
                    ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:78:40: note: sending task-isolated 'toItem' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                    NSLayoutConstraint.create(
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:78:40: warning: sending value of non-Sendable type 'NSLayoutConstraint.Options' risks causing data races; this is an error in the Swift 6 language mode
                    NSLayoutConstraint.create(
                    ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:78:40: note: sending task-isolated value of non-Sendable type 'NSLayoutConstraint.Options' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
                    NSLayoutConstraint.create(
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:133:40: warning: sending 'item' risks causing data races; this is an error in the Swift 6 language mode
                    NSLayoutConstraint.create(
                    ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:133:40: note: sending task-isolated 'item' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                    NSLayoutConstraint.create(
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:133:40: warning: sending 'toItem' risks causing data races; this is an error in the Swift 6 language mode
                    NSLayoutConstraint.create(
                    ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:133:40: note: sending task-isolated 'toItem' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                    NSLayoutConstraint.create(
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:133:40: warning: sending value of non-Sendable type 'NSLayoutConstraint.Options' risks causing data races; this is an error in the Swift 6 language mode
                    NSLayoutConstraint.create(
                    ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:133:40: note: sending task-isolated value of non-Sendable type 'NSLayoutConstraint.Options' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
                    NSLayoutConstraint.create(
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:166:44: warning: sending 'item' risks causing data races; this is an error in the Swift 6 language mode
                        NSLayoutConstraint.create(
                        ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:166:44: note: sending task-isolated 'item' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                        NSLayoutConstraint.create(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:166:44: warning: sending 'toItem' risks causing data races; this is an error in the Swift 6 language mode
                        NSLayoutConstraint.create(
                        ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:166:44: note: sending task-isolated 'toItem' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                        NSLayoutConstraint.create(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:166:44: warning: sending 'options' risks causing data races; this is an error in the Swift 6 language mode
                        NSLayoutConstraint.create(
                        ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:166:44: note: sending task-isolated 'options' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                        NSLayoutConstraint.create(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:195:36: warning: sending 'item' risks causing data races; this is an error in the Swift 6 language mode
                NSLayoutConstraint.create(
                ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:195:36: note: sending task-isolated 'item' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                NSLayoutConstraint.create(
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:195:36: warning: sending value of non-Sendable type 'any NSLayoutConstraintable' risks causing data races; this is an error in the Swift 6 language mode
                NSLayoutConstraint.create(
                ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:195:36: note: sending task-isolated value of non-Sendable type 'any NSLayoutConstraintable' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
                NSLayoutConstraint.create(
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:195:36: warning: sending 'options' risks causing data races; this is an error in the Swift 6 language mode
                NSLayoutConstraint.create(
                ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraint+pin.swift:195:36: note: sending task-isolated 'options' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                NSLayoutConstraint.create(
                                   ^
SwiftCompile normal arm64 Compiling\ NSLayoutConstraintable.swift /Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintable.swift (in target 'VDPin' from project 'VDPin')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintable.swift (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NSLayoutConstraintAttribute+Ext.swift,\ NSLayoutConstraintAttributeSet.swift /Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttribute+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift (in target 'VDPin' from project 'VDPin')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttribute+Ext.swift (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttribute+Ext.swift:40:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension NSLayoutConstraint.Attribute: CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttribute+Ext.swift:40:1: note: add '@retroactive' to silence this warning
extension NSLayoutConstraint.Attribute: CustomStringConvertible {
^                                       ~~~~~~~~~~~~~~~~~~~~~~~
                                        @retroactive CustomStringConvertible
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:157:16: warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let top = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:157:16: note: add '@MainActor' to make static property 'top' part of global actor 'MainActor'
    static let top = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:157:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let top = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:158:16: warning: static property 'left' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let left = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 1)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:158:16: note: add '@MainActor' to make static property 'left' part of global actor 'MainActor'
    static let left = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 1)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:158:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let left = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 1)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:159:16: warning: static property 'right' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let right = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:159:16: note: add '@MainActor' to make static property 'right' part of global actor 'MainActor'
    static let right = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:159:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let right = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:160:16: warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let bottom = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 3)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:160:16: note: add '@MainActor' to make static property 'bottom' part of global actor 'MainActor'
    static let bottom = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 3)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:160:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let bottom = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 3)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:161:16: warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let leading = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 4)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:161:16: note: add '@MainActor' to make static property 'leading' part of global actor 'MainActor'
    static let leading = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 4)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:161:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let leading = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 4)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:162:16: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let trailing = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 5)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:162:16: note: add '@MainActor' to make static property 'trailing' part of global actor 'MainActor'
    static let trailing = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 5)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:162:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let trailing = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 5)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:163:16: warning: static property 'width' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let width = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 6)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:163:16: note: add '@MainActor' to make static property 'width' part of global actor 'MainActor'
    static let width = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 6)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:163:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let width = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 6)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:164:16: warning: static property 'height' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let height = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 7)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:164:16: note: add '@MainActor' to make static property 'height' part of global actor 'MainActor'
    static let height = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 7)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:164:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let height = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 7)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:165:16: warning: static property 'centerX' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let centerX = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 8)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:165:16: note: add '@MainActor' to make static property 'centerX' part of global actor 'MainActor'
    static let centerX = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 8)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:165:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let centerX = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 8)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:166:16: warning: static property 'centerY' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let centerY = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 9)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:166:16: note: add '@MainActor' to make static property 'centerY' part of global actor 'MainActor'
    static let centerY = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 9)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:166:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let centerY = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 9)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:167:16: warning: static property 'lastBaseline' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let lastBaseline = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 10)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:167:16: note: add '@MainActor' to make static property 'lastBaseline' part of global actor 'MainActor'
    static let lastBaseline = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 10)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:167:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let lastBaseline = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 10)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:168:16: warning: static property 'firstBaseline' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let firstBaseline = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 11)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:168:16: note: add '@MainActor' to make static property 'firstBaseline' part of global actor 'MainActor'
    static let firstBaseline = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 11)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:168:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let firstBaseline = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 11)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:169:16: warning: static property 'leftMargin' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let leftMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 12)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:169:16: note: add '@MainActor' to make static property 'leftMargin' part of global actor 'MainActor'
    static let leftMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 12)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:169:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let leftMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 12)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:170:16: warning: static property 'rightMargin' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rightMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 13)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:170:16: note: add '@MainActor' to make static property 'rightMargin' part of global actor 'MainActor'
    static let rightMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 13)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:170:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rightMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 13)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:171:16: warning: static property 'topMargin' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let topMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 14)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:171:16: note: add '@MainActor' to make static property 'topMargin' part of global actor 'MainActor'
    static let topMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 14)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:171:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let topMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 14)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:172:16: warning: static property 'bottomMargin' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let bottomMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 15)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:172:16: note: add '@MainActor' to make static property 'bottomMargin' part of global actor 'MainActor'
    static let bottomMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 15)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:172:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let bottomMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 15)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:173:16: warning: static property 'leadingMargin' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let leadingMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 16)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:173:16: note: add '@MainActor' to make static property 'leadingMargin' part of global actor 'MainActor'
    static let leadingMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 16)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:173:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let leadingMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 16)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:174:16: warning: static property 'trailingMargin' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let trailingMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 17)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:174:16: note: add '@MainActor' to make static property 'trailingMargin' part of global actor 'MainActor'
    static let trailingMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 17)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:174:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let trailingMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 17)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:175:16: warning: static property 'centerXWithinMargins' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let centerXWithinMargins = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 18)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:175:16: note: add '@MainActor' to make static property 'centerXWithinMargins' part of global actor 'MainActor'
    static let centerXWithinMargins = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 18)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:175:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let centerXWithinMargins = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 18)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:176:16: warning: static property 'centerYWithinMargins' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let centerYWithinMargins = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 19)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:176:16: note: add '@MainActor' to make static property 'centerYWithinMargins' part of global actor 'MainActor'
    static let centerYWithinMargins = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 19)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:176:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let centerYWithinMargins = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 19)
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Constraints.swift,\ Edge+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/VDPin/Constraints.swift /Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift (in target 'VDPin' from project 'VDPin')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDPin/Constraints.swift (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Constraints.swift:17:34: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        constraints.forEach { $0.isActive = active }
                                 ^
/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/VDPin/Constraints.swift:22:31: warning: main actor-isolated property 'isActive' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let isActive = $0.isActive
                              ^
/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: property declared here
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Constraints.swift:23:16: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            $0.isActive = false
               ^
/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/VDPin/Constraints.swift:24:16: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            $0.priority = priority
               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Constraints.swift:25:16: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            $0.isActive = isActive
               ^
/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/VDPin/Constraints.swift:31:16: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            $0.constant = constant * $0.firstAttribute.offsetMultiplier
               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: mutation of this property is only permitted within the actor
@property CGFloat constant;
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Constraints.swift:31:41: warning: main actor-isolated property 'firstAttribute' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            $0.constant = constant * $0.firstAttribute.offsetMultiplier
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:165:40: note: property declared here
@property (readonly) NSLayoutAttribute firstAttribute;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Constraints.swift:39:36: warning: main actor-isolated property 'identifier' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        "[\n\(constraints.map { $0.identifier ?? "\($0)" }.joined(separator: "\n    "))\n]"
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:196:38: note: property declared here
@property (nullable, copy) NSString *identifier API_AVAILABLE(macos(10.7), ios(7.0));
                                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:3:1: warning: extension declares a conformance of imported type 'Set' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
extension Edge.Set: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:3:1: note: add '@retroactive' to silence this warning
extension Edge.Set: Hashable {
^                   ~~~~~~~~
                    @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:24:1: warning: extension declares a conformance of imported type 'UIRectEdge' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIRectEdge: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:24:1: note: add '@retroactive' to silence this warning
extension UIRectEdge: Hashable {
^                     ~~~~~~~~
                      @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:56:1: warning: extension declares a conformance of imported type 'UIRectEdge' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIRectEdge: CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:56:1: note: add '@retroactive' to silence this warning
extension UIRectEdge: CustomStringConvertible {
^                     ~~~~~~~~~~~~~~~~~~~~~~~
                      @retroactive CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:125:1: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByDictionaryLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIEdgeInsets: ExpressibleByDictionaryLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:125:1: note: add '@retroactive' to silence this warning
extension UIEdgeInsets: ExpressibleByDictionaryLiteral {
^                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        @retroactive ExpressibleByDictionaryLiteral
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:48:30: warning: main actor-isolated property 'isLTRLanguage' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? .right : .left
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/UIApplication++.swift:5:9: note: property declared here
    var isLTRLanguage: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:48:23: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? .right : .left
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:87:54: note: class property declared here
@property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:52:30: warning: main actor-isolated property 'isLTRLanguage' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? .left : .right
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/UIApplication++.swift:5:9: note: property declared here
    var isLTRLanguage: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:52:23: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? .left : .right
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:87:54: note: class property declared here
@property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:106:30: warning: main actor-isolated property 'isLTRLanguage' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? .leading : .trailing
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/UIApplication++.swift:5:9: note: property declared here
    var isLTRLanguage: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:106:23: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? .leading : .trailing
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:87:54: note: class property declared here
@property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:110:30: warning: main actor-isolated property 'isLTRLanguage' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? .trailing : .leading
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/UIApplication++.swift:5:9: note: property declared here
    var isLTRLanguage: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:110:23: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? .trailing : .leading
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:87:54: note: class property declared here
@property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:117:30: warning: main actor-isolated property 'isLTRLanguage' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? .leading : .trailing
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/UIApplication++.swift:5:9: note: property declared here
    var isLTRLanguage: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:117:23: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? .leading : .trailing
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:87:54: note: class property declared here
@property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:121:30: warning: main actor-isolated property 'isLTRLanguage' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? .trailing : .leading
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/UIApplication++.swift:5:9: note: property declared here
    var isLTRLanguage: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:121:23: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? .trailing : .leading
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:87:54: note: class property declared here
@property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:186:40: warning: main actor-isolated property 'isLTRLanguage' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            left: UIApplication.shared.isLTRLanguage ? leading : trailing,
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/UIApplication++.swift:5:9: note: property declared here
    var isLTRLanguage: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:186:33: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            left: UIApplication.shared.isLTRLanguage ? leading : trailing,
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:87:54: note: class property declared here
@property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:188:41: warning: main actor-isolated property 'isLTRLanguage' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            right: UIApplication.shared.isLTRLanguage ? trailing : leading
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/UIApplication++.swift:5:9: note: property declared here
    var isLTRLanguage: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:188:34: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            right: UIApplication.shared.isLTRLanguage ? trailing : leading
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:87:54: note: class property declared here
@property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:208:30: warning: main actor-isolated property 'isLTRLanguage' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? 0 : 1
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/UIApplication++.swift:5:9: note: property declared here
    var isLTRLanguage: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:208:23: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? 0 : 1
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:87:54: note: class property declared here
@property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:212:30: warning: main actor-isolated property 'isLTRLanguage' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? 1 : 0
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/UIApplication++.swift:5:9: note: property declared here
    var isLTRLanguage: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:212:23: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        UIApplication.shared.isLTRLanguage ? 1 : 0
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:87:54: note: class property declared here
@property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
                                                     ^
SwiftCompile normal arm64 Compiling\ NSLayoutConstraints+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraints+Options.swift (in target 'VDPin' from project 'VDPin')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraints+Options.swift (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraints+Options.swift:75:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var `default` = NSLayoutConstraint.Options()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraints+Options.swift:75:16: note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
    static var `default` = NSLayoutConstraint.Options()
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraints+Options.swift:75:16: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    static var `default` = NSLayoutConstraint.Options()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraints+Options.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var `default` = NSLayoutConstraint.Options()
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ RangeConvertable.swift /Users/admin/builder/spi-builder-workspace/Sources/VDPin/RangeConvertable.swift (in target 'VDPin' from project 'VDPin')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDPin/RangeConvertable.swift (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Pinnable.swift:20:16: warning: main actor-isolated property 'constraintItem' cannot be used to satisfy nonisolated requirement from protocol 'NSLayoutConstraintable'; this is an error in the Swift 6 language mode
    public var constraintItem: AnyObject { self }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Pinnable.swift:18:19: note: add '@preconcurrency' to the 'NSLayoutConstraintable' conformance to defer isolation checking to run time
extension UIView: NSLayoutConstraintable, Pinnable {
                  ^
                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintable.swift:6:9: note: requirement 'constraintItem' declared here
    var constraintItem: AnyObject { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Pinnable.swift:25:16: warning: main actor-isolated property 'constraintItem' cannot be used to satisfy nonisolated requirement from protocol 'NSLayoutConstraintable'; this is an error in the Swift 6 language mode
    public var constraintItem: AnyObject { self }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Pinnable.swift:23:26: note: add '@preconcurrency' to the 'NSLayoutConstraintable' conformance to defer isolation checking to run time
extension UILayoutGuide: NSLayoutConstraintable, Pinnable {
                         ^
                         @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintable.swift:6:9: note: requirement 'constraintItem' declared here
    var constraintItem: AnyObject { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Pinnable.swift:30:16: warning: main actor-isolated property 'constraintItem' cannot be used to satisfy nonisolated requirement from protocol 'NSLayoutConstraintable'; this is an error in the Swift 6 language mode
    public var constraintItem: AnyObject { view }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Pinnable.swift:28:29: note: add '@preconcurrency' to the 'NSLayoutConstraintable' conformance to defer isolation checking to run time
extension UIViewController: NSLayoutConstraintable, Pinnable {
                            ^
                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintable.swift:6:9: note: requirement 'constraintItem' declared here
    var constraintItem: AnyObject { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Pinnable.swift:36:19: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        asUIView?.superview
                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: note: property declared here
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Pinnable.swift:40:76: warning: main actor-isolated property 'owningView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        (constraintItem as? UIView) ?? (constraintItem as? UILayoutGuide)?.owningView
                                                                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:36:44: note: property declared here
@property(nonatomic,weak,nullable) UIView *owningView;
                                           ^
SwiftCompile normal arm64 Compiling\ UILayoutPriority+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/VDPin/UILayoutPriority+Ext.swift (in target 'VDPin' from project 'VDPin')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDPin/UILayoutPriority+Ext.swift (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/VDPin/UILayoutPriority+Ext.swift:3:1: warning: extension declares a conformance of imported type 'UILayoutPriority' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UILayoutPriority: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/UILayoutPriority+Ext.swift:3:1: note: add '@retroactive' to silence this warning
extension UILayoutPriority: ExpressibleByFloatLiteral {
^                           ~~~~~~~~~~~~~~~~~~~~~~~~~
                            @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/UILayoutPriority+Ext.swift:10:1: warning: extension declares a conformance of imported type 'UILayoutPriority' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UILayoutPriority: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/UILayoutPriority+Ext.swift:10:1: note: add '@retroactive' to silence this warning
extension UILayoutPriority: ExpressibleByIntegerLiteral {
^                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            @retroactive ExpressibleByIntegerLiteral
SwiftEmitModule normal arm64 Emitting\ module\ for\ VDPin (in target 'VDPin' from project 'VDPin')
EmitSwiftModule normal arm64 (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:3:1: warning: extension declares a conformance of imported type 'Set' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
extension Edge.Set: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:3:1: note: add '@retroactive' to silence this warning
extension Edge.Set: Hashable {
^                   ~~~~~~~~
                    @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:24:1: warning: extension declares a conformance of imported type 'UIRectEdge' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIRectEdge: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:24:1: note: add '@retroactive' to silence this warning
extension UIRectEdge: Hashable {
^                     ~~~~~~~~
                      @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:56:1: warning: extension declares a conformance of imported type 'UIRectEdge' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIRectEdge: CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:56:1: note: add '@retroactive' to silence this warning
extension UIRectEdge: CustomStringConvertible {
^                     ~~~~~~~~~~~~~~~~~~~~~~~
                      @retroactive CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:125:1: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByDictionaryLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIEdgeInsets: ExpressibleByDictionaryLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Edge+Ext.swift:125:1: note: add '@retroactive' to silence this warning
extension UIEdgeInsets: ExpressibleByDictionaryLiteral {
^                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        @retroactive ExpressibleByDictionaryLiteral
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:24:27: warning: static property 'vertical' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.AxisSet' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let vertical = AxisSet(rawValue: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:5:12: note: consider making struct 'AxisSet' conform to the 'Sendable' protocol
    struct AxisSet: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:24:27: note: add '@MainActor' to make static property 'vertical' part of global actor 'MainActor'
        public static let vertical = AxisSet(rawValue: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:24:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let vertical = AxisSet(rawValue: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:25:27: warning: static property 'horizontal' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.AxisSet' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let horizontal = AxisSet(rawValue: 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:5:12: note: consider making struct 'AxisSet' conform to the 'Sendable' protocol
    struct AxisSet: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:25:27: note: add '@MainActor' to make static property 'horizontal' part of global actor 'MainActor'
        public static let horizontal = AxisSet(rawValue: 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:25:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let horizontal = AxisSet(rawValue: 2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:66:27: warning: static property 'hugging' is not concurrency-safe because non-'Sendable' type 'UIView.LayoutPriorityDirectionSet' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let hugging = LayoutPriorityDirectionSet(rawValue: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:58:12: note: consider making struct 'LayoutPriorityDirectionSet' conform to the 'Sendable' protocol
    struct LayoutPriorityDirectionSet: OptionSet {
           ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:66:27: note: add '@MainActor' to make static property 'hugging' part of global actor 'MainActor'
        public static let hugging = LayoutPriorityDirectionSet(rawValue: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:66:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let hugging = LayoutPriorityDirectionSet(rawValue: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:67:27: warning: static property 'compression' is not concurrency-safe because non-'Sendable' type 'UIView.LayoutPriorityDirectionSet' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let compression = LayoutPriorityDirectionSet(rawValue: 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:58:12: note: consider making struct 'LayoutPriorityDirectionSet' conform to the 'Sendable' protocol
    struct LayoutPriorityDirectionSet: OptionSet {
           ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:67:27: note: add '@MainActor' to make static property 'compression' part of global actor 'MainActor'
        public static let compression = LayoutPriorityDirectionSet(rawValue: 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:67:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let compression = LayoutPriorityDirectionSet(rawValue: 2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttribute+Ext.swift:40:1: warning: extension declares a conformance of imported type 'Attribute' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension NSLayoutConstraint.Attribute: CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttribute+Ext.swift:40:1: note: add '@retroactive' to silence this warning
extension NSLayoutConstraint.Attribute: CustomStringConvertible {
^                                       ~~~~~~~~~~~~~~~~~~~~~~~
                                        @retroactive CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:157:16: warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let top = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:157:16: note: add '@MainActor' to make static property 'top' part of global actor 'MainActor'
    static let top = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:157:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let top = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:158:16: warning: static property 'left' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let left = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 1)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:158:16: note: add '@MainActor' to make static property 'left' part of global actor 'MainActor'
    static let left = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 1)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:158:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let left = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 1)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:159:16: warning: static property 'right' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let right = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:159:16: note: add '@MainActor' to make static property 'right' part of global actor 'MainActor'
    static let right = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:159:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let right = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:160:16: warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let bottom = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 3)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:160:16: note: add '@MainActor' to make static property 'bottom' part of global actor 'MainActor'
    static let bottom = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 3)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:160:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let bottom = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 3)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:161:16: warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let leading = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 4)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:161:16: note: add '@MainActor' to make static property 'leading' part of global actor 'MainActor'
    static let leading = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 4)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:161:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let leading = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 4)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:162:16: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let trailing = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 5)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:162:16: note: add '@MainActor' to make static property 'trailing' part of global actor 'MainActor'
    static let trailing = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 5)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:162:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let trailing = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 5)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:163:16: warning: static property 'width' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let width = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 6)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:163:16: note: add '@MainActor' to make static property 'width' part of global actor 'MainActor'
    static let width = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 6)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:163:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let width = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 6)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:164:16: warning: static property 'height' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let height = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 7)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:164:16: note: add '@MainActor' to make static property 'height' part of global actor 'MainActor'
    static let height = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 7)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:164:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let height = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 7)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:165:16: warning: static property 'centerX' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let centerX = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 8)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:165:16: note: add '@MainActor' to make static property 'centerX' part of global actor 'MainActor'
    static let centerX = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 8)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:165:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let centerX = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 8)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:166:16: warning: static property 'centerY' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let centerY = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 9)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:166:16: note: add '@MainActor' to make static property 'centerY' part of global actor 'MainActor'
    static let centerY = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 9)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:166:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let centerY = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 9)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:167:16: warning: static property 'lastBaseline' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let lastBaseline = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 10)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:167:16: note: add '@MainActor' to make static property 'lastBaseline' part of global actor 'MainActor'
    static let lastBaseline = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 10)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:167:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let lastBaseline = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 10)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:168:16: warning: static property 'firstBaseline' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let firstBaseline = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 11)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:168:16: note: add '@MainActor' to make static property 'firstBaseline' part of global actor 'MainActor'
    static let firstBaseline = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 11)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:168:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let firstBaseline = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 11)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:169:16: warning: static property 'leftMargin' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let leftMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 12)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:169:16: note: add '@MainActor' to make static property 'leftMargin' part of global actor 'MainActor'
    static let leftMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 12)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:169:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let leftMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 12)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:170:16: warning: static property 'rightMargin' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rightMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 13)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:170:16: note: add '@MainActor' to make static property 'rightMargin' part of global actor 'MainActor'
    static let rightMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 13)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:170:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rightMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 13)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:171:16: warning: static property 'topMargin' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let topMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 14)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:171:16: note: add '@MainActor' to make static property 'topMargin' part of global actor 'MainActor'
    static let topMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 14)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:171:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let topMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 14)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:172:16: warning: static property 'bottomMargin' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let bottomMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 15)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:172:16: note: add '@MainActor' to make static property 'bottomMargin' part of global actor 'MainActor'
    static let bottomMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 15)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:172:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let bottomMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 15)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:173:16: warning: static property 'leadingMargin' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let leadingMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 16)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:173:16: note: add '@MainActor' to make static property 'leadingMargin' part of global actor 'MainActor'
    static let leadingMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 16)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:173:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let leadingMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 16)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:174:16: warning: static property 'trailingMargin' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let trailingMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 17)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:174:16: note: add '@MainActor' to make static property 'trailingMargin' part of global actor 'MainActor'
    static let trailingMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 17)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:174:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let trailingMargin = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 17)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:175:16: warning: static property 'centerXWithinMargins' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let centerXWithinMargins = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 18)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:175:16: note: add '@MainActor' to make static property 'centerXWithinMargins' part of global actor 'MainActor'
    static let centerXWithinMargins = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 18)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:175:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let centerXWithinMargins = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 18)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:176:16: warning: static property 'centerYWithinMargins' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.Attribute.Set' may have shared mutable state; this is an error in the Swift 6 language mode
    static let centerYWithinMargins = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 19)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:6:12: note: consider making struct 'Set' conform to the 'Sendable' protocol
    struct Set: OptionSet, Hashable {
           ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:176:16: note: add '@MainActor' to make static property 'centerYWithinMargins' part of global actor 'MainActor'
    static let centerYWithinMargins = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 19)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintAttributeSet.swift:176:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let centerYWithinMargins = NSLayoutConstraint.Attribute.Set(rawValue: 1 << 19)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraints+Options.swift:75:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var `default` = NSLayoutConstraint.Options()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraints+Options.swift:75:16: note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
    static var `default` = NSLayoutConstraint.Options()
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraints+Options.swift:75:16: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    static var `default` = NSLayoutConstraint.Options()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraints+Options.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var `default` = NSLayoutConstraint.Options()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Pinnable.swift:20:16: warning: main actor-isolated property 'constraintItem' cannot be used to satisfy nonisolated requirement from protocol 'NSLayoutConstraintable'; this is an error in the Swift 6 language mode
    public var constraintItem: AnyObject { self }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Pinnable.swift:18:19: note: add '@preconcurrency' to the 'NSLayoutConstraintable' conformance to defer isolation checking to run time
extension UIView: NSLayoutConstraintable, Pinnable {
                  ^
                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintable.swift:6:9: note: requirement 'constraintItem' declared here
    var constraintItem: AnyObject { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Pinnable.swift:25:16: warning: main actor-isolated property 'constraintItem' cannot be used to satisfy nonisolated requirement from protocol 'NSLayoutConstraintable'; this is an error in the Swift 6 language mode
    public var constraintItem: AnyObject { self }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Pinnable.swift:23:26: note: add '@preconcurrency' to the 'NSLayoutConstraintable' conformance to defer isolation checking to run time
extension UILayoutGuide: NSLayoutConstraintable, Pinnable {
                         ^
                         @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintable.swift:6:9: note: requirement 'constraintItem' declared here
    var constraintItem: AnyObject { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Pinnable.swift:30:16: warning: main actor-isolated property 'constraintItem' cannot be used to satisfy nonisolated requirement from protocol 'NSLayoutConstraintable'; this is an error in the Swift 6 language mode
    public var constraintItem: AnyObject { view }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Pinnable.swift:28:29: note: add '@preconcurrency' to the 'NSLayoutConstraintable' conformance to defer isolation checking to run time
extension UIViewController: NSLayoutConstraintable, Pinnable {
                            ^
                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/NSLayoutConstraintable.swift:6:9: note: requirement 'constraintItem' declared here
    var constraintItem: AnyObject { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/UILayoutPriority+Ext.swift:3:1: warning: extension declares a conformance of imported type 'UILayoutPriority' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UILayoutPriority: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/UILayoutPriority+Ext.swift:3:1: note: add '@retroactive' to silence this warning
extension UILayoutPriority: ExpressibleByFloatLiteral {
^                           ~~~~~~~~~~~~~~~~~~~~~~~~~
                            @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/UILayoutPriority+Ext.swift:10:1: warning: extension declares a conformance of imported type 'UILayoutPriority' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UILayoutPriority: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/UILayoutPriority+Ext.swift:10:1: note: add '@retroactive' to silence this warning
extension UILayoutPriority: ExpressibleByIntegerLiteral {
^                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            @retroactive ExpressibleByIntegerLiteral
SwiftCompile normal arm64 Compiling\ Collection++.swift,\ ContentPriority.swift /Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift (in target 'VDPin' from project 'VDPin')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/Collection++.swift (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:24:27: warning: static property 'vertical' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.AxisSet' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let vertical = AxisSet(rawValue: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:5:12: note: consider making struct 'AxisSet' conform to the 'Sendable' protocol
    struct AxisSet: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:24:27: note: add '@MainActor' to make static property 'vertical' part of global actor 'MainActor'
        public static let vertical = AxisSet(rawValue: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:24:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let vertical = AxisSet(rawValue: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:25:27: warning: static property 'horizontal' is not concurrency-safe because non-'Sendable' type 'NSLayoutConstraint.AxisSet' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let horizontal = AxisSet(rawValue: 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:5:12: note: consider making struct 'AxisSet' conform to the 'Sendable' protocol
    struct AxisSet: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:25:27: note: add '@MainActor' to make static property 'horizontal' part of global actor 'MainActor'
        public static let horizontal = AxisSet(rawValue: 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:25:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let horizontal = AxisSet(rawValue: 2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:66:27: warning: static property 'hugging' is not concurrency-safe because non-'Sendable' type 'UIView.LayoutPriorityDirectionSet' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let hugging = LayoutPriorityDirectionSet(rawValue: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:58:12: note: consider making struct 'LayoutPriorityDirectionSet' conform to the 'Sendable' protocol
    struct LayoutPriorityDirectionSet: OptionSet {
           ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:66:27: note: add '@MainActor' to make static property 'hugging' part of global actor 'MainActor'
        public static let hugging = LayoutPriorityDirectionSet(rawValue: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:66:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let hugging = LayoutPriorityDirectionSet(rawValue: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:67:27: warning: static property 'compression' is not concurrency-safe because non-'Sendable' type 'UIView.LayoutPriorityDirectionSet' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let compression = LayoutPriorityDirectionSet(rawValue: 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:58:12: note: consider making struct 'LayoutPriorityDirectionSet' conform to the 'Sendable' protocol
    struct LayoutPriorityDirectionSet: OptionSet {
           ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:67:27: note: add '@MainActor' to make static property 'compression' part of global actor 'MainActor'
        public static let compression = LayoutPriorityDirectionSet(rawValue: 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/ContentPriority.swift:67:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let compression = LayoutPriorityDirectionSet(rawValue: 2)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ UIApplication++.swift,\ UIView++.swift /Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/UIApplication++.swift /Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/UIView++.swift (in target 'VDPin' from project 'VDPin')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/UIApplication++.swift (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VDPin/Extensions/UIView++.swift (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for VDPin (in target 'VDPin' from project 'VDPin')
SwiftDriver\ Compilation\ Requirements VDPin normal arm64 com.apple.xcode.tools.swift.compiler (in target 'VDPin' from project 'VDPin')
    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 VDPin -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin-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/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.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/VDPin.build/Debug-xros/VDPin.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin_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/VDPin.build/Debug-xros/VDPin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.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/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling UIApplication++.swift, UIView++.swift (in target 'VDPin' from project 'VDPin')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/VDPin-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin-Swift.h (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/VDPin-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDPin.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.swiftmodule (in target 'VDPin' from project 'VDPin')
    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/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDPin.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDPin.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.swiftdoc (in target 'VDPin' from project 'VDPin')
    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/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDPin.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDPin.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.abi.json (in target 'VDPin' from project 'VDPin')
    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/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDPin.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDPin.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.swiftsourceinfo (in target 'VDPin' from project 'VDPin')
    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/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDPin.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling UILayoutPriority+Ext.swift (in target 'VDPin' from project 'VDPin')
SwiftDriverJobDiscovery normal arm64 Compiling Pinnable.swift (in target 'VDPin' from project 'VDPin')
SwiftDriverJobDiscovery normal arm64 Compiling NSLayoutConstraintable.swift (in target 'VDPin' from project 'VDPin')
SwiftDriverJobDiscovery normal arm64 Compiling NSLayoutConstraints+Options.swift (in target 'VDPin' from project 'VDPin')
SwiftDriverJobDiscovery normal arm64 Compiling RangeConvertable.swift (in target 'VDPin' from project 'VDPin')
SwiftDriverJobDiscovery normal arm64 Compiling Collection++.swift, ContentPriority.swift (in target 'VDPin' from project 'VDPin')
SwiftDriverJobDiscovery normal arm64 Compiling NSLayoutConstraint+Ext.swift, NSLayoutConstraint+pin.swift (in target 'VDPin' from project 'VDPin')
SwiftDriverJobDiscovery normal arm64 Compiling NSLayoutConstraintAttribute+Ext.swift, NSLayoutConstraintAttributeSet.swift (in target 'VDPin' from project 'VDPin')
SwiftDriverJobDiscovery normal arm64 Compiling Constraints.swift, Edge+Ext.swift (in target 'VDPin' from project 'VDPin')
SwiftDriver\ Compilation VDPin normal arm64 com.apple.xcode.tools.swift.compiler (in target 'VDPin' from project 'VDPin')
    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 VDPin -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin-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/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.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/VDPin.build/Debug-xros/VDPin.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin_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/VDPin.build/Debug-xros/VDPin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.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/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin-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/VDPin.o normal (in target 'VDPin' from project 'VDPin')
    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/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin_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/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDPin.o
ExtractAppIntentsMetadata (in target 'VDPin' from project 'VDPin')
    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 VDPin --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.VDPin --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDPin.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDPin.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/VDPin.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/VDPin.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VDPin.build/Debug-xros/VDPin.build/Objects-normal/arm64/VDPin.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 06:50:05.628 appintentsmetadataprocessor[725:4060] Starting appintentsmetadataprocessor export
2025-04-27 06:50:05.670 appintentsmetadataprocessor[725:4060] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDPin.o (in target 'VDPin' from project 'VDPin')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/VDPin.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "VDPin",
  "name" : "VDPin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VDPin",
      "targets" : [
        "VDPin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VDPin",
      "module_type" : "SwiftTarget",
      "name" : "VDPin",
      "path" : "Sources/VDPin",
      "product_memberships" : [
        "VDPin"
      ],
      "sources" : [
        "Constraints.swift",
        "Edge+Ext.swift",
        "Extensions/Collection++.swift",
        "Extensions/ContentPriority.swift",
        "Extensions/UIApplication++.swift",
        "Extensions/UIView++.swift",
        "NSLayoutConstraint+Ext.swift",
        "NSLayoutConstraint+pin.swift",
        "NSLayoutConstraintAttribute+Ext.swift",
        "NSLayoutConstraintAttributeSet.swift",
        "NSLayoutConstraintable.swift",
        "NSLayoutConstraints+Options.swift",
        "Pinnable.swift",
        "RangeConvertable.swift",
        "UILayoutPriority+Ext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.