The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SignalRClient, reference dev (e9a4d8), with Swift 6.1 for visionOS using Xcode 16.3 on 1 Dec 2025 14:08:51 UTC.

Swift 6 data race errors: 15

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SignalRClient -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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dotnet/signalr-client-swift.git
Reference: dev
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dotnet/signalr-client-swift
 * branch            dev        -> FETCH_HEAD
 * [new branch]      dev        -> origin/dev
HEAD is now at e9a4d8f merge from main branch
Cloned https://github.com/dotnet/signalr-client-swift.git
Revision (git rev-parse @):
e9a4d8f9926d595e6c6585074e5281a80fb28e9a
SUCCESS checkout https://github.com/dotnet/signalr-client-swift.git at dev
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dotnet/signalr-client-swift.git
https://github.com/dotnet/signalr-client-swift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SignalRClient",
  "name" : "SignalRClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SignalRClient",
      "targets" : [
        "SignalRClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SignalRClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SignalRClientTests",
      "path" : "Tests/SignalRClientTests",
      "sources" : [
        "AsyncLockTest.swift",
        "BinaryMessageFormatTests.swift",
        "EventSourceTests.swift",
        "HandshakeProtocolTests.swift",
        "HttpClientTests.swift",
        "HubConnection+OnResultTests.swift",
        "HubConnection+OnTests.swift",
        "HubConnectionTests.swift",
        "JsonHubProtocolTests.swift",
        "LoggerTests.swift",
        "LongPollingTransportTests.swift",
        "MessageBufferTests.swift",
        "MessagePackHubProtocolTests.swift",
        "Msgpack/MsgpackDecoderTests.swift",
        "Msgpack/MsgpackEncoderTests.swift",
        "ServerSentEventTransportTests.swift",
        "TaskCompletionSourceTests.swift",
        "TextMessageFormatTests.swift",
        "TimeSchedulerTests.swift",
        "Utils.swift",
        "UtilsTest.swift",
        "WebSocketTransportTests.swift"
      ],
      "target_dependencies" : [
        "SignalRClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SignalRClientIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "SignalRClientIntegrationTests",
      "path" : "Tests/SignalRClientIntegrationTests",
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "SignalRClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SignalRClient",
      "module_type" : "SwiftTarget",
      "name" : "SignalRClient",
      "path" : "Sources/SignalRClient",
      "product_memberships" : [
        "SignalRClient"
      ],
      "sources" : [
        "AsyncLock.swift",
        "AtomicState.swift",
        "ConnectionProtocol.swift",
        "HandshakeProtocol.swift",
        "HttpClient.swift",
        "HttpConnection.swift",
        "HubConnection+On.swift",
        "HubConnection+OnResult.swift",
        "HubConnection.swift",
        "HubConnectionBuilder.swift",
        "InvocationBinder.swift",
        "Logger.swift",
        "MessageBuffer.swift",
        "Protocols/BinaryMessageFormat.swift",
        "Protocols/HubMessage.swift",
        "Protocols/HubProtocol.swift",
        "Protocols/JsonHubProtocol.swift",
        "Protocols/MessagePackHubProtocol.swift",
        "Protocols/MessageType.swift",
        "Protocols/Msgpack/MsgpackCommon.swift",
        "Protocols/Msgpack/MsgpackDecoder.swift",
        "Protocols/Msgpack/MsgpackEncoder.swift",
        "Protocols/TextMessageFormat.swift",
        "RetryPolicy.swift",
        "SignalRError.swift",
        "StatefulReconnectOptions.swift",
        "StreamResult.swift",
        "TaskCompletionSource.swift",
        "TimeScheduler.swift",
        "TransferFormat.swift",
        "Transport/EventSource.swift",
        "Transport/LongPollingTransport.swift",
        "Transport/ServerSentEventTransport.swift",
        "Transport/Transport.swift",
        "Transport/WebSocketTransport.swift",
        "Utils.swift",
        "Version.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:
  SignalRClient: /Users/admin/builder/spi-builder-workspace
resolved source packages: SignalRClient
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SignalRClient",
  "name" : "SignalRClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SignalRClient",
      "targets" : [
        "SignalRClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SignalRClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SignalRClientTests",
      "path" : "Tests/SignalRClientTests",
      "sources" : [
        "AsyncLockTest.swift",
        "BinaryMessageFormatTests.swift",
        "EventSourceTests.swift",
        "HandshakeProtocolTests.swift",
        "HttpClientTests.swift",
        "HubConnection+OnResultTests.swift",
        "HubConnection+OnTests.swift",
        "HubConnectionTests.swift",
        "JsonHubProtocolTests.swift",
        "LoggerTests.swift",
        "LongPollingTransportTests.swift",
        "MessageBufferTests.swift",
        "MessagePackHubProtocolTests.swift",
        "Msgpack/MsgpackDecoderTests.swift",
        "Msgpack/MsgpackEncoderTests.swift",
        "ServerSentEventTransportTests.swift",
        "TaskCompletionSourceTests.swift",
        "TextMessageFormatTests.swift",
        "TimeSchedulerTests.swift",
        "Utils.swift",
        "UtilsTest.swift",
        "WebSocketTransportTests.swift"
      ],
      "target_dependencies" : [
        "SignalRClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SignalRClientIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "SignalRClientIntegrationTests",
      "path" : "Tests/SignalRClientIntegrationTests",
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "SignalRClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SignalRClient",
      "module_type" : "SwiftTarget",
      "name" : "SignalRClient",
      "path" : "Sources/SignalRClient",
      "product_memberships" : [
        "SignalRClient"
      ],
      "sources" : [
        "AsyncLock.swift",
        "AtomicState.swift",
        "ConnectionProtocol.swift",
        "HandshakeProtocol.swift",
        "HttpClient.swift",
        "HttpConnection.swift",
        "HubConnection+On.swift",
        "HubConnection+OnResult.swift",
        "HubConnection.swift",
        "HubConnectionBuilder.swift",
        "InvocationBinder.swift",
        "Logger.swift",
        "MessageBuffer.swift",
        "Protocols/BinaryMessageFormat.swift",
        "Protocols/HubMessage.swift",
        "Protocols/HubProtocol.swift",
        "Protocols/JsonHubProtocol.swift",
        "Protocols/MessagePackHubProtocol.swift",
        "Protocols/MessageType.swift",
        "Protocols/Msgpack/MsgpackCommon.swift",
        "Protocols/Msgpack/MsgpackDecoder.swift",
        "Protocols/Msgpack/MsgpackEncoder.swift",
        "Protocols/TextMessageFormat.swift",
        "RetryPolicy.swift",
        "SignalRError.swift",
        "StatefulReconnectOptions.swift",
        "StreamResult.swift",
        "TaskCompletionSource.swift",
        "TimeScheduler.swift",
        "TransferFormat.swift",
        "Transport/EventSource.swift",
        "Transport/LongPollingTransport.swift",
        "Transport/ServerSentEventTransport.swift",
        "Transport/Transport.swift",
        "Transport/WebSocketTransport.swift",
        "Utils.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SignalRClient"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SignalRClient -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 SignalRClient -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:
  SignalRClient: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'SignalRClient' in project 'SignalRClient'
        ➜ Explicit dependency on target 'SignalRClient' in project 'SignalRClient'
    Target 'SignalRClient' in project 'SignalRClient' (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: b17600107d365da4aacc9930fe0c4949
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b17600107d365da4aacc9930fe0c4949.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/SignalRClient.build/Debug-xros/SignalRClient.build/SignalRClient.modulemap (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/SignalRClient.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/SignalRClient.DependencyStaticMetadataFileList (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/SignalRClient.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/SignalRClient.DependencyMetadataFileList (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/SignalRClient.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.SwiftFileList (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient-OutputFileMap.json (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient_const_extract_protocols.json (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.LinkFileList (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.SwiftConstValuesFileList (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SignalRClient.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/SignalRClient.modulemap (in target 'SignalRClient' from project 'SignalRClient')
    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/SignalRClient.build/Debug-xros/SignalRClient.build/SignalRClient.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver SignalRClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SignalRClient' from project 'SignalRClient')
    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 SignalRClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient-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/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.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/SignalRClient.build/Debug-xros/SignalRClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient_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/SignalRClient.build/Debug-xros/SignalRClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.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/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ HttpClient.swift,\ HttpConnection.swift,\ HubConnection+On.swift,\ HubConnection+OnResult.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection+On.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection+OnResult.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:67:17: warning: non-sendable type '(StringOrData, HttpResponse)' cannot be returned from actor-isolated implementation to caller of protocol requirement 'send(request:)'; this is an error in the Swift 6 language mode
    public func send(request: HttpRequest) async throws -> (
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:47:15: note: consider making struct 'HttpResponse' conform to the 'Sendable' protocol
public struct HttpResponse {
              ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:117:17: warning: non-sendable type '(StringOrData, HttpResponse)' cannot be returned from actor-isolated implementation to caller of protocol requirement 'send(request:)'; this is an error in the Swift 6 language mode
    public func send(request: HttpRequest) async throws -> (
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:47:15: note: consider making struct 'HttpResponse' conform to the 'Sendable' protocol
public struct HttpResponse {
              ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:132:58: warning: non-sendable result type '(StringOrData, HttpResponse)' cannot be sent from nonisolated context in call to instance method 'send(request:)'; this is an error in the Swift 6 language mode
        var (data, httpResponse) = try await innerClient.send(
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:47:15: note: consider making struct 'HttpResponse' conform to the 'Sendable' protocol
public struct HttpResponse {
              ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:139:58: warning: non-sendable result type '(StringOrData, HttpResponse)' cannot be sent from nonisolated context in call to instance method 'send(request:)'; this is an error in the Swift 6 language mode
            (data, httpResponse) = try await innerClient.send(
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:47:15: note: consider making struct 'HttpResponse' conform to the 'Sendable' protocol
public struct HttpResponse {
              ^
                           : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:87:16: warning: non-sendable type '[ConnectionFeature : Any]' cannot be returned from actor-isolated implementation to caller of protocol requirement 'features'; this is an error in the Swift 6 language mode
    public var features: [ConnectionFeature: Any] = [:]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:551:17: warning: non-sendable parameter type 'Any' cannot be sent from caller of protocol requirement 'setFeature(feature:value:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func setFeature(feature: ConnectionFeature, value: Any) async {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:288:60: warning: non-sendable result type '(StringOrData, HttpResponse)' cannot be sent from actor-isolated context in call to instance method 'send(request:)'; this is an error in the Swift 6 language mode
            let (message, response) = try await httpClient.send(request: request)
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:47:15: note: consider making struct 'HttpResponse' conform to the 'Sendable' protocol
public struct HttpResponse {
              ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:366:32: warning: non-sendable type '[ConnectionFeature : Any]' of property 'features' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
                if await (self.features[ConnectionFeature.Reconnect] as? Bool) == true {
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:368:65: warning: non-sendable type '[ConnectionFeature : Any]' of property 'features' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
                        if let disconnectedHandler = await self.features[ConnectionFeature.Disconnected] as? () async -> Void {
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:374:59: warning: non-sendable type '[ConnectionFeature : Any]' of property 'features' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
                        if let resendHandler = await self.features[ConnectionFeature.Resend] as? () -> Void {
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:497:20: warning: sending value of non-Sendable type 'HttpConnectionOptions' risks causing data races; this is an error in the Swift 6 language mode
            return ServerSentEventTransport(httpClient: self.httpClient, accessToken: accessToken, logger: logger, options: options)
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:497:20: note: sending 'self'-isolated value of non-Sendable type 'HttpConnectionOptions' to actor-isolated callee risks causing races in between 'self'-isolated and actor-isolated uses
            return ServerSentEventTransport(httpClient: self.httpClient, accessToken: accessToken, logger: logger, options: options)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:499:20: warning: sending value of non-Sendable type 'HttpConnectionOptions' risks causing data races; this is an error in the Swift 6 language mode
            return LongPollingTransport(httpClient: httpClient, logger: logger, options: options)
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:499:20: note: sending 'self'-isolated value of non-Sendable type 'HttpConnectionOptions' to actor-isolated callee risks causing races in between 'self'-isolated and actor-isolated uses
            return LongPollingTransport(httpClient: httpClient, logger: logger, options: options)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:220:42: warning: sending 'self.accessTokenFactory.some' risks causing data races; this is an error in the Swift 6 language mode
                        await httpClient.setAccessTokenFactory(factory: accessTokenFactory)
                              ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:220:42: note: sending 'self.accessTokenFactory.some' to actor-isolated instance method 'setAccessTokenFactory(factory:)' risks causing data races between actor-isolated and local actor-isolated uses
                        await httpClient.setAccessTokenFactory(factory: accessTokenFactory)
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:220:42: note: access can happen concurrently
                        await httpClient.setAccessTokenFactory(factory: accessTokenFactory)
                              ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:369:34: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
                            Task {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:370:39: note: closure captures 'disconnectedHandler' which is accessible to 'self'-isolated code
                                await disconnectedHandler();
                                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection+On.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ AsyncLock.swift,\ AtomicState.swift,\ ConnectionProtocol.swift,\ HandshakeProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/AsyncLock.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/AtomicState.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ConnectionProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HandshakeProtocol.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/AsyncLock.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/AsyncLock.swift:12:14: warning: instance method 'wait' is unavailable from asynchronous contexts; Await a Task handle instead; this is an error in the Swift 6 language mode
        lock.wait()
             ^
Dispatch.DispatchSemaphore.wait:2:13: note: 'wait()' declared here
public func wait()}
            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/AtomicState.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ MessageBuffer.swift,\ BinaryMessageFormat.swift,\ HubMessage.swift,\ HubProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/MessageBuffer.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Protocols/BinaryMessageFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Protocols/HubMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Protocols/HubProtocol.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/MessageBuffer.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ HubConnection.swift,\ HubConnectionBuilder.swift,\ InvocationBinder.swift,\ Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/InvocationBinder.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Logger.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:155:21: warning: non-sendable result type '(Any)?' cannot be sent from nonisolated context in call to instance method 'next()'; this is an error in the Swift 6 language mode
                    for try await item in stream {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:181:27: warning: non-sendable result type 'Any?' cannot be sent from actor-isolated context in call to instance method 'task()'; this is an error in the Swift 6 language mode
        _ = try await tcs.task()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:200:43: warning: non-sendable result type 'Any?' cannot be sent from actor-isolated context in call to instance method 'task()'; this is an error in the Swift 6 language mode
        if let returnVal = (try await tcs.task()) as? TReturn {
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:210:62: warning: non-sendable result type '(String, AsyncThrowingStream<Any, any Error>)' cannot be sent from actor-isolated context in call to instance method 'createStream()'; this is an error in the Swift 6 language mode
        let (invocationId, stream) = await invocationHandler.createStream()
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:541:50: warning: expression implicitly coerced from '[Any?]' to '[Any]'
            var result: Any? = try await handler(message.arguments.value ?? [])
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:541:74: note: explicitly cast to '[Any]' with 'as [Any]' to silence this warning
            var result: Any? = try await handler(message.arguments.value ?? [])
                                                 ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                               as [Any]
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:549:35: warning: expression implicitly coerced from '[Any?]' to '[Any]'
            _ = try await handler(message.arguments.value ?? [])
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:549:59: note: explicitly cast to '[Any]' with 'as [Any]' to silence this warning
            _ = try await handler(message.arguments.value ?? [])
                                  ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                as [Any]
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:541:42: warning: non-sendable result type 'Any' cannot be sent from nonisolated context in call to let 'handler'; this is an error in the Swift 6 language mode
            var result: Any? = try await handler(message.arguments.value ?? [])
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:549:27: warning: non-sendable result type 'Any' cannot be sent from nonisolated context in call to let 'handler'; this is an error in the Swift 6 language mode
            _ = try await handler(message.arguments.value ?? [])
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:588:31: warning: non-sendable type '[ConnectionFeature : Any]' of nonisolated property 'features' cannot be sent to actor-isolated context; this is an error in the Swift 6 language mode
        if !(await connection.features[ConnectionFeature.Reconnect] as? Bool ?? false) {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:628:63: warning: non-sendable type '[ConnectionFeature : Any]' of nonisolated property 'features' cannot be sent to actor-isolated context; this is an error in the Swift 6 language mode
            let useStatefulReconnect = await (self.connection.features[ConnectionFeature.Reconnect] as? Bool) == true
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:649:42: warning: sending value of non-Sendable type '() async -> Void' risks causing data races; this is an error in the Swift 6 language mode
                await keepAliveScheduler.start {
                      ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:649:42: note: sending 'self'-isolated value of non-Sendable type '() async -> Void' to actor-isolated instance method 'start(sendAction:)' risks causing races in between 'self'-isolated and actor-isolated uses
                await keepAliveScheduler.start {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:660:42: warning: sending value of non-Sendable type '() async -> Void' risks causing data races; this is an error in the Swift 6 language mode
            await serverTimeoutScheduler.start {
                  ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:660:42: note: sending 'self'-isolated value of non-Sendable type '() async -> Void' to actor-isolated instance method 'start(sendAction:)' risks causing races in between 'self'-isolated and actor-isolated uses
            await serverTimeoutScheduler.start {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:688:43: warning: sending 'message' risks causing data races; this is an error in the Swift 6 language mode
            try await self.messageBuffer?.send(message: message)
                      ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:688:43: note: sending 'self'-isolated 'message' to actor-isolated instance method 'send(message:)' risks causing data races between actor-isolated and 'self'-isolated uses
            try await self.messageBuffer?.send(message: message)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:541:42: warning: sending value of non-Sendable type '[Any?]' risks causing data races; this is an error in the Swift 6 language mode
            var result: Any? = try await handler(message.arguments.value ?? [])
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:541:42: note: sending 'self'-isolated value of non-Sendable type '[Any?]' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
            var result: Any? = try await handler(message.arguments.value ?? [])
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:549:27: warning: sending value of non-Sendable type '[Any?]' risks causing data races; this is an error in the Swift 6 language mode
            _ = try await handler(message.arguments.value ?? [])
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:549:27: note: sending 'self'-isolated value of non-Sendable type '[Any?]' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
            _ = try await handler(message.arguments.value ?? [])
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:853:34: warning: sending 'message.item.value.some' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.yield(message.item.value!)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:853:34: note: 'self'-isolated 'message.item.value.some' is passed as a 'sending' parameter; Uses in callee may race with later 'self'-isolated uses
                    continuation.yield(message.item.value!)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:835:39: warning: sending value of non-Sendable type 'Result<Any?, any Error>' risks causing data races; this is an error in the Swift 6 language mode
                        _ = await tcs.trySetResult(.success(message.result.value))
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:835:39: note: sending 'self'-isolated value of non-Sendable type 'Result<Any?, any Error>' to actor-isolated instance method 'trySetResult' risks causing races in between 'self'-isolated and actor-isolated uses
                        _ = await tcs.trySetResult(.success(message.result.value))
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:842:42: warning: sending 'message.result.value.some' risks causing data races; this is an error in the Swift 6 language mode
                            continuation.yield(message.result.value!)
                            ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:842:42: note: 'self'-isolated 'message.result.value.some' is passed as a 'sending' parameter; Uses in callee may race with later 'self'-isolated uses
                            continuation.yield(message.result.value!)
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:484:37: warning: sending 'message' risks causing data races; this is an error in the Swift 6 language mode
            await invocationHandler.setStreamItem(message: message)
                  ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:484:37: note: sending 'self'-isolated 'message' to actor-isolated instance method 'setStreamItem(message:)' risks causing data races between actor-isolated and 'self'-isolated uses
            await invocationHandler.setStreamItem(message: message)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:488:37: warning: sending 'message' risks causing data races; this is an error in the Swift 6 language mode
            await invocationHandler.setResult(message: message)
                  ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:488:37: note: sending 'self'-isolated 'message' to actor-isolated instance method 'setResult(message:)' risks causing data races between actor-isolated and 'self'-isolated uses
            await invocationHandler.setResult(message: message)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:518:37: warning: sending 'message' risks causing data races; this is an error in the Swift 6 language mode
                await messageBuffer.resetSequenceMessage(message: message)
                      ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:518:37: note: sending 'self'-isolated 'message' to actor-isolated instance method 'resetSequenceMessage(message:)' risks causing data races between actor-isolated and 'self'-isolated uses
                await messageBuffer.resetSequenceMessage(message: message)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:457:50: warning: sending 'message' risks causing data races; this is an error in the Swift 6 language mode
                    if !(try await messageBuffer.shouldProcessMessage(message)) {
                                   ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:457:50: note: sending 'message' to actor-isolated instance method 'shouldProcessMessage' risks causing data races between actor-isolated and local actor-isolated uses
                    if !(try await messageBuffer.shouldProcessMessage(message)) {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:457:50: note: access can happen concurrently
                    if !(try await messageBuffer.shouldProcessMessage(message)) {
                                   ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:457:50: warning: sending 'message' risks causing data races; this is an error in the Swift 6 language mode
                    if !(try await messageBuffer.shouldProcessMessage(message)) {
                                   ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:457:50: note: sending 'self'-isolated 'message' to actor-isolated instance method 'shouldProcessMessage' risks causing data races between actor-isolated and 'self'-isolated uses
                    if !(try await messageBuffer.shouldProcessMessage(message)) {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:224: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/SignalRClient/HubConnection.swift:226:43: note: closure captures 'stream' which is accessible to code in the current task
                    for try await item in stream {
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:228:42: warning: sending 'returnVal' risks causing data races; this is an error in the Swift 6 language mode
                            continuation.yield(returnVal)
                            ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:228:42: note: task-isolated 'returnVal' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                            continuation.yield(returnVal)
                                         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionBuilder.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionBuilder.swift:104:40: warning: sending value of non-Sendable type 'HttpConnectionOptions' risks causing data races; this is an error in the Swift 6 language mode
        let connection = connection ?? HttpConnection(url: url, options: httpConnectionOptions)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionBuilder.swift:104:40: note: sending task-isolated value of non-Sendable type 'HttpConnectionOptions' to actor-isolated callee risks causing races in between task-isolated and actor-isolated uses
        let connection = connection ?? HttpConnection(url: url, options: httpConnectionOptions)
                                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/InvocationBinder.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ JsonHubProtocol.swift,\ MessagePackHubProtocol.swift,\ MessageType.swift,\ MsgpackCommon.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Protocols/JsonHubProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Protocols/MessagePackHubProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Protocols/MessageType.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Protocols/Msgpack/MsgpackCommon.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Protocols/JsonHubProtocol.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:67:17: warning: non-sendable type '(StringOrData, HttpResponse)' cannot be returned from actor-isolated implementation to caller of protocol requirement 'send(request:)'; this is an error in the Swift 6 language mode
    public func send(request: HttpRequest) async throws -> (
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:47:15: note: consider making struct 'HttpResponse' conform to the 'Sendable' protocol
public struct HttpResponse {
              ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:117:17: warning: non-sendable type '(StringOrData, HttpResponse)' cannot be returned from actor-isolated implementation to caller of protocol requirement 'send(request:)'; this is an error in the Swift 6 language mode
    public func send(request: HttpRequest) async throws -> (
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:47:15: note: consider making struct 'HttpResponse' conform to the 'Sendable' protocol
public struct HttpResponse {
              ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:87:16: warning: non-sendable type '[ConnectionFeature : Any]' cannot be returned from actor-isolated implementation to caller of protocol requirement 'features'; this is an error in the Swift 6 language mode
    public var features: [ConnectionFeature: Any] = [:]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:551:17: warning: non-sendable parameter type 'Any' cannot be sent from caller of protocol requirement 'setFeature(feature:value:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func setFeature(feature: ConnectionFeature, value: Any) async {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:588:31: warning: non-sendable type '[ConnectionFeature : Any]' of nonisolated property 'features' cannot be sent to actor-isolated context; this is an error in the Swift 6 language mode
        if !(await connection.features[ConnectionFeature.Reconnect] as? Bool ?? false) {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:628:63: warning: non-sendable type '[ConnectionFeature : Any]' of nonisolated property 'features' cannot be sent to actor-isolated context; this is an error in the Swift 6 language mode
            let useStatefulReconnect = await (self.connection.features[ConnectionFeature.Reconnect] as? Bool) == true
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:10:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'HttpTransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let none = HttpTransportType([])
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:7:15: note: consider making struct 'HttpTransportType' conform to the 'Sendable' protocol
public struct HttpTransportType: OptionSet {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:10:23: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
    public static let none = HttpTransportType([])
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:10:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let none = HttpTransportType([])
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:11:23: warning: static property 'webSockets' is not concurrency-safe because non-'Sendable' type 'HttpTransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let webSockets = HttpTransportType(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:7:15: note: consider making struct 'HttpTransportType' conform to the 'Sendable' protocol
public struct HttpTransportType: OptionSet {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:11:23: note: add '@MainActor' to make static property 'webSockets' part of global actor 'MainActor'
    public static let webSockets = HttpTransportType(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let webSockets = HttpTransportType(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:12:23: warning: static property 'serverSentEvents' is not concurrency-safe because non-'Sendable' type 'HttpTransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let serverSentEvents = HttpTransportType(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:7:15: note: consider making struct 'HttpTransportType' conform to the 'Sendable' protocol
public struct HttpTransportType: OptionSet {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:12:23: note: add '@MainActor' to make static property 'serverSentEvents' part of global actor 'MainActor'
    public static let serverSentEvents = HttpTransportType(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:12:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let serverSentEvents = HttpTransportType(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:13:23: warning: static property 'longPolling' is not concurrency-safe because non-'Sendable' type 'HttpTransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let longPolling = HttpTransportType(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:7:15: note: consider making struct 'HttpTransportType' conform to the 'Sendable' protocol
public struct HttpTransportType: OptionSet {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:13:23: note: add '@MainActor' to make static property 'longPolling' part of global actor 'MainActor'
    public static let longPolling = HttpTransportType(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let longPolling = HttpTransportType(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/EventSource.swift:17:7: warning: non-final class 'EventSource' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
class EventSource: NSObject, URLSessionDataDelegate {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/EventSource.swift:20:17: warning: stored property 'parser' of 'Sendable'-conforming class 'EventSource' has non-sendable type 'EventParser'; this is an error in the Swift 6 language mode
    private let parser: EventParser
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/EventSource.swift:116:7: note: class 'EventParser' does not conform to the 'Sendable' protocol
class EventParser {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/EventSource.swift:21:17: warning: stored property 'openHandler' of 'Sendable'-conforming class 'EventSource' is mutable; this is an error in the Swift 6 language mode
    private var openHandler: (() -> Void)?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:649:42: warning: sending value of non-Sendable type '() async -> Void' risks causing data races; this is an error in the Swift 6 language mode
                await keepAliveScheduler.start {
                      ~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:649:42: note: sending 'self'-isolated value of non-Sendable type '() async -> Void' to actor-isolated instance method 'start(sendAction:)' risks causing races in between 'self'-isolated and actor-isolated uses
                await keepAliveScheduler.start {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:660:42: warning: sending value of non-Sendable type '() async -> Void' risks causing data races; this is an error in the Swift 6 language mode
            await serverTimeoutScheduler.start {
                  ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:660:42: note: sending 'self'-isolated value of non-Sendable type '() async -> Void' to actor-isolated instance method 'start(sendAction:)' risks causing races in between 'self'-isolated and actor-isolated uses
            await serverTimeoutScheduler.start {
                                         ^
SwiftCompile normal arm64 Compiling\ TimeScheduler.swift,\ TransferFormat.swift,\ EventSource.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TimeScheduler.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/EventSource.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TimeScheduler.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TimeScheduler.swift:24: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/SignalRClient/TimeScheduler.swift:25:23: note: closure captures 'sendAction' which is accessible to code in the current task
                await sendAction()
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:10:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'HttpTransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let none = HttpTransportType([])
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:7:15: note: consider making struct 'HttpTransportType' conform to the 'Sendable' protocol
public struct HttpTransportType: OptionSet {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:10:23: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
    public static let none = HttpTransportType([])
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:10:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let none = HttpTransportType([])
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:11:23: warning: static property 'webSockets' is not concurrency-safe because non-'Sendable' type 'HttpTransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let webSockets = HttpTransportType(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:7:15: note: consider making struct 'HttpTransportType' conform to the 'Sendable' protocol
public struct HttpTransportType: OptionSet {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:11:23: note: add '@MainActor' to make static property 'webSockets' part of global actor 'MainActor'
    public static let webSockets = HttpTransportType(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let webSockets = HttpTransportType(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:12:23: warning: static property 'serverSentEvents' is not concurrency-safe because non-'Sendable' type 'HttpTransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let serverSentEvents = HttpTransportType(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:7:15: note: consider making struct 'HttpTransportType' conform to the 'Sendable' protocol
public struct HttpTransportType: OptionSet {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:12:23: note: add '@MainActor' to make static property 'serverSentEvents' part of global actor 'MainActor'
    public static let serverSentEvents = HttpTransportType(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:12:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let serverSentEvents = HttpTransportType(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:13:23: warning: static property 'longPolling' is not concurrency-safe because non-'Sendable' type 'HttpTransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let longPolling = HttpTransportType(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:7:15: note: consider making struct 'HttpTransportType' conform to the 'Sendable' protocol
public struct HttpTransportType: OptionSet {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:13:23: note: add '@MainActor' to make static property 'longPolling' part of global actor 'MainActor'
    public static let longPolling = HttpTransportType(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let longPolling = HttpTransportType(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/EventSource.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/EventSource.swift:17:7: warning: non-final class 'EventSource' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
class EventSource: NSObject, URLSessionDataDelegate {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/EventSource.swift:20:17: warning: stored property 'parser' of 'Sendable'-conforming class 'EventSource' has non-sendable type 'EventParser'; this is an error in the Swift 6 language mode
    private let parser: EventParser
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/EventSource.swift:116:7: note: class 'EventParser' does not conform to the 'Sendable' protocol
class EventParser {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/EventSource.swift:21:17: warning: stored property 'openHandler' of 'Sendable'-conforming class 'EventSource' is mutable; this is an error in the Swift 6 language mode
    private var openHandler: (() -> Void)?
                ^
SwiftCompile normal arm64 Compiling\ LongPollingTransport.swift,\ ServerSentEventTransport.swift,\ Transport.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/LongPollingTransport.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/ServerSentEventTransport.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/Transport.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/LongPollingTransport.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/LongPollingTransport.swift:44:50: warning: non-sendable result type '(StringOrData, HttpResponse)' cannot be sent from nonisolated context in call to instance method 'send(request:)'; this is an error in the Swift 6 language mode
        let (_, response) = try await httpClient.send(request: pollRequest)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:47:15: note: consider making struct 'HttpResponse' conform to the 'Sendable' protocol
public struct HttpResponse {
              ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/LongPollingTransport.swift:75:64: warning: non-sendable result type '(StringOrData, HttpResponse)' cannot be sent from nonisolated context in call to instance method 'send(request:)'; this is an error in the Swift 6 language mode
                let (message, response) = try await httpClient.send(
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:47:15: note: consider making struct 'HttpResponse' conform to the 'Sendable' protocol
public struct HttpResponse {
              ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/LongPollingTransport.swift:157:50: warning: non-sendable result type '(StringOrData, HttpResponse)' cannot be sent from nonisolated context in call to instance method 'send(request:)'; this is an error in the Swift 6 language mode
        let (_, response) = try await httpClient.send(request: request)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:47:15: note: consider making struct 'HttpResponse' conform to the 'Sendable' protocol
public struct HttpResponse {
              ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/LongPollingTransport.swift:188:54: warning: non-sendable result type '(StringOrData, HttpResponse)' cannot be sent from nonisolated context in call to instance method 'send(request:)'; this is an error in the Swift 6 language mode
            let (_, response) = try await httpClient.send(
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:47:15: note: consider making struct 'HttpResponse' conform to the 'Sendable' protocol
public struct HttpResponse {
              ^
                           : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/ServerSentEventTransport.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/ServerSentEventTransport.swift:81:50: warning: non-sendable result type '(StringOrData, HttpResponse)' cannot be sent from nonisolated context in call to instance method 'send(request:)'; this is an error in the Swift 6 language mode
        let (_, response) = try await httpClient.send(request: request)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClient.swift:47:15: note: consider making struct 'HttpResponse' conform to the 'Sendable' protocol
public struct HttpResponse {
              ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/ServerSentEventTransport.swift:50:27: warning: sending value of non-Sendable type '(String) async -> Void' risks causing data races; this is an error in the Swift 6 language mode
        await eventSource.onMessage { data in
              ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/ServerSentEventTransport.swift:50:27: note: sending 'self'-isolated value of non-Sendable type '(String) async -> Void' to nonisolated instance method 'onMessage(messageHandler:)' risks causing races in between 'self'-isolated and nonisolated uses
        await eventSource.onMessage { data in
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/ServerSentEventTransport.swift:60:31: warning: sending value of non-Sendable type 'HttpConnectionOptions' risks causing data races; this is an error in the Swift 6 language mode
        try await eventSource.start(url: url, options: options)
                  ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/ServerSentEventTransport.swift:60:31: note: sending 'self'-isolated value of non-Sendable type 'HttpConnectionOptions' to nonisolated instance method 'start(url:headers:options:includeUserAgent:)' risks causing races in between 'self'-isolated and nonisolated uses
        try await eventSource.start(url: url, options: options)
                              ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/Transport.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ WebSocketTransport.swift,\ Utils.swift,\ Version.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/WebSocketTransport.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Version.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/WebSocketTransport.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/WebSocketTransport.swift:215:25: warning: switch covers known cases, but 'URLSessionWebSocketTask.Message' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
                        switch message {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/WebSocketTransport.swift:215:25: note: handle unknown values using "@unknown default"
                        switch message {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/WebSocketTransport.swift:28:40: warning: sending 'self.webSocketConnection' risks causing data races; this is an error in the Swift 6 language mode
        await self.webSocketConnection.onReceive(handler)
              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/WebSocketTransport.swift:28:40: note: sending 'self'-isolated 'self.webSocketConnection' to nonisolated instance method 'onReceive' risks causing data races between nonisolated and 'self'-isolated uses
        await self.webSocketConnection.onReceive(handler)
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/WebSocketTransport.swift:32:40: warning: sending 'self.webSocketConnection' risks causing data races; this is an error in the Swift 6 language mode
        await self.webSocketConnection.onClose(handler)
              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/WebSocketTransport.swift:32:40: note: sending 'self'-isolated 'self.webSocketConnection' to nonisolated instance method 'onClose' risks causing data races between nonisolated and 'self'-isolated uses
        await self.webSocketConnection.onClose(handler)
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/WebSocketTransport.swift:61:39: warning: sending 'self.webSocketConnection' risks causing data races; this is an error in the Swift 6 language mode
        try await webSocketConnection.connect(request: request, transferFormat: transferFormat)
                  ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/WebSocketTransport.swift:61:39: note: sending 'self'-isolated 'self.webSocketConnection' to nonisolated instance method 'connect(request:transferFormat:)' risks causing data races between nonisolated and 'self'-isolated uses
        try await webSocketConnection.connect(request: request, transferFormat: transferFormat)
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/WebSocketTransport.swift:65:39: warning: sending 'self.webSocketConnection' risks causing data races; this is an error in the Swift 6 language mode
        try await webSocketConnection.send(data)
                  ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/WebSocketTransport.swift:65:39: note: sending 'self'-isolated 'self.webSocketConnection' to nonisolated instance method 'send' risks causing data races between nonisolated and 'self'-isolated uses
        try await webSocketConnection.send(data)
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/WebSocketTransport.swift:69:39: warning: sending 'self.webSocketConnection' risks causing data races; this is an error in the Swift 6 language mode
        try await webSocketConnection.stop(error: error)
                  ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport/WebSocketTransport.swift:69:39: note: sending 'self'-isolated 'self.webSocketConnection' to nonisolated instance method 'stop(error:)' risks causing data races between nonisolated and 'self'-isolated uses
        try await webSocketConnection.stop(error: error)
                                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Utils.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ MsgpackDecoder.swift,\ MsgpackEncoder.swift,\ TextMessageFormat.swift,\ RetryPolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Protocols/Msgpack/MsgpackDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Protocols/Msgpack/MsgpackEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Protocols/TextMessageFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/RetryPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Protocols/Msgpack/MsgpackDecoder.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ SignalRError.swift,\ StatefulReconnectOptions.swift,\ StreamResult.swift,\ TaskCompletionSource.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/SignalRError.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/StatefulReconnectOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/StreamResult.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TaskCompletionSource.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/SignalRError.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for SignalRClient (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriver\ Compilation\ Requirements SignalRClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SignalRClient' from project 'SignalRClient')
    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 SignalRClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient-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/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.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/SignalRClient.build/Debug-xros/SignalRClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient_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/SignalRClient.build/Debug-xros/SignalRClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.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/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SignalRError.swift, StatefulReconnectOptions.swift, StreamResult.swift, TaskCompletionSource.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SignalRClient-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient-Swift.h (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SignalRClient-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SignalRClient.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.swiftmodule (in target 'SignalRClient' from project 'SignalRClient')
    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/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SignalRClient.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SignalRClient.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.swiftdoc (in target 'SignalRClient' from project 'SignalRClient')
    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/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SignalRClient.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SignalRClient.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.abi.json (in target 'SignalRClient' from project 'SignalRClient')
    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/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SignalRClient.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SignalRClient.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.swiftsourceinfo (in target 'SignalRClient' from project 'SignalRClient')
    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/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SignalRClient.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling AsyncLock.swift, AtomicState.swift, ConnectionProtocol.swift, HandshakeProtocol.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64 Compiling JsonHubProtocol.swift, MessagePackHubProtocol.swift, MessageType.swift, MsgpackCommon.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64 Compiling LongPollingTransport.swift, ServerSentEventTransport.swift, Transport.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64 Compiling WebSocketTransport.swift, Utils.swift, Version.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64 Compiling MessageBuffer.swift, BinaryMessageFormat.swift, HubMessage.swift, HubProtocol.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64 Compiling TimeScheduler.swift, TransferFormat.swift, EventSource.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64 Compiling HttpClient.swift, HttpConnection.swift, HubConnection+On.swift, HubConnection+OnResult.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64 Compiling MsgpackDecoder.swift, MsgpackEncoder.swift, TextMessageFormat.swift, RetryPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64 Compiling HubConnection.swift, HubConnectionBuilder.swift, InvocationBinder.swift, Logger.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriver\ Compilation SignalRClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SignalRClient' from project 'SignalRClient')
    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 SignalRClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient-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/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.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/SignalRClient.build/Debug-xros/SignalRClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient_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/SignalRClient.build/Debug-xros/SignalRClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.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/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient-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/SignalRClient.o normal (in target 'SignalRClient' from project 'SignalRClient')
    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/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient_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/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SignalRClient.o
ExtractAppIntentsMetadata (in target 'SignalRClient' from project 'SignalRClient')
    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 SignalRClient --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.SignalRClient --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SignalRClient.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SignalRClient.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/SignalRClient.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/SignalRClient.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-xros/SignalRClient.build/Objects-normal/arm64/SignalRClient.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-12-01 06:08:51.193 appintentsmetadataprocessor[764:4386] Starting appintentsmetadataprocessor export
2025-12-01 06:08:51.227 appintentsmetadataprocessor[764:4386] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SignalRClient.o (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SignalRClient.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SignalRClient",
  "name" : "SignalRClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SignalRClient",
      "targets" : [
        "SignalRClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SignalRClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SignalRClientTests",
      "path" : "Tests/SignalRClientTests",
      "sources" : [
        "AsyncLockTest.swift",
        "BinaryMessageFormatTests.swift",
        "EventSourceTests.swift",
        "HandshakeProtocolTests.swift",
        "HttpClientTests.swift",
        "HubConnection+OnResultTests.swift",
        "HubConnection+OnTests.swift",
        "HubConnectionTests.swift",
        "JsonHubProtocolTests.swift",
        "LoggerTests.swift",
        "LongPollingTransportTests.swift",
        "MessageBufferTests.swift",
        "MessagePackHubProtocolTests.swift",
        "Msgpack/MsgpackDecoderTests.swift",
        "Msgpack/MsgpackEncoderTests.swift",
        "ServerSentEventTransportTests.swift",
        "TaskCompletionSourceTests.swift",
        "TextMessageFormatTests.swift",
        "TimeSchedulerTests.swift",
        "Utils.swift",
        "UtilsTest.swift",
        "WebSocketTransportTests.swift"
      ],
      "target_dependencies" : [
        "SignalRClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SignalRClientIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "SignalRClientIntegrationTests",
      "path" : "Tests/SignalRClientIntegrationTests",
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "SignalRClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SignalRClient",
      "module_type" : "SwiftTarget",
      "name" : "SignalRClient",
      "path" : "Sources/SignalRClient",
      "product_memberships" : [
        "SignalRClient"
      ],
      "sources" : [
        "AsyncLock.swift",
        "AtomicState.swift",
        "ConnectionProtocol.swift",
        "HandshakeProtocol.swift",
        "HttpClient.swift",
        "HttpConnection.swift",
        "HubConnection+On.swift",
        "HubConnection+OnResult.swift",
        "HubConnection.swift",
        "HubConnectionBuilder.swift",
        "InvocationBinder.swift",
        "Logger.swift",
        "MessageBuffer.swift",
        "Protocols/BinaryMessageFormat.swift",
        "Protocols/HubMessage.swift",
        "Protocols/HubProtocol.swift",
        "Protocols/JsonHubProtocol.swift",
        "Protocols/MessagePackHubProtocol.swift",
        "Protocols/MessageType.swift",
        "Protocols/Msgpack/MsgpackCommon.swift",
        "Protocols/Msgpack/MsgpackDecoder.swift",
        "Protocols/Msgpack/MsgpackEncoder.swift",
        "Protocols/TextMessageFormat.swift",
        "RetryPolicy.swift",
        "SignalRError.swift",
        "StatefulReconnectOptions.swift",
        "StreamResult.swift",
        "TaskCompletionSource.swift",
        "TimeScheduler.swift",
        "TransferFormat.swift",
        "Transport/EventSource.swift",
        "Transport/LongPollingTransport.swift",
        "Transport/ServerSentEventTransport.swift",
        "Transport/Transport.swift",
        "Transport/WebSocketTransport.swift",
        "Utils.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.