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 Customerly, reference master (3532fc), with Swift 6.1 for visionOS using Xcode 16.3 on 5 Jun 2025 14:11:14 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 Customerly -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Customerly/CustomerlyiOSSDK.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Customerly/CustomerlyiOSSDK
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3532fcc fix: onNewMessageReceived typings with some values nullable
Cloned https://github.com/Customerly/CustomerlyiOSSDK.git
Revision (git rev-parse @):
3532fcc7995f17353e09c3316c0d5ab1ce53ca43
SUCCESS checkout https://github.com/Customerly/CustomerlyiOSSDK.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Customerly/CustomerlyiOSSDK.git
https://github.com/Customerly/CustomerlyiOSSDK.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Customerly",
  "name" : "Customerly",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Customerly",
      "targets" : [
        "CustomerlySDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CustomerlySDK",
      "module_type" : "SwiftTarget",
      "name" : "CustomerlySDK",
      "path" : "CustomerlySDK",
      "product_memberships" : [
        "Customerly"
      ],
      "sources" : [
        "Customerly.swift",
        "CustomerlyCallback.swift",
        "CustomerlyView.swift",
        "models/Account.swift",
        "models/AttachmentPayload.swift",
        "models/CustomerlySettings.swift",
        "models/HelpCenterArticle.swift",
        "models/RealtimeCall.swift",
        "models/Survey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Customerly",
  "name" : "Customerly",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Customerly",
      "targets" : [
        "CustomerlySDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CustomerlySDK",
      "module_type" : "SwiftTarget",
      "name" : "CustomerlySDK",
      "path" : "CustomerlySDK",
      "product_memberships" : [
        "Customerly"
      ],
      "sources" : [
        "Customerly.swift",
        "CustomerlyCallback.swift",
        "CustomerlyView.swift",
        "models/Account.swift",
        "models/AttachmentPayload.swift",
        "models/CustomerlySettings.swift",
        "models/HelpCenterArticle.swift",
        "models/RealtimeCall.swift",
        "models/Survey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "CustomerlySDK",
    "schemes" : [
      "CustomerlySDK",
      "SampleApp"
    ],
    "targets" : [
      "CustomerlySDK",
      "SampleApp"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Customerly"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Customerly -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 Customerly -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:
  Customerly: /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 'Customerly' in project 'Customerly'
        ➜ Explicit dependency on target 'CustomerlySDK' in project 'Customerly'
    Target 'CustomerlySDK' in project 'Customerly' (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: a9e7df1d0f4c03277cc3198e0ef379e2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a9e7df1d0f4c03277cc3198e0ef379e2.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    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/Customerly.build/Debug-xros/CustomerlySDK.build/CustomerlySDK.DependencyMetadataFileList (in target 'CustomerlySDK' from project 'Customerly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/CustomerlySDK.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/CustomerlySDK.DependencyStaticMetadataFileList (in target 'CustomerlySDK' from project 'Customerly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/CustomerlySDK.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK_const_extract_protocols.json (in target 'CustomerlySDK' from project 'Customerly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.SwiftFileList (in target 'CustomerlySDK' from project 'Customerly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.SwiftConstValuesFileList (in target 'CustomerlySDK' from project 'Customerly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.LinkFileList (in target 'CustomerlySDK' from project 'Customerly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/CustomerlySDK.modulemap (in target 'CustomerlySDK' from project 'Customerly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/CustomerlySDK.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK-OutputFileMap.json (in target 'CustomerlySDK' from project 'Customerly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CustomerlySDK.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/CustomerlySDK.modulemap (in target 'CustomerlySDK' from project 'Customerly')
    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/Customerly.build/Debug-xros/CustomerlySDK.build/CustomerlySDK.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver CustomerlySDK normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CustomerlySDK' from project 'Customerly')
    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 CustomerlySDK -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK-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/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK_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/Customerly.build/Debug-xros/CustomerlySDK.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.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/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Customerly.swift /Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift (in target 'CustomerlySDK' from project 'Customerly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift (in target 'CustomerlySDK' from project 'Customerly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:7:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Customerly' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = Customerly()
                      ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:5:14: note: class 'Customerly' does not conform to the 'Sendable' protocol
public class Customerly: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:7:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = Customerly()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:7:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = Customerly()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:889:17: warning: instance method 'webView(_:decidePolicyFor:decisionHandler:)' nearly matches optional requirement 'webView(_:decidePolicyFor:decisionHandler:)' of protocol 'WKNavigationDelegate'
    public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:889:17: note: candidate has non-matching type '(WKWebView, WKNavigationAction, @escaping (WKNavigationActionPolicy) -> Void) -> ()'
    public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:889:17: note: move 'webView(_:decidePolicyFor:decisionHandler:)' to another extension to silence this warning
    public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                ^
WebKit.WKNavigationDelegate.webView:3:28: note: requirement 'webView(_:decidePolicyFor:decisionHandler:)' declared here
  @MainActor optional func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping @MainActor @Sendable (WKNavigationActionPolicy) -> Void)}
                           ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:51:22: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let config = WKWebViewConfiguration()
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:43:17: note: add '@MainActor' to make instance method 'load(settings:parent:)' part of global actor 'MainActor'
    public func load(settings: CustomerlySettings, parent: UIViewController? = nil) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:52:34: warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let userContent = config.userContentController
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h:118:56: note: property declared here
@property (nonatomic, strong) WKUserContentController *userContentController;
                                                       ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:43:17: note: add '@MainActor' to make instance method 'load(settings:parent:)' part of global actor 'MainActor'
    public func load(settings: CustomerlySettings, parent: UIViewController? = nil) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:53:21: warning: call to main actor-isolated instance method 'add(_:name:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        userContent.add(self, name: "customerlyNative")
                    ^
WebKit.WKUserContentController.add:2:22: note: calls to instance method 'add(_:name:)' from outside of its actor context are implicitly asynchronous
@MainActor open func add(_ scriptMessageHandler: any WKScriptMessageHandler, name: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:43:17: note: add '@MainActor' to make instance method 'load(settings:parent:)' part of global actor 'MainActor'
    public func load(settings: CustomerlySettings, parent: UIViewController? = nil) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:55:18: warning: call to main actor-isolated initializer 'init(frame:configuration:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let wv = WKWebView(frame: .zero, configuration: config)
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:114:1: note: calls to initializer 'init(frame:configuration:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration *)configuration NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:43:17: note: add '@MainActor' to make instance method 'load(settings:parent:)' part of global actor 'MainActor'
    public func load(settings: CustomerlySettings, parent: UIViewController? = nil) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:56:12: warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        wv.navigationDelegate = self
           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
@property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
                                                                ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:43:17: note: add '@MainActor' to make instance method 'load(settings:parent:)' part of global actor 'MainActor'
    public func load(settings: CustomerlySettings, parent: UIViewController? = nil) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:57:12: warning: main actor-isolated property 'isHidden' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        wv.isHidden = true
           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:307:56: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isHidden) BOOL              hidden;                     // default is NO. doesn't check superviews
                                                       ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:43:17: note: add '@MainActor' to make instance method 'load(settings:parent:)' part of global actor 'MainActor'
    public func load(settings: CustomerlySettings, parent: UIViewController? = nil) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:58:12: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        wv.backgroundColor = .white
           ^
/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/CustomerlySDK/Customerly.swift:43:17: note: add '@MainActor' to make instance method 'load(settings:parent:)' part of global actor 'MainActor'
    public func load(settings: CustomerlySettings, parent: UIViewController? = nil) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:59:12: warning: main actor-isolated property 'isOpaque' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        wv.isOpaque = false
           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:305:56: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isOpaque) BOOL              opaque;                     // default is YES. opaque views must fill their entire bounds or the results are undefined. the active CGContext in drawRect: will not have been cleared and may have non-zeroed pixels
                                                       ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:43:17: note: add '@MainActor' to make instance method 'load(settings:parent:)' part of global actor 'MainActor'
    public func load(settings: CustomerlySettings, parent: UIViewController? = nil) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:60:23: warning: main actor-isolated property 'isScrollEnabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        wv.scrollView.isScrollEnabled = false
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:115:59: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isScrollEnabled) BOOL          scrollEnabled;                  // default YES. turn off any dragging temporarily
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:43:17: note: add '@MainActor' to make instance method 'load(settings:parent:)' part of global actor 'MainActor'
    public func load(settings: CustomerlySettings, parent: UIViewController? = nil) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:60:12: warning: main actor-isolated property 'scrollView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        wv.scrollView.isScrollEnabled = false
           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:468:55: note: mutation of this property is only permitted within the actor
@property (nonatomic, readonly, strong) UIScrollView *scrollView;
                                                      ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:43:17: note: add '@MainActor' to make instance method 'load(settings:parent:)' part of global actor 'MainActor'
    public func load(settings: CustomerlySettings, parent: UIViewController? = nil) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:61:23: warning: main actor-isolated property 'bounces' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        wv.scrollView.bounces = false
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:100:28: note: mutation of this property is only permitted within the actor
@property (nonatomic) BOOL bounces;
                           ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:43:17: note: add '@MainActor' to make instance method 'load(settings:parent:)' part of global actor 'MainActor'
    public func load(settings: CustomerlySettings, parent: UIViewController? = nil) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:61:12: warning: main actor-isolated property 'scrollView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        wv.scrollView.bounces = false
           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:468:55: note: mutation of this property is only permitted within the actor
@property (nonatomic, readonly, strong) UIScrollView *scrollView;
                                                      ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:43:17: note: add '@MainActor' to make instance method 'load(settings:parent:)' part of global actor 'MainActor'
    public func load(settings: CustomerlySettings, parent: UIViewController? = nil) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:201:18: warning: call to main actor-isolated instance method 'loadHTMLString(_:baseURL:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        webView?.loadHTMLString(html, baseURL: URL(string: "https://customerly.io/"))
                 ^
WebKit.WKWebView.loadHTMLString:2:22: note: calls to instance method 'loadHTMLString(_:baseURL:)' from outside of its actor context are implicitly asynchronous
@MainActor open func loadHTMLString(_ string: String, baseURL: URL?) -> WKNavigation?}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:84:18: note: add '@MainActor' to make instance method 'loadMessengerHTML()' part of global actor 'MainActor'
    private func loadMessengerHTML() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:207:44: warning: call to main actor-isolated class method 'default()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let dataStore = WKWebsiteDataStore.default()
                                           ^
WebKit.WKWebsiteDataStore.default:2:28: note: calls to class method 'default()' from outside of its actor context are implicitly asynchronous
@MainActor open class func `default`() -> WKWebsiteDataStore}
                           ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:204:18: note: add '@MainActor' to make instance method 'saveCookies()' part of global actor 'MainActor'
    private func saveCookies() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:208:37: warning: main actor-isolated property 'httpCookieStore' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let cookieStore = dataStore.httpCookieStore
                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebsiteDataStore.h:85:52: note: property declared here
@property (nonatomic, readonly) WKHTTPCookieStore *httpCookieStore API_AVAILABLE(macos(10.13), ios(11.0));
                                                   ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:204:18: note: add '@MainActor' to make instance method 'saveCookies()' part of global actor 'MainActor'
    private func saveCookies() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:210:21: warning: call to main actor-isolated instance method 'getAllCookies' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        cookieStore.getAllCookies { cookies in
                    ^
WebKit.WKHTTPCookieStore.getAllCookies:2:22: note: calls to instance method 'getAllCookies' from outside of its actor context are implicitly asynchronous
@MainActor open func getAllCookies(_ completionHandler: @escaping @MainActor @Sendable ([HTTPCookie]) -> Void)}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:204:18: note: add '@MainActor' to make instance method 'saveCookies()' part of global actor 'MainActor'
    private func saveCookies() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:220:44: warning: call to main actor-isolated class method 'default()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let dataStore = WKWebsiteDataStore.default()
                                           ^
WebKit.WKWebsiteDataStore.default:2:28: note: calls to class method 'default()' from outside of its actor context are implicitly asynchronous
@MainActor open class func `default`() -> WKWebsiteDataStore}
                           ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:217:18: note: add '@MainActor' to make instance method 'loadCookies()' part of global actor 'MainActor'
    private func loadCookies() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:221:37: warning: main actor-isolated property 'httpCookieStore' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let cookieStore = dataStore.httpCookieStore
                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebsiteDataStore.h:85:52: note: property declared here
@property (nonatomic, readonly) WKHTTPCookieStore *httpCookieStore API_AVAILABLE(macos(10.13), ios(11.0));
                                                   ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:217:18: note: add '@MainActor' to make instance method 'loadCookies()' part of global actor 'MainActor'
    private func loadCookies() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:225:29: warning: call to main actor-isolated instance method 'setCookie(_:completionHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                cookieStore.setCookie(cookie)
                            ^
WebKit.WKHTTPCookieStore.setCookie:2:22: note: calls to instance method 'setCookie(_:completionHandler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func setCookie(_ cookie: HTTPCookie, completionHandler: (@MainActor @Sendable () -> Void)? = nil)}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:217:18: note: add '@MainActor' to make instance method 'loadCookies()' part of global actor 'MainActor'
    private func loadCookies() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:236:17: warning: call to main actor-isolated instance method 'evaluateJavaScript(_:completionHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        webView.evaluateJavaScript(script) { result, error in
                ^
WebKit.WKWebView.evaluateJavaScript:2:22: note: calls to instance method 'evaluateJavaScript(_:completionHandler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:230:18: note: add '@MainActor' to make instance method 'evaluateJavascript(_:resultCallback:)' part of global actor 'MainActor'
    private func evaluateJavascript(_ script: String, resultCallback: ((Any?, Error?) -> Void)? = nil) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:264:27: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let containerVC = UIViewController()
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:265:26: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        containerVC.view.backgroundColor = .white
                         ^
/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/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:265:21: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        containerVC.view.backgroundColor = .white
                    ^
/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/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:267:29: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let containerView = UIView()
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:268:23: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        containerView.backgroundColor = .white
                      ^
/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/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:269:23: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        containerView.translatesAutoresizingMaskIntoConstraints = false
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:270: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
        containerVC.view.addSubview(containerView)
                         ^
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/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:270:21: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        containerVC.view.addSubview(containerView)
                    ^
/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/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:272:28: warning: call to main actor-isolated class method 'activate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        NSLayoutConstraint.activate([
                           ^
UIKit.NSLayoutConstraint.activate:3:30: note: calls to class method 'activate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func activate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:273:37: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            containerView.topAnchor.constraint(equalTo: containerVC.view.topAnchor),
                                    ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:273:27: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            containerView.topAnchor.constraint(equalTo: containerVC.view.topAnchor),
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:273:74: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            containerView.topAnchor.constraint(equalTo: containerVC.view.topAnchor),
                                                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:273:69: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            containerView.topAnchor.constraint(equalTo: containerVC.view.topAnchor),
                                                                    ^
/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/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:274:41: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            containerView.leadingAnchor.constraint(equalTo: containerVC.view.leadingAnchor),
                                        ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:274:27: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            containerView.leadingAnchor.constraint(equalTo: containerVC.view.leadingAnchor),
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:274:78: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            containerView.leadingAnchor.constraint(equalTo: containerVC.view.leadingAnchor),
                                                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:274:73: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            containerView.leadingAnchor.constraint(equalTo: containerVC.view.leadingAnchor),
                                                                        ^
/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/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:275:42: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            containerView.trailingAnchor.constraint(equalTo: containerVC.view.trailingAnchor),
                                         ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:275:27: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            containerView.trailingAnchor.constraint(equalTo: containerVC.view.trailingAnchor),
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:275:79: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            containerView.trailingAnchor.constraint(equalTo: containerVC.view.trailingAnchor),
                                                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:275:74: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            containerView.trailingAnchor.constraint(equalTo: containerVC.view.trailingAnchor),
                                                                         ^
/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/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:276:40: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            containerView.bottomAnchor.constraint(equalTo: containerVC.view.bottomAnchor)
                                       ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:276:27: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            containerView.bottomAnchor.constraint(equalTo: containerVC.view.bottomAnchor)
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:276:77: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            containerView.bottomAnchor.constraint(equalTo: containerVC.view.bottomAnchor)
                                                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:276:72: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            containerView.bottomAnchor.constraint(equalTo: containerVC.view.bottomAnchor)
                                                                       ^
/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/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:279:12: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        wv.translatesAutoresizingMaskIntoConstraints = false
           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:280:23: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        containerView.addSubview(wv)
                      ^
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/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:283:52: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let bottomConstraint = wv.bottomAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.bottomAnchor)
                                                   ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:283:39: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let bottomConstraint = wv.bottomAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.bottomAnchor)
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:283:106: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let bottomConstraint = wv.bottomAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.bottomAnchor)
                                                                                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:51:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:283:86: warning: main actor-isolated property 'safeAreaLayoutGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let bottomConstraint = wv.bottomAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.bottomAnchor)
                                                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:288:53: note: property declared here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                    ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:284:32: warning: call to main actor-isolated class method 'activate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            NSLayoutConstraint.activate([
                               ^
UIKit.NSLayoutConstraint.activate:3:30: note: calls to class method 'activate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func activate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:285:30: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                wv.topAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.topAnchor),
                             ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:285:20: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                wv.topAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.topAnchor),
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:285:84: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                wv.topAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.topAnchor),
                                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:50:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:285:64: warning: main actor-isolated property 'safeAreaLayoutGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                wv.topAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.topAnchor),
                                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:288:53: note: property declared here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                    ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:286:34: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                wv.leadingAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.leadingAnchor),
                                 ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:286:20: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                wv.leadingAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.leadingAnchor),
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:286:88: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                wv.leadingAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.leadingAnchor),
                                                                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:46:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:286:68: warning: main actor-isolated property 'safeAreaLayoutGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                wv.leadingAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.leadingAnchor),
                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:288:53: note: property declared here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                    ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:287:35: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                wv.trailingAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.trailingAnchor),
                                  ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:287:20: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                wv.trailingAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.trailingAnchor),
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:287:89: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                wv.trailingAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.trailingAnchor),
                                                                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:47:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:287:69: warning: main actor-isolated property 'safeAreaLayoutGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                wv.trailingAnchor.constraint(equalTo: containerView.safeAreaLayoutGuide.trailingAnchor),
                                                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:288:53: note: property declared here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                    ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:292:52: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let bottomConstraint = wv.bottomAnchor.constraint(equalTo: containerView.bottomAnchor)
                                                   ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:292:39: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let bottomConstraint = wv.bottomAnchor.constraint(equalTo: containerView.bottomAnchor)
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:292:86: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let bottomConstraint = wv.bottomAnchor.constraint(equalTo: containerView.bottomAnchor)
                                                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:293:32: warning: call to main actor-isolated class method 'activate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            NSLayoutConstraint.activate([
                               ^
