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 Reach5, reference master (900299), with Swift 6.1 for visionOS using Xcode 16.3 on 30 Aug 2025 10:58:23 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Reach5 -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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ReachFive/reachfive-ios.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ReachFive/reachfive-ios
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9002998 Release 9.1.2 (#86)
Cloned https://github.com/ReachFive/reachfive-ios.git
Revision (git rev-parse @):
90029981ed9f5a58acb239ad77f456214406c691
SUCCESS checkout https://github.com/ReachFive/reachfive-ios.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ReachFive/reachfive-ios.git
https://github.com/ReachFive/reachfive-ios.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Reach5",
  "name" : "Reach5",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Reach5",
      "targets" : [
        "Reach5"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Reach5",
      "module_type" : "SwiftTarget",
      "name" : "Reach5",
      "path" : "Sources/Core",
      "product_memberships" : [
        "Reach5"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Core/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/AppleProvider.swift",
        "Classes/CredentialManager.swift",
        "Classes/DefaultProvider.swift",
        "Classes/LoginWKWebview.swift",
        "Classes/Provider.swift",
        "Classes/ReachFive.swift",
        "Classes/ReachFiveApi.swift",
        "Classes/ReachFiveApplication.swift",
        "Classes/ReachFiveError.swift",
        "Classes/ReachFiveLogin.swift",
        "Classes/ReachFiveMfa.swift",
        "Classes/ReachFiveNative.swift",
        "Classes/ReachFivePassword.swift",
        "Classes/ReachFivePasswordLess.swift",
        "Classes/ReachFiveProfile.swift",
        "Classes/ReachFiveProviders.swift",
        "Classes/ReachFiveToken.swift",
        "Classes/ReachFiveWebviewLogin.swift",
        "Classes/models/AccessTokenResponse.swift",
        "Classes/models/AuthToken.swift",
        "Classes/models/ClientConfigResponse.swift",
        "Classes/models/Consent.swift",
        "Classes/models/Emails.swift",
        "Classes/models/LoginSummary.swift",
        "Classes/models/OpenIdUser.swift",
        "Classes/models/Profile.swift",
        "Classes/models/ProfileAddress.swift",
        "Classes/models/ProfileUpdate.swift",
        "Classes/models/ProviderConfig.swift",
        "Classes/models/ProvidersConfigsResult.swift",
        "Classes/models/SdkConfig.swift",
        "Classes/models/SdkInternalConfig.swift",
        "Classes/models/requests/AuthCodeRequest.swift",
        "Classes/models/requests/LoginCallback.swift",
        "Classes/models/requests/LoginProviderRequest.swift",
        "Classes/models/requests/LoginRequest.swift",
        "Classes/models/requests/MfaCredentialsRequest.swift",
        "Classes/models/requests/MfaStepUpRequest.swift",
        "Classes/models/requests/ProfileSignupRequest.swift",
        "Classes/models/requests/RefreshRequest.swift",
        "Classes/models/requests/RequestAccountRecoveryRequest.swift",
        "Classes/models/requests/RequestPasswordResetRequest.swift",
        "Classes/models/requests/RevokeTokenRequest.swift",
        "Classes/models/requests/SignupRequest.swift",
        "Classes/models/requests/StartPasswordlessRequest.swift",
        "Classes/models/requests/TokenType.swift",
        "Classes/models/requests/UpdateEmailRequest.swift",
        "Classes/models/requests/UpdatePasswordRequest.swift",
        "Classes/models/requests/UpdatePhoneNumberRequest.swift",
        "Classes/models/requests/VerifyAuthCodeRequest.swift",
        "Classes/models/requests/VerifyEmailRequest.swift",
        "Classes/models/requests/VerifyPhoneNumberRequest.swift",
        "Classes/models/requests/WebSessionLogoutRequest.swift",
        "Classes/models/requests/WebviewLoginRequest.swift",
        "Classes/models/requests/webAuthn/AuthenticationPublicKeyCredential.swift",
        "Classes/models/requests/webAuthn/NativeLoginRequest.swift",
        "Classes/models/requests/webAuthn/NewPasskeyRequest.swift",
        "Classes/models/requests/webAuthn/PasskeySignupRequest.swift",
        "Classes/models/requests/webAuthn/ProfilePasskeySignupRequest.swift",
        "Classes/models/requests/webAuthn/R5AuthenticatorAssertionResponse.swift",
        "Classes/models/requests/webAuthn/R5AuthenticatorAttestationResponse.swift",
        "Classes/models/requests/webAuthn/R5PublicKeyCredentialRequestOptions.swift",
        "Classes/models/requests/webAuthn/RegistrationPublicKeyCredential.swift",
        "Classes/models/requests/webAuthn/RegistrationRequest.swift",
        "Classes/models/requests/webAuthn/ResetOptions.swift",
        "Classes/models/requests/webAuthn/ResetPasskeyRequest.swift",
        "Classes/models/requests/webAuthn/ResetPublicKeyCredential.swift",
        "Classes/models/requests/webAuthn/SignupOptions.swift",
        "Classes/models/requests/webAuthn/WebAuthnLoginRequest.swift",
        "Classes/models/requests/webAuthn/WebauthnSignupCredential.swift",
        "Classes/models/responses/TknMfa.swift",
        "Classes/models/responses/VerifyEmailResponse.swift",
        "Classes/models/responses/trustedDevices/TrustedDevice.swift",
        "Classes/models/responses/webAuthn/AuthenticationOptions.swift",
        "Classes/models/responses/webAuthn/AuthenticationToken.swift",
        "Classes/models/responses/webAuthn/CredentialCreationOptions.swift",
        "Classes/models/responses/webAuthn/DeviceCredential.swift",
        "Classes/models/responses/webAuthn/R5AuthenticatorSelectionCriteria.swift",
        "Classes/models/responses/webAuthn/R5PublicKeyCredentialCreationOptions.swift",
        "Classes/models/responses/webAuthn/R5PublicKeyCredentialDescriptor.swift",
        "Classes/models/responses/webAuthn/R5PublicKeyCredentialParameter.swift",
        "Classes/models/responses/webAuthn/R5PublicKeyCredentialRpEntity.swift",
        "Classes/models/responses/webAuthn/R5PublicKeyCredentialUserEntity.swift",
        "Classes/models/responses/webAuthn/RegistrationOptions.swift",
        "Classes/utils/Async.swift",
        "Classes/utils/Base64.swift",
        "Classes/utils/CustomField.swift",
        "Classes/utils/DataRequest.swift",
        "Classes/utils/DictionaryEncodable.swift",
        "Classes/utils/Logger.swift",
        "Classes/utils/NetworkClient.swift",
        "Classes/utils/Pkce.swift",
        "Classes/utils/Storage.swift",
        "Classes/utils/StringUtils.swift",
        "Classes/utils/WebAuthentication.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Reach5: /Users/admin/builder/spi-builder-workspace
resolved source packages: Reach5
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Reach5",
  "name" : "Reach5",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Reach5",
      "targets" : [
        "Reach5"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Reach5",
      "module_type" : "SwiftTarget",
      "name" : "Reach5",
      "path" : "Sources/Core",
      "product_memberships" : [
        "Reach5"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Core/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/AppleProvider.swift",
        "Classes/CredentialManager.swift",
        "Classes/DefaultProvider.swift",
        "Classes/LoginWKWebview.swift",
        "Classes/Provider.swift",
        "Classes/ReachFive.swift",
        "Classes/ReachFiveApi.swift",
        "Classes/ReachFiveApplication.swift",
        "Classes/ReachFiveError.swift",
        "Classes/ReachFiveLogin.swift",
        "Classes/ReachFiveMfa.swift",
        "Classes/ReachFiveNative.swift",
        "Classes/ReachFivePassword.swift",
        "Classes/ReachFivePasswordLess.swift",
        "Classes/ReachFiveProfile.swift",
        "Classes/ReachFiveProviders.swift",
        "Classes/ReachFiveToken.swift",
        "Classes/ReachFiveWebviewLogin.swift",
        "Classes/models/AccessTokenResponse.swift",
        "Classes/models/AuthToken.swift",
        "Classes/models/ClientConfigResponse.swift",
        "Classes/models/Consent.swift",
        "Classes/models/Emails.swift",
        "Classes/models/LoginSummary.swift",
        "Classes/models/OpenIdUser.swift",
        "Classes/models/Profile.swift",
        "Classes/models/ProfileAddress.swift",
        "Classes/models/ProfileUpdate.swift",
        "Classes/models/ProviderConfig.swift",
        "Classes/models/ProvidersConfigsResult.swift",
        "Classes/models/SdkConfig.swift",
        "Classes/models/SdkInternalConfig.swift",
        "Classes/models/requests/AuthCodeRequest.swift",
        "Classes/models/requests/LoginCallback.swift",
        "Classes/models/requests/LoginProviderRequest.swift",
        "Classes/models/requests/LoginRequest.swift",
        "Classes/models/requests/MfaCredentialsRequest.swift",
        "Classes/models/requests/MfaStepUpRequest.swift",
        "Classes/models/requests/ProfileSignupRequest.swift",
        "Classes/models/requests/RefreshRequest.swift",
        "Classes/models/requests/RequestAccountRecoveryRequest.swift",
        "Classes/models/requests/RequestPasswordResetRequest.swift",
        "Classes/models/requests/RevokeTokenRequest.swift",
        "Classes/models/requests/SignupRequest.swift",
        "Classes/models/requests/StartPasswordlessRequest.swift",
        "Classes/models/requests/TokenType.swift",
        "Classes/models/requests/UpdateEmailRequest.swift",
        "Classes/models/requests/UpdatePasswordRequest.swift",
        "Classes/models/requests/UpdatePhoneNumberRequest.swift",
        "Classes/models/requests/VerifyAuthCodeRequest.swift",
        "Classes/models/requests/VerifyEmailRequest.swift",
        "Classes/models/requests/VerifyPhoneNumberRequest.swift",
        "Classes/models/requests/WebSessionLogoutRequest.swift",
        "Classes/models/requests/WebviewLoginRequest.swift",
        "Classes/models/requests/webAuthn/AuthenticationPublicKeyCredential.swift",
        "Classes/models/requests/webAuthn/NativeLoginRequest.swift",
        "Classes/models/requests/webAuthn/NewPasskeyRequest.swift",
        "Classes/models/requests/webAuthn/PasskeySignupRequest.swift",
        "Classes/models/requests/webAuthn/ProfilePasskeySignupRequest.swift",
        "Classes/models/requests/webAuthn/R5AuthenticatorAssertionResponse.swift",
        "Classes/models/requests/webAuthn/R5AuthenticatorAttestationResponse.swift",
        "Classes/models/requests/webAuthn/R5PublicKeyCredentialRequestOptions.swift",
        "Classes/models/requests/webAuthn/RegistrationPublicKeyCredential.swift",
        "Classes/models/requests/webAuthn/RegistrationRequest.swift",
        "Classes/models/requests/webAuthn/ResetOptions.swift",
        "Classes/models/requests/webAuthn/ResetPasskeyRequest.swift",
        "Classes/models/requests/webAuthn/ResetPublicKeyCredential.swift",
        "Classes/models/requests/webAuthn/SignupOptions.swift",
        "Classes/models/requests/webAuthn/WebAuthnLoginRequest.swift",
        "Classes/models/requests/webAuthn/WebauthnSignupCredential.swift",
        "Classes/models/responses/TknMfa.swift",
        "Classes/models/responses/VerifyEmailResponse.swift",
        "Classes/models/responses/trustedDevices/TrustedDevice.swift",
        "Classes/models/responses/webAuthn/AuthenticationOptions.swift",
        "Classes/models/responses/webAuthn/AuthenticationToken.swift",
        "Classes/models/responses/webAuthn/CredentialCreationOptions.swift",
        "Classes/models/responses/webAuthn/DeviceCredential.swift",
        "Classes/models/responses/webAuthn/R5AuthenticatorSelectionCriteria.swift",
        "Classes/models/responses/webAuthn/R5PublicKeyCredentialCreationOptions.swift",
        "Classes/models/responses/webAuthn/R5PublicKeyCredentialDescriptor.swift",
        "Classes/models/responses/webAuthn/R5PublicKeyCredentialParameter.swift",
        "Classes/models/responses/webAuthn/R5PublicKeyCredentialRpEntity.swift",
        "Classes/models/responses/webAuthn/R5PublicKeyCredentialUserEntity.swift",
        "Classes/models/responses/webAuthn/RegistrationOptions.swift",
        "Classes/utils/Async.swift",
        "Classes/utils/Base64.swift",
        "Classes/utils/CustomField.swift",
        "Classes/utils/DataRequest.swift",
        "Classes/utils/DictionaryEncodable.swift",
        "Classes/utils/Logger.swift",
        "Classes/utils/NetworkClient.swift",
        "Classes/utils/Pkce.swift",
        "Classes/utils/Storage.swift",
        "Classes/utils/StringUtils.swift",
        "Classes/utils/WebAuthentication.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Reach5"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Reach5 -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 Reach5 -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:
  Reach5: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'Reach5' in project 'Reach5'
        ➜ Explicit dependency on target 'Reach5' in project 'Reach5'
        ➜ Explicit dependency on target 'Reach5_Reach5' in project 'Reach5'
    Target 'Reach5' in project 'Reach5'
        ➜ Explicit dependency on target 'Reach5_Reach5' in project 'Reach5'
    Target 'Reach5_Reach5' in project 'Reach5' (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: 45a8baf65dac2878f7ed899f6ec6b0c0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/45a8baf65dac2878f7ed899f6ec6b0c0.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5_Reach5.build/empty-Reach5_Reach5.plist (in target 'Reach5_Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5_Reach5.build/empty-Reach5_Reach5.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Reach5.modulemap (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Reach5.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Reach5.DependencyStaticMetadataFileList (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Reach5.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5_Reach5.build/Reach5_Reach5.DependencyStaticMetadataFileList (in target 'Reach5_Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5_Reach5.build/Reach5_Reach5.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5_Reach5.build/Reach5_Reach5.DependencyMetadataFileList (in target 'Reach5_Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5_Reach5.build/Reach5_Reach5.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Reach5.DependencyMetadataFileList (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Reach5.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.SwiftFileList (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.LinkFileList (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5_const_extract_protocols.json (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.SwiftConstValuesFileList (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5-OutputFileMap.json (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/DerivedSources/resource_bundle_accessor.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Reach5.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Reach5.modulemap (in target 'Reach5' from project 'Reach5')
    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/Reach5.build/Debug-xros/Reach5.build/Reach5.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5_Reach5.bundle (in target 'Reach5_Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5_Reach5.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5_Reach5.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5_Reach5.build/empty-Reach5_Reach5.plist (in target 'Reach5_Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5_Reach5.build/empty-Reach5_Reach5.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5_Reach5.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5_Reach5.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/Core/PrivacyInfo.xcprivacy (in target 'Reach5_Reach5' from project 'Reach5')
    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/Sources/Core/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5_Reach5.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5_Reach5.bundle (in target 'Reach5_Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5_Reach5.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5_Reach5.bundle (in target 'Reach5_Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5_Reach5.bundle
SwiftDriver Reach5 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Reach5' from project 'Reach5')
    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 Reach5 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.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/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5-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/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5_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/Reach5.build/Debug-xros/Reach5.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.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/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AuthToken.swift,\ ClientConfigResponse.swift,\ Consent.swift,\ Emails.swift,\ LoginSummary.swift,\ OpenIdUser.swift,\ Profile.swift,\ ProfileAddress.swift,\ ProfileUpdate.swift,\ ProviderConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/ClientConfigResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/Consent.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/Emails.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/LoginSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/OpenIdUser.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/Profile.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/ProfileAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/ProfileUpdate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/ProviderConfig.swift (in target 'Reach5' from project 'Reach5')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/ClientConfigResponse.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/Consent.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/Emails.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/LoginSummary.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/OpenIdUser.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/Profile.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/ProfileAddress.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/ProfileUpdate.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/ProviderConfig.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ProvidersConfigsResult.swift,\ SdkConfig.swift,\ SdkInternalConfig.swift,\ AuthCodeRequest.swift,\ LoginCallback.swift,\ LoginProviderRequest.swift,\ LoginRequest.swift,\ MfaCredentialsRequest.swift,\ MfaStepUpRequest.swift,\ ProfileSignupRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/ProvidersConfigsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/SdkConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/SdkInternalConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/AuthCodeRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/LoginCallback.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/LoginProviderRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/LoginRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/MfaCredentialsRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/MfaStepUpRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/ProfileSignupRequest.swift (in target 'Reach5' from project 'Reach5')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/ProvidersConfigsResult.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/SdkConfig.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/SdkInternalConfig.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/AuthCodeRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/LoginCallback.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/LoginProviderRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/LoginRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/MfaCredentialsRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/MfaStepUpRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/ProfileSignupRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveError.swift:64:10: warning: associated value 'RequestError(apiError:)' of 'Sendable'-conforming enum 'ReachFiveError' has non-sendable type 'ApiError'; this is an error in the Swift 6 language mode
    case RequestError(apiError: ApiError)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveError.swift:72:14: note: class 'ApiError' does not conform to the 'Sendable' protocol
public class ApiError: Codable, CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveError.swift:65:10: warning: associated value 'AuthFailure(reason:apiError:)' of 'Sendable'-conforming enum 'ReachFiveError' has non-sendable type 'ApiError'; this is an error in the Swift 6 language mode
    case AuthFailure(reason: String, apiError: ApiError? = nil)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveError.swift:72:14: note: class 'ApiError' does not conform to the 'Sendable' protocol
public class ApiError: Codable, CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveError.swift:69:10: warning: associated value 'TechnicalError(reason:apiError:)' of 'Sendable'-conforming enum 'ReachFiveError' has non-sendable type 'ApiError'; this is an error in the Swift 6 language mode
    case TechnicalError(reason: String, apiError: ApiError? = nil)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveError.swift:72:14: note: class 'ApiError' does not conform to the 'Sendable' protocol
public class ApiError: Codable, CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Logger.swift:4:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared = Logger()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Logger.swift:3:7: note: class 'Logger' does not conform to the 'Sendable' protocol
class Logger {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Logger.swift:4:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared = Logger()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Logger.swift:4:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared = Logger()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/NetworkClient.swift:47:7: warning: non-final class 'RedirectHandler' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
class RedirectHandler: NSObject, URLSessionTaskDelegate {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Async.swift:7:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Async.swift:9:50: note: closure captures 'body' which is accessible to code in the current task
                self.resume(returning: try await body())
                                                 ^
SwiftCompile normal arm64 Compiling\ R5AuthenticatorAssertionResponse.swift,\ R5AuthenticatorAttestationResponse.swift,\ R5PublicKeyCredentialRequestOptions.swift,\ RegistrationPublicKeyCredential.swift,\ RegistrationRequest.swift,\ ResetOptions.swift,\ ResetPasskeyRequest.swift,\ ResetPublicKeyCredential.swift,\ SignupOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/R5AuthenticatorAssertionResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/R5AuthenticatorAttestationResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/R5PublicKeyCredentialRequestOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/RegistrationPublicKeyCredential.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/RegistrationRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/ResetOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/ResetPasskeyRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/ResetPublicKeyCredential.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/SignupOptions.swift (in target 'Reach5' from project 'Reach5')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/R5AuthenticatorAssertionResponse.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/R5AuthenticatorAttestationResponse.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/R5PublicKeyCredentialRequestOptions.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/RegistrationPublicKeyCredential.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/RegistrationRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/ResetOptions.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/ResetPasskeyRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/ResetPublicKeyCredential.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/SignupOptions.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RefreshRequest.swift,\ RequestAccountRecoveryRequest.swift,\ RequestPasswordResetRequest.swift,\ RevokeTokenRequest.swift,\ SignupRequest.swift,\ StartPasswordlessRequest.swift,\ TokenType.swift,\ UpdateEmailRequest.swift,\ UpdatePasswordRequest.swift,\ UpdatePhoneNumberRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/RefreshRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/RequestAccountRecoveryRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/RequestPasswordResetRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/RevokeTokenRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/SignupRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/StartPasswordlessRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/TokenType.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/UpdateEmailRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/UpdatePasswordRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/UpdatePhoneNumberRequest.swift (in target 'Reach5' from project 'Reach5')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/RefreshRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/RequestAccountRecoveryRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/RequestPasswordResetRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/RevokeTokenRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/SignupRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/StartPasswordlessRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/TokenType.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/UpdateEmailRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/UpdatePasswordRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/UpdatePhoneNumberRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ R5AuthenticatorSelectionCriteria.swift,\ R5PublicKeyCredentialCreationOptions.swift,\ R5PublicKeyCredentialDescriptor.swift,\ R5PublicKeyCredentialParameter.swift,\ R5PublicKeyCredentialRpEntity.swift,\ R5PublicKeyCredentialUserEntity.swift,\ RegistrationOptions.swift,\ Async.swift,\ Base64.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/R5AuthenticatorSelectionCriteria.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/R5PublicKeyCredentialCreationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/R5PublicKeyCredentialDescriptor.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/R5PublicKeyCredentialParameter.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/R5PublicKeyCredentialRpEntity.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/R5PublicKeyCredentialUserEntity.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/RegistrationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Base64.swift (in target 'Reach5' from project 'Reach5')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/R5AuthenticatorSelectionCriteria.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/R5PublicKeyCredentialCreationOptions.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/R5PublicKeyCredentialDescriptor.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/R5PublicKeyCredentialParameter.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/R5PublicKeyCredentialRpEntity.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/R5PublicKeyCredentialUserEntity.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/RegistrationOptions.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Async.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Async.swift:7:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Async.swift:9:50: note: closure captures 'body' which is accessible to code in the current task
                self.resume(returning: try await body())
                                                 ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Base64.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ AppleProvider.swift,\ CredentialManager.swift,\ DefaultProvider.swift,\ LoginWKWebview.swift,\ Provider.swift,\ ReachFive.swift,\ ReachFiveApi.swift,\ ReachFiveApplication.swift,\ ReachFiveError.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/DefaultProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/LoginWKWebview.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/Provider.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFive.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveApi.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveApplication.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveError.swift (in target 'Reach5' from project 'Reach5')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/DerivedSources/resource_bundle_accessor.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:340:55: warning: non-sendable result type 'TknMfa' cannot be sent from nonisolated context in call to instance method 'loginWithPassword(loginRequest:)'; this is an error in the Swift 6 language mode
                    let resp = try await reachFiveApi.loginWithPassword(loginRequest: LoginRequest(
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/TknMfa.swift:3:14: note: class 'TknMfa' does not conform to the 'Sendable' protocol
public class TknMfa: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:354:70: warning: non-sendable result type 'StartMfaStepUpResponse' cannot be sent from nonisolated context in call to instance method 'startMfaStepUp(_:authToken:)'; this is an error in the Swift 6 language mode
                        let stepUpResp = try await self.reachFiveApi.startMfaStepUp(StartMfaStepUpRequest(clientId: self.reachFiveApi.sdkConfig.clientId, redirectUri: self.reachFiveApi.sdkConfig.redirectUri, pkce: pkce, scope: scope, tkn: resp.tkn))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/MfaStepUpRequest.swift:23:14: note: class 'StartMfaStepUpResponse' does not conform to the 'Sendable' protocol
public class StartMfaStepUpResponse: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:357:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let token = try await self.loginCallback(tkn: resp.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:390:48: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'authWithCode(code:pkce:)'; this is an error in the Swift 6 language mode
                    let token = try await self.authWithCode(code: code, pkce: pkce)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:419:74: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'signupWithWebAuthn(webauthnSignupCredential:originR5:)'; this is an error in the Swift 6 language mode
                        let authenticationToken = try await reachFiveApi.signupWithWebAuthn(webauthnSignupCredential: webauthnSignupCredential, originR5: self.originR5)
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:420:56: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:443:70: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'authenticateWithWebAuthn(authenticationPublicKeyCredential:)'; this is an error in the Swift 6 language mode
                    let authenticationToken = try await reachFiveApi.authenticateWithWebAuthn(authenticationPublicKeyCredential: AuthenticationPublicKeyCredential(id: id, rawId: id, type: "public-key", response: response))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:444:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                    let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: warning: sending value of non-Sendable type 'LoginFlow' risks causing data races; this is an error in the Swift 6 language mode
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                    ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: note: Passing value of non-Sendable type 'LoginFlow' as a 'sending' argument risks causing races in between local and caller code
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:447:66: note: access can happen concurrently
                    continuationWithAuthToken?.resume(returning: authToken)
                                                                 ^~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:340:55: warning: non-sendable result type 'TknMfa' cannot be sent from nonisolated context in call to instance method 'loginWithPassword(loginRequest:)'; this is an error in the Swift 6 language mode
                    let resp = try await reachFiveApi.loginWithPassword(loginRequest: LoginRequest(
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/TknMfa.swift:3:14: note: class 'TknMfa' does not conform to the 'Sendable' protocol
public class TknMfa: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:354:70: warning: non-sendable result type 'StartMfaStepUpResponse' cannot be sent from nonisolated context in call to instance method 'startMfaStepUp(_:authToken:)'; this is an error in the Swift 6 language mode
                        let stepUpResp = try await self.reachFiveApi.startMfaStepUp(StartMfaStepUpRequest(clientId: self.reachFiveApi.sdkConfig.clientId, redirectUri: self.reachFiveApi.sdkConfig.redirectUri, pkce: pkce, scope: scope, tkn: resp.tkn))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/MfaStepUpRequest.swift:23:14: note: class 'StartMfaStepUpResponse' does not conform to the 'Sendable' protocol
public class StartMfaStepUpResponse: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:357:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let token = try await self.loginCallback(tkn: resp.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:390:48: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'authWithCode(code:pkce:)'; this is an error in the Swift 6 language mode
                    let token = try await self.authWithCode(code: code, pkce: pkce)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:419:74: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'signupWithWebAuthn(webauthnSignupCredential:originR5:)'; this is an error in the Swift 6 language mode
                        let authenticationToken = try await reachFiveApi.signupWithWebAuthn(webauthnSignupCredential: webauthnSignupCredential, originR5: self.originR5)
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:420:56: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:443:70: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'authenticateWithWebAuthn(authenticationPublicKeyCredential:)'; this is an error in the Swift 6 language mode
                    let authenticationToken = try await reachFiveApi.authenticateWithWebAuthn(authenticationPublicKeyCredential: AuthenticationPublicKeyCredential(id: id, rawId: id, type: "public-key", response: response))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:444:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                    let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: warning: sending value of non-Sendable type 'LoginFlow' risks causing data races; this is an error in the Swift 6 language mode
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                    ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: note: Passing value of non-Sendable type 'LoginFlow' as a 'sending' argument risks causing races in between local and caller code
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:447:66: note: access can happen concurrently
                    continuationWithAuthToken?.resume(returning: authToken)
                                                                 ^~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:340:55: warning: non-sendable result type 'TknMfa' cannot be sent from nonisolated context in call to instance method 'loginWithPassword(loginRequest:)'; this is an error in the Swift 6 language mode
                    let resp = try await reachFiveApi.loginWithPassword(loginRequest: LoginRequest(
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/TknMfa.swift:3:14: note: class 'TknMfa' does not conform to the 'Sendable' protocol
public class TknMfa: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:354:70: warning: non-sendable result type 'StartMfaStepUpResponse' cannot be sent from nonisolated context in call to instance method 'startMfaStepUp(_:authToken:)'; this is an error in the Swift 6 language mode
                        let stepUpResp = try await self.reachFiveApi.startMfaStepUp(StartMfaStepUpRequest(clientId: self.reachFiveApi.sdkConfig.clientId, redirectUri: self.reachFiveApi.sdkConfig.redirectUri, pkce: pkce, scope: scope, tkn: resp.tkn))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/MfaStepUpRequest.swift:23:14: note: class 'StartMfaStepUpResponse' does not conform to the 'Sendable' protocol
public class StartMfaStepUpResponse: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:357:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let token = try await self.loginCallback(tkn: resp.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:390:48: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'authWithCode(code:pkce:)'; this is an error in the Swift 6 language mode
                    let token = try await self.authWithCode(code: code, pkce: pkce)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:419:74: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'signupWithWebAuthn(webauthnSignupCredential:originR5:)'; this is an error in the Swift 6 language mode
                        let authenticationToken = try await reachFiveApi.signupWithWebAuthn(webauthnSignupCredential: webauthnSignupCredential, originR5: self.originR5)
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:420:56: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:443:70: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'authenticateWithWebAuthn(authenticationPublicKeyCredential:)'; this is an error in the Swift 6 language mode
                    let authenticationToken = try await reachFiveApi.authenticateWithWebAuthn(authenticationPublicKeyCredential: AuthenticationPublicKeyCredential(id: id, rawId: id, type: "public-key", response: response))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:444:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                    let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: warning: sending value of non-Sendable type 'LoginFlow' risks causing data races; this is an error in the Swift 6 language mode
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                    ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: note: Passing value of non-Sendable type 'LoginFlow' as a 'sending' argument risks causing races in between local and caller code
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:447:66: note: access can happen concurrently
                    continuationWithAuthToken?.resume(returning: authToken)
                                                                 ^~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/DefaultProvider.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:340:55: warning: non-sendable result type 'TknMfa' cannot be sent from nonisolated context in call to instance method 'loginWithPassword(loginRequest:)'; this is an error in the Swift 6 language mode
                    let resp = try await reachFiveApi.loginWithPassword(loginRequest: LoginRequest(
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/TknMfa.swift:3:14: note: class 'TknMfa' does not conform to the 'Sendable' protocol
public class TknMfa: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:354:70: warning: non-sendable result type 'StartMfaStepUpResponse' cannot be sent from nonisolated context in call to instance method 'startMfaStepUp(_:authToken:)'; this is an error in the Swift 6 language mode
                        let stepUpResp = try await self.reachFiveApi.startMfaStepUp(StartMfaStepUpRequest(clientId: self.reachFiveApi.sdkConfig.clientId, redirectUri: self.reachFiveApi.sdkConfig.redirectUri, pkce: pkce, scope: scope, tkn: resp.tkn))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/MfaStepUpRequest.swift:23:14: note: class 'StartMfaStepUpResponse' does not conform to the 'Sendable' protocol
public class StartMfaStepUpResponse: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:357:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let token = try await self.loginCallback(tkn: resp.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:390:48: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'authWithCode(code:pkce:)'; this is an error in the Swift 6 language mode
                    let token = try await self.authWithCode(code: code, pkce: pkce)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:419:74: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'signupWithWebAuthn(webauthnSignupCredential:originR5:)'; this is an error in the Swift 6 language mode
                        let authenticationToken = try await reachFiveApi.signupWithWebAuthn(webauthnSignupCredential: webauthnSignupCredential, originR5: self.originR5)
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:420:56: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:443:70: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'authenticateWithWebAuthn(authenticationPublicKeyCredential:)'; this is an error in the Swift 6 language mode
                    let authenticationToken = try await reachFiveApi.authenticateWithWebAuthn(authenticationPublicKeyCredential: AuthenticationPublicKeyCredential(id: id, rawId: id, type: "public-key", response: response))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:444:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                    let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: warning: sending value of non-Sendable type 'LoginFlow' risks causing data races; this is an error in the Swift 6 language mode
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                    ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: note: Passing value of non-Sendable type 'LoginFlow' as a 'sending' argument risks causing races in between local and caller code
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:447:66: note: access can happen concurrently
                    continuationWithAuthToken?.resume(returning: authToken)
                                                                 ^~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/LoginWKWebview.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:340:55: warning: non-sendable result type 'TknMfa' cannot be sent from nonisolated context in call to instance method 'loginWithPassword(loginRequest:)'; this is an error in the Swift 6 language mode
                    let resp = try await reachFiveApi.loginWithPassword(loginRequest: LoginRequest(
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/TknMfa.swift:3:14: note: class 'TknMfa' does not conform to the 'Sendable' protocol
public class TknMfa: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:354:70: warning: non-sendable result type 'StartMfaStepUpResponse' cannot be sent from nonisolated context in call to instance method 'startMfaStepUp(_:authToken:)'; this is an error in the Swift 6 language mode
                        let stepUpResp = try await self.reachFiveApi.startMfaStepUp(StartMfaStepUpRequest(clientId: self.reachFiveApi.sdkConfig.clientId, redirectUri: self.reachFiveApi.sdkConfig.redirectUri, pkce: pkce, scope: scope, tkn: resp.tkn))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/MfaStepUpRequest.swift:23:14: note: class 'StartMfaStepUpResponse' does not conform to the 'Sendable' protocol
public class StartMfaStepUpResponse: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:357:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let token = try await self.loginCallback(tkn: resp.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:390:48: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'authWithCode(code:pkce:)'; this is an error in the Swift 6 language mode
                    let token = try await self.authWithCode(code: code, pkce: pkce)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:419:74: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'signupWithWebAuthn(webauthnSignupCredential:originR5:)'; this is an error in the Swift 6 language mode
                        let authenticationToken = try await reachFiveApi.signupWithWebAuthn(webauthnSignupCredential: webauthnSignupCredential, originR5: self.originR5)
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:420:56: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:443:70: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'authenticateWithWebAuthn(authenticationPublicKeyCredential:)'; this is an error in the Swift 6 language mode
                    let authenticationToken = try await reachFiveApi.authenticateWithWebAuthn(authenticationPublicKeyCredential: AuthenticationPublicKeyCredential(id: id, rawId: id, type: "public-key", response: response))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:444:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                    let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/LoginWKWebview.swift:46:37: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'authWithCode(code:pkce:)'; this is an error in the Swift 6 language mode
                try await reachfive.authWithCode(code: code, pkce: pkce)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: warning: sending value of non-Sendable type 'LoginFlow' risks causing data races; this is an error in the Swift 6 language mode
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                    ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: note: Passing value of non-Sendable type 'LoginFlow' as a 'sending' argument risks causing races in between local and caller code
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:447:66: note: access can happen concurrently
                    continuationWithAuthToken?.resume(returning: authToken)
                                                                 ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/LoginWKWebview.swift:46:37: warning: sending 'pkce' risks causing data races; this is an error in the Swift 6 language mode
                try await reachfive.authWithCode(code: code, pkce: pkce)
                          ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/LoginWKWebview.swift:46:37: note: sending main actor-isolated 'pkce' to nonisolated callee risks causing data races between nonisolated and main actor-isolated uses
                try await reachfive.authWithCode(code: code, pkce: pkce)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/LoginWKWebview.swift:46:37: warning: sending 'reachfive' risks causing data races; this is an error in the Swift 6 language mode
                try await reachfive.authWithCode(code: code, pkce: pkce)
                          ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/LoginWKWebview.swift:46:37: note: sending main actor-isolated 'reachfive' to nonisolated callee risks causing data races between nonisolated and main actor-isolated uses
                try await reachfive.authWithCode(code: code, pkce: pkce)
                                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/Provider.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:340:55: warning: non-sendable result type 'TknMfa' cannot be sent from nonisolated context in call to instance method 'loginWithPassword(loginRequest:)'; this is an error in the Swift 6 language mode
                    let resp = try await reachFiveApi.loginWithPassword(loginRequest: LoginRequest(
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/TknMfa.swift:3:14: note: class 'TknMfa' does not conform to the 'Sendable' protocol
public class TknMfa: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:354:70: warning: non-sendable result type 'StartMfaStepUpResponse' cannot be sent from nonisolated context in call to instance method 'startMfaStepUp(_:authToken:)'; this is an error in the Swift 6 language mode
                        let stepUpResp = try await self.reachFiveApi.startMfaStepUp(StartMfaStepUpRequest(clientId: self.reachFiveApi.sdkConfig.clientId, redirectUri: self.reachFiveApi.sdkConfig.redirectUri, pkce: pkce, scope: scope, tkn: resp.tkn))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/MfaStepUpRequest.swift:23:14: note: class 'StartMfaStepUpResponse' does not conform to the 'Sendable' protocol
public class StartMfaStepUpResponse: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:357:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let token = try await self.loginCallback(tkn: resp.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:390:48: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'authWithCode(code:pkce:)'; this is an error in the Swift 6 language mode
                    let token = try await self.authWithCode(code: code, pkce: pkce)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:419:74: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'signupWithWebAuthn(webauthnSignupCredential:originR5:)'; this is an error in the Swift 6 language mode
                        let authenticationToken = try await reachFiveApi.signupWithWebAuthn(webauthnSignupCredential: webauthnSignupCredential, originR5: self.originR5)
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:420:56: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:443:70: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'authenticateWithWebAuthn(authenticationPublicKeyCredential:)'; this is an error in the Swift 6 language mode
                    let authenticationToken = try await reachFiveApi.authenticateWithWebAuthn(authenticationPublicKeyCredential: AuthenticationPublicKeyCredential(id: id, rawId: id, type: "public-key", response: response))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:444:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                    let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: warning: sending value of non-Sendable type 'LoginFlow' risks causing data races; this is an error in the Swift 6 language mode
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                    ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: note: Passing value of non-Sendable type 'LoginFlow' as a 'sending' argument risks causing races in between local and caller code
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:447:66: note: access can happen concurrently
                    continuationWithAuthToken?.resume(returning: authToken)
                                                                 ^~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFive.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:340:55: warning: non-sendable result type 'TknMfa' cannot be sent from nonisolated context in call to instance method 'loginWithPassword(loginRequest:)'; this is an error in the Swift 6 language mode
                    let resp = try await reachFiveApi.loginWithPassword(loginRequest: LoginRequest(
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/TknMfa.swift:3:14: note: class 'TknMfa' does not conform to the 'Sendable' protocol
public class TknMfa: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:354:70: warning: non-sendable result type 'StartMfaStepUpResponse' cannot be sent from nonisolated context in call to instance method 'startMfaStepUp(_:authToken:)'; this is an error in the Swift 6 language mode
                        let stepUpResp = try await self.reachFiveApi.startMfaStepUp(StartMfaStepUpRequest(clientId: self.reachFiveApi.sdkConfig.clientId, redirectUri: self.reachFiveApi.sdkConfig.redirectUri, pkce: pkce, scope: scope, tkn: resp.tkn))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/MfaStepUpRequest.swift:23:14: note: class 'StartMfaStepUpResponse' does not conform to the 'Sendable' protocol
public class StartMfaStepUpResponse: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:357:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let token = try await self.loginCallback(tkn: resp.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:390:48: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'authWithCode(code:pkce:)'; this is an error in the Swift 6 language mode
                    let token = try await self.authWithCode(code: code, pkce: pkce)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:419:74: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'signupWithWebAuthn(webauthnSignupCredential:originR5:)'; this is an error in the Swift 6 language mode
                        let authenticationToken = try await reachFiveApi.signupWithWebAuthn(webauthnSignupCredential: webauthnSignupCredential, originR5: self.originR5)
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:420:56: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:443:70: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'authenticateWithWebAuthn(authenticationPublicKeyCredential:)'; this is an error in the Swift 6 language mode
                    let authenticationToken = try await reachFiveApi.authenticateWithWebAuthn(authenticationPublicKeyCredential: AuthenticationPublicKeyCredential(id: id, rawId: id, type: "public-key", response: response))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:444:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                    let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: warning: sending value of non-Sendable type 'LoginFlow' risks causing data races; this is an error in the Swift 6 language mode
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                    ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: note: Passing value of non-Sendable type 'LoginFlow' as a 'sending' argument risks causing races in between local and caller code
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:447:66: note: access can happen concurrently
                    continuationWithAuthToken?.resume(returning: authToken)
                                                                 ^~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveApi.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:340:55: warning: non-sendable result type 'TknMfa' cannot be sent from nonisolated context in call to instance method 'loginWithPassword(loginRequest:)'; this is an error in the Swift 6 language mode
                    let resp = try await reachFiveApi.loginWithPassword(loginRequest: LoginRequest(
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/TknMfa.swift:3:14: note: class 'TknMfa' does not conform to the 'Sendable' protocol
public class TknMfa: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:354:70: warning: non-sendable result type 'StartMfaStepUpResponse' cannot be sent from nonisolated context in call to instance method 'startMfaStepUp(_:authToken:)'; this is an error in the Swift 6 language mode
                        let stepUpResp = try await self.reachFiveApi.startMfaStepUp(StartMfaStepUpRequest(clientId: self.reachFiveApi.sdkConfig.clientId, redirectUri: self.reachFiveApi.sdkConfig.redirectUri, pkce: pkce, scope: scope, tkn: resp.tkn))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/MfaStepUpRequest.swift:23:14: note: class 'StartMfaStepUpResponse' does not conform to the 'Sendable' protocol
public class StartMfaStepUpResponse: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:357:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let token = try await self.loginCallback(tkn: resp.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:390:48: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'authWithCode(code:pkce:)'; this is an error in the Swift 6 language mode
                    let token = try await self.authWithCode(code: code, pkce: pkce)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:419:74: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'signupWithWebAuthn(webauthnSignupCredential:originR5:)'; this is an error in the Swift 6 language mode
                        let authenticationToken = try await reachFiveApi.signupWithWebAuthn(webauthnSignupCredential: webauthnSignupCredential, originR5: self.originR5)
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:420:56: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:443:70: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'authenticateWithWebAuthn(authenticationPublicKeyCredential:)'; this is an error in the Swift 6 language mode
                    let authenticationToken = try await reachFiveApi.authenticateWithWebAuthn(authenticationPublicKeyCredential: AuthenticationPublicKeyCredential(id: id, rawId: id, type: "public-key", response: response))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:444:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                    let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: warning: sending value of non-Sendable type 'LoginFlow' risks causing data races; this is an error in the Swift 6 language mode
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                    ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: note: Passing value of non-Sendable type 'LoginFlow' as a 'sending' argument risks causing races in between local and caller code
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:447:66: note: access can happen concurrently
                    continuationWithAuthToken?.resume(returning: authToken)
                                                                 ^~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveApplication.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:340:55: warning: non-sendable result type 'TknMfa' cannot be sent from nonisolated context in call to instance method 'loginWithPassword(loginRequest:)'; this is an error in the Swift 6 language mode
                    let resp = try await reachFiveApi.loginWithPassword(loginRequest: LoginRequest(
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/TknMfa.swift:3:14: note: class 'TknMfa' does not conform to the 'Sendable' protocol
public class TknMfa: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:354:70: warning: non-sendable result type 'StartMfaStepUpResponse' cannot be sent from nonisolated context in call to instance method 'startMfaStepUp(_:authToken:)'; this is an error in the Swift 6 language mode
                        let stepUpResp = try await self.reachFiveApi.startMfaStepUp(StartMfaStepUpRequest(clientId: self.reachFiveApi.sdkConfig.clientId, redirectUri: self.reachFiveApi.sdkConfig.redirectUri, pkce: pkce, scope: scope, tkn: resp.tkn))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/MfaStepUpRequest.swift:23:14: note: class 'StartMfaStepUpResponse' does not conform to the 'Sendable' protocol
public class StartMfaStepUpResponse: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:357:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let token = try await self.loginCallback(tkn: resp.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:390:48: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'authWithCode(code:pkce:)'; this is an error in the Swift 6 language mode
                    let token = try await self.authWithCode(code: code, pkce: pkce)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:419:74: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'signupWithWebAuthn(webauthnSignupCredential:originR5:)'; this is an error in the Swift 6 language mode
                        let authenticationToken = try await reachFiveApi.signupWithWebAuthn(webauthnSignupCredential: webauthnSignupCredential, originR5: self.originR5)
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:420:56: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:443:70: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'authenticateWithWebAuthn(authenticationPublicKeyCredential:)'; this is an error in the Swift 6 language mode
                    let authenticationToken = try await reachFiveApi.authenticateWithWebAuthn(authenticationPublicKeyCredential: AuthenticationPublicKeyCredential(id: id, rawId: id, type: "public-key", response: response))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:444:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                    let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: warning: sending value of non-Sendable type 'LoginFlow' risks causing data races; this is an error in the Swift 6 language mode
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                    ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: note: Passing value of non-Sendable type 'LoginFlow' as a 'sending' argument risks causing races in between local and caller code
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:447:66: note: access can happen concurrently
                    continuationWithAuthToken?.resume(returning: authToken)
                                                                 ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveApplication.swift:14:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveApplication.swift:16:43: note: closure captures 'self' which is accessible to code in the current task
                for provider in try await initialize() {
                                          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveError.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:340:55: warning: non-sendable result type 'TknMfa' cannot be sent from nonisolated context in call to instance method 'loginWithPassword(loginRequest:)'; this is an error in the Swift 6 language mode
                    let resp = try await reachFiveApi.loginWithPassword(loginRequest: LoginRequest(
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/TknMfa.swift:3:14: note: class 'TknMfa' does not conform to the 'Sendable' protocol
public class TknMfa: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:354:70: warning: non-sendable result type 'StartMfaStepUpResponse' cannot be sent from nonisolated context in call to instance method 'startMfaStepUp(_:authToken:)'; this is an error in the Swift 6 language mode
                        let stepUpResp = try await self.reachFiveApi.startMfaStepUp(StartMfaStepUpRequest(clientId: self.reachFiveApi.sdkConfig.clientId, redirectUri: self.reachFiveApi.sdkConfig.redirectUri, pkce: pkce, scope: scope, tkn: resp.tkn))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/MfaStepUpRequest.swift:23:14: note: class 'StartMfaStepUpResponse' does not conform to the 'Sendable' protocol
public class StartMfaStepUpResponse: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:357:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let token = try await self.loginCallback(tkn: resp.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:390:48: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'authWithCode(code:pkce:)'; this is an error in the Swift 6 language mode
                    let token = try await self.authWithCode(code: code, pkce: pkce)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:419:74: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'signupWithWebAuthn(webauthnSignupCredential:originR5:)'; this is an error in the Swift 6 language mode
                        let authenticationToken = try await reachFiveApi.signupWithWebAuthn(webauthnSignupCredential: webauthnSignupCredential, originR5: self.originR5)
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:420:56: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                        let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:443:70: warning: non-sendable result type 'AuthenticationToken' cannot be sent from nonisolated context in call to instance method 'authenticateWithWebAuthn(authenticationPublicKeyCredential:)'; this is an error in the Swift 6 language mode
                    let authenticationToken = try await reachFiveApi.authenticateWithWebAuthn(authenticationPublicKeyCredential: AuthenticationPublicKeyCredential(id: id, rawId: id, type: "public-key", response: response))
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift:3:14: note: class 'AuthenticationToken' does not conform to the 'Sendable' protocol
public class AuthenticationToken: Codable, DictionaryEncodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:444:52: warning: non-sendable result type 'AuthToken' cannot be sent from nonisolated context in call to instance method 'loginCallback(tkn:scope:origin:)'; this is an error in the Swift 6 language mode
                    let authToken = try await self.loginCallback(tkn: authenticationToken.tkn, scope: scope, origin: self.originR5)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AuthToken.swift:3:14: note: class 'AuthToken' does not conform to the 'Sendable' protocol
public class AuthToken: Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveError.swift:64:10: warning: associated value 'RequestError(apiError:)' of 'Sendable'-conforming enum 'ReachFiveError' has non-sendable type 'ApiError'; this is an error in the Swift 6 language mode
    case RequestError(apiError: ApiError)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveError.swift:72:14: note: class 'ApiError' does not conform to the 'Sendable' protocol
public class ApiError: Codable, CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveError.swift:65:10: warning: associated value 'AuthFailure(reason:apiError:)' of 'Sendable'-conforming enum 'ReachFiveError' has non-sendable type 'ApiError'; this is an error in the Swift 6 language mode
    case AuthFailure(reason: String, apiError: ApiError? = nil)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveError.swift:72:14: note: class 'ApiError' does not conform to the 'Sendable' protocol
public class ApiError: Codable, CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveError.swift:69:10: warning: associated value 'TechnicalError(reason:apiError:)' of 'Sendable'-conforming enum 'ReachFiveError' has non-sendable type 'ApiError'; this is an error in the Swift 6 language mode
    case TechnicalError(reason: String, apiError: ApiError? = nil)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveError.swift:72:14: note: class 'ApiError' does not conform to the 'Sendable' protocol
public class ApiError: Codable, CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: warning: sending value of non-Sendable type 'LoginFlow' risks causing data races; this is an error in the Swift 6 language mode
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                    ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:446:45: note: Passing value of non-Sendable type 'LoginFlow' as a 'sending' argument risks causing races in between local and caller code
                    continuationWithStepUp?.resume(returning: .AchievedLogin(authToken: authToken))
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/CredentialManager.swift:447:66: note: access can happen concurrently
                    continuationWithAuthToken?.resume(returning: authToken)
                                                                 ^~~~~~~~~
SwiftCompile normal arm64 Compiling\ CustomField.swift,\ DataRequest.swift,\ DictionaryEncodable.swift,\ Logger.swift,\ NetworkClient.swift,\ Pkce.swift,\ Storage.swift,\ StringUtils.swift,\ WebAuthentication.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/CustomField.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DictionaryEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Pkce.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/StringUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/WebAuthentication.swift (in target 'Reach5' from project 'Reach5')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/CustomField.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:83:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:84:23: note: closure captures 'self' which is accessible to code in the current task
                await redirectHandler.registerContinuation(continuation, for: task.taskIdentifier)
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:83:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:84:23: note: closure captures 'self' which is accessible to code in the current task
                await redirectHandler.registerContinuation(continuation, for: task.taskIdentifier)
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DictionaryEncodable.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:83:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:84:23: note: closure captures 'self' which is accessible to code in the current task
                await redirectHandler.registerContinuation(continuation, for: task.taskIdentifier)
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Logger.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Logger.swift:4:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared = Logger()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Logger.swift:3:7: note: class 'Logger' does not conform to the 'Sendable' protocol
class Logger {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Logger.swift:4:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared = Logger()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Logger.swift:4:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared = Logger()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:83:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:84:23: note: closure captures 'self' which is accessible to code in the current task
                await redirectHandler.registerContinuation(continuation, for: task.taskIdentifier)
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/NetworkClient.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/NetworkClient.swift:47:7: warning: non-final class 'RedirectHandler' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
class RedirectHandler: NSObject, URLSessionTaskDelegate {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:83:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:84:23: note: closure captures 'self' which is accessible to code in the current task
                await redirectHandler.registerContinuation(continuation, for: task.taskIdentifier)
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Pkce.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:83:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:84:23: note: closure captures 'self' which is accessible to code in the current task
                await redirectHandler.registerContinuation(continuation, for: task.taskIdentifier)
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/Storage.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:83:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:84:23: note: closure captures 'self' which is accessible to code in the current task
                await redirectHandler.registerContinuation(continuation, for: task.taskIdentifier)
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/StringUtils.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:83:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:84:23: note: closure captures 'self' which is accessible to code in the current task
                await redirectHandler.registerContinuation(continuation, for: task.taskIdentifier)
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/WebAuthentication.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:83:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/utils/DataRequest.swift:84:23: note: closure captures 'self' which is accessible to code in the current task
                await redirectHandler.registerContinuation(continuation, for: task.taskIdentifier)
                      ^
SwiftCompile normal arm64 Compiling\ WebAuthnLoginRequest.swift,\ WebauthnSignupCredential.swift,\ TknMfa.swift,\ VerifyEmailResponse.swift,\ TrustedDevice.swift,\ AuthenticationOptions.swift,\ AuthenticationToken.swift,\ CredentialCreationOptions.swift,\ DeviceCredential.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/WebAuthnLoginRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/WebauthnSignupCredential.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/TknMfa.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/VerifyEmailResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/trustedDevices/TrustedDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/CredentialCreationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/DeviceCredential.swift (in target 'Reach5' from project 'Reach5')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/WebAuthnLoginRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/WebauthnSignupCredential.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/TknMfa.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/VerifyEmailResponse.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/trustedDevices/TrustedDevice.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationOptions.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/AuthenticationToken.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/CredentialCreationOptions.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/responses/webAuthn/DeviceCredential.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ VerifyAuthCodeRequest.swift,\ VerifyEmailRequest.swift,\ VerifyPhoneNumberRequest.swift,\ WebSessionLogoutRequest.swift,\ WebviewLoginRequest.swift,\ AuthenticationPublicKeyCredential.swift,\ NativeLoginRequest.swift,\ NewPasskeyRequest.swift,\ PasskeySignupRequest.swift,\ ProfilePasskeySignupRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/VerifyAuthCodeRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/VerifyEmailRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/VerifyPhoneNumberRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/WebSessionLogoutRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/WebviewLoginRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/AuthenticationPublicKeyCredential.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/NativeLoginRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/NewPasskeyRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/PasskeySignupRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/ProfilePasskeySignupRequest.swift (in target 'Reach5' from project 'Reach5')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/VerifyAuthCodeRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/VerifyEmailRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/VerifyPhoneNumberRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/WebSessionLogoutRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/WebviewLoginRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/AuthenticationPublicKeyCredential.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/NativeLoginRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/NewPasskeyRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/PasskeySignupRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/requests/webAuthn/ProfilePasskeySignupRequest.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ReachFiveLogin.swift,\ ReachFiveMfa.swift,\ ReachFiveNative.swift,\ ReachFivePassword.swift,\ ReachFivePasswordLess.swift,\ ReachFiveProfile.swift,\ ReachFiveProviders.swift,\ ReachFiveToken.swift,\ ReachFiveWebviewLogin.swift,\ AccessTokenResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveLogin.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveMfa.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveNative.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFivePassword.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFivePasswordLess.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveProfile.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveProviders.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveWebviewLogin.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AccessTokenResponse.swift (in target 'Reach5' from project 'Reach5')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveLogin.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveLogin.swift:18:32: warning: sending 'request.presentationContextProvider' risks causing data races; this is an error in the Swift 6 language mode
            let _ = try? await webAuthenticationSession(
                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveLogin.swift:18:32: note: sending task-isolated 'request.presentationContextProvider' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
            let _ = try? await webAuthenticationSession(
                               ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveMfa.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFivePasswordLess.swift:79:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFivePasswordLess.swift:81:17: note: closure captures 'self' which is accessible to code in the current task
                self.passwordlessCallback?(.success(try await authWithCode(code: code, pkce: pkce)))
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveProfile.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveWebviewLogin.swift:14:37: warning: sending 'request.presentationContextProvider' risks causing data races; this is an error in the Swift 6 language mode
        let callbackURL = try await webAuthenticationSession(
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/ReachFiveWebviewLogin.swift:14:37: note: sending task-isolated 'request.presentationContextProvider' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let callbackURL = try await webAuthenticationSession(
                                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Classes/models/AccessTokenResponse.swift (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Reach5 (in target 'Reach5' from project 'Reach5')
SwiftDriver\ Compilation\ Requirements Reach5 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Reach5' from project 'Reach5')
    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 Reach5 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.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/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5-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/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5_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/Reach5.build/Debug-xros/Reach5.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.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/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling R5AuthenticatorSelectionCriteria.swift, R5PublicKeyCredentialCreationOptions.swift, R5PublicKeyCredentialDescriptor.swift, R5PublicKeyCredentialParameter.swift, R5PublicKeyCredentialRpEntity.swift, R5PublicKeyCredentialUserEntity.swift, RegistrationOptions.swift, Async.swift, Base64.swift (in target 'Reach5' from project 'Reach5')
SwiftDriverJobDiscovery normal arm64 Compiling ProvidersConfigsResult.swift, SdkConfig.swift, SdkInternalConfig.swift, AuthCodeRequest.swift, LoginCallback.swift, LoginProviderRequest.swift, LoginRequest.swift, MfaCredentialsRequest.swift, MfaStepUpRequest.swift, ProfileSignupRequest.swift (in target 'Reach5' from project 'Reach5')
SwiftDriverJobDiscovery normal arm64 Compiling WebAuthnLoginRequest.swift, WebauthnSignupCredential.swift, TknMfa.swift, VerifyEmailResponse.swift, TrustedDevice.swift, AuthenticationOptions.swift, AuthenticationToken.swift, CredentialCreationOptions.swift, DeviceCredential.swift (in target 'Reach5' from project 'Reach5')
SwiftDriverJobDiscovery normal arm64 Compiling RefreshRequest.swift, RequestAccountRecoveryRequest.swift, RequestPasswordResetRequest.swift, RevokeTokenRequest.swift, SignupRequest.swift, StartPasswordlessRequest.swift, TokenType.swift, UpdateEmailRequest.swift, UpdatePasswordRequest.swift, UpdatePhoneNumberRequest.swift (in target 'Reach5' from project 'Reach5')
SwiftDriverJobDiscovery normal arm64 Compiling AuthToken.swift, ClientConfigResponse.swift, Consent.swift, Emails.swift, LoginSummary.swift, OpenIdUser.swift, Profile.swift, ProfileAddress.swift, ProfileUpdate.swift, ProviderConfig.swift (in target 'Reach5' from project 'Reach5')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Reach5-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5-Swift.h (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Reach5-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.swiftmodule (in target 'Reach5' from project 'Reach5')
    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/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.abi.json (in target 'Reach5' from project 'Reach5')
    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/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.swiftdoc (in target 'Reach5' from project 'Reach5')
    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/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.swiftsourceinfo (in target 'Reach5' from project 'Reach5')
    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/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling R5AuthenticatorAssertionResponse.swift, R5AuthenticatorAttestationResponse.swift, R5PublicKeyCredentialRequestOptions.swift, RegistrationPublicKeyCredential.swift, RegistrationRequest.swift, ResetOptions.swift, ResetPasskeyRequest.swift, ResetPublicKeyCredential.swift, SignupOptions.swift (in target 'Reach5' from project 'Reach5')
SwiftDriverJobDiscovery normal arm64 Compiling CustomField.swift, DataRequest.swift, DictionaryEncodable.swift, Logger.swift, NetworkClient.swift, Pkce.swift, Storage.swift, StringUtils.swift, WebAuthentication.swift (in target 'Reach5' from project 'Reach5')
SwiftDriverJobDiscovery normal arm64 Compiling VerifyAuthCodeRequest.swift, VerifyEmailRequest.swift, VerifyPhoneNumberRequest.swift, WebSessionLogoutRequest.swift, WebviewLoginRequest.swift, AuthenticationPublicKeyCredential.swift, NativeLoginRequest.swift, NewPasskeyRequest.swift, PasskeySignupRequest.swift, ProfilePasskeySignupRequest.swift (in target 'Reach5' from project 'Reach5')
SwiftDriverJobDiscovery normal arm64 Compiling ReachFiveLogin.swift, ReachFiveMfa.swift, ReachFiveNative.swift, ReachFivePassword.swift, ReachFivePasswordLess.swift, ReachFiveProfile.swift, ReachFiveProviders.swift, ReachFiveToken.swift, ReachFiveWebviewLogin.swift, AccessTokenResponse.swift (in target 'Reach5' from project 'Reach5')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, AppleProvider.swift, CredentialManager.swift, DefaultProvider.swift, LoginWKWebview.swift, Provider.swift, ReachFive.swift, ReachFiveApi.swift, ReachFiveApplication.swift, ReachFiveError.swift (in target 'Reach5' from project 'Reach5')
SwiftDriver\ Compilation Reach5 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Reach5' from project 'Reach5')
    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 Reach5 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.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/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5-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/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5_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/Reach5.build/Debug-xros/Reach5.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.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/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5-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/Reach5.o normal (in target 'Reach5' from project 'Reach5')
    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/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5_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/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5.o
ExtractAppIntentsMetadata (in target 'Reach5' from project 'Reach5')
    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 Reach5 --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.Reach5 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Reach5.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Reach5.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reach5.build/Debug-xros/Reach5.build/Objects-normal/arm64/Reach5.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-08-30 03:58:22.218 appintentsmetadataprocessor[729:4285] Starting appintentsmetadataprocessor export
2025-08-30 03:58:22.265 appintentsmetadataprocessor[729:4285] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5.o (in target 'Reach5' from project 'Reach5')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Reach5.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Reach5",
  "name" : "Reach5",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Reach5",
      "targets" : [
        "Reach5"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Reach5",
      "module_type" : "SwiftTarget",
      "name" : "Reach5",
      "path" : "Sources/Core",
      "product_memberships" : [
        "Reach5"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Core/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/AppleProvider.swift",
        "Classes/CredentialManager.swift",
        "Classes/DefaultProvider.swift",
        "Classes/LoginWKWebview.swift",
        "Classes/Provider.swift",
        "Classes/ReachFive.swift",
        "Classes/ReachFiveApi.swift",
        "Classes/ReachFiveApplication.swift",
        "Classes/ReachFiveError.swift",
        "Classes/ReachFiveLogin.swift",
        "Classes/ReachFiveMfa.swift",
        "Classes/ReachFiveNative.swift",
        "Classes/ReachFivePassword.swift",
        "Classes/ReachFivePasswordLess.swift",
        "Classes/ReachFiveProfile.swift",
        "Classes/ReachFiveProviders.swift",
        "Classes/ReachFiveToken.swift",
        "Classes/ReachFiveWebviewLogin.swift",
        "Classes/models/AccessTokenResponse.swift",
        "Classes/models/AuthToken.swift",
        "Classes/models/ClientConfigResponse.swift",
        "Classes/models/Consent.swift",
        "Classes/models/Emails.swift",
        "Classes/models/LoginSummary.swift",
        "Classes/models/OpenIdUser.swift",
        "Classes/models/Profile.swift",
        "Classes/models/ProfileAddress.swift",
        "Classes/models/ProfileUpdate.swift",
        "Classes/models/ProviderConfig.swift",
        "Classes/models/ProvidersConfigsResult.swift",
        "Classes/models/SdkConfig.swift",
        "Classes/models/SdkInternalConfig.swift",
        "Classes/models/requests/AuthCodeRequest.swift",
        "Classes/models/requests/LoginCallback.swift",
        "Classes/models/requests/LoginProviderRequest.swift",
        "Classes/models/requests/LoginRequest.swift",
        "Classes/models/requests/MfaCredentialsRequest.swift",
        "Classes/models/requests/MfaStepUpRequest.swift",
        "Classes/models/requests/ProfileSignupRequest.swift",
        "Classes/models/requests/RefreshRequest.swift",
        "Classes/models/requests/RequestAccountRecoveryRequest.swift",
        "Classes/models/requests/RequestPasswordResetRequest.swift",
        "Classes/models/requests/RevokeTokenRequest.swift",
        "Classes/models/requests/SignupRequest.swift",
        "Classes/models/requests/StartPasswordlessRequest.swift",
        "Classes/models/requests/TokenType.swift",
        "Classes/models/requests/UpdateEmailRequest.swift",
        "Classes/models/requests/UpdatePasswordRequest.swift",
        "Classes/models/requests/UpdatePhoneNumberRequest.swift",
        "Classes/models/requests/VerifyAuthCodeRequest.swift",
        "Classes/models/requests/VerifyEmailRequest.swift",
        "Classes/models/requests/VerifyPhoneNumberRequest.swift",
        "Classes/models/requests/WebSessionLogoutRequest.swift",
        "Classes/models/requests/WebviewLoginRequest.swift",
        "Classes/models/requests/webAuthn/AuthenticationPublicKeyCredential.swift",
        "Classes/models/requests/webAuthn/NativeLoginRequest.swift",
        "Classes/models/requests/webAuthn/NewPasskeyRequest.swift",
        "Classes/models/requests/webAuthn/PasskeySignupRequest.swift",
        "Classes/models/requests/webAuthn/ProfilePasskeySignupRequest.swift",
        "Classes/models/requests/webAuthn/R5AuthenticatorAssertionResponse.swift",
        "Classes/models/requests/webAuthn/R5AuthenticatorAttestationResponse.swift",
        "Classes/models/requests/webAuthn/R5PublicKeyCredentialRequestOptions.swift",
        "Classes/models/requests/webAuthn/RegistrationPublicKeyCredential.swift",
        "Classes/models/requests/webAuthn/RegistrationRequest.swift",
        "Classes/models/requests/webAuthn/ResetOptions.swift",
        "Classes/models/requests/webAuthn/ResetPasskeyRequest.swift",
        "Classes/models/requests/webAuthn/ResetPublicKeyCredential.swift",
        "Classes/models/requests/webAuthn/SignupOptions.swift",
        "Classes/models/requests/webAuthn/WebAuthnLoginRequest.swift",
        "Classes/models/requests/webAuthn/WebauthnSignupCredential.swift",
        "Classes/models/responses/TknMfa.swift",
        "Classes/models/responses/VerifyEmailResponse.swift",
        "Classes/models/responses/trustedDevices/TrustedDevice.swift",
        "Classes/models/responses/webAuthn/AuthenticationOptions.swift",
        "Classes/models/responses/webAuthn/AuthenticationToken.swift",
        "Classes/models/responses/webAuthn/CredentialCreationOptions.swift",
        "Classes/models/responses/webAuthn/DeviceCredential.swift",
        "Classes/models/responses/webAuthn/R5AuthenticatorSelectionCriteria.swift",
        "Classes/models/responses/webAuthn/R5PublicKeyCredentialCreationOptions.swift",
        "Classes/models/responses/webAuthn/R5PublicKeyCredentialDescriptor.swift",
        "Classes/models/responses/webAuthn/R5PublicKeyCredentialParameter.swift",
        "Classes/models/responses/webAuthn/R5PublicKeyCredentialRpEntity.swift",
        "Classes/models/responses/webAuthn/R5PublicKeyCredentialUserEntity.swift",
        "Classes/models/responses/webAuthn/RegistrationOptions.swift",
        "Classes/utils/Async.swift",
        "Classes/utils/Base64.swift",
        "Classes/utils/CustomField.swift",
        "Classes/utils/DataRequest.swift",
        "Classes/utils/DictionaryEncodable.swift",
        "Classes/utils/Logger.swift",
        "Classes/utils/NetworkClient.swift",
        "Classes/utils/Pkce.swift",
        "Classes/utils/Storage.swift",
        "Classes/utils/StringUtils.swift",
        "Classes/utils/WebAuthentication.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.