The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SignalRClient, reference 1.1.0 (11e727), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 20:13:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/moozzyk/SignalR-Client-Swift.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/moozzyk/SignalR-Client-Swift
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 11e727b Bump SignalRClientSwift to 1.1.0
Cloned https://github.com/moozzyk/SignalR-Client-Swift.git
Revision (git rev-parse @):
11e727b217b67b1440612df8aa0516d3013cccba
SUCCESS checkout https://github.com/moozzyk/SignalR-Client-Swift.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/moozzyk/SignalR-Client-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/30] Emitting module SignalRClient
[4/33] Compiling SignalRClient CodableHelpers.swift
[5/33] Compiling SignalRClient Connection.swift
[6/33] Compiling SignalRClient ConnectionDelegate.swift
[7/33] Compiling SignalRClient TransportDelegate.swift
[8/33] Compiling SignalRClient TransportType.swift
[9/33] Compiling SignalRClient WebsocketsTransport.swift
[10/33] Compiling SignalRClient HttpResponse.swift
[11/33] Compiling SignalRClient HubConnection.swift
[12/33] Compiling SignalRClient HubConnectionBuilder.swift
[13/33] Compiling SignalRClient ReconnectableConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:25:35: warning: capture of non-sendable type 'T.Type' in an isolated closure
 23 |         self.logger = logger
 24 |         self.invocationDidComplete = {result, error in
 25 |             callbackQueue.async { invocationDidComplete(result, error)}
    |                                   `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 26 |         }
 27 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:22:56: warning: capture of non-sendable type 'T.Type' in an isolated closure
 20 |     private let invocationDidComplete: (T?, Error?) -> Void
 21 |
 22 |     init(logger: Logger, callbackQueue: DispatchQueue, invocationDidComplete: @escaping (T?, Error?) -> Void) {
    |                                                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 23 |         self.logger = logger
 24 |         self.invocationDidComplete = {result, error in
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:77:68: warning: capture of non-sendable type 'T.Type' in an isolated closure
 75 |     init(logger: Logger, callbackQueue: DispatchQueue, streamItemReceived: @escaping (T) -> Void, invocationDidComplete: @escaping (Error?) -> Void) {
 76 |         self.logger = logger
 77 |         self.streamItemReceived =  { item in callbackQueue.async { streamItemReceived(item) } }
    |                                                                    `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 78 |         self.invocationDidComplete = { error in callbackQueue.async { invocationDidComplete(error) } }
 79 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:75:56: warning: capture of non-sendable type 'T.Type' in an isolated closure
 73 |     private let invocationDidComplete: (Error?) -> Void
 74 |
 75 |     init(logger: Logger, callbackQueue: DispatchQueue, streamItemReceived: @escaping (T) -> Void, invocationDidComplete: @escaping (Error?) -> Void) {
    |                                                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 76 |         self.logger = logger
 77 |         self.streamItemReceived =  { item in callbackQueue.async { streamItemReceived(item) } }
[14/33] Compiling SignalRClient ServerInvocationHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:25:35: warning: capture of non-sendable type 'T.Type' in an isolated closure
 23 |         self.logger = logger
 24 |         self.invocationDidComplete = {result, error in
 25 |             callbackQueue.async { invocationDidComplete(result, error)}
    |                                   `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 26 |         }
 27 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:22:56: warning: capture of non-sendable type 'T.Type' in an isolated closure
 20 |     private let invocationDidComplete: (T?, Error?) -> Void
 21 |
 22 |     init(logger: Logger, callbackQueue: DispatchQueue, invocationDidComplete: @escaping (T?, Error?) -> Void) {
    |                                                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 23 |         self.logger = logger
 24 |         self.invocationDidComplete = {result, error in
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:77:68: warning: capture of non-sendable type 'T.Type' in an isolated closure
 75 |     init(logger: Logger, callbackQueue: DispatchQueue, streamItemReceived: @escaping (T) -> Void, invocationDidComplete: @escaping (Error?) -> Void) {
 76 |         self.logger = logger
 77 |         self.streamItemReceived =  { item in callbackQueue.async { streamItemReceived(item) } }
    |                                                                    `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 78 |         self.invocationDidComplete = { error in callbackQueue.async { invocationDidComplete(error) } }
 79 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:75:56: warning: capture of non-sendable type 'T.Type' in an isolated closure
 73 |     private let invocationDidComplete: (Error?) -> Void
 74 |
 75 |     init(logger: Logger, callbackQueue: DispatchQueue, streamItemReceived: @escaping (T) -> Void, invocationDidComplete: @escaping (Error?) -> Void) {
    |                                                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 76 |         self.logger = logger
 77 |         self.streamItemReceived =  { item in callbackQueue.async { streamItemReceived(item) } }
[15/33] Compiling SignalRClient SignalRError.swift
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:25:35: warning: capture of non-sendable type 'T.Type' in an isolated closure
 23 |         self.logger = logger
 24 |         self.invocationDidComplete = {result, error in
 25 |             callbackQueue.async { invocationDidComplete(result, error)}
    |                                   `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 26 |         }
 27 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:22:56: warning: capture of non-sendable type 'T.Type' in an isolated closure
 20 |     private let invocationDidComplete: (T?, Error?) -> Void
 21 |
 22 |     init(logger: Logger, callbackQueue: DispatchQueue, invocationDidComplete: @escaping (T?, Error?) -> Void) {
    |                                                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 23 |         self.logger = logger
 24 |         self.invocationDidComplete = {result, error in
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:77:68: warning: capture of non-sendable type 'T.Type' in an isolated closure
 75 |     init(logger: Logger, callbackQueue: DispatchQueue, streamItemReceived: @escaping (T) -> Void, invocationDidComplete: @escaping (Error?) -> Void) {
 76 |         self.logger = logger
 77 |         self.streamItemReceived =  { item in callbackQueue.async { streamItemReceived(item) } }
    |                                                                    `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 78 |         self.invocationDidComplete = { error in callbackQueue.async { invocationDidComplete(error) } }
 79 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SignalRClient/ServerInvocationHandler.swift:75:56: warning: capture of non-sendable type 'T.Type' in an isolated closure
 73 |     private let invocationDidComplete: (Error?) -> Void
 74 |
 75 |     init(logger: Logger, callbackQueue: DispatchQueue, streamItemReceived: @escaping (T) -> Void, invocationDidComplete: @escaping (Error?) -> Void) {
    |                                                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 76 |         self.logger = logger
 77 |         self.streamItemReceived =  { item in callbackQueue.async { streamItemReceived(item) } }
[16/33] Compiling SignalRClient HubProtocol.swift
[17/33] Compiling SignalRClient JSONHubProtocol.swift
[18/33] Compiling SignalRClient Logger.swift
[19/33] Compiling SignalRClient StreamHandle.swift
[20/33] Compiling SignalRClient TransferFormat.swift
[21/33] Compiling SignalRClient Transport.swift
[22/33] Compiling SignalRClient HttpClientProtocol.swift
[23/33] Compiling SignalRClient HttpConnection.swift
[24/33] Compiling SignalRClient HttpConnectionOptions.swift
[25/33] Compiling SignalRClient DefaultHttpClient.swift
[26/33] Compiling SignalRClient DefaultTransportFactory.swift
[27/33] Compiling SignalRClient HandshakeProtocol.swift
[28/33] Compiling SignalRClient LongPollingTransport.swift
[29/33] Compiling SignalRClient NegotiationResponse.swift
[30/33] Compiling SignalRClient ReconnectPolicy.swift
[31/33] Compiling SignalRClient HubConnectionDelegate.swift
[32/33] Compiling SignalRClient HubConnectionExtensions.swift
[33/33] Compiling SignalRClient HubConnectionOptions.swift
Build complete! (4.61s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SignalRClient",
  "name" : "SignalRClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SignalRClient",
      "targets" : [
        "SignalRClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SignalRClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SignalRClientTests",
      "path" : "Tests/SignalRClientTests",
      "sources" : [
        "Constants.swift",
        "Fakes.swift",
        "HandshakeProtocolTests.swift",
        "HttpConnectionTests.swift",
        "HubConnectionExtensionsTests.swift",
        "HubConnectionTests.swift",
        "HubProtocolFake.swift",
        "JSONHubProtocolTests.swift",
        "LoggerTests.swift",
        "LongPollingTransportTests.swift",
        "NegotiationResponseTests.swift",
        "ReconnectPolicyTests.swift",
        "ReconnectableConnectionTests.swift",
        "ServerInvocationHandlerTests.swift",
        "TestTransport.swift",
        "TestTransportDelegate.swift",
        "TransportTypeTests.swift",
        "WebsocketsTransportTests.swift"
      ],
      "target_dependencies" : [
        "SignalRClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SignalRClient",
      "module_type" : "SwiftTarget",
      "name" : "SignalRClient",
      "path" : "Sources/SignalRClient",
      "product_memberships" : [
        "SignalRClient"
      ],
      "sources" : [
        "CodableHelpers.swift",
        "Connection.swift",
        "ConnectionDelegate.swift",
        "DefaultHttpClient.swift",
        "DefaultTransportFactory.swift",
        "HandshakeProtocol.swift",
        "HttpClientProtocol.swift",
        "HttpConnection.swift",
        "HttpConnectionOptions.swift",
        "HttpResponse.swift",
        "HubConnection.swift",
        "HubConnectionBuilder.swift",
        "HubConnectionDelegate.swift",
        "HubConnectionExtensions.swift",
        "HubConnectionOptions.swift",
        "HubProtocol.swift",
        "JSONHubProtocol.swift",
        "Logger.swift",
        "LongPollingTransport.swift",
        "NegotiationResponse.swift",
        "ReconnectPolicy.swift",
        "ReconnectableConnection.swift",
        "ServerInvocationHandler.swift",
        "SignalRError.swift",
        "StreamHandle.swift",
        "TransferFormat.swift",
        "Transport.swift",
        "TransportDelegate.swift",
        "TransportType.swift",
        "WebsocketsTransport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.