The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Toast, reference main (9201d7), with Swift 6.1 for visionOS using Xcode 16.3 on 30 Apr 2025 06:06:18 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Toast -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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BastiaanJansen/toast-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BastiaanJansen/toast-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9201d7e Merge pull request #66 from wyattharrell/main
Cloned https://github.com/BastiaanJansen/toast-swift.git
Revision (git rev-parse @):
9201d7e7c84659fa5ab7555dcb4971ec00893580
SUCCESS checkout https://github.com/BastiaanJansen/toast-swift.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/BastiaanJansen/toast-swift.git
https://github.com/BastiaanJansen/toast-swift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Toast",
  "name" : "Toast",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Toast",
      "targets" : [
        "Toast"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ToastTests",
      "module_type" : "SwiftTarget",
      "name" : "ToastTests",
      "path" : "Tests/ToastTests",
      "sources" : [
        "Queue/ToastQueueTest.swift"
      ],
      "target_dependencies" : [
        "Toast"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Toast",
      "module_type" : "SwiftTarget",
      "name" : "Toast",
      "path" : "Sources/Toast",
      "product_memberships" : [
        "Toast"
      ],
      "sources" : [
        "AnimationType.swift",
        "Direction.swift",
        "MulticastDelegate.swift",
        "Queue/ToastQueue.swift",
        "Queue/ToastQueueDelegate.swift",
        "Toast.swift",
        "ToastConfiguration.swift",
        "ToastDelegate.swift",
        "ToastHelper.swift",
        "ToastViewConfiguration.swift",
        "ToastViews/AppleToastView/AppleToastView.swift",
        "ToastViews/AppleToastView/IconAppleToastView.swift",
        "ToastViews/AppleToastView/TextAppleToastView.swift",
        "ToastViews/ToastView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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
Resolve Package Graph
Resolved source packages:
  Toast: /Users/admin/builder/spi-builder-workspace
resolved source packages: Toast
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Toast",
  "name" : "Toast",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Toast",
      "targets" : [
        "Toast"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ToastTests",
      "module_type" : "SwiftTarget",
      "name" : "ToastTests",
      "path" : "Tests/ToastTests",
      "sources" : [
        "Queue/ToastQueueTest.swift"
      ],
      "target_dependencies" : [
        "Toast"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Toast",
      "module_type" : "SwiftTarget",
      "name" : "Toast",
      "path" : "Sources/Toast",
      "product_memberships" : [
        "Toast"
      ],
      "sources" : [
        "AnimationType.swift",
        "Direction.swift",
        "MulticastDelegate.swift",
        "Queue/ToastQueue.swift",
        "Queue/ToastQueueDelegate.swift",
        "Toast.swift",
        "ToastConfiguration.swift",
        "ToastDelegate.swift",
        "ToastHelper.swift",
        "ToastViewConfiguration.swift",
        "ToastViews/AppleToastView/AppleToastView.swift",
        "ToastViews/AppleToastView/IconAppleToastView.swift",
        "ToastViews/AppleToastView/TextAppleToastView.swift",
        "ToastViews/ToastView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Toast"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Toast -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 Toast -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:
  Toast: /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 'Toast' in project 'Toast'
        ➜ Explicit dependency on target 'Toast' in project 'Toast'
    Target 'Toast' in project 'Toast' (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: 91324fa47754d2657f9e7de8275d818a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/91324fa47754d2657f9e7de8275d818a.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/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Toast.modulemap (in target 'Toast' from project 'Toast')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Toast.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Toast.DependencyMetadataFileList (in target 'Toast' from project 'Toast')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Toast.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Toast.DependencyStaticMetadataFileList (in target 'Toast' from project 'Toast')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Toast.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.SwiftFileList (in target 'Toast' from project 'Toast')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.LinkFileList (in target 'Toast' from project 'Toast')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast-OutputFileMap.json (in target 'Toast' from project 'Toast')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.SwiftConstValuesFileList (in target 'Toast' from project 'Toast')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast_const_extract_protocols.json (in target 'Toast' from project 'Toast')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Toast.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Toast.modulemap (in target 'Toast' from project 'Toast')
    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/Toast.build/Debug-xros/Toast.build/Toast.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Toast normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Toast' from project 'Toast')
    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 Toast -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.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/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast-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/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast_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/Toast.build/Debug-xros/Toast.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.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/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ToastHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift (in target 'Toast' from project 'Toast')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift (in target 'Toast' from project 'Toast')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:14:45: warning: main actor-isolated property 'rootViewController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if var topController = keyWindow()?.rootViewController {
                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:66:57: note: property declared here
@property(nullable, nonatomic,strong) UIViewController *rootViewController API_AVAILABLE(ios(4.0));  // default is nil
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:13:24: note: add '@MainActor' to make static method 'topController()' part of global actor 'MainActor'
    public static func topController() -> UIViewController? {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:15:63: warning: main actor-isolated property 'presentedViewController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            while let presentedViewController = topController.presentedViewController {
                                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:210:59: note: property declared here
@property(nullable, nonatomic,readonly) UIViewController *presentedViewController  API_AVAILABLE(ios(5.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:13:24: note: add '@MainActor' to make static method 'topController()' part of global actor 'MainActor'
    public static func topController() -> UIViewController? {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:25:47: warning: main actor-isolated property 'connectedScenes' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            for scene in UIApplication.shared.connectedScenes {
                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:170:50: note: property declared here
@property(nonatomic, readonly) NSSet<UIScene *> *connectedScenes API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(watchos);
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:23:25: note: add '@MainActor' to make static method 'keyWindow()' part of global actor 'MainActor'
    private static func keyWindow() -> UIWindow? {
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:25:40: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            for scene in UIApplication.shared.connectedScenes {
                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:87:54: note: class property declared here
@property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:23:25: note: add '@MainActor' to make static method 'keyWindow()' part of global actor 'MainActor'
    private static func keyWindow() -> UIWindow? {
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:29:32: warning: main actor-isolated property 'windows' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                if windowScene.windows.isEmpty {
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindowScene.h:38:54: note: property declared here
@property (nonatomic, readonly) NSArray<UIWindow *> *windows;
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:23:25: note: add '@MainActor' to make static method 'keyWindow()' part of global actor 'MainActor'
    private static func keyWindow() -> UIWindow? {
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:32:48: warning: main actor-isolated property 'windows' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                guard let window = windowScene.windows.first(where: { $0.isKeyWindow }) else {
                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindowScene.h:38:54: note: property declared here
@property (nonatomic, readonly) NSArray<UIWindow *> *windows;
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:23:25: note: add '@MainActor' to make static method 'keyWindow()' part of global actor 'MainActor'
    private static func keyWindow() -> UIWindow? {
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:32:74: warning: main actor-isolated property 'isKeyWindow' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                guard let window = windowScene.windows.first(where: { $0.isKeyWindow }) else {
                                                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:42:55: note: property declared here
@property(nonatomic,readonly,getter=isKeyWindow) BOOL keyWindow;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:39:41: warning: main actor-isolated property 'windows' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return UIApplication.shared.windows.first(where: { $0.isKeyWindow })
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:109:62: note: property declared here
@property(nonatomic,readonly) NSArray<__kindof UIWindow *>  *windows API_DEPRECATED("Use UIWindowScene.windows on a relevant window scene instead", ios(2.0, 15.0), visionos(1.0, 1.0)) API_UNAVAILABLE(watchos);
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:23:25: note: add '@MainActor' to make static method 'keyWindow()' part of global actor 'MainActor'
    private static func keyWindow() -> UIWindow? {
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:39:34: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return UIApplication.shared.windows.first(where: { $0.isKeyWindow })
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:87:54: note: class property declared here
@property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:23:25: note: add '@MainActor' to make static method 'keyWindow()' part of global actor 'MainActor'
    private static func keyWindow() -> UIWindow? {
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastHelper.swift:39:67: warning: main actor-isolated property 'isKeyWindow' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return UIApplication.shared.windows.first(where: { $0.isKeyWindow })
                                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:42:55: note: property declared here
@property(nonatomic,readonly,getter=isKeyWindow) BOOL keyWindow;
                                                      ^
SwiftCompile normal arm64 Compiling\ AppleToastView.swift /Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/AppleToastView.swift (in target 'Toast' from project 'Toast')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/AppleToastView.swift (in target 'Toast' from project 'Toast')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:11:24: warning: static property 'activeToasts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var activeToasts = [Toast]()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:11:24: note: convert 'activeToasts' to a 'let' constant to make 'Sendable' shared state immutable
    private static var activeToasts = [Toast]()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:11:24: note: add '@MainActor' to make static property 'activeToasts' part of global actor 'MainActor'
    private static var activeToasts = [Toast]()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:11:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var activeToasts = [Toast]()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:46:20: warning: call to main actor-isolated initializer 'init(child:config:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/AppleToastView.swift:18:12: note: calls to initializer 'init(child:config:)' from outside of its actor context are implicitly asynchronous
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/AppleToastView.swift:18:12: note: main actor isolation inferred from inheritance from class 'UIView'
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:40:24: note: add '@MainActor' to make static method 'text(_:subtitle:viewConfig:config:)' part of global actor 'MainActor'
    public static func text(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:46:42: warning: call to main actor-isolated initializer 'init(_:subtitle:viewConfig:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/TextAppleToastView.swift:20:12: note: calls to initializer 'init(_:subtitle:viewConfig:)' from outside of its actor context are implicitly asynchronous
    public init(_ title: NSAttributedString, subtitle: NSAttributedString? = nil, viewConfig: ToastViewConfiguration) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/TextAppleToastView.swift:20:12: note: main actor isolation inferred from inheritance from class 'UIStackView'
    public init(_ title: NSAttributedString, subtitle: NSAttributedString? = nil, viewConfig: ToastViewConfiguration) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:40:24: note: add '@MainActor' to make static method 'text(_:subtitle:viewConfig:config:)' part of global actor 'MainActor'
    public static func text(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:62:20: warning: call to main actor-isolated initializer 'init(child:config:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/AppleToastView.swift:18:12: note: calls to initializer 'init(child:config:)' from outside of its actor context are implicitly asynchronous
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/AppleToastView.swift:18:12: note: main actor isolation inferred from inheritance from class 'UIView'
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:56:24: note: add '@MainActor' to make static method 'text(_:subtitle:viewConfig:config:)' part of global actor 'MainActor'
    public static func text(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:62:42: warning: call to main actor-isolated initializer 'init(_:subtitle:viewConfig:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/TextAppleToastView.swift:36:12: note: calls to initializer 'init(_:subtitle:viewConfig:)' from outside of its actor context are implicitly asynchronous
    public init(_ title: String, subtitle: String? = nil, viewConfig: ToastViewConfiguration) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/TextAppleToastView.swift:36:12: note: main actor isolation inferred from inheritance from class 'UIStackView'
    public init(_ title: String, subtitle: String? = nil, viewConfig: ToastViewConfiguration) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:56:24: note: add '@MainActor' to make static method 'text(_:subtitle:viewConfig:config:)' part of global actor 'MainActor'
    public static func text(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:82:20: warning: call to main actor-isolated initializer 'init(child:config:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let view = AppleToastView(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/AppleToastView.swift:18:12: note: calls to initializer 'init(child:config:)' from outside of its actor context are implicitly asynchronous
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/AppleToastView.swift:18:12: note: main actor isolation inferred from inheritance from class 'UIView'
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:74:24: note: add '@MainActor' to make static method 'default(image:imageTint:title:subtitle:viewConfig:config:)' part of global actor 'MainActor'
    public static func `default`(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:83:20: warning: call to main actor-isolated initializer 'init(image:imageTint:title:subtitle:viewConfig:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            child: IconAppleToastView(image: image, imageTint: imageTint, title: title, subtitle: subtitle, viewConfig: viewConfig),
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/IconAppleToastView.swift:47:12: note: calls to initializer 'init(image:imageTint:title:subtitle:viewConfig:)' from outside of its actor context are implicitly asynchronous
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/IconAppleToastView.swift:47:12: note: main actor isolation inferred from inheritance from class 'UIStackView'
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:74:24: note: add '@MainActor' to make static method 'default(image:imageTint:title:subtitle:viewConfig:config:)' part of global actor 'MainActor'
    public static func `default`(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:105:20: warning: call to main actor-isolated initializer 'init(child:config:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let view = AppleToastView(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/AppleToastView.swift:18:12: note: calls to initializer 'init(child:config:)' from outside of its actor context are implicitly asynchronous
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/AppleToastView.swift:18:12: note: main actor isolation inferred from inheritance from class 'UIView'
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:97:24: note: add '@MainActor' to make static method 'default(image:imageTint:title:subtitle:viewConfig:config:)' part of global actor 'MainActor'
    public static func `default`(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:106:20: warning: call to main actor-isolated initializer 'init(image:imageTint:title:subtitle:viewConfig:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            child: IconAppleToastView(image: image, imageTint: imageTint, title: title, subtitle: subtitle, viewConfig: viewConfig),
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/IconAppleToastView.swift:75:12: note: calls to initializer 'init(image:imageTint:title:subtitle:viewConfig:)' from outside of its actor context are implicitly asynchronous
    public init(image: UIImage, imageTint: UIColor? = defaultImageTint, title: String, subtitle: String? = nil, viewConfig: ToastViewConfiguration) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/AppleToastView/IconAppleToastView.swift:75:12: note: main actor isolation inferred from inheritance from class 'UIStackView'
    public init(image: UIImage, imageTint: UIColor? = defaultImageTint, title: String, subtitle: String? = nil, viewConfig: ToastViewConfiguration) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:97:24: note: add '@MainActor' to make static method 'default(image:imageTint:title:subtitle:viewConfig:config:)' part of global actor 'MainActor'
    public static func `default`(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:163:26: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            config.view?.addSubview(backgroundView) ?? ToastHelper.topController()?.view.addSubview(backgroundView)
                         ^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:160:17: note: add '@MainActor' to make instance method 'show(after:)' part of global actor 'MainActor'
    public func show(after delay: TimeInterval = 0) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:163:90: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            config.view?.addSubview(backgroundView) ?? ToastHelper.topController()?.view.addSubview(backgroundView)
                                                                                         ^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:163:85: warning: main actor-isolated property 'view' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
            config.view?.addSubview(backgroundView) ?? ToastHelper.topController()?.view.addSubview(backgroundView)
                                                                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:166:16: warning: call to main actor-isolated class method 'performWithoutAnimation' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        UIView.performWithoutAnimation {
               ^
UIKit.UIView.performWithoutAnimation:3:30: note: calls to class method 'performWithoutAnimation' from outside of its actor context are implicitly asynchronous
  @MainActor open class func performWithoutAnimation(_ actionsWithoutAnimation: () -> Void)}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:160:17: note: add '@MainActor' to make instance method 'show(after:)' part of global actor 'MainActor'
    public func show(after delay: TimeInterval = 0) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:167:26: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            config.view?.addSubview(view) ?? ToastHelper.topController()?.view.addSubview(view)
                         ^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:167:80: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            config.view?.addSubview(view) ?? ToastHelper.topController()?.view.addSubview(view)
                                                                               ^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:167:75: warning: main actor-isolated property 'view' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
            config.view?.addSubview(view) ?? ToastHelper.topController()?.view.addSubview(view)
                                                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:168:18: warning: call to main actor-isolated instance method 'createView(for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            view.createView(for: self)
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/ToastView.swift:12:10: note: calls to instance method 'createView(for:)' from outside of its actor context are implicitly asynchronous
    func createView(for toast: Toast)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/ToastViews/ToastView.swift:12:10: note: main actor isolation inferred from conformance to class 'UIView'
    func createView(for toast: Toast)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:169:18: warning: call to main actor-isolated instance method 'layoutIfNeeded()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            view.layoutIfNeeded()
                 ^
UIKit.UIView.layoutIfNeeded:2:22: note: calls to instance method 'layoutIfNeeded()' from outside of its actor context are implicitly asynchronous
@MainActor open func layoutIfNeeded()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:175:50: warning: main actor-isolated property 'backgroundColor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let endBackgroundColor = backgroundView?.backgroundColor
                                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: property declared here
@property(nullable, nonatomic,copy)            UIColor          *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:160:17: note: add '@MainActor' to make instance method 'show(after:)' part of global actor 'MainActor'
    public func show(after delay: TimeInterval = 0) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:176:25: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        backgroundView?.backgroundColor = .clear
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy)            UIColor          *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:160:17: note: add '@MainActor' to make instance method 'show(after:)' part of global actor 'MainActor'
    public func show(after delay: TimeInterval = 0) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:177:16: warning: call to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        UIView.animate(withDuration: config.animationTime, delay: delay, options: [.curveEaseOut, .allowUserInteraction]) {
               ^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:delay:options:animations:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open class func animate(withDuration duration: TimeInterval, delay: TimeInterval, options: UIView.AnimationOptions = [], animations: @escaping () -> Void, completion: ((Bool) -> Void)? = nil)}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:160:17: note: add '@MainActor' to make instance method 'show(after:)' part of global actor 'MainActor'
    public func show(after delay: TimeInterval = 0) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:179:34: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            self.backgroundView?.backgroundColor = endBackgroundColor
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy)            UIColor          *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:207:16: warning: call to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        UIView.animate(withDuration: config.animationTime,
               ^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:delay:options:animations:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open class func animate(withDuration duration: TimeInterval, delay: TimeInterval, options: UIView.AnimationOptions = [], animations: @escaping () -> Void, completion: ((Bool) -> Void)? = nil)}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:202:17: note: add '@MainActor' to make instance method 'close(animated:completion:)' part of global actor 'MainActor'
    public func close(animated: Bool = true, completion: (() -> Void)? = nil) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:214:34: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            self.backgroundView?.backgroundColor = .clear
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy)            UIColor          *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:216:34: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            self.backgroundView?.removeFromSuperview()
                                 ^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:217:23: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            self.view.removeFromSuperview()
                      ^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:235:34: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let backgroundView = UIView(frame: config.view?.frame ?? ToastHelper.topController()?.view.frame ?? .zero)
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:149:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:230:18: note: add '@MainActor' to make instance method 'createBackgroundView()' part of global actor 'MainActor'
    private func createBackgroundView() -> UIView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:235:61: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let backgroundView = UIView(frame: config.view?.frame ?? ToastHelper.topController()?.view.frame ?? .zero)
                                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:230:18: note: add '@MainActor' to make instance method 'createBackgroundView()' part of global actor 'MainActor'
    private func createBackgroundView() -> UIView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:235:104: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
            let backgroundView = UIView(frame: config.view?.frame ?? ToastHelper.topController()?.view.frame ?? .zero)
                                                                                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:235:99: warning: main actor-isolated property 'view' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
            let backgroundView = UIView(frame: config.view?.frame ?? ToastHelper.topController()?.view.frame ?? .zero)
                                                                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:236:28: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            backgroundView.backgroundColor = color
                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy)            UIColor          *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:230:18: note: add '@MainActor' to make instance method 'createBackgroundView()' part of global actor 'MainActor'
    private func createBackgroundView() -> UIView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:237:28: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            backgroundView.layer.zPosition = 998
                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:230:18: note: add '@MainActor' to make instance method 'createBackgroundView()' part of global actor 'MainActor'
    private func createBackgroundView() -> UIView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:249:19: warning: call to main actor-isolated initializer 'init(target:action:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let pan = UIPanGestureRecognizer(target: self, action: #selector(toastOnPan(_:)))
                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:40:1: note: calls to initializer 'init(target:action:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithTarget:(nullable id)target action:(nullable SEL)action NS_DESIGNATED_INITIALIZER; // designated initializer
^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:248:18: note: add '@MainActor' to make instance method 'enablePanToClose()' part of global actor 'MainActor'
    private func enablePanToClose() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:250:19: warning: call to main actor-isolated instance method 'addGestureRecognizer' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.view.addGestureRecognizer(pan)
                  ^
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/Toast/Toast.swift:248:18: note: add '@MainActor' to make instance method 'enablePanToClose()' part of global actor 'MainActor'
    private func enablePanToClose() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:258:24: warning: main actor-isolated property 'state' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        switch gesture.state {
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:48:56: note: property declared here
@property(nonatomic,readonly) UIGestureRecognizerState state;  // the current state of the gesture recognizer
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:253:24: note: add '@MainActor' to make instance method 'toastOnPan' part of global actor 'MainActor'
    @objc private func toastOnPan(_ gesture: UIPanGestureRecognizer) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:260:32: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            startY = self.view.frame.origin.y
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:253:24: note: add '@MainActor' to make instance method 'toastOnPan' part of global actor 'MainActor'
    @objc private func toastOnPan(_ gesture: UIPanGestureRecognizer) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:261:35: warning: call to main actor-isolated instance method 'location(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            startShiftY = gesture.location(in: topVc.view).y
                                  ^
UIKit.UIGestureRecognizer.location:2:22: note: calls to instance method 'location(in:)' from outside of its actor context are implicitly asynchronous
@MainActor open func location(in view: UIView?) -> CGPoint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:253:24: note: add '@MainActor' to make instance method 'toastOnPan' part of global actor 'MainActor'
    @objc private func toastOnPan(_ gesture: UIPanGestureRecognizer) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:261:54: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            startShiftY = gesture.location(in: topVc.view).y
                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:253:24: note: add '@MainActor' to make instance method 'toastOnPan' part of global actor 'MainActor'
    @objc private func toastOnPan(_ gesture: UIPanGestureRecognizer) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:264:33: warning: call to main actor-isolated instance method 'location(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let delta = gesture.location(in: topVc.view).y - startShiftY
                                ^
UIKit.UIGestureRecognizer.location:2:22: note: calls to instance method 'location(in:)' from outside of its actor context are implicitly asynchronous
@MainActor open func location(in view: UIView?) -> CGPoint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:253:24: note: add '@MainActor' to make instance method 'toastOnPan' part of global actor 'MainActor'
    @objc private func toastOnPan(_ gesture: UIPanGestureRecognizer) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:264:52: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let delta = gesture.location(in: topVc.view).y - startShiftY
                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:253:24: note: add '@MainActor' to make instance method 'toastOnPan' part of global actor 'MainActor'
    @objc private func toastOnPan(_ gesture: UIPanGestureRecognizer) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:271:35: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                        self.view.frame.origin.y = startY + delta
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:253:24: note: add '@MainActor' to make instance method 'toastOnPan' part of global actor 'MainActor'
    @objc private func toastOnPan(_ gesture: UIPanGestureRecognizer) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:278:63: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let ammountOfUserDragged = abs(startY - self.view.frame.origin.y)
                                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:253:24: note: add '@MainActor' to make instance method 'toastOnPan' part of global actor 'MainActor'
    @objc private func toastOnPan(_ gesture: UIPanGestureRecognizer) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:284:24: warning: call to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                UIView.animate(withDuration: config.animationTime, delay: 0, options: [.curveEaseOut, .allowUserInteraction]) {
                       ^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:delay:options:animations:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open class func animate(withDuration duration: TimeInterval, delay: TimeInterval, options: UIView.AnimationOptions = [], animations: @escaping () -> Void, completion: ((Bool) -> Void)? = nil)}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:253:24: note: add '@MainActor' to make instance method 'toastOnPan' part of global actor 'MainActor'
    @objc private func toastOnPan(_ gesture: UIPanGestureRecognizer) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:285:31: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                    self.view.frame.origin.y = self.startY
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:299:19: warning: call to main actor-isolated initializer 'init(target:action:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let tap = UITapGestureRecognizer(target: self, action: #selector(toastOnTap))
                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:40:1: note: calls to initializer 'init(target:action:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithTarget:(nullable id)target action:(nullable SEL)action NS_DESIGNATED_INITIALIZER; // designated initializer
^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:298:10: note: add '@MainActor' to make instance method 'enableTapToClose()' part of global actor 'MainActor'
    func enableTapToClose() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:300:19: warning: call to main actor-isolated instance method 'addGestureRecognizer' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.view.addGestureRecognizer(tap)
                  ^
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/Toast/Toast.swift:298:10: note: add '@MainActor' to make instance method 'enableTapToClose()' part of global actor 'MainActor'
    func enableTapToClose() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:304:19: warning: call to main actor-isolated initializer 'init(target:action:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let tap = UILongPressGestureRecognizer(target: self, action: #selector(toastOnTap))
                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:40:1: note: calls to initializer 'init(target:action:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithTarget:(nullable id)target action:(nullable SEL)action NS_DESIGNATED_INITIALIZER; // designated initializer
^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:303:10: note: add '@MainActor' to make instance method 'enableLongPressToClose()' part of global actor 'MainActor'
    func enableLongPressToClose() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:305:19: warning: call to main actor-isolated instance method 'addGestureRecognizer' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.view.addGestureRecognizer(tap)
                  ^
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/Toast/Toast.swift:303:10: note: add '@MainActor' to make instance method 'enableLongPressToClose()' part of global actor 'MainActor'
    func enableLongPressToClose() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:317:21: warning: capture of 'self' with non-sendable type 'Toast' in a '@Sendable' closure
                    close()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:10:14: note: class 'Toast' does not conform to the 'Sendable' protocol
public class Toast {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:299:19: warning: sending value of non-Sendable type 'Toast' risks causing data races; this is an error in the Swift 6 language mode
        let tap = UITapGestureRecognizer(target: self, action: #selector(toastOnTap))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:299:19: note: sending task-isolated value of non-Sendable type 'Toast' to main actor-isolated initializer 'init(target:action:)' risks causing races in between task-isolated and main actor-isolated uses
        let tap = UITapGestureRecognizer(target: self, action: #selector(toastOnTap))
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:304:19: warning: sending value of non-Sendable type 'Toast' risks causing data races; this is an error in the Swift 6 language mode
        let tap = UILongPressGestureRecognizer(target: self, action: #selector(toastOnTap))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:304:19: note: sending task-isolated value of non-Sendable type 'Toast' to main actor-isolated initializer 'init(target:action:)' risks causing races in between task-isolated and main actor-isolated uses
        let tap = UILongPressGestureRecognizer(target: self, action: #selector(toastOnTap))
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:249:19: warning: sending value of non-Sendable type 'Toast' risks causing data races; this is an error in the Swift 6 language mode
        let pan = UIPanGestureRecognizer(target: self, action: #selector(toastOnPan(_:)))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:249:19: note: sending task-isolated value of non-Sendable type 'Toast' to main actor-isolated initializer 'init(target:action:)' risks causing races in between task-isolated and main actor-isolated uses
        let pan = UIPanGestureRecognizer(target: self, action: #selector(toastOnPan(_:)))
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:46:42: warning: sending 'title' risks causing data races; this is an error in the Swift 6 language mode
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:46:42: note: sending task-isolated 'title' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:46:42: warning: sending 'subtitle' risks causing data races; this is an error in the Swift 6 language mode
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:46:42: note: sending task-isolated 'subtitle' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:46:42: warning: sending 'viewConfig' risks causing data races; this is an error in the Swift 6 language mode
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:46:42: note: sending task-isolated 'viewConfig' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:46:20: warning: sending 'viewConfig' risks causing data races; this is an error in the Swift 6 language mode
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:46:20: note: sending task-isolated 'viewConfig' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:62:42: warning: sending 'viewConfig' risks causing data races; this is an error in the Swift 6 language mode
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:62:42: note: sending task-isolated 'viewConfig' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:62:20: warning: sending 'viewConfig' risks causing data races; this is an error in the Swift 6 language mode
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:62:20: note: sending task-isolated 'viewConfig' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let view = AppleToastView(child: TextToastView(title, subtitle: subtitle, viewConfig: viewConfig), config: viewConfig)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:83:20: warning: sending 'title' risks causing data races; this is an error in the Swift 6 language mode
            child: IconAppleToastView(image: image, imageTint: imageTint, title: title, subtitle: subtitle, viewConfig: viewConfig),
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:83:20: note: sending task-isolated 'title' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
            child: IconAppleToastView(image: image, imageTint: imageTint, title: title, subtitle: subtitle, viewConfig: viewConfig),
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:83:20: warning: sending 'subtitle' risks causing data races; this is an error in the Swift 6 language mode
            child: IconAppleToastView(image: image, imageTint: imageTint, title: title, subtitle: subtitle, viewConfig: viewConfig),
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:83:20: note: sending task-isolated 'subtitle' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
            child: IconAppleToastView(image: image, imageTint: imageTint, title: title, subtitle: subtitle, viewConfig: viewConfig),
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:83:20: warning: sending 'viewConfig' risks causing data races; this is an error in the Swift 6 language mode
            child: IconAppleToastView(image: image, imageTint: imageTint, title: title, subtitle: subtitle, viewConfig: viewConfig),
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:83:20: note: sending task-isolated 'viewConfig' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
            child: IconAppleToastView(image: image, imageTint: imageTint, title: title, subtitle: subtitle, viewConfig: viewConfig),
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:82:20: warning: sending 'viewConfig' risks causing data races; this is an error in the Swift 6 language mode
        let view = AppleToastView(
                   ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:82:20: note: sending task-isolated 'viewConfig' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let view = AppleToastView(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:106:20: warning: sending 'viewConfig' risks causing data races; this is an error in the Swift 6 language mode
            child: IconAppleToastView(image: image, imageTint: imageTint, title: title, subtitle: subtitle, viewConfig: viewConfig),
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:106:20: note: sending task-isolated 'viewConfig' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
            child: IconAppleToastView(image: image, imageTint: imageTint, title: title, subtitle: subtitle, viewConfig: viewConfig),
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:105:20: warning: sending 'viewConfig' risks causing data races; this is an error in the Swift 6 language mode
        let view = AppleToastView(
                   ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:105:20: note: sending task-isolated 'viewConfig' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let view = AppleToastView(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:166:16: warning: sending value of non-Sendable type '() -> Void' risks causing data races; this is an error in the Swift 6 language mode
        UIView.performWithoutAnimation {
        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:166:16: note: sending main actor-isolated value of non-Sendable type '() -> Void' to main actor-isolated class method 'performWithoutAnimation' risks causing races in between main actor-isolated and main actor-isolated uses
        UIView.performWithoutAnimation {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:177:16: warning: sending value of non-Sendable type '() -> Void' risks causing data races; this is an error in the Swift 6 language mode
        UIView.animate(withDuration: config.animationTime, delay: delay, options: [.curveEaseOut, .allowUserInteraction]) {
        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:177:16: note: sending main actor-isolated value of non-Sendable type '() -> Void' to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' risks causing races in between main actor-isolated and main actor-isolated uses
        UIView.animate(withDuration: config.animationTime, delay: delay, options: [.curveEaseOut, .allowUserInteraction]) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:177:16: warning: sending value of non-Sendable type '(Bool) -> Void' risks causing data races; this is an error in the Swift 6 language mode
        UIView.animate(withDuration: config.animationTime, delay: delay, options: [.curveEaseOut, .allowUserInteraction]) {
        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:177:16: note: sending main actor-isolated value of non-Sendable type '(Bool) -> Void' to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' risks causing races in between main actor-isolated and main actor-isolated uses
        UIView.animate(withDuration: config.animationTime, delay: delay, options: [.curveEaseOut, .allowUserInteraction]) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:168:18: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
            view.createView(for: self)
            ~~~~~^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:168:18: note: sending task-isolated 'self' to main actor-isolated instance method 'createView(for:)' risks causing data races between main actor-isolated and task-isolated uses
            view.createView(for: self)
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:207:16: warning: sending value of non-Sendable type '() -> Void' risks causing data races; this is an error in the Swift 6 language mode
        UIView.animate(withDuration: config.animationTime,
        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:207:16: note: sending task-isolated value of non-Sendable type '() -> Void' to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' risks causing races in between task-isolated and main actor-isolated uses
        UIView.animate(withDuration: config.animationTime,
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:207:16: warning: sending value of non-Sendable type '(Bool) -> Void' risks causing data races; this is an error in the Swift 6 language mode
        UIView.animate(withDuration: config.animationTime,
        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:207:16: note: sending task-isolated value of non-Sendable type '(Bool) -> Void' to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' risks causing races in between task-isolated and main actor-isolated uses
        UIView.animate(withDuration: config.animationTime,
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:284:24: warning: sending value of non-Sendable type '() -> ()' risks causing data races; this is an error in the Swift 6 language mode
                UIView.animate(withDuration: config.animationTime, delay: 0, options: [.curveEaseOut, .allowUserInteraction]) {
                ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:284:24: note: sending task-isolated value of non-Sendable type '() -> ()' to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' risks causing races in between task-isolated and main actor-isolated uses
                UIView.animate(withDuration: config.animationTime, delay: 0, options: [.curveEaseOut, .allowUserInteraction]) {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:284:24: warning: sending value of non-Sendable type '(Bool) -> Void' risks causing data races; this is an error in the Swift 6 language mode
                UIView.animate(withDuration: config.animationTime, delay: 0, options: [.curveEaseOut, .allowUserInteraction]) {
                ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Toast/Toast.swift:284:24: note: sending task-isolated value of non-Sendable type '(Bool) -> Void' to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' risks causing races in between task-isolated and main actor-isolated uses
                UIView.animate(withDuration: config.animationTime, delay: 0, options: [.curveEaseOut, .allowUserInteraction]) {
                       ^
SwiftCompile normal arm64 Compiling\ AnimationType.swift,\ Direction.swift /Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift /Users/admin/builder/spi-builder-workspace/Sources/Toast/Direction.swift (in target 'Toast' from project 'Toast')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift (in target 'Toast' from project 'Toast')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:37:22: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                view.transform = CGAffineTransform(translationX: x, y: y)
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:34:14: note: add '@MainActor' to make instance method 'apply(to:)' part of global actor 'MainActor'
        func apply(to view: UIView) {
             ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:40:22: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                view.alpha = value
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:34:14: note: add '@MainActor' to make instance method 'apply(to:)' part of global actor 'MainActor'
        func apply(to view: UIView) {
             ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:43:22: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                view.transform = CGAffineTransform(scaleX: scaleX, y: scaleY).translatedBy(x: x, y: y)
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:34:14: note: add '@MainActor' to make instance method 'apply(to:)' part of global actor 'MainActor'
        func apply(to view: UIView) {
             ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:46:22: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                view.transform = CGAffineTransform(scaleX: scaleX, y: scaleY)
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:34:14: note: add '@MainActor' to make instance method 'apply(to:)' part of global actor 'MainActor'
        func apply(to view: UIView) {
             ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:49:22: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                view.transform = transformation
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:34:14: note: add '@MainActor' to make instance method 'apply(to:)' part of global actor 'MainActor'
        func apply(to view: UIView) {
             ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:60:22: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                view.transform = .identity
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:57:14: note: add '@MainActor' to make instance method 'undo(from:)' part of global actor 'MainActor'
        func undo(from view: UIView) {
             ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:63:22: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                view.alpha = 1.0
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:57:14: note: add '@MainActor' to make instance method 'undo(from:)' part of global actor 'MainActor'
        func undo(from view: UIView) {
             ^
        @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Toast/Direction.swift (in target 'Toast' from project 'Toast')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for Toast (in target 'Toast' from project 'Toast')
SwiftDriver\ Compilation\ Requirements Toast normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Toast' from project 'Toast')
    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 Toast -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.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/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast-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/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast_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/Toast.build/Debug-xros/Toast.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.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/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling MulticastDelegate.swift, ToastQueue.swift (in target 'Toast' from project 'Toast')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Toast-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast-Swift.h (in target 'Toast' from project 'Toast')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Toast-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Toast.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.swiftmodule (in target 'Toast' from project 'Toast')
    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/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Toast.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Toast.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.swiftdoc (in target 'Toast' from project 'Toast')
    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/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Toast.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Toast.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.abi.json (in target 'Toast' from project 'Toast')
    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/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Toast.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Toast.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.swiftsourceinfo (in target 'Toast' from project 'Toast')
    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/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Toast.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling AnimationType.swift, Direction.swift (in target 'Toast' from project 'Toast')
SwiftDriverJobDiscovery normal arm64 Compiling TextAppleToastView.swift (in target 'Toast' from project 'Toast')
SwiftDriverJobDiscovery normal arm64 Compiling ToastHelper.swift (in target 'Toast' from project 'Toast')
SwiftDriverJobDiscovery normal arm64 Compiling ToastView.swift (in target 'Toast' from project 'Toast')
SwiftDriverJobDiscovery normal arm64 Compiling ToastConfiguration.swift, ToastDelegate.swift (in target 'Toast' from project 'Toast')
SwiftDriverJobDiscovery normal arm64 Compiling ToastViewConfiguration.swift (in target 'Toast' from project 'Toast')
SwiftDriverJobDiscovery normal arm64 Compiling ToastQueueDelegate.swift, Toast.swift (in target 'Toast' from project 'Toast')
SwiftDriverJobDiscovery normal arm64 Compiling IconAppleToastView.swift (in target 'Toast' from project 'Toast')
SwiftDriverJobDiscovery normal arm64 Compiling AppleToastView.swift (in target 'Toast' from project 'Toast')
SwiftDriver\ Compilation Toast normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Toast' from project 'Toast')
    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 Toast -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.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/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast-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/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast_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/Toast.build/Debug-xros/Toast.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.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/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast-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/Toast.o normal (in target 'Toast' from project 'Toast')
    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/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast_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/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Toast.o
ExtractAppIntentsMetadata (in target 'Toast' from project 'Toast')
    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 Toast --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.Toast --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Toast.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Toast.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Toast.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Toast.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Toast.build/Debug-xros/Toast.build/Objects-normal/arm64/Toast.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 23:06:17.792 appintentsmetadataprocessor[727:4069] Starting appintentsmetadataprocessor export
2025-04-29 23:06:17.832 appintentsmetadataprocessor[727:4069] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Toast.o (in target 'Toast' from project 'Toast')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Toast.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Toast",
  "name" : "Toast",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Toast",
      "targets" : [
        "Toast"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ToastTests",
      "module_type" : "SwiftTarget",
      "name" : "ToastTests",
      "path" : "Tests/ToastTests",
      "sources" : [
        "Queue/ToastQueueTest.swift"
      ],
      "target_dependencies" : [
        "Toast"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Toast",
      "module_type" : "SwiftTarget",
      "name" : "Toast",
      "path" : "Sources/Toast",
      "product_memberships" : [
        "Toast"
      ],
      "sources" : [
        "AnimationType.swift",
        "Direction.swift",
        "MulticastDelegate.swift",
        "Queue/ToastQueue.swift",
        "Queue/ToastQueueDelegate.swift",
        "Toast.swift",
        "ToastConfiguration.swift",
        "ToastDelegate.swift",
        "ToastHelper.swift",
        "ToastViewConfiguration.swift",
        "ToastViews/AppleToastView/AppleToastView.swift",
        "ToastViews/AppleToastView/IconAppleToastView.swift",
        "ToastViews/AppleToastView/TextAppleToastView.swift",
        "ToastViews/ToastView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.