Build Information
Successful build of SignalRClient, reference dev (e9a4d8), with Swift 6.1 for watchOS using Xcode 16.3 on 1 Dec 2025 14:10:33 UTC.
Swift 6 data race errors: 45
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=watchOS 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 InferSendableFromCapturesBuild Log
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
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
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 {
^
SwiftDriverJobDiscovery normal armv7k Emitting module for SignalRClient (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriver\ Compilation\ Requirements SignalRClient normal armv7k 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-watchos/SignalRClient.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/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-watchos/SignalRClient.build/Objects-normal/armv7k/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-watchos/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-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/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-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for SignalRClient (in target 'SignalRClient' from project 'SignalRClient')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SignalRClient (in target 'SignalRClient' from project 'SignalRClient')
EmitSwiftModule normal arm64_32 (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 {
^
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/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-watchos/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-watchos/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-watchos/SignalRClient.build/Objects-normal/arm64/SignalRClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/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-watchos/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 armv7k Compiling SignalRError.swift, StatefulReconnectOptions.swift, StreamResult.swift, TaskCompletionSource.swift (in target 'SignalRClient' from project 'SignalRClient')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/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-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/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-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/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-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/armv7k-apple-watchos.abi.json
SwiftDriverJobDiscovery normal armv7k Compiling TimeScheduler.swift, TransferFormat.swift, EventSource.swift (in target 'SignalRClient' from project 'SignalRClient')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/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-watchos/SignalRClient.build/Objects-normal/arm64/SignalRClient.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/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-watchos/SignalRClient.build/Objects-normal/arm64/SignalRClient.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/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-watchos/SignalRClient.build/Objects-normal/arm64/SignalRClient.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/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-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/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-watchos/SignalRClient.build/Objects-normal/arm64/SignalRClient.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
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 armv7k Compiling LongPollingTransport.swift, ServerSentEventTransport.swift, Transport.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 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_32 /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_32 /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_32 /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_32 /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_32 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_32 /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_32 /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_32 /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
SwiftDriverJobDiscovery normal armv7k Compiling MsgpackDecoder.swift, MsgpackEncoder.swift, TextMessageFormat.swift, RetryPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal armv7k Compiling JsonHubProtocol.swift, MessagePackHubProtocol.swift, MessageType.swift, MsgpackCommon.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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
SwiftDriverJobDiscovery normal armv7k Compiling HubConnection.swift, HubConnectionBuilder.swift, InvocationBinder.swift, Logger.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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
SwiftDriverJobDiscovery normal arm64 Compiling JsonHubProtocol.swift, MessagePackHubProtocol.swift, MessageType.swift, MsgpackCommon.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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
SwiftDriverJobDiscovery normal arm64 Compiling MsgpackDecoder.swift, MsgpackEncoder.swift, TextMessageFormat.swift, RetryPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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
SwiftDriverJobDiscovery normal arm64 Compiling HubConnection.swift, HubConnectionBuilder.swift, InvocationBinder.swift, Logger.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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
SwiftDriverJobDiscovery normal arm64 Compiling SignalRError.swift, StatefulReconnectOptions.swift, StreamResult.swift, TaskCompletionSource.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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 armv7k /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
SwiftDriverJobDiscovery normal arm64_32 Emitting module for SignalRClient (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriver\ Compilation\ Requirements SignalRClient normal arm64_32 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-watchos/SignalRClient.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/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-watchos/SignalRClient.build/Objects-normal/arm64_32/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-watchos/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-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/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-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling WebSocketTransport.swift, Utils.swift, Version.swift (in target 'SignalRClient' from project 'SignalRClient')
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
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/SignalRClient-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64/SignalRClient-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/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-watchos/SignalRClient.build/Objects-normal/arm64/SignalRClient-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/SignalRClient-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling AsyncLock.swift, AtomicState.swift, ConnectionProtocol.swift, HandshakeProtocol.swift (in target 'SignalRClient' from project 'SignalRClient')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/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-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/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-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/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-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/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-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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\ 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
SwiftDriverJobDiscovery normal arm64_32 Compiling LongPollingTransport.swift, ServerSentEventTransport.swift, Transport.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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 armv7k /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 armv7k /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
SwiftDriverJobDiscovery normal arm64_32 Compiling WebSocketTransport.swift, Utils.swift, Version.swift (in target 'SignalRClient' from project 'SignalRClient')
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\ 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 armv7k 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 armv7k /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 armv7k /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 armv7k /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 armv7k /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
SwiftDriverJobDiscovery normal arm64_32 Compiling SignalRError.swift, StatefulReconnectOptions.swift, StreamResult.swift, TaskCompletionSource.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64_32 Compiling MessageBuffer.swift, BinaryMessageFormat.swift, HubMessage.swift, HubProtocol.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64_32 Compiling AsyncLock.swift, AtomicState.swift, ConnectionProtocol.swift, HandshakeProtocol.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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 armv7k /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 armv7k /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
SwiftDriverJobDiscovery normal arm64_32 Compiling JsonHubProtocol.swift, MessagePackHubProtocol.swift, MessageType.swift, MsgpackCommon.swift (in target 'SignalRClient' from project 'SignalRClient')
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
SwiftDriverJobDiscovery normal arm64_32 Compiling MsgpackDecoder.swift, MsgpackEncoder.swift, TextMessageFormat.swift, RetryPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
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
SwiftDriverJobDiscovery normal arm64_32 Compiling HttpClient.swift, HttpConnection.swift, HubConnection+On.swift, HubConnection+OnResult.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64_32 Compiling HubConnection.swift, HubConnectionBuilder.swift, InvocationBinder.swift, Logger.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64_32 Compiling TimeScheduler.swift, TransferFormat.swift, EventSource.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriver\ Compilation SignalRClient normal arm64_32 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-watchos/SignalRClient.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/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-watchos/SignalRClient.build/Objects-normal/arm64_32/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-watchos/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-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/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-watchos/SignalRClient.build/Objects-normal/arm64_32/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/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/Binary/SignalRClient.o normal arm64_32 (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_32-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/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-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/Binary/SignalRClient.o
SwiftDriverJobDiscovery normal armv7k Compiling AsyncLock.swift, AtomicState.swift, ConnectionProtocol.swift, HandshakeProtocol.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 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 armv7k Compiling MessageBuffer.swift, BinaryMessageFormat.swift, HubMessage.swift, HubProtocol.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')
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/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-watchos/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-watchos/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-watchos/SignalRClient.build/Objects-normal/arm64/SignalRClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/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-watchos/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/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64/Binary/SignalRClient.o normal arm64 (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-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64/SignalRClient.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64/Binary/SignalRClient.o
SwiftDriverJobDiscovery normal armv7k Compiling HttpClient.swift, HttpConnection.swift, HubConnection+On.swift, HubConnection+OnResult.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriver\ Compilation SignalRClient normal armv7k 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-watchos/SignalRClient.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/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-watchos/SignalRClient.build/Objects-normal/armv7k/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-watchos/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-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/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-watchos/SignalRClient.build/Objects-normal/armv7k/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/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/Binary/SignalRClient.o normal armv7k (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 armv7k-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/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-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/Binary/SignalRClient.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.o normal arm64\ armv7k\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64/Binary/SignalRClient.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/Binary/SignalRClient.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/Binary/SignalRClient.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 7.0 --bundle-identifier spi-builder-workspace.SignalRClient --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.appintents --target-triple arm64-apple-watchos7.0 --target-triple armv7k-apple-watchos7.0 --target-triple arm64_32-apple-watchos7.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64/SignalRClient_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64/SignalRClient.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/SignalRClient.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/SignalRClient.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64/SignalRClient.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-12-01 06:10:32.312 appintentsmetadataprocessor[778:4668] Starting appintentsmetadataprocessor export
2025-12-01 06:10:32.352 appintentsmetadataprocessor[778:4668] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/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.