The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SignalRClient, reference master (fe2f23), with Swift 5.9 for macOS (SPM) on 24 Sep 2024 04:48:00 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/moozzyk/SignalR-Client-Swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/moozzyk/SignalR-Client-Swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fe2f239 Added an InfiniteReconnectPolicy which upon reaching last retryInterval, repeats that interval infinitely. This is for systems that are meant to actively attempt reconnection whenever possible.
Cloned https://github.com/moozzyk/SignalR-Client-Swift.git
Revision (git rev-parse @):
fe2f239719fb61b0a98632ea05019c03b683dcac
SUCCESS checkout https://github.com/moozzyk/SignalR-Client-Swift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/moozzyk/SignalR-Client-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/28] Emitting module SignalRClient
[2/31] Compiling SignalRClient ReconnectableConnection.swift
[3/31] Compiling SignalRClient ServerInvocationHandler.swift
[4/31] Compiling SignalRClient SignalRError.swift
[5/31] Compiling SignalRClient TransportDelegate.swift
[6/31] Compiling SignalRClient TransportType.swift
[7/31] Compiling SignalRClient WebsocketsTransport.swift
[8/31] Compiling SignalRClient CodableHelpers.swift
[9/31] Compiling SignalRClient Connection.swift
[10/31] Compiling SignalRClient ConnectionDelegate.swift
[11/31] Compiling SignalRClient HttpResponse.swift
[12/31] Compiling SignalRClient HubConnection.swift
[13/31] Compiling SignalRClient HubConnectionBuilder.swift
[14/31] Compiling SignalRClient LongPollingTransport.swift
[15/31] Compiling SignalRClient NegotiationResponse.swift
[16/31] Compiling SignalRClient ReconnectPolicy.swift
[17/31] Compiling SignalRClient DefaultHttpClient.swift
[18/31] Compiling SignalRClient DefaultTransportFactory.swift
[19/31] Compiling SignalRClient HandshakeProtocol.swift
[20/31] Compiling SignalRClient HttpClientProtocol.swift
[21/31] Compiling SignalRClient HttpConnection.swift
[22/31] Compiling SignalRClient HttpConnectionOptions.swift
[23/31] Compiling SignalRClient HubProtocol.swift
[24/31] Compiling SignalRClient JSONHubProtocol.swift
[25/31] Compiling SignalRClient Logger.swift
[26/31] Compiling SignalRClient StreamHandle.swift
[27/31] Compiling SignalRClient TransferFormat.swift
[28/31] Compiling SignalRClient Transport.swift
[29/31] Compiling SignalRClient HubConnectionDelegate.swift
[30/31] Compiling SignalRClient HubConnectionExtensions.swift
[31/31] Compiling SignalRClient HubConnectionOptions.swift
Build complete! (8.41s)
Build complete.
Done.