Build Information
Successful build of SignalRClient, reference master (fe2f23
), with Swift 5.10 for macOS (SPM) on 24 Sep 2024 04:47:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.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
========================================
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/3626] Fetching signalr-client-swift
Fetched https://github.com/moozzyk/SignalR-Client-Swift.git from cache (1.62s)
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 (fe2f239)
warning: '.resolve-product-dependencies': dependency 'signalr-client-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/moozzyk/SignalR-Client-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/30] Emitting module SignalRClient
[4/33] Compiling SignalRClient HubProtocol.swift
[5/33] Compiling SignalRClient JSONHubProtocol.swift
[6/33] Compiling SignalRClient Logger.swift
[7/33] Compiling SignalRClient TransportDelegate.swift
[8/33] Compiling SignalRClient TransportType.swift
[9/33] Compiling SignalRClient WebsocketsTransport.swift
[10/33] Compiling SignalRClient HubConnectionDelegate.swift
[11/33] Compiling SignalRClient HubConnectionExtensions.swift
[12/33] Compiling SignalRClient HubConnectionOptions.swift
[13/33] Compiling SignalRClient HttpResponse.swift
[14/33] Compiling SignalRClient HubConnection.swift
[15/33] Compiling SignalRClient HubConnectionBuilder.swift
[16/33] Compiling SignalRClient HttpClientProtocol.swift
[17/33] Compiling SignalRClient HttpConnection.swift
[18/33] Compiling SignalRClient HttpConnectionOptions.swift
[19/33] Compiling SignalRClient StreamHandle.swift
[20/33] Compiling SignalRClient TransferFormat.swift
[21/33] Compiling SignalRClient Transport.swift
[22/33] Compiling SignalRClient LongPollingTransport.swift
[23/33] Compiling SignalRClient NegotiationResponse.swift
[24/33] Compiling SignalRClient ReconnectPolicy.swift
[25/33] Compiling SignalRClient ReconnectableConnection.swift
[26/33] Compiling SignalRClient ServerInvocationHandler.swift
[27/33] Compiling SignalRClient SignalRError.swift
[28/33] Compiling SignalRClient CodableHelpers.swift
[29/33] Compiling SignalRClient Connection.swift
[30/33] Compiling SignalRClient ConnectionDelegate.swift
[31/33] Compiling SignalRClient DefaultHttpClient.swift
[32/33] Compiling SignalRClient DefaultTransportFactory.swift
[33/33] Compiling SignalRClient HandshakeProtocol.swift
Build complete! (5.33s)
Build complete.
Done.