UIKit.NSLayoutConstraint.activate:3:30: note: calls to class method 'activate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func activate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:294:30: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                wv.topAnchor.constraint(equalTo: containerView.topAnchor),
                             ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:294:20: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                wv.topAnchor.constraint(equalTo: containerView.topAnchor),
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:294:64: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                wv.topAnchor.constraint(equalTo: containerView.topAnchor),
                                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:295:34: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                wv.leadingAnchor.constraint(equalTo: containerView.leadingAnchor),
                                 ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:295:20: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                wv.leadingAnchor.constraint(equalTo: containerView.leadingAnchor),
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:295:68: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                wv.leadingAnchor.constraint(equalTo: containerView.leadingAnchor),
                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:296:35: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                wv.trailingAnchor.constraint(equalTo: containerView.trailingAnchor),
                                  ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:296:20: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                wv.trailingAnchor.constraint(equalTo: containerView.trailingAnchor),
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:296:69: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                wv.trailingAnchor.constraint(equalTo: containerView.trailingAnchor),
                                                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:302:12: warning: main actor-isolated property 'isHidden' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        wv.isHidden = false
           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:307:56: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isHidden) BOOL              hidden;                     // default is NO. doesn't check superviews
                                                       ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:313:45: warning: main actor-isolated property 'delegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        containerVC.presentationController?.delegate = self
                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:76:84: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic, weak) id <UIAdaptivePresentationControllerDelegate> delegate;
                                                                                   ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:313:21: warning: main actor-isolated property 'presentationController' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        containerVC.presentationController?.delegate = self
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:593:69: note: mutation of this property is only permitted within the actor
@property (nullable, nonatomic, readonly) UIPresentationController *presentationController API_AVAILABLE(ios(8.0));
                                                                    ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:315:16: warning: call to main actor-isolated instance method 'present(_:animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        parent.present(containerVC, animated: true) {
               ^
