Build Information
Successful build of AppSyncRealTimeClient, reference main (ab284d
), with Swift 5.10 for macOS (SPM) on 28 Oct 2024 23:38:40 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aws-amplify/aws-appsync-realtime-client-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ab284da chore(deps): bump rexml from 3.3.7 to 3.3.9 (#168)
Cloned https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git
Revision (git rev-parse @):
ab284da9f668d346e29cf64898c5ef123195d06d
SUCCESS checkout https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version-33747A42983211AE.txt
[5/24] Emitting module Starscream
[6/26] Compiling Starscream Transport.swift
[7/26] Compiling Starscream resource_bundle_accessor.swift
[8/26] Compiling Starscream Framer.swift
[9/26] Compiling Starscream HTTPHandler.swift
[10/26] Compiling Starscream Compression.swift
[11/26] Compiling Starscream WSCompression.swift
[12/26] Compiling Starscream Data+Extensions.swift
[13/26] Compiling Starscream StringHTTPHandler.swift
[14/26] Compiling Starscream FoundationSecurity.swift
[15/26] Compiling Starscream WSEngine.swift
[16/26] Compiling Starscream FoundationHTTPHandler.swift
[17/26] Compiling Starscream FoundationHTTPServerHandler.swift
[18/26] Compiling Starscream FrameCollector.swift
[19/26] Compiling Starscream Engine.swift
[20/26] Compiling Starscream NativeEngine.swift
[21/26] Compiling Starscream FoundationTransport.swift
[22/26] Compiling Starscream TCPTransport.swift
[23/26] Compiling Starscream WebSocketServer.swift
[24/26] Compiling Starscream WebSocket.swift
[25/26] Compiling Starscream Security.swift
[26/26] Compiling Starscream Server.swift
[27/72] Compiling AppSyncRealTimeClient RetryableConnection.swift
[28/72] Compiling AppSyncRealTimeClient SubscriptionConnection.swift
[29/72] Compiling AppSyncRealTimeClient SubscriptionItem.swift
[30/72] Compiling AppSyncRealTimeClient AppSyncConnectionRequest.swift
[31/72] Compiling AppSyncRealTimeClient AppSyncMessage+Encodable.swift
[32/76] Compiling AppSyncRealTimeClient AppSyncMessage.swift
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+ConnectionInterceptable.swift:58:72: warning: 'interceptConnection(_:for:)' is deprecated: Use the async version under ConnectionInterceptorAsync or completion handler flavor
let finalRequest = connectionInterceptors.reduce(request) { $1.interceptConnection($0, for: endpoint) }
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+MessageInterceptable.swift:56:69: warning: 'interceptMessage(_:for:)' is deprecated: Use the async version under MessageInterceptorAsync or completion handler flavor
let finalMessage = messageInterceptors.reduce(message) { $1.interceptMessage($0, for: endpoint) }
^
[33/76] Compiling AppSyncRealTimeClient AppSyncResponse.swift
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+ConnectionInterceptable.swift:58:72: warning: 'interceptConnection(_:for:)' is deprecated: Use the async version under ConnectionInterceptorAsync or completion handler flavor
let finalRequest = connectionInterceptors.reduce(request) { $1.interceptConnection($0, for: endpoint) }
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+MessageInterceptable.swift:56:69: warning: 'interceptMessage(_:for:)' is deprecated: Use the async version under MessageInterceptorAsync or completion handler flavor
let finalMessage = messageInterceptors.reduce(message) { $1.interceptMessage($0, for: endpoint) }
^
[34/76] Compiling AppSyncRealTimeClient RealtimeConnectionProvider+ConnectionInterceptable.swift
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+ConnectionInterceptable.swift:58:72: warning: 'interceptConnection(_:for:)' is deprecated: Use the async version under ConnectionInterceptorAsync or completion handler flavor
let finalRequest = connectionInterceptors.reduce(request) { $1.interceptConnection($0, for: endpoint) }
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+MessageInterceptable.swift:56:69: warning: 'interceptMessage(_:for:)' is deprecated: Use the async version under MessageInterceptorAsync or completion handler flavor
let finalMessage = messageInterceptors.reduce(message) { $1.interceptMessage($0, for: endpoint) }
^
[35/76] Compiling AppSyncRealTimeClient RealtimeConnectionProvider+MessageInterceptable.swift
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+ConnectionInterceptable.swift:58:72: warning: 'interceptConnection(_:for:)' is deprecated: Use the async version under ConnectionInterceptorAsync or completion handler flavor
let finalRequest = connectionInterceptors.reduce(request) { $1.interceptConnection($0, for: endpoint) }
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+MessageInterceptable.swift:56:69: warning: 'interceptMessage(_:for:)' is deprecated: Use the async version under MessageInterceptorAsync or completion handler flavor
let finalMessage = messageInterceptors.reduce(message) { $1.interceptMessage($0, for: endpoint) }
^
[36/76] Compiling AppSyncRealTimeClient RealtimeConnectionProvider+StaleConnection.swift
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+ConnectionInterceptable.swift:58:72: warning: 'interceptConnection(_:for:)' is deprecated: Use the async version under ConnectionInterceptorAsync or completion handler flavor
let finalRequest = connectionInterceptors.reduce(request) { $1.interceptConnection($0, for: endpoint) }
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+MessageInterceptable.swift:56:69: warning: 'interceptMessage(_:for:)' is deprecated: Use the async version under MessageInterceptorAsync or completion handler flavor
let finalMessage = messageInterceptors.reduce(message) { $1.interceptMessage($0, for: endpoint) }
^
[37/76] Emitting module AppSyncRealTimeClient
[38/76] Compiling AppSyncRealTimeClient CountdownTimer.swift
[39/76] Compiling AppSyncRealTimeClient OIDCAuthProvider.swift
[40/76] Compiling AppSyncRealTimeClient OIDCAuthProviderAsync.swift
[41/76] Compiling AppSyncRealTimeClient SubscriptionConnectionType.swift
[42/76] Compiling AppSyncRealTimeClient SubscriptionConstants.swift
[43/76] Compiling AppSyncRealTimeClient AWSAppSyncRealTimeClient.swift
[44/76] Compiling AppSyncRealTimeClient AppSyncSubscriptionConnection+Connection.swift
[45/76] Compiling AppSyncRealTimeClient AppSyncSubscriptionConnection+DataHandler.swift
[46/76] Compiling AppSyncRealTimeClient AppSyncSubscriptionConnection+ErrorHandler.swift
[47/76] Compiling AppSyncRealTimeClient AppSyncSubscriptionConnection.swift
[48/76] Compiling AppSyncRealTimeClient AppSyncJSONHelper.swift
[49/76] Compiling AppSyncRealTimeClient AppSyncJSONValue.swift
[50/76] Compiling AppSyncRealTimeClient AppSyncLogger.swift
[51/76] Compiling AppSyncRealTimeClient AppSyncURLHelper.swift
[52/76] Compiling AppSyncRealTimeClient AtomicValue.swift
[53/76] Compiling AppSyncRealTimeClient RealtimeConnectionProviderAsync+StaleConnection.swift
[54/76] Compiling AppSyncRealTimeClient RealtimeConnectionProviderAsync+Websocket.swift
[55/76] Compiling AppSyncRealTimeClient RealtimeConnectionProviderAsync.swift
[56/76] Compiling AppSyncRealTimeClient ConnectionProvider.swift
[57/76] Compiling AppSyncRealTimeClient ConnectionProviderError.swift
[58/76] Compiling AppSyncRealTimeClient ConnectionProviderFactory.swift
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:17:22: warning: 'interceptConnection(_:for:)' is deprecated: Use the async version under ConnectionInterceptableAsync or completion handler flavor
let result = interceptConnection(request, for: endpoint)
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:29:22: warning: 'interceptMessage(_:for:)' is deprecated: Use the async version under MessageInterceptableAsync or completion handler flavor
let result = interceptMessage(message, for: endpoint)
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:41:22: warning: 'interceptConnection(_:for:)' is deprecated: Use the async version under ConnectionInterceptorAsync or completion handler flavor
let result = interceptConnection(request, for: endpoint)
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:53:22: warning: 'interceptMessage(_:for:)' is deprecated: Use the async version under MessageInterceptorAsync or completion handler flavor
let result = interceptMessage(message, for: endpoint)
^
[59/76] Compiling AppSyncRealTimeClient InterceptableConnection+Default.swift
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:17:22: warning: 'interceptConnection(_:for:)' is deprecated: Use the async version under ConnectionInterceptableAsync or completion handler flavor
let result = interceptConnection(request, for: endpoint)
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:29:22: warning: 'interceptMessage(_:for:)' is deprecated: Use the async version under MessageInterceptableAsync or completion handler flavor
let result = interceptMessage(message, for: endpoint)
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:41:22: warning: 'interceptConnection(_:for:)' is deprecated: Use the async version under ConnectionInterceptorAsync or completion handler flavor
let result = interceptConnection(request, for: endpoint)
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:53:22: warning: 'interceptMessage(_:for:)' is deprecated: Use the async version under MessageInterceptorAsync or completion handler flavor
let result = interceptMessage(message, for: endpoint)
^
[60/76] Compiling AppSyncRealTimeClient InterceptableConnection.swift
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:17:22: warning: 'interceptConnection(_:for:)' is deprecated: Use the async version under ConnectionInterceptableAsync or completion handler flavor
let result = interceptConnection(request, for: endpoint)
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:29:22: warning: 'interceptMessage(_:for:)' is deprecated: Use the async version under MessageInterceptableAsync or completion handler flavor
let result = interceptMessage(message, for: endpoint)
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:41:22: warning: 'interceptConnection(_:for:)' is deprecated: Use the async version under ConnectionInterceptorAsync or completion handler flavor
let result = interceptConnection(request, for: endpoint)
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:53:22: warning: 'interceptMessage(_:for:)' is deprecated: Use the async version under MessageInterceptorAsync or completion handler flavor
let result = interceptMessage(message, for: endpoint)
^
[61/76] Compiling AppSyncRealTimeClient InterceptableConnectionAsync.swift
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:17:22: warning: 'interceptConnection(_:for:)' is deprecated: Use the async version under ConnectionInterceptableAsync or completion handler flavor
let result = interceptConnection(request, for: endpoint)
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:29:22: warning: 'interceptMessage(_:for:)' is deprecated: Use the async version under MessageInterceptableAsync or completion handler flavor
let result = interceptMessage(message, for: endpoint)
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:41:22: warning: 'interceptConnection(_:for:)' is deprecated: Use the async version under ConnectionInterceptorAsync or completion handler flavor
let result = interceptConnection(request, for: endpoint)
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:53:22: warning: 'interceptMessage(_:for:)' is deprecated: Use the async version under MessageInterceptorAsync or completion handler flavor
let result = interceptMessage(message, for: endpoint)
^
[62/76] Compiling AppSyncRealTimeClient ConnectivityMonitor.swift
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:17:22: warning: 'interceptConnection(_:for:)' is deprecated: Use the async version under ConnectionInterceptableAsync or completion handler flavor
let result = interceptConnection(request, for: endpoint)
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:29:22: warning: 'interceptMessage(_:for:)' is deprecated: Use the async version under MessageInterceptableAsync or completion handler flavor
let result = interceptMessage(message, for: endpoint)
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:41:22: warning: 'interceptConnection(_:for:)' is deprecated: Use the async version under ConnectionInterceptorAsync or completion handler flavor
let result = interceptConnection(request, for: endpoint)
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift:53:22: warning: 'interceptMessage(_:for:)' is deprecated: Use the async version under MessageInterceptorAsync or completion handler flavor
let result = interceptMessage(message, for: endpoint)
^
[63/76] Compiling AppSyncRealTimeClient ConnectivityPath.swift
[64/76] Compiling AppSyncRealTimeClient APIKeyAuthInterceptor.swift
[65/76] Compiling AppSyncRealTimeClient OIDCAuthInterceptor.swift
[66/76] Compiling AppSyncRealTimeClient OIDCAuthInterceptorAsync.swift
[67/76] Compiling AppSyncRealTimeClient RealtimeGatewayURLInterceptor.swift
[68/76] Compiling AppSyncRealTimeClient RealtimeConnectionProvider+Websocket.swift
[69/76] Compiling AppSyncRealTimeClient RealtimeConnectionProvider.swift
[70/76] Compiling AppSyncRealTimeClient RealtimeConnectionProviderResponse.swift
[71/76] Compiling AppSyncRealTimeClient RealtimeConnectionProviderAsync+ConnectionInterceptableAsync.swift
[72/76] Compiling AppSyncRealTimeClient RealtimeConnectionProviderAsync+MessageInterceptableAsync.swift
[73/76] Compiling AppSyncRealTimeClient TaskQueue.swift
[74/76] Compiling AppSyncRealTimeClient AppSyncWebsocketProvider.swift
[75/76] Compiling AppSyncRealTimeClient StarscreamAdapter+Delegate.swift
[76/76] Compiling AppSyncRealTimeClient StarscreamAdapter.swift
Build complete! (12.45s)
Fetching https://github.com/daltoniam/Starscream
[1/4902] Fetching starscream
Fetched https://github.com/daltoniam/Starscream from cache (1.70s)
Computing version for https://github.com/daltoniam/Starscream
Computed https://github.com/daltoniam/Starscream at 4.0.8 (0.61s)
Creating working copy for https://github.com/daltoniam/Starscream
Working copy of https://github.com/daltoniam/Starscream resolved at 4.0.8
Build complete.
Done.