The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SignalRClient, reference 1.1.0 (11e727), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Apr 2025 02:40:31 UTC.

Swift 6 data race errors: 33

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 InferSendableFromCaptures

Build Log

            completionHandler(resp, error)
            ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultTransportFactory.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

SwiftCompile normal arm64_32 Compiling\ HttpClientProtocol.swift,\ HttpConnection.swift,\ HttpConnectionOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClientProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClientProtocol.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/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:187:13: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
            self.delegate?.connectionDidFailToOpen(error: error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:198:17: warning: capture of 'sendDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
                sendDidComplete(SignalRError.invalidState)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:198:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                sendDidComplete(SignalRError.invalidState)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:230:17: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
                self.delegate?.connectionDidClose(error: stopError)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:246:17: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
                self.delegate?.connectionDidOpen(connection: self)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:256:13: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
            self.delegate?.connectionDidReceiveData(connection: self, data: data)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:273:17: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
                self.delegate?.connectionDidFailToOpen(error: self.stopError ?? error!)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:281:17: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
                self.delegate?.connectionDidClose(error: self.stopError ?? error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ ReconnectableConnection.swift,\ ServerInvocationHandler.swift,\ SignalRError.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/SignalRError.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift:65:17: warning: capture of 'sendDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
                sendDidComplete(SignalRError.connectionIsReconnecting)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift:65:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                sendDidComplete(SignalRError.connectionIsReconnecting)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift:128:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                    self.startInternal()
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift:128:21: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                    self.startInternal()
                    ^~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:25:35: warning: capture of 'invocationDidComplete' with non-sendable type '(T?, (any Error)?) -> Void' in a '@Sendable' closure
            callbackQueue.async { invocationDidComplete(result, error)}
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:25:35: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            callbackQueue.async { invocationDidComplete(result, error)}
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:25:57: warning: capture of 'result' with non-sendable type 'T?' in a '@Sendable' closure
            callbackQueue.async { invocationDidComplete(result, error)}
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:18:34: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
internal class InvocationHandler<T: Decodable>: ServerInvocationHandler {
                                 ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:77:68: warning: capture of 'streamItemReceived' with non-sendable type '(T) -> Void' in a '@Sendable' closure
        self.streamItemReceived =  { item in callbackQueue.async { streamItemReceived(item) } }
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:77:68: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        self.streamItemReceived =  { item in callbackQueue.async { streamItemReceived(item) } }
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:77:87: warning: capture of 'item' with non-sendable type 'T' in a '@Sendable' closure
        self.streamItemReceived =  { item in callbackQueue.async { streamItemReceived(item) } }
                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:70:40: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
internal class StreamInvocationHandler<T: Decodable>: ServerInvocationHandler {
                                       ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:78:71: warning: capture of 'invocationDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
        self.invocationDidComplete = { error in callbackQueue.async { invocationDidComplete(error) } }
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:78:71: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        self.invocationDidComplete = { error in callbackQueue.async { invocationDidComplete(error) } }
                                                                      ^
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 Compiling\ HttpResponse.swift,\ HubConnection.swift,\ HubConnectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionBuilder.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpResponse.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.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:164:21: warning: capture of 'sendDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
                    sendDidComplete(error)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:164:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    sendDidComplete(error)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:170:17: warning: capture of 'sendDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
                sendDidComplete(error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:170:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                sendDidComplete(error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:276:17: warning: capture of 'cancelDidFail' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
                cancelDidFail(SignalRError.invalidOperation(message: "Invalid stream handle."))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:276:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                cancelDidFail(SignalRError.invalidOperation(message: "Invalid stream handle."))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:288:25: warning: capture of 'cancelDidFail' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
                        cancelDidFail(e)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:288:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                        cancelDidFail(e)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:297:17: warning: capture of 'cancelDidFail' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
                cancelDidFail(error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:297:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                cancelDidFail(error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:337:13: warning: capture of 'invocationHandler' with non-sendable type 'any ServerInvocationHandler' in a '@Sendable' closure
            invocationHandler.raiseError(error: error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:11:19: note: protocol 'ServerInvocationHandler' does not conform to the 'Sendable' protocol
internal protocol ServerInvocationHandler {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:345:17: warning: capture of 'errorHandler' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
                errorHandler(SignalRError.invalidOperation(message: "Attempting to send data before connection has been started."))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:345:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                errorHandler(SignalRError.invalidOperation(message: "Attempting to send data before connection has been started."))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:368:21: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
                    self.delegate?.connectionDidFailToOpen(error: e)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:374:21: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
                    self.delegate?.connectionDidReconnect()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:378:21: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
                    self.delegate?.connectionDidOpen(hubConnection: self)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:416:17: warning: capture of 'serverInvocationHandler' with non-sendable type '(any ServerInvocationHandler)?' in a '@Sendable' closure
                serverInvocationHandler!.processCompletion(completionMessage: message)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:11:19: note: protocol 'ServerInvocationHandler' does not conform to the 'Sendable' protocol
internal protocol ServerInvocationHandler {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:416:79: warning: capture of 'message' with non-sendable type 'CompletionMessage' in a '@Sendable' closure
                serverInvocationHandler!.processCompletion(completionMessage: message)
                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:166:14: note: class 'CompletionMessage' does not conform to the 'Sendable' protocol
public class CompletionMessage: HubMessage, Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:416:17: warning: reference to captured var 'serverInvocationHandler' in concurrently-executing code
                serverInvocationHandler!.processCompletion(completionMessage: message)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:449:25: warning: capture of 'callback' with non-sendable type '((ArgumentExtractor) throws -> Void)?' in a '@Sendable' closure
                    try callback!(ArgumentExtractor(clientInvocationMessage: message))
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:449:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    try callback!(ArgumentExtractor(clientInvocationMessage: message))
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:449:78: warning: capture of 'message' with non-sendable type 'ClientInvocationMessage' in a '@Sendable' closure
                    try callback!(ArgumentExtractor(clientInvocationMessage: message))
                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:80:14: note: class 'ClientInvocationMessage' does not conform to the 'Sendable' protocol
public class ClientInvocationMessage: HubMessage, Decodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:451:21: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
                    self.logger.log(logLevel: .error, message: "Invoking client hub method \(message.target) failed due to: \(error)")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:449:25: warning: reference to captured var 'callback' in concurrently-executing code
                    try callback!(ArgumentExtractor(clientInvocationMessage: message))
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:451:94: warning: implicit capture of 'message' requires that 'ClientInvocationMessage' conforms to 'Sendable'; this is an error in the Swift 6 language mode
                    self.logger.log(logLevel: .error, message: "Invoking client hub method \(message.target) failed due to: \(error)")
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:80:14: note: class 'ClientInvocationMessage' does not conform to the 'Sendable' protocol
public class ClientInvocationMessage: HubMessage, Decodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:479:13: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
            self.delegate?.connectionDidClose(error: error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:485:13: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
            self.delegate?.connectionDidFailToOpen(error: error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:492:13: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
            self.delegate?.connectionWillReconnect(error: error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
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

SwiftCompile normal arm64_32 Compiling\ LongPollingTransport.swift,\ NegotiationResponse.swift,\ ReconnectPolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/LongPollingTransport.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/NegotiationResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/LongPollingTransport.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/NegotiationResponse.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/ReconnectPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ StreamHandle.swift,\ TransferFormat.swift,\ Transport.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/StreamHandle.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/StreamHandle.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/TransferFormat.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/Transport.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CodableHelpers.swift,\ Connection.swift,\ ConnectionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/CodableHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Connection.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ConnectionDelegate.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/CodableHelpers.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/Connection.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/ConnectionDelegate.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ TransportDelegate.swift,\ TransportType.swift,\ WebsocketsTransport.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportDelegate.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/TransportType.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:12:14: warning: non-final class 'WebsocketsTransport' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
public class WebsocketsTransport: NSObject, Transport, URLSessionWebSocketDelegate {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:13:17: warning: stored property 'logger' of 'Sendable'-conforming class 'WebsocketsTransport' has non-sendable type 'any Logger'; this is an error in the Swift 6 language mode
    private let logger: Logger
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Logger.swift:21:17: note: protocol 'Logger' does not conform to the 'Sendable' protocol
public protocol Logger {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:15:17: warning: stored property 'urlSession' of 'Sendable'-conforming class 'WebsocketsTransport' is mutable; this is an error in the Swift 6 language mode
    private var urlSession: URLSession?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:47:57: warning: passing non-sendable parameter 'sendDidComplete' to function expecting a @Sendable closure
        webSocketTask?.send(message, completionHandler: sendDidComplete)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:45:34: note: parameter 'sendDidComplete' is implicitly non-sendable
    public func send(data: Data, sendDidComplete: @escaping (Error?) -> Void) {
                                 ^
                                                  @Sendable
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/DefaultHttpClient.swift:72:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var shared = DefaultHttpClientSessionDelegate()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:72:16: note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    static var shared = DefaultHttpClientSessionDelegate()
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:72:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static var shared = DefaultHttpClientSessionDelegate()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var shared = DefaultHttpClientSessionDelegate()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:71:19: warning: non-final class 'DefaultHttpClientSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
fileprivate class DefaultHttpClientSessionDelegate: NSObject, URLSessionDelegate {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:74:9: warning: stored property 'authenticationChallengeHandler' of 'Sendable'-conforming class 'DefaultHttpClientSessionDelegate' is mutable; this is an error in the Swift 6 language mode
    var authenticationChallengeHandler: ((_ session: URLSession, _ challenge: URLAuthenticationChallenge, _ completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) -> Void)?
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:270:16: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'PingMessage' may have shared mutable state; this is an error in the Swift 6 language mode
    static let instance = PingMessage()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:266:14: note: class 'PingMessage' does not conform to the 'Sendable' protocol
public class PingMessage : HubMessage, Encodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:270:16: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    static let instance = PingMessage()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:270:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let instance = PingMessage()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:18:23: warning: static property 'longPolling' is not concurrency-safe because non-'Sendable' type 'TransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let longPolling = TransportType(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:11:15: note: consider making struct 'TransportType' conform to the 'Sendable' protocol
public struct TransportType: OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:18:23: note: add '@MainActor' to make static property 'longPolling' part of global actor 'MainActor'
    public static let longPolling = TransportType(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let longPolling = TransportType(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:19:16: warning: static property 'serverSentEvents' is not concurrency-safe because non-'Sendable' type 'TransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let serverSentEvents = TransportType(rawValue: 1 << 1) // Not supported
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:11:15: note: consider making struct 'TransportType' conform to the 'Sendable' protocol
public struct TransportType: OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:19:16: note: add '@MainActor' to make static property 'serverSentEvents' part of global actor 'MainActor'
    static let serverSentEvents = TransportType(rawValue: 1 << 1) // Not supported
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let serverSentEvents = TransportType(rawValue: 1 << 1) // Not supported
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:20:23: warning: static property 'webSockets' is not concurrency-safe because non-'Sendable' type 'TransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let webSockets = TransportType(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:11:15: note: consider making struct 'TransportType' conform to the 'Sendable' protocol
public struct TransportType: OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:20:23: note: add '@MainActor' to make static property 'webSockets' part of global actor 'MainActor'
    public static let webSockets = TransportType(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let webSockets = TransportType(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:22:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'TransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let all: TransportType = [ .longPolling, .webSockets ]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:11:15: note: consider making struct 'TransportType' conform to the 'Sendable' protocol
public struct TransportType: OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:22:23: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    public static let all: TransportType = [ .longPolling, .webSockets ]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let all: TransportType = [ .longPolling, .webSockets ]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:12:14: warning: non-final class 'WebsocketsTransport' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
public class WebsocketsTransport: NSObject, Transport, URLSessionWebSocketDelegate {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:13:17: warning: stored property 'logger' of 'Sendable'-conforming class 'WebsocketsTransport' has non-sendable type 'any Logger'; this is an error in the Swift 6 language mode
    private let logger: Logger
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Logger.swift:21:17: note: protocol 'Logger' does not conform to the 'Sendable' protocol
public protocol Logger {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:15:17: warning: stored property 'urlSession' of 'Sendable'-conforming class 'WebsocketsTransport' is mutable; this is an error in the Swift 6 language mode
    private var urlSession: URLSession?
                ^
SwiftEmitModule normal armv7k Emitting\ module\ for\ SignalRClient (in target 'SignalRClient' from project 'SignalRClient')
EmitSwiftModule normal armv7k (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:72:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var shared = DefaultHttpClientSessionDelegate()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:72:16: note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    static var shared = DefaultHttpClientSessionDelegate()
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:72:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static var shared = DefaultHttpClientSessionDelegate()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var shared = DefaultHttpClientSessionDelegate()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:71:19: warning: non-final class 'DefaultHttpClientSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
fileprivate class DefaultHttpClientSessionDelegate: NSObject, URLSessionDelegate {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:74:9: warning: stored property 'authenticationChallengeHandler' of 'Sendable'-conforming class 'DefaultHttpClientSessionDelegate' is mutable; this is an error in the Swift 6 language mode
    var authenticationChallengeHandler: ((_ session: URLSession, _ challenge: URLAuthenticationChallenge, _ completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) -> Void)?
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:270:16: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'PingMessage' may have shared mutable state; this is an error in the Swift 6 language mode
    static let instance = PingMessage()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:266:14: note: class 'PingMessage' does not conform to the 'Sendable' protocol
public class PingMessage : HubMessage, Encodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:270:16: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    static let instance = PingMessage()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:270:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let instance = PingMessage()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:18:23: warning: static property 'longPolling' is not concurrency-safe because non-'Sendable' type 'TransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let longPolling = TransportType(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:11:15: note: consider making struct 'TransportType' conform to the 'Sendable' protocol
public struct TransportType: OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:18:23: note: add '@MainActor' to make static property 'longPolling' part of global actor 'MainActor'
    public static let longPolling = TransportType(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let longPolling = TransportType(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:19:16: warning: static property 'serverSentEvents' is not concurrency-safe because non-'Sendable' type 'TransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let serverSentEvents = TransportType(rawValue: 1 << 1) // Not supported
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:11:15: note: consider making struct 'TransportType' conform to the 'Sendable' protocol
public struct TransportType: OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:19:16: note: add '@MainActor' to make static property 'serverSentEvents' part of global actor 'MainActor'
    static let serverSentEvents = TransportType(rawValue: 1 << 1) // Not supported
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let serverSentEvents = TransportType(rawValue: 1 << 1) // Not supported
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:20:23: warning: static property 'webSockets' is not concurrency-safe because non-'Sendable' type 'TransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let webSockets = TransportType(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:11:15: note: consider making struct 'TransportType' conform to the 'Sendable' protocol
public struct TransportType: OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:20:23: note: add '@MainActor' to make static property 'webSockets' part of global actor 'MainActor'
    public static let webSockets = TransportType(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let webSockets = TransportType(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:22:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'TransportType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let all: TransportType = [ .longPolling, .webSockets ]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:11:15: note: consider making struct 'TransportType' conform to the 'Sendable' protocol
public struct TransportType: OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:22:23: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    public static let all: TransportType = [ .longPolling, .webSockets ]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let all: TransportType = [ .longPolling, .webSockets ]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:12:14: warning: non-final class 'WebsocketsTransport' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
public class WebsocketsTransport: NSObject, Transport, URLSessionWebSocketDelegate {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:13:17: warning: stored property 'logger' of 'Sendable'-conforming class 'WebsocketsTransport' has non-sendable type 'any Logger'; this is an error in the Swift 6 language mode
    private let logger: Logger
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Logger.swift:21:17: note: protocol 'Logger' does not conform to the 'Sendable' protocol
public protocol Logger {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:15:17: warning: stored property 'urlSession' of 'Sendable'-conforming class 'WebsocketsTransport' is mutable; this is an error in the Swift 6 language mode
    private var urlSession: URLSession?
                ^
SwiftDriverJobDiscovery normal arm64 Emitting module for SignalRClient (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriver\ Compilation\ Requirements SignalRClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SignalRClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-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-watchos5.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 -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 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-watchos5.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 -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
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_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/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/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
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 armv7k Compiling\ ReconnectableConnection.swift,\ ServerInvocationHandler.swift,\ SignalRError.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/SignalRError.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift:65:17: warning: capture of 'sendDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
                sendDidComplete(SignalRError.connectionIsReconnecting)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift:65:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                sendDidComplete(SignalRError.connectionIsReconnecting)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift:128:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                    self.startInternal()
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift:128:21: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                    self.startInternal()
                    ^~~~
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:25:35: warning: capture of 'invocationDidComplete' with non-sendable type '(T?, (any Error)?) -> Void' in a '@Sendable' closure
            callbackQueue.async { invocationDidComplete(result, error)}
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:25:35: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            callbackQueue.async { invocationDidComplete(result, error)}
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:25:57: warning: capture of 'result' with non-sendable type 'T?' in a '@Sendable' closure
            callbackQueue.async { invocationDidComplete(result, error)}
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:18:34: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
internal class InvocationHandler<T: Decodable>: ServerInvocationHandler {
                                 ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:77:68: warning: capture of 'streamItemReceived' with non-sendable type '(T) -> Void' in a '@Sendable' closure
        self.streamItemReceived =  { item in callbackQueue.async { streamItemReceived(item) } }
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:77:68: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        self.streamItemReceived =  { item in callbackQueue.async { streamItemReceived(item) } }
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:77:87: warning: capture of 'item' with non-sendable type 'T' in a '@Sendable' closure
        self.streamItemReceived =  { item in callbackQueue.async { streamItemReceived(item) } }
                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:70:40: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
internal class StreamInvocationHandler<T: Decodable>: ServerInvocationHandler {
                                       ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:78:71: warning: capture of 'invocationDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
        self.invocationDidComplete = { error in callbackQueue.async { invocationDidComplete(error) } }
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:78:71: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        self.invocationDidComplete = { error in callbackQueue.async { invocationDidComplete(error) } }
                                                                      ^
SwiftCompile normal armv7k /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 armv7k Compiling\ TransportDelegate.swift,\ TransportType.swift,\ WebsocketsTransport.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportDelegate.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/TransportType.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:12:14: warning: non-final class 'WebsocketsTransport' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
public class WebsocketsTransport: NSObject, Transport, URLSessionWebSocketDelegate {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:13:17: warning: stored property 'logger' of 'Sendable'-conforming class 'WebsocketsTransport' has non-sendable type 'any Logger'; this is an error in the Swift 6 language mode
    private let logger: Logger
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Logger.swift:21:17: note: protocol 'Logger' does not conform to the 'Sendable' protocol
public protocol Logger {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:15:17: warning: stored property 'urlSession' of 'Sendable'-conforming class 'WebsocketsTransport' is mutable; this is an error in the Swift 6 language mode
    private var urlSession: URLSession?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:47:57: warning: passing non-sendable parameter 'sendDidComplete' to function expecting a @Sendable closure
        webSocketTask?.send(message, completionHandler: sendDidComplete)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:45:34: note: parameter 'sendDidComplete' is implicitly non-sendable
    public func send(data: Data, sendDidComplete: @escaping (Error?) -> Void) {
                                 ^
                                                  @Sendable
SwiftDriverJobDiscovery normal arm64_32 Compiling StreamHandle.swift, TransferFormat.swift, Transport.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 Compiling\ TransportDelegate.swift,\ TransportType.swift,\ WebsocketsTransport.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportType.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransportDelegate.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/TransportType.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:12:14: warning: non-final class 'WebsocketsTransport' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
public class WebsocketsTransport: NSObject, Transport, URLSessionWebSocketDelegate {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:13:17: warning: stored property 'logger' of 'Sendable'-conforming class 'WebsocketsTransport' has non-sendable type 'any Logger'; this is an error in the Swift 6 language mode
    private let logger: Logger
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Logger.swift:21:17: note: protocol 'Logger' does not conform to the 'Sendable' protocol
public protocol Logger {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:15:17: warning: stored property 'urlSession' of 'Sendable'-conforming class 'WebsocketsTransport' is mutable; this is an error in the Swift 6 language mode
    private var urlSession: URLSession?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:47:57: warning: passing non-sendable parameter 'sendDidComplete' to function expecting a @Sendable closure
        webSocketTask?.send(message, completionHandler: sendDidComplete)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/WebsocketsTransport.swift:45:34: note: parameter 'sendDidComplete' is implicitly non-sendable
    public func send(data: Data, sendDidComplete: @escaping (Error?) -> Void) {
                                 ^
                                                  @Sendable
SwiftDriverJobDiscovery normal arm64_32 Compiling HttpClientProtocol.swift, HttpConnection.swift, HttpConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k Compiling\ HttpResponse.swift,\ HubConnection.swift,\ HubConnectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionBuilder.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpResponse.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.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:164:21: warning: capture of 'sendDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
                    sendDidComplete(error)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:164:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    sendDidComplete(error)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:170:17: warning: capture of 'sendDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
                sendDidComplete(error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:170:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                sendDidComplete(error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:276:17: warning: capture of 'cancelDidFail' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
                cancelDidFail(SignalRError.invalidOperation(message: "Invalid stream handle."))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:276:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                cancelDidFail(SignalRError.invalidOperation(message: "Invalid stream handle."))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:288:25: warning: capture of 'cancelDidFail' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
                        cancelDidFail(e)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:288:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                        cancelDidFail(e)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:297:17: warning: capture of 'cancelDidFail' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
                cancelDidFail(error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:297:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                cancelDidFail(error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:337:13: warning: capture of 'invocationHandler' with non-sendable type 'any ServerInvocationHandler' in a '@Sendable' closure
            invocationHandler.raiseError(error: error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:11:19: note: protocol 'ServerInvocationHandler' does not conform to the 'Sendable' protocol
internal protocol ServerInvocationHandler {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:345:17: warning: capture of 'errorHandler' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
                errorHandler(SignalRError.invalidOperation(message: "Attempting to send data before connection has been started."))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:345:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                errorHandler(SignalRError.invalidOperation(message: "Attempting to send data before connection has been started."))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:368:21: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
                    self.delegate?.connectionDidFailToOpen(error: e)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:374:21: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
                    self.delegate?.connectionDidReconnect()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:378:21: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
                    self.delegate?.connectionDidOpen(hubConnection: self)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:416:17: warning: capture of 'serverInvocationHandler' with non-sendable type '(any ServerInvocationHandler)?' in a '@Sendable' closure
                serverInvocationHandler!.processCompletion(completionMessage: message)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:11:19: note: protocol 'ServerInvocationHandler' does not conform to the 'Sendable' protocol
internal protocol ServerInvocationHandler {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:416:79: warning: capture of 'message' with non-sendable type 'CompletionMessage' in a '@Sendable' closure
                serverInvocationHandler!.processCompletion(completionMessage: message)
                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:166:14: note: class 'CompletionMessage' does not conform to the 'Sendable' protocol
public class CompletionMessage: HubMessage, Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:416:17: warning: reference to captured var 'serverInvocationHandler' in concurrently-executing code
                serverInvocationHandler!.processCompletion(completionMessage: message)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:449:25: warning: capture of 'callback' with non-sendable type '((ArgumentExtractor) throws -> Void)?' in a '@Sendable' closure
                    try callback!(ArgumentExtractor(clientInvocationMessage: message))
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:449:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    try callback!(ArgumentExtractor(clientInvocationMessage: message))
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:449:78: warning: capture of 'message' with non-sendable type 'ClientInvocationMessage' in a '@Sendable' closure
                    try callback!(ArgumentExtractor(clientInvocationMessage: message))
                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:80:14: note: class 'ClientInvocationMessage' does not conform to the 'Sendable' protocol
public class ClientInvocationMessage: HubMessage, Decodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:451:21: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
                    self.logger.log(logLevel: .error, message: "Invoking client hub method \(message.target) failed due to: \(error)")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:449:25: warning: reference to captured var 'callback' in concurrently-executing code
                    try callback!(ArgumentExtractor(clientInvocationMessage: message))
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:451:94: warning: implicit capture of 'message' requires that 'ClientInvocationMessage' conforms to 'Sendable'; this is an error in the Swift 6 language mode
                    self.logger.log(logLevel: .error, message: "Invoking client hub method \(message.target) failed due to: \(error)")
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:80:14: note: class 'ClientInvocationMessage' does not conform to the 'Sendable' protocol
public class ClientInvocationMessage: HubMessage, Decodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:479:13: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
            self.delegate?.connectionDidClose(error: error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:485:13: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
            self.delegate?.connectionDidFailToOpen(error: error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:492:13: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
            self.delegate?.connectionWillReconnect(error: error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
SwiftCompile normal armv7k /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

SwiftDriverJobDiscovery normal arm64 Compiling CodableHelpers.swift, Connection.swift, ConnectionDelegate.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 Compiling\ HttpResponse.swift,\ HubConnection.swift,\ HubConnectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionBuilder.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpResponse.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.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:164:21: warning: capture of 'sendDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
                    sendDidComplete(error)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:164:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    sendDidComplete(error)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:170:17: warning: capture of 'sendDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
                sendDidComplete(error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:170:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                sendDidComplete(error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:276:17: warning: capture of 'cancelDidFail' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
                cancelDidFail(SignalRError.invalidOperation(message: "Invalid stream handle."))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:276:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                cancelDidFail(SignalRError.invalidOperation(message: "Invalid stream handle."))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:288:25: warning: capture of 'cancelDidFail' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
                        cancelDidFail(e)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:288:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                        cancelDidFail(e)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:297:17: warning: capture of 'cancelDidFail' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
                cancelDidFail(error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:297:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                cancelDidFail(error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:337:13: warning: capture of 'invocationHandler' with non-sendable type 'any ServerInvocationHandler' in a '@Sendable' closure
            invocationHandler.raiseError(error: error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:11:19: note: protocol 'ServerInvocationHandler' does not conform to the 'Sendable' protocol
internal protocol ServerInvocationHandler {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:345:17: warning: capture of 'errorHandler' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
                errorHandler(SignalRError.invalidOperation(message: "Attempting to send data before connection has been started."))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:345:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                errorHandler(SignalRError.invalidOperation(message: "Attempting to send data before connection has been started."))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:368:21: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
                    self.delegate?.connectionDidFailToOpen(error: e)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:374:21: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
                    self.delegate?.connectionDidReconnect()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:378:21: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
                    self.delegate?.connectionDidOpen(hubConnection: self)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:416:17: warning: capture of 'serverInvocationHandler' with non-sendable type '(any ServerInvocationHandler)?' in a '@Sendable' closure
                serverInvocationHandler!.processCompletion(completionMessage: message)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:11:19: note: protocol 'ServerInvocationHandler' does not conform to the 'Sendable' protocol
internal protocol ServerInvocationHandler {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:416:79: warning: capture of 'message' with non-sendable type 'CompletionMessage' in a '@Sendable' closure
                serverInvocationHandler!.processCompletion(completionMessage: message)
                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:166:14: note: class 'CompletionMessage' does not conform to the 'Sendable' protocol
public class CompletionMessage: HubMessage, Codable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:416:17: warning: reference to captured var 'serverInvocationHandler' in concurrently-executing code
                serverInvocationHandler!.processCompletion(completionMessage: message)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:449:25: warning: capture of 'callback' with non-sendable type '((ArgumentExtractor) throws -> Void)?' in a '@Sendable' closure
                    try callback!(ArgumentExtractor(clientInvocationMessage: message))
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:449:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    try callback!(ArgumentExtractor(clientInvocationMessage: message))
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:449:78: warning: capture of 'message' with non-sendable type 'ClientInvocationMessage' in a '@Sendable' closure
                    try callback!(ArgumentExtractor(clientInvocationMessage: message))
                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:80:14: note: class 'ClientInvocationMessage' does not conform to the 'Sendable' protocol
public class ClientInvocationMessage: HubMessage, Decodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:451:21: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
                    self.logger.log(logLevel: .error, message: "Invoking client hub method \(message.target) failed due to: \(error)")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:449:25: warning: reference to captured var 'callback' in concurrently-executing code
                    try callback!(ArgumentExtractor(clientInvocationMessage: message))
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:451:94: warning: implicit capture of 'message' requires that 'ClientInvocationMessage' conforms to 'Sendable'; this is an error in the Swift 6 language mode
                    self.logger.log(logLevel: .error, message: "Invoking client hub method \(message.target) failed due to: \(error)")
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:80:14: note: class 'ClientInvocationMessage' does not conform to the 'Sendable' protocol
public class ClientInvocationMessage: HubMessage, Decodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:479:13: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
            self.delegate?.connectionDidClose(error: error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:485:13: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
            self.delegate?.connectionDidFailToOpen(error: error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:492:13: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
            self.delegate?.connectionWillReconnect(error: error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:17:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
             ^
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

SwiftDriverJobDiscovery normal arm64_32 Compiling ReconnectableConnection.swift, ServerInvocationHandler.swift, SignalRError.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k Compiling\ DefaultHttpClient.swift,\ DefaultTransportFactory.swift,\ HandshakeProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultTransportFactory.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/DefaultHttpClient.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:72:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var shared = DefaultHttpClientSessionDelegate()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:72:16: note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    static var shared = DefaultHttpClientSessionDelegate()
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:72:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static var shared = DefaultHttpClientSessionDelegate()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var shared = DefaultHttpClientSessionDelegate()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:71:19: warning: non-final class 'DefaultHttpClientSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
fileprivate class DefaultHttpClientSessionDelegate: NSObject, URLSessionDelegate {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:74:9: warning: stored property 'authenticationChallengeHandler' of 'Sendable'-conforming class 'DefaultHttpClientSessionDelegate' is mutable; this is an error in the Swift 6 language mode
    var authenticationChallengeHandler: ((_ session: URLSession, _ challenge: URLAuthenticationChallenge, _ completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) -> Void)?
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:54:13: warning: capture of 'completionHandler' with non-sendable type '(HttpResponse?, (any Error)?) -> Void' in a '@Sendable' closure
            completionHandler(resp, error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:54:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            completionHandler(resp, error)
            ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultTransportFactory.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 HttpResponse.swift, HubConnection.swift, HubConnectionBuilder.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 Compiling\ HubProtocol.swift,\ JSONHubProtocol.swift,\ Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/JSONHubProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Logger.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:270:16: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'PingMessage' may have shared mutable state; this is an error in the Swift 6 language mode
    static let instance = PingMessage()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:266:14: note: class 'PingMessage' does not conform to the 'Sendable' protocol
public class PingMessage : HubMessage, Encodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:270:16: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    static let instance = PingMessage()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:270:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let instance = PingMessage()
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/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/Logger.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling LongPollingTransport.swift, NegotiationResponse.swift, ReconnectPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k Compiling\ StreamHandle.swift,\ TransferFormat.swift,\ Transport.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/StreamHandle.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/StreamHandle.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/TransferFormat.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/Transport.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LongPollingTransport.swift,\ NegotiationResponse.swift,\ ReconnectPolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/LongPollingTransport.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/NegotiationResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/LongPollingTransport.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/NegotiationResponse.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/ReconnectPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling DefaultHttpClient.swift, DefaultTransportFactory.swift, HandshakeProtocol.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64_32 Compiling TransportDelegate.swift, TransportType.swift, WebsocketsTransport.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k Compiling\ HubConnectionDelegate.swift,\ HubConnectionExtensions.swift,\ HubConnectionOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionDelegate.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/HubConnectionExtensions.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/HubConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling TransportDelegate.swift, TransportType.swift, WebsocketsTransport.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k Compiling\ CodableHelpers.swift,\ Connection.swift,\ ConnectionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/CodableHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Connection.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ConnectionDelegate.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/CodableHelpers.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/Connection.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/ConnectionDelegate.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling LongPollingTransport.swift, NegotiationResponse.swift, ReconnectPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k Compiling\ HttpClientProtocol.swift,\ HttpConnection.swift,\ HttpConnectionOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClientProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClientProtocol.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/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:187:13: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
            self.delegate?.connectionDidFailToOpen(error: error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:198:17: warning: capture of 'sendDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
                sendDidComplete(SignalRError.invalidState)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:198:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                sendDidComplete(SignalRError.invalidState)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:230:17: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
                self.delegate?.connectionDidClose(error: stopError)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:246:17: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
                self.delegate?.connectionDidOpen(connection: self)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:256:13: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
            self.delegate?.connectionDidReceiveData(connection: self, data: data)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:273:17: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
                self.delegate?.connectionDidFailToOpen(error: self.stopError ?? error!)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:281:17: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
                self.delegate?.connectionDidClose(error: self.stopError ?? error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for SignalRClient (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k Compiling\ HubProtocol.swift,\ JSONHubProtocol.swift,\ Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/JSONHubProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Logger.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:270:16: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'PingMessage' may have shared mutable state; this is an error in the Swift 6 language mode
    static let instance = PingMessage()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:266:14: note: class 'PingMessage' does not conform to the 'Sendable' protocol
public class PingMessage : HubMessage, Encodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:270:16: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    static let instance = PingMessage()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:270:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let instance = PingMessage()
               ^
    nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/JSONHubProtocol.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/Logger.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling HttpResponse.swift, HubConnection.swift, HubConnectionBuilder.swift (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-watchos5.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 -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 Compiling HubProtocol.swift, JSONHubProtocol.swift, Logger.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k Compiling\ LongPollingTransport.swift,\ NegotiationResponse.swift,\ ReconnectPolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/LongPollingTransport.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/NegotiationResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/LongPollingTransport.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/NegotiationResponse.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/ReconnectPolicy.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 armv7k Compiling StreamHandle.swift, TransferFormat.swift, Transport.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
SwiftDriverJobDiscovery normal armv7k Compiling CodableHelpers.swift, Connection.swift, ConnectionDelegate.swift (in target 'SignalRClient' from project 'SignalRClient')
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
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
SwiftCompile normal arm64_32 Compiling\ CodableHelpers.swift,\ Connection.swift,\ ConnectionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/CodableHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Connection.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ConnectionDelegate.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/CodableHelpers.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/Connection.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/ConnectionDelegate.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ HubProtocol.swift,\ JSONHubProtocol.swift,\ Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/JSONHubProtocol.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/HubProtocol.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:270:16: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'PingMessage' may have shared mutable state; this is an error in the Swift 6 language mode
    static let instance = PingMessage()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:266:14: note: class 'PingMessage' does not conform to the 'Sendable' protocol
public class PingMessage : HubMessage, Encodable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:270:16: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    static let instance = PingMessage()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:270:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let instance = PingMessage()
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/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/Logger.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StreamHandle.swift,\ TransferFormat.swift,\ Transport.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/StreamHandle.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/TransferFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/Transport.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/StreamHandle.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/TransferFormat.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/Transport.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling HttpClientProtocol.swift, HttpConnection.swift, HttpConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 Compiling\ DefaultHttpClient.swift,\ DefaultTransportFactory.swift,\ HandshakeProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultTransportFactory.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/DefaultHttpClient.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:72:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var shared = DefaultHttpClientSessionDelegate()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:72:16: note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    static var shared = DefaultHttpClientSessionDelegate()
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:72:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static var shared = DefaultHttpClientSessionDelegate()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var shared = DefaultHttpClientSessionDelegate()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:71:19: warning: non-final class 'DefaultHttpClientSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
fileprivate class DefaultHttpClientSessionDelegate: NSObject, URLSessionDelegate {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:74:9: warning: stored property 'authenticationChallengeHandler' of 'Sendable'-conforming class 'DefaultHttpClientSessionDelegate' is mutable; this is an error in the Swift 6 language mode
    var authenticationChallengeHandler: ((_ session: URLSession, _ challenge: URLAuthenticationChallenge, _ completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) -> Void)?
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:54:13: warning: capture of 'completionHandler' with non-sendable type '(HttpResponse?, (any Error)?) -> Void' in a '@Sendable' closure
            completionHandler(resp, error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:54:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            completionHandler(resp, error)
            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultTransportFactory.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

SwiftDriverJobDiscovery normal armv7k Compiling HubProtocol.swift, JSONHubProtocol.swift, Logger.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 Compiling\ ReconnectableConnection.swift,\ ServerInvocationHandler.swift,\ SignalRError.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/SignalRError.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift:65:17: warning: capture of 'sendDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
                sendDidComplete(SignalRError.connectionIsReconnecting)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift:65:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                sendDidComplete(SignalRError.connectionIsReconnecting)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift:128:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                    self.startInternal()
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ReconnectableConnection.swift:128:21: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                    self.startInternal()
                    ^~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:25:35: warning: capture of 'invocationDidComplete' with non-sendable type '(T?, (any Error)?) -> Void' in a '@Sendable' closure
            callbackQueue.async { invocationDidComplete(result, error)}
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:25:35: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            callbackQueue.async { invocationDidComplete(result, error)}
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:25:57: warning: capture of 'result' with non-sendable type 'T?' in a '@Sendable' closure
            callbackQueue.async { invocationDidComplete(result, error)}
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:18:34: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
internal class InvocationHandler<T: Decodable>: ServerInvocationHandler {
                                 ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:77:68: warning: capture of 'streamItemReceived' with non-sendable type '(T) -> Void' in a '@Sendable' closure
        self.streamItemReceived =  { item in callbackQueue.async { streamItemReceived(item) } }
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:77:68: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        self.streamItemReceived =  { item in callbackQueue.async { streamItemReceived(item) } }
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:77:87: warning: capture of 'item' with non-sendable type 'T' in a '@Sendable' closure
        self.streamItemReceived =  { item in callbackQueue.async { streamItemReceived(item) } }
                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:70:40: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
internal class StreamInvocationHandler<T: Decodable>: ServerInvocationHandler {
                                       ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:78:71: warning: capture of 'invocationDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
        self.invocationDidComplete = { error in callbackQueue.async { invocationDidComplete(error) } }
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:78:71: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        self.invocationDidComplete = { error in callbackQueue.async { invocationDidComplete(error) } }
                                                                      ^
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

SwiftDriverJobDiscovery normal armv7k Compiling LongPollingTransport.swift, NegotiationResponse.swift, ReconnectPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 Compiling\ HttpClientProtocol.swift,\ HttpConnection.swift,\ HttpConnectionOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClientProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpClientProtocol.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/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:187:13: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
            self.delegate?.connectionDidFailToOpen(error: error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:198:17: warning: capture of 'sendDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
                sendDidComplete(SignalRError.invalidState)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:198:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                sendDidComplete(SignalRError.invalidState)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:230:17: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
                self.delegate?.connectionDidClose(error: stopError)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:246:17: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
                self.delegate?.connectionDidOpen(connection: self)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:256:13: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
            self.delegate?.connectionDidReceiveData(connection: self, data: data)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:273:17: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
                self.delegate?.connectionDidFailToOpen(error: self.stopError ?? error!)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:281:17: warning: capture of 'self' with non-sendable type 'HttpConnection' in a '@Sendable' closure
                self.delegate?.connectionDidClose(error: self.stopError ?? error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnection.swift:11:14: note: class 'HttpConnection' does not conform to the 'Sendable' protocol
public class HttpConnection: Connection {
             ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HttpConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling HubConnectionDelegate.swift, HubConnectionExtensions.swift, HubConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 Compiling\ HubConnectionDelegate.swift,\ HubConnectionExtensions.swift,\ HubConnectionOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionDelegate.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/HubConnectionExtensions.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/HubConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling ReconnectableConnection.swift, ServerInvocationHandler.swift, SignalRError.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 Compiling\ HubConnectionDelegate.swift,\ HubConnectionExtensions.swift,\ HubConnectionOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnectionDelegate.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/HubConnectionExtensions.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/HubConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling HttpResponse.swift, HubConnection.swift, HubConnectionBuilder.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal armv7k Compiling TransportDelegate.swift, TransportType.swift, WebsocketsTransport.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal armv7k Compiling DefaultHttpClient.swift, DefaultTransportFactory.swift, HandshakeProtocol.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-watchos5.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 -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-watchos5.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
SwiftDriverJobDiscovery normal arm64_32 Compiling CodableHelpers.swift, Connection.swift, ConnectionDelegate.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64 Compiling StreamHandle.swift, TransferFormat.swift, Transport.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64 Compiling HubConnectionDelegate.swift, HubConnectionExtensions.swift, HubConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64_32 Compiling HubConnectionDelegate.swift, HubConnectionExtensions.swift, HubConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64 Compiling DefaultHttpClient.swift, DefaultTransportFactory.swift, HandshakeProtocol.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64 Compiling HttpClientProtocol.swift, HttpConnection.swift, HttpConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64 Compiling ReconnectableConnection.swift, ServerInvocationHandler.swift, SignalRError.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-watchos5.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 -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-watchos5.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 arm64_32 Compiling HubProtocol.swift, JSONHubProtocol.swift, Logger.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-watchos5.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 -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-watchos5.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
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 5.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-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.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-04-27 19:40:30.717 appintentsmetadataprocessor[745:4349] Starting appintentsmetadataprocessor export
2025-04-27 19:40:30.756 appintentsmetadataprocessor[745:4349] 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" : [
  ],
  "products" : [
    {
      "name" : "SignalRClient",
      "targets" : [
        "SignalRClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SignalRClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SignalRClientTests",
      "path" : "Tests/SignalRClientTests",
      "sources" : [
        "Constants.swift",
        "Fakes.swift",
        "HandshakeProtocolTests.swift",
        "HttpConnectionTests.swift",
        "HubConnectionExtensionsTests.swift",
        "HubConnectionTests.swift",
        "HubProtocolFake.swift",
        "JSONHubProtocolTests.swift",
        "LoggerTests.swift",
        "LongPollingTransportTests.swift",
        "NegotiationResponseTests.swift",
        "ReconnectPolicyTests.swift",
        "ReconnectableConnectionTests.swift",
        "ServerInvocationHandlerTests.swift",
        "TestTransport.swift",
        "TestTransportDelegate.swift",
        "TransportTypeTests.swift",
        "WebsocketsTransportTests.swift"
      ],
      "target_dependencies" : [
        "SignalRClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SignalRClient",
      "module_type" : "SwiftTarget",
      "name" : "SignalRClient",
      "path" : "Sources/SignalRClient",
      "product_memberships" : [
        "SignalRClient"
      ],
      "sources" : [
        "CodableHelpers.swift",
        "Connection.swift",
        "ConnectionDelegate.swift",
        "DefaultHttpClient.swift",
        "DefaultTransportFactory.swift",
        "HandshakeProtocol.swift",
        "HttpClientProtocol.swift",
        "HttpConnection.swift",
        "HttpConnectionOptions.swift",
        "HttpResponse.swift",
        "HubConnection.swift",
        "HubConnectionBuilder.swift",
        "HubConnectionDelegate.swift",
        "HubConnectionExtensions.swift",
        "HubConnectionOptions.swift",
        "HubProtocol.swift",
        "JSONHubProtocol.swift",
        "Logger.swift",
        "LongPollingTransport.swift",
        "NegotiationResponse.swift",
        "ReconnectPolicy.swift",
        "ReconnectableConnection.swift",
        "ServerInvocationHandler.swift",
        "SignalRError.swift",
        "StreamHandle.swift",
        "TransferFormat.swift",
        "Transport.swift",
        "TransportDelegate.swift",
        "TransportType.swift",
        "WebsocketsTransport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.