UIKit.UIViewController.present:3:24: note: calls to instance method 'present(_:animated:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func present(_ viewControllerToPresent: UIViewController, animated flag: Bool, completion: (() -> Void)? = nil)}
                       ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:244:17: note: add '@MainActor' to make instance method 'show(withoutNavigation:)' part of global actor 'MainActor'
    public func show(withoutNavigation: Bool = false) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:327:23: warning: main actor-isolated property 'isHidden' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        self.webView?.isHidden = true
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:307:56: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isHidden) BOOL              hidden;                     // default is NO. doesn't check superviews
                                                       ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:321:18: note: add '@MainActor' to make instance method 'afterHide(withBack:)' part of global actor 'MainActor'
    private func afterHide(withBack: Bool = false) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:337:21: warning: call to main actor-isolated instance method 'dismiss(animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        controller?.dismiss(animated: true) {
                    ^
UIKit.UIViewController.dismiss:3:24: note: calls to instance method 'dismiss(animated:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func dismiss(animated flag: Bool, completion: (() -> Void)? = nil)}
                       ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:336:17: note: add '@MainActor' to make instance method 'hide()' part of global actor 'MainActor'
    public func hide() {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:716:39: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        self.webViewBottomConstraint?.constant = -keyboardHeight
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: mutation of this property is only permitted within the actor
@property CGFloat constant;
                  ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:709:24: note: add '@MainActor' to make instance method 'keyboardWillShow' part of global actor 'MainActor'
    @objc private func keyboardWillShow(_ notification: Notification) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:718: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: duration, delay: 0, options: UIView.AnimationOptions(rawValue: curve << 16), animations: {
               ^
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/CustomerlySDK/Customerly.swift:709:24: note: add '@MainActor' to make instance method 'keyboardWillShow' part of global actor 'MainActor'
    @objc private func keyboardWillShow(_ notification: Notification) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:719:35: warning: call to main actor-isolated instance method 'layoutIfNeeded()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            self.controller?.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/CustomerlySDK/Customerly.swift:719:30: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            self.controller?.view.layoutIfNeeded()
                             ^
/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/CustomerlySDK/Customerly.swift:728:39: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        self.webViewBottomConstraint?.constant = 0
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: mutation of this property is only permitted within the actor
@property CGFloat constant;
                  ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:723:24: note: add '@MainActor' to make instance method 'keyboardWillHide' part of global actor 'MainActor'
    @objc private func keyboardWillHide(_ notification: Notification) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:730: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: duration, delay: 0, options: UIView.AnimationOptions(rawValue: curve << 16), animations: {
               ^
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/CustomerlySDK/Customerly.swift:723:24: note: add '@MainActor' to make instance method 'keyboardWillHide' part of global actor 'MainActor'
    @objc private func keyboardWillHide(_ notification: Notification) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:731:35: warning: call to main actor-isolated instance method 'layoutIfNeeded()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            self.controller?.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/CustomerlySDK/Customerly.swift:731:30: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            self.controller?.view.layoutIfNeeded()
                             ^
/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/CustomerlySDK/Customerly.swift:890:40: warning: main actor-isolated property 'request' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let request = navigationAction.request
                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKNavigationAction.h:78:53: note: property declared here
@property (nonatomic, readonly, copy) NSURLRequest *request;
                                                    ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:889:17: note: add '@MainActor' to make instance method 'webView(_:decidePolicyFor:decisionHandler:)' part of global actor 'MainActor'
    public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:897:34: warning: call to main actor-isolated instance method 'open(_:options:completionHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            UIApplication.shared.open(url, options: [:], completionHandler: nil)
                                 ^
UIKit.UIApplication.open:3:24: note: calls to instance method 'open(_:options:completionHandler:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func open(_ url: URL, options: [UIApplication.OpenExternalURLOptionsKey : Any] = [:], completionHandler completion: (@MainActor @Sendable (Bool) -> Void)? = nil)}
                       ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:889:17: note: add '@MainActor' to make instance method 'webView(_:decidePolicyFor:decisionHandler:)' part of global actor 'MainActor'
    public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:897:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            UIApplication.shared.open(url, options: [:], completionHandler: nil)
                          ^
/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/CustomerlySDK/Customerly.swift:889:17: note: add '@MainActor' to make instance method 'webView(_:decidePolicyFor:decisionHandler:)' part of global actor 'MainActor'
    public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:237:13: warning: sending 'resultCallback' risks causing data races; this is an error in the Swift 6 language mode
            resultCallback?(result, error)
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:237:13: note: task-isolated 'resultCallback' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
            resultCallback?(result, error)
            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:315:16: warning: sending value of non-Sendable type '() -> Void' risks causing data races; this is an error in the Swift 6 language mode
        parent.present(containerVC, animated: true) {
        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:315:16: note: sending main actor-isolated value of non-Sendable type '() -> Void' to main actor-isolated instance method 'present(_:animated:completion:)' risks causing races in between main actor-isolated and main actor-isolated uses
        parent.present(containerVC, animated: true) {
               ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:337:21: warning: sending value of non-Sendable type '() -> ()' risks causing data races; this is an error in the Swift 6 language mode
        controller?.dismiss(animated: true) {
        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:337:21: note: sending task-isolated value of non-Sendable type '() -> ()' to main actor-isolated instance method 'dismiss(animated:completion:)' risks causing races in between task-isolated and main actor-isolated uses
        controller?.dismiss(animated: true) {
                    ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:718: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: duration, delay: 0, options: UIView.AnimationOptions(rawValue: curve << 16), animations: {
        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:718: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: duration, delay: 0, options: UIView.AnimationOptions(rawValue: curve << 16), animations: {
               ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:730: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: duration, delay: 0, options: UIView.AnimationOptions(rawValue: curve << 16), animations: {
        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:730: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: duration, delay: 0, options: UIView.AnimationOptions(rawValue: curve << 16), animations: {
               ^
SwiftCompile normal arm64 Compiling\ Account.swift /Users/admin/builder/spi-builder-workspace/CustomerlySDK/models/Account.swift (in target 'CustomerlySDK' from project 'Customerly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CustomerlySDK/models/Account.swift (in target 'CustomerlySDK' from project 'Customerly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:7:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Customerly' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = Customerly()
                      ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:5:14: note: class 'Customerly' does not conform to the 'Sendable' protocol
public class Customerly: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:7:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = Customerly()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:7:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = Customerly()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:889:17: warning: instance method 'webView(_:decidePolicyFor:decisionHandler:)' nearly matches optional requirement 'webView(_:decidePolicyFor:decisionHandler:)' of protocol 'WKNavigationDelegate'
    public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:889:17: note: candidate has non-matching type '(WKWebView, WKNavigationAction, @escaping (WKNavigationActionPolicy) -> Void) -> ()'
    public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                ^
/Users/admin/builder/spi-builder-workspace/CustomerlySDK/Customerly.swift:889:17: note: move 'webView(_:decidePolicyFor:decisionHandler:)' to another extension to silence this warning
    public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                ^
WebKit.WKNavigationDelegate.webView:3:28: note: requirement 'webView(_:decidePolicyFor:decisionHandler:)' declared here
  @MainActor optional func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping @MainActor @Sendable (WKNavigationActionPolicy) -> Void)}
                           ^
SwiftCompile normal arm64 Compiling\ AttachmentPayload.swift /Users/admin/builder/spi-builder-workspace/CustomerlySDK/models/AttachmentPayload.swift (in target 'CustomerlySDK' from project 'Customerly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CustomerlySDK/models/AttachmentPayload.swift (in target 'CustomerlySDK' from project 'Customerly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Emitting module for CustomerlySDK (in target 'CustomerlySDK' from project 'Customerly')
SwiftDriver\ Compilation\ Requirements CustomerlySDK normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CustomerlySDK' from project 'Customerly')
    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 CustomerlySDK -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK-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/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK_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/Customerly.build/Debug-xros/CustomerlySDK.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.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/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CustomerlySDK-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK-Swift.h (in target 'CustomerlySDK' from project 'Customerly')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CustomerlySDK-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomerlySDK.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.swiftmodule (in target 'CustomerlySDK' from project 'Customerly')
    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/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomerlySDK.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomerlySDK.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.swiftdoc (in target 'CustomerlySDK' from project 'Customerly')
    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/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomerlySDK.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomerlySDK.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.abi.json (in target 'CustomerlySDK' from project 'Customerly')
    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/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomerlySDK.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomerlySDK.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.swiftsourceinfo (in target 'CustomerlySDK' from project 'Customerly')
    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/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomerlySDK.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling HelpCenterArticle.swift (in target 'CustomerlySDK' from project 'Customerly')
SwiftDriverJobDiscovery normal arm64 Compiling RealtimeCall.swift (in target 'CustomerlySDK' from project 'Customerly')
SwiftDriverJobDiscovery normal arm64 Compiling CustomerlySettings.swift (in target 'CustomerlySDK' from project 'Customerly')
SwiftDriverJobDiscovery normal arm64 Compiling Survey.swift (in target 'CustomerlySDK' from project 'Customerly')
SwiftDriverJobDiscovery normal arm64 Compiling AttachmentPayload.swift (in target 'CustomerlySDK' from project 'Customerly')
SwiftDriverJobDiscovery normal arm64 Compiling Account.swift (in target 'CustomerlySDK' from project 'Customerly')
SwiftDriverJobDiscovery normal arm64 Compiling CustomerlyCallback.swift (in target 'CustomerlySDK' from project 'Customerly')
SwiftDriverJobDiscovery normal arm64 Compiling CustomerlyView.swift (in target 'CustomerlySDK' from project 'Customerly')
SwiftDriverJobDiscovery normal arm64 Compiling Customerly.swift (in target 'CustomerlySDK' from project 'Customerly')
SwiftDriver\ Compilation CustomerlySDK normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CustomerlySDK' from project 'Customerly')
    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 CustomerlySDK -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK-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/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK_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/Customerly.build/Debug-xros/CustomerlySDK.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.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/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK-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/CustomerlySDK.o normal (in target 'CustomerlySDK' from project 'Customerly')
    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/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK_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/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomerlySDK.o
ExtractAppIntentsMetadata (in target 'CustomerlySDK' from project 'Customerly')
    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 CustomerlySDK --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.CustomerlySDK --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomerlySDK.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomerlySDK.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/CustomerlySDK.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/CustomerlySDK.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Customerly.build/Debug-xros/CustomerlySDK.build/Objects-normal/arm64/CustomerlySDK.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-05 07:11:13.209 appintentsmetadataprocessor[732:4237] Starting appintentsmetadataprocessor export
2025-06-05 07:11:13.249 appintentsmetadataprocessor[732:4237] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomerlySDK.o (in target 'CustomerlySDK' from project 'Customerly')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomerlySDK.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Customerly",
  "name" : "Customerly",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Customerly",
      "targets" : [
        "CustomerlySDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CustomerlySDK",
      "module_type" : "SwiftTarget",
      "name" : "CustomerlySDK",
      "path" : "CustomerlySDK",
      "product_memberships" : [
        "Customerly"
      ],
      "sources" : [
        "Customerly.swift",
        "CustomerlyCallback.swift",
        "CustomerlyView.swift",
        "models/Account.swift",
        "models/AttachmentPayload.swift",
        "models/CustomerlySettings.swift",
        "models/HelpCenterArticle.swift",
        "models/RealtimeCall.swift",
        "models/Survey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.