Build Information
Successful build of SignalRClient, reference master (ca47df), with Swift 6.2 for macOS (SPM) on 27 Oct 2025 02:46:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
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 ca47dff Bump version to 1.2.0
Cloned https://github.com/moozzyk/SignalR-Client-Swift.git
Revision (git rev-parse @):
ca47dff73d1b1c44fd357cda93a0e62606b96166
SUCCESS checkout https://github.com/moozzyk/SignalR-Client-Swift.git at master
========================================
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/3942] Fetching signalr-client-swift
Fetched https://github.com/moozzyk/SignalR-Client-Swift.git from cache (1.10s)
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 master (ca47dff)
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] Compiling SignalRClient LongPollingTransport.swift
[4/31] Compiling SignalRClient NegotiationResponse.swift
[5/31] Compiling SignalRClient ReconnectPolicy.swift
[6/31] Emitting module SignalRClient
[7/31] Compiling SignalRClient ClientStreamWorker.swift
[8/31] Compiling SignalRClient CodableHelpers.swift
[9/31] Compiling SignalRClient Connection.swift
[10/31] Compiling SignalRClient ConnectionDelegate.swift
[11/34] Compiling SignalRClient HubProtocol.swift
[12/34] Compiling SignalRClient JSONHubProtocol.swift
[13/34] Compiling SignalRClient Logger.swift
[14/34] Compiling SignalRClient HttpClientProtocol.swift
[15/34] Compiling SignalRClient HttpConnection.swift
[16/34] Compiling SignalRClient HttpConnectionOptions.swift
[17/34] Compiling SignalRClient HttpResponse.swift
[18/34] Compiling SignalRClient HubConnection.swift
[19/34] Compiling SignalRClient HubConnectionBuilder.swift
[20/34] Compiling SignalRClient DefaultHttpClient.swift
[21/34] Compiling SignalRClient DefaultTransportFactory.swift
[22/34] Compiling SignalRClient HandshakeProtocol.swift
[23/34] Compiling SignalRClient StreamHandle.swift
[24/34] Compiling SignalRClient TransferFormat.swift
[25/34] Compiling SignalRClient Transport.swift
[26/34] Compiling SignalRClient HubConnectionDelegate.swift
[27/34] Compiling SignalRClient HubConnectionExtensions.swift
[28/34] Compiling SignalRClient HubConnectionOptions.swift
[29/34] Compiling SignalRClient ReconnectableConnection.swift
[30/34] Compiling SignalRClient ServerInvocationHandler.swift
[31/34] Compiling SignalRClient SignalRError.swift
[32/34] Compiling SignalRClient TransportDelegate.swift
[33/34] Compiling SignalRClient TransportType.swift
[34/34] Compiling SignalRClient WebsocketsTransport.swift
Build complete! (5.06s)
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.