Build Information
Successful build of SignalRClient, reference master (655e8b
), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Apr 2025 02:40:33 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
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:122:86: 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:105: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:125:17: warning: capture of 'clientStreamWorkers' with non-sendable type '[any ClientStreamWorker]' in a '@Sendable' closure
clientStreamWorkers.forEach { $0.stop() }
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ClientStreamWorker.swift:10:19: note: protocol 'ClientStreamWorker' does not conform to the 'Sendable' protocol
internal protocol ClientStreamWorker {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:126:17: warning: capture of 'invocationDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
invocationDidComplete(error)
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:126:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
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
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:268: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:264: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:268: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:268: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
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:173:25: 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:173:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
sendDidComplete(error)
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:180: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:180: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:360: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:360: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:376:29: 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:376:29: note: a function type must be marked '@Sendable' to conform to 'Sendable'
cancelDidFail(e)
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:386: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:386: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:478: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:486:17: warning: capture of 'errorHandler' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
errorHandler(
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:486:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
errorHandler(
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:513: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:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:519: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:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:523: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:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:562: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:562: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:164: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:562: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:596: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:596: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:596: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:598:21: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
self.logger.log(
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:596: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:600:64: warning: implicit capture of 'message' requires that 'ClientInvocationMessage' conforms to 'Sendable'; this is an error in the Swift 6 language mode
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:628: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:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:634: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:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:641: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:15: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
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:79: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:79: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:79: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:79: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:78:15: warning: non-final class 'DefaultHttpClientSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
private class DefaultHttpClientSessionDelegate: NSObject, URLSessionDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:81:9: warning: stored property 'authenticationChallengeHandler' of 'Sendable'-conforming class 'DefaultHttpClientSessionDelegate' is mutable; this is an error in the Swift 6 language mode
var authenticationChallengeHandler:
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:268: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:264: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:268: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:268: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:19: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?
^
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:19: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:53: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:51:34: note: parameter 'sendDidComplete' is implicitly non-sendable
public func send(data: Data, sendDidComplete: @escaping (Error?) -> Void) {
^
@Sendable
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
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SignalRClient (in target 'SignalRClient' from project 'SignalRClient')
EmitSwiftModule normal arm64_32 (in target 'SignalRClient' from project 'SignalRClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:79: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:79: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:79: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:79: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:78:15: warning: non-final class 'DefaultHttpClientSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
private class DefaultHttpClientSessionDelegate: NSObject, URLSessionDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:81:9: warning: stored property 'authenticationChallengeHandler' of 'Sendable'-conforming class 'DefaultHttpClientSessionDelegate' is mutable; this is an error in the Swift 6 language mode
var authenticationChallengeHandler:
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:268: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:264: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:268: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:268: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:19: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 Compiling LongPollingTransport.swift, NegotiationResponse.swift, ReconnectPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
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:79: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:79: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:79: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:79: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:78:15: warning: non-final class 'DefaultHttpClientSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
private class DefaultHttpClientSessionDelegate: NSObject, URLSessionDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:81:9: warning: stored property 'authenticationChallengeHandler' of 'Sendable'-conforming class 'DefaultHttpClientSessionDelegate' is mutable; this is an error in the Swift 6 language mode
var authenticationChallengeHandler:
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubProtocol.swift:268: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:264: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:268: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:268: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:19: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?
^
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
SwiftDriverJobDiscovery normal arm64 Compiling ClientStreamWorker.swift, 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/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
SwiftDriverJobDiscovery normal arm64 Compiling ReconnectableConnection.swift, ServerInvocationHandler.swift, SignalRError.swift (in target 'SignalRClient' from project 'SignalRClient')
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-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:70: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:70: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:139: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:139: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:39:17: warning: capture of 'clientStreamWorkers' with non-sendable type '[any ClientStreamWorker]' in a '@Sendable' closure
clientStreamWorkers.forEach { $0.stop() }
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ClientStreamWorker.swift:10:19: note: protocol 'ClientStreamWorker' does not conform to the 'Sendable' protocol
internal protocol ClientStreamWorker {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:40:17: warning: capture of 'invocationDidComplete' with non-sendable type '(T?, (any Error)?) -> Void' in a '@Sendable' closure
invocationDidComplete(result, error)
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:40:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
invocationDidComplete(result, error)
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:40:39: warning: capture of 'result' with non-sendable type 'T?' in a '@Sendable' closure
invocationDidComplete(result, error)
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:21: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:122:67: 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:122:67: 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:122:86: 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:105: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:125:17: warning: capture of 'clientStreamWorkers' with non-sendable type '[any ClientStreamWorker]' in a '@Sendable' closure
clientStreamWorkers.forEach { $0.stop() }
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ClientStreamWorker.swift:10:19: note: protocol 'ClientStreamWorker' does not conform to the 'Sendable' protocol
internal protocol ClientStreamWorker {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:126:17: warning: capture of 'invocationDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
invocationDidComplete(error)
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:126:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
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\ 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:79: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:79: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:79: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:79: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:78:15: warning: non-final class 'DefaultHttpClientSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
private class DefaultHttpClientSessionDelegate: NSObject, URLSessionDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:81:9: warning: stored property 'authenticationChallengeHandler' of 'Sendable'-conforming class 'DefaultHttpClientSessionDelegate' is mutable; this is an error in the Swift 6 language mode
var authenticationChallengeHandler:
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:60:17: 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:60:17: 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
SwiftCompile normal armv7k Compiling\ ClientStreamWorker.swift,\ CodableHelpers.swift,\ Connection.swift,\ ConnectionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ClientStreamWorker.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/ClientStreamWorker.swift (in target 'SignalRClient' from project 'SignalRClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ClientStreamWorker.swift:42:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
streamTask = Task {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ClientStreamWorker.swift:43:32: note: closure captures 'self' which is accessible to code in the current task
for await value in stream {
^
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 TransportDelegate.swift, TransportType.swift, WebsocketsTransport.swift (in target 'SignalRClient' from project 'SignalRClient')
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:19: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:53: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:51:34: note: parameter 'sendDidComplete' is implicitly non-sendable
public func send(data: Data, sendDidComplete: @escaping (Error?) -> Void) {
^
@Sendable
SwiftDriverJobDiscovery normal arm64 Compiling StreamHandle.swift, TransferFormat.swift, Transport.swift (in target 'SignalRClient' from project 'SignalRClient')
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:212: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:223: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:223: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:255: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:271: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:281: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:298: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:306: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
SwiftDriverJobDiscovery normal arm64 Compiling HttpResponse.swift, HubConnection.swift, HubConnectionBuilder.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 arm64 Compiling HttpClientProtocol.swift, HttpConnection.swift, HttpConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
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:70: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:70: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:139: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:139: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:39:17: warning: capture of 'clientStreamWorkers' with non-sendable type '[any ClientStreamWorker]' in a '@Sendable' closure
clientStreamWorkers.forEach { $0.stop() }
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ClientStreamWorker.swift:10:19: note: protocol 'ClientStreamWorker' does not conform to the 'Sendable' protocol
internal protocol ClientStreamWorker {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:40:17: warning: capture of 'invocationDidComplete' with non-sendable type '(T?, (any Error)?) -> Void' in a '@Sendable' closure
invocationDidComplete(result, error)
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:40:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
invocationDidComplete(result, error)
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:40:39: warning: capture of 'result' with non-sendable type 'T?' in a '@Sendable' closure
invocationDidComplete(result, error)
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:21: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:122:67: 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:122:67: 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:122:86: 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:105: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:125:17: warning: capture of 'clientStreamWorkers' with non-sendable type '[any ClientStreamWorker]' in a '@Sendable' closure
clientStreamWorkers.forEach { $0.stop() }
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ClientStreamWorker.swift:10:19: note: protocol 'ClientStreamWorker' does not conform to the 'Sendable' protocol
internal protocol ClientStreamWorker {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:126:17: warning: capture of 'invocationDidComplete' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
invocationDidComplete(error)
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:126:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
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
SwiftDriverJobDiscovery normal arm64 Compiling HubProtocol.swift, JSONHubProtocol.swift, Logger.swift (in target 'SignalRClient' from project 'SignalRClient')
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:268: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:264: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:268: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:268: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
SwiftDriverJobDiscovery normal arm64 Compiling DefaultHttpClient.swift, DefaultTransportFactory.swift, HandshakeProtocol.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
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
SwiftDriverJobDiscovery normal arm64_32 Compiling TransportDelegate.swift, TransportType.swift, WebsocketsTransport.swift (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:268: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:264: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:268: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:268: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
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 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:19: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:53: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:51:34: note: parameter 'sendDidComplete' is implicitly non-sendable
public func send(data: Data, sendDidComplete: @escaping (Error?) -> Void) {
^
@Sendable
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
SwiftDriverJobDiscovery normal arm64_32 Compiling ReconnectableConnection.swift, ServerInvocationHandler.swift, SignalRError.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftCompile normal arm64_32 Compiling\ ClientStreamWorker.swift,\ CodableHelpers.swift,\ Connection.swift,\ ConnectionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ClientStreamWorker.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/ClientStreamWorker.swift (in target 'SignalRClient' from project 'SignalRClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ClientStreamWorker.swift:42:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
streamTask = Task {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ClientStreamWorker.swift:43:32: note: closure captures 'self' which is accessible to code in the current task
for await value in stream {
^
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
SwiftDriverJobDiscovery normal arm64_32 Compiling HubConnectionDelegate.swift, HubConnectionExtensions.swift, HubConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64_32 Compiling HttpClientProtocol.swift, HttpConnection.swift, HttpConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal arm64_32 Compiling HubProtocol.swift, JSONHubProtocol.swift, Logger.swift (in target 'SignalRClient' from project 'SignalRClient')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.swiftmodule (in target 'SignalRClient' from project 'SignalRClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64_32 Compiling ClientStreamWorker.swift, 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/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.swiftdoc (in target 'SignalRClient' from project 'SignalRClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.abi.json (in target 'SignalRClient' from project 'SignalRClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.swiftsourceinfo (in target 'SignalRClient' from project 'SignalRClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal 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:173:25: 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:173:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
sendDidComplete(error)
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:180: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:180: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:360: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:360: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:376:29: 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:376:29: note: a function type must be marked '@Sendable' to conform to 'Sendable'
cancelDidFail(e)
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:386: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:386: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:478: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:486:17: warning: capture of 'errorHandler' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
errorHandler(
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:486:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
errorHandler(
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:513: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:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:519: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:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:523: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:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:562: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:562: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:164: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:562: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:596: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:596: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:596: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:598:21: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
self.logger.log(
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:596: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:600:64: warning: implicit capture of 'message' requires that 'ClientInvocationMessage' conforms to 'Sendable'; this is an error in the Swift 6 language mode
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:628: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:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:634: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:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:641: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:15: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
SwiftCompile normal arm64_32 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_32 /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:79: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:79: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:79: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:79: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:78:15: warning: non-final class 'DefaultHttpClientSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
private class DefaultHttpClientSessionDelegate: NSObject, URLSessionDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:81:9: warning: stored property 'authenticationChallengeHandler' of 'Sendable'-conforming class 'DefaultHttpClientSessionDelegate' is mutable; this is an error in the Swift 6 language mode
var authenticationChallengeHandler:
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/DefaultHttpClient.swift:60:17: 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:60:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
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
SwiftDriverJobDiscovery normal armv7k Emitting module for SignalRClient (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriver\ Compilation\ Requirements SignalRClient normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SignalRClient' from project 'SignalRClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SignalRClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-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_32 Compiling LongPollingTransport.swift, NegotiationResponse.swift, ReconnectPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
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:173:25: 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:173:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
sendDidComplete(error)
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:180: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:180: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:360: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:360: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:376:29: 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:376:29: note: a function type must be marked '@Sendable' to conform to 'Sendable'
cancelDidFail(e)
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:386: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:386: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:478: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:486:17: warning: capture of 'errorHandler' with non-sendable type '(any Error) -> Void' in a '@Sendable' closure
errorHandler(
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:486:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
errorHandler(
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:513: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:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:519: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:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:523: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:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:562: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:562: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:164: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:562: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:596: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:596: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:596: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:598:21: warning: capture of 'self' with non-sendable type 'HubConnection' in a '@Sendable' closure
self.logger.log(
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:596: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:600:64: warning: implicit capture of 'message' requires that 'ClientInvocationMessage' conforms to 'Sendable'; this is an error in the Swift 6 language mode
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:628: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:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:634: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:15:14: note: class 'HubConnection' does not conform to the 'Sendable' protocol
public class HubConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/HubConnection.swift:641: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:15: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
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/SignalRClient-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64/SignalRClient-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient-Swift.h (in target 'SignalRClient' from project 'SignalRClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64/SignalRClient-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/arm64_32/SignalRClient-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/SignalRClient-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling DefaultHttpClient.swift, DefaultTransportFactory.swift, HandshakeProtocol.swift (in target 'SignalRClient' from project 'SignalRClient')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient.swiftmodule (in target 'SignalRClient' from project 'SignalRClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient.swiftdoc (in target 'SignalRClient' from project 'SignalRClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient.abi.json (in target 'SignalRClient' from project 'SignalRClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SignalRClient.build/Debug-watchos/SignalRClient.build/Objects-normal/armv7k/SignalRClient.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SignalRClient.swiftmodule/armv7k-apple-watchos.abi.json
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 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:212: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:223: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:223: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:255: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:271: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:281: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:298: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:306: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
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 arm64_32 Compiling HttpResponse.swift, HubConnection.swift, HubConnectionBuilder.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 HubConnectionDelegate.swift, HubConnectionExtensions.swift, HubConnectionOptions.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
SwiftDriverJobDiscovery normal armv7k Compiling StreamHandle.swift, TransferFormat.swift, Transport.swift (in target 'SignalRClient' from project 'SignalRClient')
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
SwiftDriverJobDiscovery normal armv7k Compiling HttpResponse.swift, HubConnection.swift, HubConnectionBuilder.swift (in target 'SignalRClient' from project 'SignalRClient')
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 armv7k Compiling ClientStreamWorker.swift, CodableHelpers.swift, Connection.swift, ConnectionDelegate.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal armv7k Compiling HttpClientProtocol.swift, HttpConnection.swift, HttpConnectionOptions.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal armv7k Compiling ReconnectableConnection.swift, ServerInvocationHandler.swift, SignalRError.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal armv7k Compiling DefaultHttpClient.swift, DefaultTransportFactory.swift, HandshakeProtocol.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal armv7k Compiling LongPollingTransport.swift, NegotiationResponse.swift, ReconnectPolicy.swift (in target 'SignalRClient' from project 'SignalRClient')
SwiftDriverJobDiscovery normal armv7k Compiling HubProtocol.swift, JSONHubProtocol.swift, Logger.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 arm64_32 Compiling StreamHandle.swift, TransferFormat.swift, Transport.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
SwiftDriverJobDiscovery normal armv7k Compiling HubConnectionDelegate.swift, HubConnectionExtensions.swift, HubConnectionOptions.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
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:32.177 appintentsmetadataprocessor[743:4290] Starting appintentsmetadataprocessor export
2025-04-27 19:40:32.221 appintentsmetadataprocessor[743:4290] 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" : [
"ClientStreamWorkerTests.swift",
"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",
"TestUtils.swift",
"TransportTypeTests.swift",
"WebsocketsTransportTests.swift"
],
"target_dependencies" : [
"SignalRClient"
],
"type" : "test"
},
{
"c99name" : "SignalRClient",
"module_type" : "SwiftTarget",
"name" : "SignalRClient",
"path" : "Sources/SignalRClient",
"product_memberships" : [
"SignalRClient"
],
"sources" : [
"ClientStreamWorker.swift",
"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.