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 Styleable, reference main (78f351), with Swift 6.1 for visionOS using Xcode 16.3 on 26 Apr 2025 15:42:10 UTC.

Swift 6 data race errors: 20

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Styleable -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/radu-costea/Styleable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/radu-costea/Styleable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 78f3519 Update Readme.md
Cloned https://github.com/radu-costea/Styleable.git
Revision (git rev-parse @):
78f35195234bf5b8da9188a94bb73b4ae79b4ca1
SUCCESS checkout https://github.com/radu-costea/Styleable.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/radu-costea/Styleable.git
https://github.com/radu-costea/Styleable.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Styleable",
  "name" : "Styleable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Styleable",
      "targets" : [
        "Styleable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StyleableTests",
      "module_type" : "SwiftTarget",
      "name" : "StyleableTests",
      "path" : "Tests/StyleableTests",
      "sources" : [
        "StyleableTests.swift"
      ],
      "target_dependencies" : [
        "Styleable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Styleable",
      "module_type" : "SwiftTarget",
      "name" : "Styleable",
      "path" : "Sources/Styleable",
      "product_memberships" : [
        "Styleable"
      ],
      "sources" : [
        "DSL/ArrayBuilder.swift",
        "Layout/LayoutGuide.swift",
        "Layout/NSLayoutConstraint+DSL.swift",
        "Layout/Padding.swift",
        "Layout/UIView+Layout.swift",
        "Scrolls/HScrollView.swift",
        "Scrolls/VScrollView.swift",
        "Stacks/HStackView.swift",
        "Stacks/VStackView.swift",
        "Stacks/ZStackView.swift",
        "Style/Style.swift",
        "Styleable.swift",
        "UIKit+Additions/StyleableControl.swift",
        "UIKit+Additions/StyleableView.swift",
        "UIKit+Additions/UIControl+Additions.swift",
        "UIKit+Additions/UIEdgeInsets+Additions.swift",
        "UIKit+Additions/UIView+Styleable.swift",
        "UIKit+Additions/UIVisualEffectsView+DSL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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:
  Styleable: /Users/admin/builder/spi-builder-workspace
resolved source packages: Styleable
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Styleable",
  "name" : "Styleable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Styleable",
      "targets" : [
        "Styleable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StyleableTests",
      "module_type" : "SwiftTarget",
      "name" : "StyleableTests",
      "path" : "Tests/StyleableTests",
      "sources" : [
        "StyleableTests.swift"
      ],
      "target_dependencies" : [
        "Styleable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Styleable",
      "module_type" : "SwiftTarget",
      "name" : "Styleable",
      "path" : "Sources/Styleable",
      "product_memberships" : [
        "Styleable"
      ],
      "sources" : [
        "DSL/ArrayBuilder.swift",
        "Layout/LayoutGuide.swift",
        "Layout/NSLayoutConstraint+DSL.swift",
        "Layout/Padding.swift",
        "Layout/UIView+Layout.swift",
        "Scrolls/HScrollView.swift",
        "Scrolls/VScrollView.swift",
        "Stacks/HStackView.swift",
        "Stacks/VStackView.swift",
        "Stacks/ZStackView.swift",
        "Style/Style.swift",
        "Styleable.swift",
        "UIKit+Additions/StyleableControl.swift",
        "UIKit+Additions/StyleableView.swift",
        "UIKit+Additions/UIControl+Additions.swift",
        "UIKit+Additions/UIEdgeInsets+Additions.swift",
        "UIKit+Additions/UIView+Styleable.swift",
        "UIKit+Additions/UIVisualEffectsView+DSL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Styleable"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Styleable -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 Styleable -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:
  Styleable: /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 'Styleable' in project 'Styleable'
        ➜ Explicit dependency on target 'Styleable' in project 'Styleable'
    Target 'Styleable' in project 'Styleable' (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: 8ac40a9c394b6e68993b901ca1e292c9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8ac40a9c394b6e68993b901ca1e292c9.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/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/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/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/Styleable.build/Debug-xros/Styleable.build/Styleable.DependencyStaticMetadataFileList (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Styleable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Styleable.DependencyMetadataFileList (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Styleable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Styleable.modulemap (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Styleable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.SwiftConstValuesFileList (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable-OutputFileMap.json (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable_const_extract_protocols.json (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.SwiftFileList (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.LinkFileList (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Styleable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Styleable.modulemap (in target 'Styleable' from project 'Styleable')
    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/Styleable.build/Debug-xros/Styleable.build/Styleable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Styleable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Styleable' from project 'Styleable')
    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 Styleable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -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/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable-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/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.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/Styleable.build/Debug-xros/Styleable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable_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/Styleable.build/Debug-xros/Styleable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.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/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ VScrollView.swift,\ HStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift (in target 'Styleable' from project 'Styleable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/VScrollView.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ ArrayBuilder.swift,\ LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift (in target 'Styleable' from project 'Styleable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Styleable/DSL/ArrayBuilder.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: warning: main actor-isolated property 'leadingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:25:19: note: add '@preconcurrency' to the 'LayoutGuide' conformance to defer isolation checking to run time
extension UIView: LayoutGuide { }
                  ^
                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:13:9: note: requirement 'leadingAnchor' declared here
    var leadingAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: warning: main actor-isolated property 'trailingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:14:9: note: requirement 'trailingAnchor' declared here
    var trailingAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:574:59: warning: main actor-isolated property 'leftAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:15:9: note: requirement 'leftAnchor' declared here
    var leftAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:575:59: warning: main actor-isolated property 'rightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:16:9: note: requirement 'rightAnchor' declared here
    var rightAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:17:9: note: requirement 'topAnchor' declared here
    var topAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:18:9: note: requirement 'bottomAnchor' declared here
    var bottomAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:578:57: warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:19:9: note: requirement 'widthAnchor' declared here
    var widthAnchor: NSLayoutDimension { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:579:57: warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:20:9: note: requirement 'heightAnchor' declared here
    var heightAnchor: NSLayoutDimension { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:580:59: warning: main actor-isolated property 'centerXAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:21:9: note: requirement 'centerXAnchor' declared here
    var centerXAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:581:59: warning: main actor-isolated property 'centerYAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:22:9: note: requirement 'centerYAnchor' declared here
    var centerYAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:46:59: warning: main actor-isolated property 'leadingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:26:26: note: add '@preconcurrency' to the 'LayoutGuide' conformance to defer isolation checking to run time
extension UILayoutGuide: LayoutGuide { }
                         ^
                         @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:13:9: note: requirement 'leadingAnchor' declared here
    var leadingAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:47:59: warning: main actor-isolated property 'trailingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:14:9: note: requirement 'trailingAnchor' declared here
    var trailingAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:48:59: warning: main actor-isolated property 'leftAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:15:9: note: requirement 'leftAnchor' declared here
    var leftAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:49:59: warning: main actor-isolated property 'rightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:16:9: note: requirement 'rightAnchor' declared here
    var rightAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:50:59: warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:17:9: note: requirement 'topAnchor' declared here
    var topAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:51:59: warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:18:9: note: requirement 'bottomAnchor' declared here
    var bottomAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:52:57: warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:19:9: note: requirement 'widthAnchor' declared here
    var widthAnchor: NSLayoutDimension { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:53:57: warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:20:9: note: requirement 'heightAnchor' declared here
    var heightAnchor: NSLayoutDimension { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:54:59: warning: main actor-isolated property 'centerXAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:21:9: note: requirement 'centerXAnchor' declared here
    var centerXAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:55:59: warning: main actor-isolated property 'centerYAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:22:9: note: requirement 'centerYAnchor' declared here
    var centerYAnchor: NSLayoutYAxisAnchor { get }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: warning: main actor-isolated property 'leadingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:25:19: note: add '@preconcurrency' to the 'LayoutGuide' conformance to defer isolation checking to run time
extension UIView: LayoutGuide { }
                  ^
                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:13:9: note: requirement 'leadingAnchor' declared here
    var leadingAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: warning: main actor-isolated property 'trailingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:14:9: note: requirement 'trailingAnchor' declared here
    var trailingAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:574:59: warning: main actor-isolated property 'leftAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:15:9: note: requirement 'leftAnchor' declared here
    var leftAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:575:59: warning: main actor-isolated property 'rightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:16:9: note: requirement 'rightAnchor' declared here
    var rightAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:17:9: note: requirement 'topAnchor' declared here
    var topAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:18:9: note: requirement 'bottomAnchor' declared here
    var bottomAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:578:57: warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:19:9: note: requirement 'widthAnchor' declared here
    var widthAnchor: NSLayoutDimension { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:579:57: warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:20:9: note: requirement 'heightAnchor' declared here
    var heightAnchor: NSLayoutDimension { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:580:59: warning: main actor-isolated property 'centerXAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:21:9: note: requirement 'centerXAnchor' declared here
    var centerXAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:581:59: warning: main actor-isolated property 'centerYAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:22:9: note: requirement 'centerYAnchor' declared here
    var centerYAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:46:59: warning: main actor-isolated property 'leadingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:26:26: note: add '@preconcurrency' to the 'LayoutGuide' conformance to defer isolation checking to run time
extension UILayoutGuide: LayoutGuide { }
                         ^
                         @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:13:9: note: requirement 'leadingAnchor' declared here
    var leadingAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:47:59: warning: main actor-isolated property 'trailingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:14:9: note: requirement 'trailingAnchor' declared here
    var trailingAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:48:59: warning: main actor-isolated property 'leftAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:15:9: note: requirement 'leftAnchor' declared here
    var leftAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:49:59: warning: main actor-isolated property 'rightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:16:9: note: requirement 'rightAnchor' declared here
    var rightAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:50:59: warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:17:9: note: requirement 'topAnchor' declared here
    var topAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:51:59: warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:18:9: note: requirement 'bottomAnchor' declared here
    var bottomAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:52:57: warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:19:9: note: requirement 'widthAnchor' declared here
    var widthAnchor: NSLayoutDimension { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:53:57: warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:20:9: note: requirement 'heightAnchor' declared here
    var heightAnchor: NSLayoutDimension { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:54:59: warning: main actor-isolated property 'centerXAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:21:9: note: requirement 'centerXAnchor' declared here
    var centerXAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:55:59: warning: main actor-isolated property 'centerYAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:22:9: note: requirement 'centerYAnchor' declared here
    var centerYAnchor: NSLayoutYAxisAnchor { get }
        ^
SwiftCompile normal arm64 Compiling\ NSLayoutConstraint+DSL.swift,\ Padding.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift (in target 'Styleable' from project 'Styleable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/NSLayoutConstraint+DSL.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:30:9: warning: call to main actor-isolated initializer 'init(distribution:spacing:alignment:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        HStackView(distribution: .equalSpacing) {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:19:12: note: calls to initializer 'init(distribution:spacing:alignment:_:)' from outside of its actor context are implicitly asynchronous
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/HStackView.swift:19:12: note: main actor isolation inferred from inheritance from class 'UIStackView'
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:29:17: note: add '@MainActor' to make instance method 'centeredHorizontally(in:)' part of global actor 'MainActor'
    public func centeredHorizontally(in guide: UIView.Guide) -> Padding {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:31:13: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            UIView().constrain(\.widthAnchor, equalTo: 0)
            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:31:34: warning: cannot form key path to main actor-isolated property 'widthAnchor'; this is an error in the Swift 6 language mode
            UIView().constrain(\.widthAnchor, equalTo: 0)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:33:13: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            UIView().constrain(\.widthAnchor, equalTo: 0)
            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:33:34: warning: cannot form key path to main actor-isolated property 'widthAnchor'; this is an error in the Swift 6 language mode
            UIView().constrain(\.widthAnchor, equalTo: 0)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:39:9: warning: call to main actor-isolated initializer 'init(distribution:spacing:alignment:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        VStackView(distribution: .equalSpacing) {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:12: note: calls to initializer 'init(distribution:spacing:alignment:_:)' from outside of its actor context are implicitly asynchronous
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:12: note: main actor isolation inferred from inheritance from class 'UIStackView'
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:38:17: note: add '@MainActor' to make instance method 'centeredVertically(in:)' part of global actor 'MainActor'
    public func centeredVertically(in guide: UIView.Guide) -> Padding {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:40:13: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            UIView().constrain(\.heightAnchor, equalTo: 0)
            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:40:34: warning: cannot form key path to main actor-isolated property 'heightAnchor'; this is an error in the Swift 6 language mode
            UIView().constrain(\.heightAnchor, equalTo: 0)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:42:13: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            UIView().constrain(\.heightAnchor, equalTo: 0)
            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:42:34: warning: cannot form key path to main actor-isolated property 'heightAnchor'; this is an error in the Swift 6 language mode
            UIView().constrain(\.heightAnchor, equalTo: 0)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:48:9: warning: call to main actor-isolated initializer 'init(distribution:spacing:alignment:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        VStackView(distribution: .equalSpacing) {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:12: note: calls to initializer 'init(distribution:spacing:alignment:_:)' from outside of its actor context are implicitly asynchronous
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Stacks/VStackView.swift:19:12: note: main actor isolation inferred from inheritance from class 'UIStackView'
    public init(distribution: UIStackView.Distribution = .fill, spacing: CGFloat = 0, alignment: UIStackView.Alignment = .fill, @ArrayBuilder<UIView> _ arrangedSubviewsBuilder: () -> [UIView] = { [] }) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:47:17: note: add '@MainActor' to make instance method 'centered(in:)' part of global actor 'MainActor'
    public func centered(in guide: UIView.Guide) -> Padding {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:49:13: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            UIView().constrain(\.heightAnchor, equalTo: 0)
            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:49:34: warning: cannot form key path to main actor-isolated property 'heightAnchor'; this is an error in the Swift 6 language mode
            UIView().constrain(\.heightAnchor, equalTo: 0)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:51:13: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            UIView().constrain(\.heightAnchor, equalTo: 0)
            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/Padding.swift:51:34: warning: cannot form key path to main actor-isolated property 'heightAnchor'; this is an error in the Swift 6 language mode
            UIView().constrain(\.heightAnchor, equalTo: 0)
                                 ^
SwiftCompile normal arm64 Compiling\ Style.swift,\ Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Styleable.swift (in target 'Styleable' from project 'Styleable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Style/Style.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ StyleableControl.swift,\ StyleableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift (in target 'Styleable' from project 'Styleable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableControl.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/StyleableView.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIControl+Additions.swift,\ UIEdgeInsets+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift (in target 'Styleable' from project 'Styleable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:20:14: warning: call to main actor-isolated instance method 'addTarget(_:action:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.addTarget(target, action: selector, for: event)
             ^
UIKit.UIControl.addTarget:2:22: note: calls to instance method 'addTarget(_:action:for:)' from outside of its actor context are implicitly asynchronous
@MainActor open func addTarget(_ target: Any?, action: Selector, for controlEvents: UIControl.Event)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:19:36: note: add '@MainActor' to make instance method 'on(_:call:on:)' part of global actor 'MainActor'
    @discardableResult public func on(_ event: UIControl.Event, call selector: Selector, on target: Any?) -> Self {
                                   ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:34:14: warning: call to main actor-isolated instance method 'addAction(_:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.addAction(.init { _ in
             ^
UIKit.UIControl.addAction:3:24: note: calls to instance method 'addAction(_:for:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func addAction(_ action: UIAction, for controlEvents: UIControl.Event)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:33:36: note: add '@MainActor' to make instance method 'on(_:action:)' part of global actor 'MainActor'
    @discardableResult public func on(_ event: UIControl.Event, action: @escaping () -> Void) -> Self {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:34:25: warning: call to main actor-isolated initializer 'init(title:subtitle:image:selectedImage:identifier:discoverabilityTitle:attributes:state:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.addAction(.init { _ in
                        ^
UIKit.UIAction.init:3:49: note: calls to initializer 'init(title:subtitle:image:selectedImage:identifier:discoverabilityTitle:attributes:state:handler:)' from outside of its actor context are implicitly asynchronous
  @MainActor @preconcurrency public convenience init(title: String = "", subtitle: String? = nil, image: UIImage? = nil, selectedImage: UIImage? = nil, identifier: UIAction.Identifier? = nil, discoverabilityTitle: String? = nil, attributes: UIMenuElement.Attributes = [], state: UIMenuElement.State = .off, handler: @escaping UIActionHandler)}
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:33:36: note: add '@MainActor' to make instance method 'on(_:action:)' part of global actor 'MainActor'
    @discardableResult public func on(_ event: UIControl.Event, action: @escaping () -> Void) -> Self {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:20:14: warning: sending value of non-Sendable type 'Any?' risks causing data races; this is an error in the Swift 6 language mode
        self.addTarget(target, action: selector, for: event)
        ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:20:14: note: sending task-isolated value of non-Sendable type 'Any?' to main actor-isolated instance method 'addTarget(_:action:for:)' risks causing races in between task-isolated and main actor-isolated uses
        self.addTarget(target, action: selector, for: event)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:34:25: warning: sending value of non-Sendable type '(UIAction) -> Void' risks causing data races; this is an error in the Swift 6 language mode
        self.addAction(.init { _ in
                       ~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIControl+Additions.swift:34:25: note: sending task-isolated value of non-Sendable type '(UIAction) -> Void' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
        self.addAction(.init { _ in
                        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:11:1: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIEdgeInsets: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:11:1: note: add '@retroactive' to silence this warning
extension UIEdgeInsets: ExpressibleByFloatLiteral {
^                       ~~~~~~~~~~~~~~~~~~~~~~~~~
                        @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:18:1: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIEdgeInsets: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:18:1: note: add '@retroactive' to silence this warning
extension UIEdgeInsets: ExpressibleByIntegerLiteral {
^                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        @retroactive ExpressibleByIntegerLiteral
SwiftCompile normal arm64 Compiling\ UIView+Layout.swift,\ HScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Scrolls/HScrollView.swift (in target 'Styleable' from project 'Styleable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/UIView+Layout.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ Styleable (in target 'Styleable' from project 'Styleable')
EmitSwiftModule normal arm64 (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: warning: main actor-isolated property 'leadingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:25:19: note: add '@preconcurrency' to the 'LayoutGuide' conformance to defer isolation checking to run time
extension UIView: LayoutGuide { }
                  ^
                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:13:9: note: requirement 'leadingAnchor' declared here
    var leadingAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: warning: main actor-isolated property 'trailingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:14:9: note: requirement 'trailingAnchor' declared here
    var trailingAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:574:59: warning: main actor-isolated property 'leftAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:15:9: note: requirement 'leftAnchor' declared here
    var leftAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:575:59: warning: main actor-isolated property 'rightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:16:9: note: requirement 'rightAnchor' declared here
    var rightAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:17:9: note: requirement 'topAnchor' declared here
    var topAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:18:9: note: requirement 'bottomAnchor' declared here
    var bottomAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:578:57: warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:19:9: note: requirement 'widthAnchor' declared here
    var widthAnchor: NSLayoutDimension { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:579:57: warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:20:9: note: requirement 'heightAnchor' declared here
    var heightAnchor: NSLayoutDimension { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:580:59: warning: main actor-isolated property 'centerXAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:21:9: note: requirement 'centerXAnchor' declared here
    var centerXAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:581:59: warning: main actor-isolated property 'centerYAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:22:9: note: requirement 'centerYAnchor' declared here
    var centerYAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:46:59: warning: main actor-isolated property 'leadingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:26:26: note: add '@preconcurrency' to the 'LayoutGuide' conformance to defer isolation checking to run time
extension UILayoutGuide: LayoutGuide { }
                         ^
                         @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:13:9: note: requirement 'leadingAnchor' declared here
    var leadingAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:47:59: warning: main actor-isolated property 'trailingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:14:9: note: requirement 'trailingAnchor' declared here
    var trailingAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:48:59: warning: main actor-isolated property 'leftAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:15:9: note: requirement 'leftAnchor' declared here
    var leftAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:49:59: warning: main actor-isolated property 'rightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:16:9: note: requirement 'rightAnchor' declared here
    var rightAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:50:59: warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:17:9: note: requirement 'topAnchor' declared here
    var topAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:51:59: warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:18:9: note: requirement 'bottomAnchor' declared here
    var bottomAnchor: NSLayoutYAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:52:57: warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:19:9: note: requirement 'widthAnchor' declared here
    var widthAnchor: NSLayoutDimension { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:53:57: warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:20:9: note: requirement 'heightAnchor' declared here
    var heightAnchor: NSLayoutDimension { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:54:59: warning: main actor-isolated property 'centerXAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:21:9: note: requirement 'centerXAnchor' declared here
    var centerXAnchor: NSLayoutXAxisAnchor { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:55:59: warning: main actor-isolated property 'centerYAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutGuide'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:22:9: note: requirement 'centerYAnchor' declared here
    var centerYAnchor: NSLayoutYAxisAnchor { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:11:1: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIEdgeInsets: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:11:1: note: add '@retroactive' to silence this warning
extension UIEdgeInsets: ExpressibleByFloatLiteral {
^                       ~~~~~~~~~~~~~~~~~~~~~~~~~
                        @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:18:1: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIEdgeInsets: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIEdgeInsets+Additions.swift:18:1: note: add '@retroactive' to silence this warning
extension UIEdgeInsets: ExpressibleByIntegerLiteral {
^                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        @retroactive ExpressibleByIntegerLiteral
SwiftCompile normal arm64 Compiling\ UIView+Styleable.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift (in target 'Styleable' from project 'Styleable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:15:26: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let tapgesture = UITapGestureRecognizer()
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:42:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init;
^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:14:17: note: add '@MainActor' to make instance method 'onTap(call:on:)' part of global actor 'MainActor'
    public func onTap(call action: Selector, on target: Any) -> Self {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:16:20: warning: call to main actor-isolated instance method 'addTarget(_:action:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        tapgesture.addTarget(target, action: action)
                   ^
UIKit.UIGestureRecognizer.addTarget:2:22: note: calls to instance method 'addTarget(_:action:)' from outside of its actor context are implicitly asynchronous
@MainActor open func addTarget(_ target: Any, action: Selector)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:14:17: note: add '@MainActor' to make instance method 'onTap(call:on:)' part of global actor 'MainActor'
    public func onTap(call action: Selector, on target: Any) -> Self {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:17:9: warning: call to main actor-isolated instance method 'addGestureRecognizer' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        addGestureRecognizer(tapgesture)
        ^
UIKit.UIView.addGestureRecognizer:3:24: note: calls to instance method 'addGestureRecognizer' from outside of its actor context are implicitly asynchronous
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:14:17: note: add '@MainActor' to make instance method 'onTap(call:on:)' part of global actor 'MainActor'
    public func onTap(call action: Selector, on target: Any) -> Self {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:30:56: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.activateConstraint(self[keyPath: keyPath].constraint(equalTo: anchor(), constant: value), priority: priority, onNextRunLoop: true)
                                                       ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:37:56: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.activateConstraint(self[keyPath: keyPath].constraint(lessThanOrEqualTo: anchor(), constant: value), priority: priority, onNextRunLoop: true)
                                                       ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:44:56: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.activateConstraint(self[keyPath: keyPath].constraint(greaterThanOrEqualTo: anchor(), constant: value), priority: priority, onNextRunLoop: true)
                                                       ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:51:56: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.activateConstraint(self[keyPath: keyPath].constraint(equalTo: anchor(), constant: value), priority: priority, onNextRunLoop: true)
                                                       ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:58:56: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.activateConstraint(self[keyPath: keyPath].constraint(lessThanOrEqualTo: anchor(), constant: value), priority: priority, onNextRunLoop: true)
                                                       ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:65:56: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.activateConstraint(self[keyPath: keyPath].constraint(greaterThanOrEqualTo: anchor(), constant: value), priority: priority, onNextRunLoop: true)
                                                       ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:84:56: warning: call to main actor-isolated instance method 'constraint(equalTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.activateConstraint(self[keyPath: keyPath].constraint(equalTo: anchor(), multiplier: multiplier), priority: priority, onNextRunLoop: true)
                                                       ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:103:56: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.activateConstraint(self[keyPath: keyPath].constraint(greaterThanOrEqualTo: anchor(), multiplier: multiplier),
                                                       ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:124:56: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.activateConstraint(self[keyPath: keyPath].constraint(lessThanOrEqualTo: anchor(), multiplier: multiplier),
                                                       ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:141:56: warning: call to main actor-isolated instance method 'constraint(equalToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.activateConstraint(self[keyPath: keyPath].constraint(equalToConstant: value), priority: priority)
                                                       ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalToConstant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:156:56: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.activateConstraint(self[keyPath: keyPath].constraint(lessThanOrEqualToConstant: value), priority: priority)
                                                       ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualToConstant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:171:56: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.activateConstraint(self[keyPath: keyPath].constraint(greaterThanOrEqualToConstant: value), priority: priority)
                                                       ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualToConstant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:184:47: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
            DispatchQueue.main.async(execute: activateBlock)
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:179:24: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            constraint.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/Styleable/UIKit+Additions/UIView+Styleable.swift:180:24: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            constraint.isActive = true
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:16:20: warning: sending value of non-Sendable type 'Any' risks causing data races; this is an error in the Swift 6 language mode
        tapgesture.addTarget(target, action: action)
        ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIView+Styleable.swift:16:20: note: sending task-isolated value of non-Sendable type 'Any' to main actor-isolated instance method 'addTarget(_:action:)' risks causing races in between task-isolated and main actor-isolated uses
        tapgesture.addTarget(target, action: action)
                   ^
SwiftCompile normal arm64 Compiling\ UIVisualEffectsView+DSL.swift /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift (in target 'Styleable' from project 'Styleable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Styleable/UIKit+Additions/UIVisualEffectsView+DSL.swift (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Styleable (in target 'Styleable' from project 'Styleable')
SwiftDriver\ Compilation\ Requirements Styleable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Styleable' from project 'Styleable')
    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 Styleable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -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/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable-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/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.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/Styleable.build/Debug-xros/Styleable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable_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/Styleable.build/Debug-xros/Styleable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.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/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Style.swift, Styleable.swift (in target 'Styleable' from project 'Styleable')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Styleable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable-Swift.h (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Styleable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Styleable.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.swiftmodule (in target 'Styleable' from project 'Styleable')
    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/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Styleable.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Styleable.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.swiftdoc (in target 'Styleable' from project 'Styleable')
    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/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Styleable.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Styleable.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.abi.json (in target 'Styleable' from project 'Styleable')
    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/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Styleable.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Styleable.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.swiftsourceinfo (in target 'Styleable' from project 'Styleable')
    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/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Styleable.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling UIVisualEffectsView+DSL.swift (in target 'Styleable' from project 'Styleable')
SwiftDriverJobDiscovery normal arm64 Compiling UIControl+Additions.swift, UIEdgeInsets+Additions.swift (in target 'Styleable' from project 'Styleable')
SwiftDriverJobDiscovery normal arm64 Compiling ArrayBuilder.swift, LayoutGuide.swift (in target 'Styleable' from project 'Styleable')
SwiftDriverJobDiscovery normal arm64 Compiling NSLayoutConstraint+DSL.swift, Padding.swift (in target 'Styleable' from project 'Styleable')
SwiftDriverJobDiscovery normal arm64 Compiling UIView+Styleable.swift (in target 'Styleable' from project 'Styleable')
SwiftDriverJobDiscovery normal arm64 Compiling StyleableControl.swift, StyleableView.swift (in target 'Styleable' from project 'Styleable')
SwiftDriverJobDiscovery normal arm64 Compiling UIView+Layout.swift, HScrollView.swift (in target 'Styleable' from project 'Styleable')
SwiftDriverJobDiscovery normal arm64 Compiling VStackView.swift, ZStackView.swift (in target 'Styleable' from project 'Styleable')
SwiftDriverJobDiscovery normal arm64 Compiling VScrollView.swift, HStackView.swift (in target 'Styleable' from project 'Styleable')
SwiftDriver\ Compilation Styleable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Styleable' from project 'Styleable')
    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 Styleable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -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/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable-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/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.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/Styleable.build/Debug-xros/Styleable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable_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/Styleable.build/Debug-xros/Styleable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.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/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable-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/Styleable.o normal (in target 'Styleable' from project 'Styleable')
    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/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable_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/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Styleable.o
ExtractAppIntentsMetadata (in target 'Styleable' from project 'Styleable')
    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 Styleable --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.Styleable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Styleable.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Styleable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Styleable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Styleable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Styleable.build/Debug-xros/Styleable.build/Objects-normal/arm64/Styleable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 08:42:09.241 appintentsmetadataprocessor[727:4077] Starting appintentsmetadataprocessor export
2025-04-26 08:42:09.279 appintentsmetadataprocessor[727:4077] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Styleable.o (in target 'Styleable' from project 'Styleable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Styleable.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Styleable",
  "name" : "Styleable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Styleable",
      "targets" : [
        "Styleable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StyleableTests",
      "module_type" : "SwiftTarget",
      "name" : "StyleableTests",
      "path" : "Tests/StyleableTests",
      "sources" : [
        "StyleableTests.swift"
      ],
      "target_dependencies" : [
        "Styleable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Styleable",
      "module_type" : "SwiftTarget",
      "name" : "Styleable",
      "path" : "Sources/Styleable",
      "product_memberships" : [
        "Styleable"
      ],
      "sources" : [
        "DSL/ArrayBuilder.swift",
        "Layout/LayoutGuide.swift",
        "Layout/NSLayoutConstraint+DSL.swift",
        "Layout/Padding.swift",
        "Layout/UIView+Layout.swift",
        "Scrolls/HScrollView.swift",
        "Scrolls/VScrollView.swift",
        "Stacks/HStackView.swift",
        "Stacks/VStackView.swift",
        "Stacks/ZStackView.swift",
        "Style/Style.swift",
        "Styleable.swift",
        "UIKit+Additions/StyleableControl.swift",
        "UIKit+Additions/StyleableView.swift",
        "UIKit+Additions/UIControl+Additions.swift",
        "UIKit+Additions/UIEdgeInsets+Additions.swift",
        "UIKit+Additions/UIView+Styleable.swift",
        "UIKit+Additions/UIVisualEffectsView+DSL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.