The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SignalRClient, reference 1.2.1 (a5aca8), with Swift 6.2 for macOS (SPM) on 22 Feb 2026 22:54:16 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/moozzyk/SignalR-Client-Swift.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/moozzyk/SignalR-Client-Swift
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at a5aca80 Refactor TestServer startup to Generic Host pattern
Cloned https://github.com/moozzyk/SignalR-Client-Swift.git
Revision (git rev-parse @):
a5aca80a4de24cc59bb51a1a9c7242960422b9b3
SUCCESS checkout https://github.com/moozzyk/SignalR-Client-Swift.git at 1.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "signalr-client-swift",
      "name": "SignalRClient",
      "url": "https://github.com/moozzyk/SignalR-Client-Swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SignalR-Client-Swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/moozzyk/SignalR-Client-Swift.git
[1/3964] Fetching signalr-client-swift
Fetched https://github.com/moozzyk/SignalR-Client-Swift.git from cache (1.12s)
Creating working copy for https://github.com/moozzyk/SignalR-Client-Swift.git
Working copy of https://github.com/moozzyk/SignalR-Client-Swift.git resolved at 1.2.1 (a5aca80)
warning: '.resolve-product-dependencies': dependency 'signalr-client-swift' is not used by any target
Found 0 product dependencies
========================================
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.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/31] Emitting module SignalRClient
[4/34] Compiling SignalRClient TransportDelegate.swift
[5/34] Compiling SignalRClient TransportType.swift
[6/34] Compiling SignalRClient WebsocketsTransport.swift
[7/34] Compiling SignalRClient StreamHandle.swift
[8/34] Compiling SignalRClient TransferFormat.swift
[9/34] Compiling SignalRClient Transport.swift
[10/34] Compiling SignalRClient ClientStreamWorker.swift
[11/34] Compiling SignalRClient CodableHelpers.swift
[12/34] Compiling SignalRClient Connection.swift
[13/34] Compiling SignalRClient ConnectionDelegate.swift
[14/34] Compiling SignalRClient HubConnectionDelegate.swift
[15/34] Compiling SignalRClient HubConnectionExtensions.swift
[16/34] Compiling SignalRClient HubConnectionOptions.swift
[17/34] Compiling SignalRClient DefaultHttpClient.swift
[18/34] Compiling SignalRClient DefaultTransportFactory.swift
[19/34] Compiling SignalRClient HandshakeProtocol.swift
[20/34] Compiling SignalRClient LongPollingTransport.swift
[21/34] Compiling SignalRClient NegotiationResponse.swift
[22/34] Compiling SignalRClient ReconnectPolicy.swift
[23/34] Compiling SignalRClient HttpResponse.swift
[24/34] Compiling SignalRClient HubConnection.swift
[25/34] Compiling SignalRClient HubConnectionBuilder.swift
[26/34] Compiling SignalRClient HttpClientProtocol.swift
[27/34] Compiling SignalRClient HttpConnection.swift
[28/34] Compiling SignalRClient HttpConnectionOptions.swift
[29/34] Compiling SignalRClient HubProtocol.swift
[30/34] Compiling SignalRClient JSONHubProtocol.swift
[31/34] Compiling SignalRClient Logger.swift
[32/34] Compiling SignalRClient ReconnectableConnection.swift
[33/34] Compiling SignalRClient ServerInvocationHandler.swift
[34/34] Compiling SignalRClient SignalRError.swift
Build complete! (5.31s)
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.