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 AppSyncRealTimeClient, reference 3.2.0 (9fd77b), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Apr 2025 17:20:27 UTC.

Swift 6 data race errors: 15

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AppSyncRealTimeClient -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

SwiftCompile normal armv7k Compiling\ ConnectivityPath.swift,\ APIKeyAuthInterceptor.swift,\ OIDCAuthInterceptor.swift,\ OIDCAuthInterceptorAsync.swift,\ RealtimeGatewayURLInterceptor.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityPath.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/APIKeyAuthInterceptor.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/OIDCAuthInterceptor.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/OIDCAuthInterceptorAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/RealtimeGatewayURLInterceptor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityPath.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/APIKeyAuthInterceptor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/OIDCAuthInterceptor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/OIDCAuthInterceptorAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/RealtimeGatewayURLInterceptor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling TaskQueue.swift, AppSyncWebsocketProvider.swift, StarscreamAdapter+Delegate.swift, StarscreamAdapter.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal armv7k Compiling\ AppSyncMessage.swift,\ AppSyncResponse.swift,\ RealtimeConnectionProvider+ConnectionInterceptable.swift,\ RealtimeConnectionProvider+MessageInterceptable.swift,\ RealtimeConnectionProvider+StaleConnection.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncMessage.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncResponse.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+ConnectionInterceptable.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+MessageInterceptable.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+StaleConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncMessage.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncResponse.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+ConnectionInterceptable.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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) }
                                                                       ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+MessageInterceptable.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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) }
                                                                    ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+StaleConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+StaleConnection.swift:38:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+StaleConnection.swift:63:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
SwiftCompile normal armv7k Compiling\ RealtimeConnectionProvider+Websocket.swift,\ RealtimeConnectionProvider.swift,\ RealtimeConnectionProviderResponse.swift,\ RealtimeConnectionProviderAsync+ConnectionInterceptableAsync.swift,\ RealtimeConnectionProviderAsync+MessageInterceptableAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+ConnectionInterceptableAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+MessageInterceptableAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift:22:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift:53:17: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
                self?.handleConnectionAck(response: response)
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift:53:53: warning: capture of 'response' with non-sendable type 'RealtimeConnectionProviderResponse' in a '@Sendable' closure
                self?.handleConnectionAck(response: response)
                                                    ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift:12:8: note: consider making struct 'RealtimeConnectionProviderResponse' conform to the 'Sendable' protocol
struct RealtimeConnectionProviderResponse {
       ^
                                          : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift:58:17: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
                self?.handleError(response: response)
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift:58:45: warning: capture of 'response' with non-sendable type 'RealtimeConnectionProviderResponse' in a '@Sendable' closure
                self?.handleError(response: response)
                                            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift:12:8: note: consider making struct 'RealtimeConnectionProviderResponse' conform to the 'Sendable' protocol
struct RealtimeConnectionProviderResponse {
       ^
                                          : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift:63:17: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
                self?.handleError(response: response)
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift:63:45: warning: capture of 'response' with non-sendable type 'RealtimeConnectionProviderResponse' in a '@Sendable' closure
                self?.handleError(response: response)
                                            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift:12:8: note: consider making struct 'RealtimeConnectionProviderResponse' conform to the 'Sendable' protocol
struct RealtimeConnectionProviderResponse {
       ^
                                          : Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:105:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:129:21: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider' in a '@Sendable' closure
                    self.websocket.connect(
                    ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:130:37: warning: reference to captured var 'urlRequest' in concurrently-executing code
                        urlRequest: urlRequest,
                                    ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:142:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:152:35: warning: capture of 'message' with non-sendable type 'AppSyncMessage' in a '@Sendable' closure
            self.interceptMessage(message, for: url) { signedMessage in
                                  ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncMessage.swift:11:15: note: consider making struct 'AppSyncMessage' conform to the 'Sendable' protocol
public struct AppSyncMessage {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:157:75: warning: capture of 'message' with non-sendable type 'AppSyncMessage' in an isolated closure; this is an error in the Swift 6 language mode
                        let jsonError = ConnectionProviderError.jsonParse(message.id, nil)
                                                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncMessage.swift:11:15: note: consider making struct 'AppSyncMessage' conform to the 'Sendable' protocol
public struct AppSyncMessage {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:179:13: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider' in a '@Sendable' closure
            self.websocket.disconnect()
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:186:13: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            self?.listeners[identifier] = callback
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:186:43: warning: capture of 'callback' with non-sendable type 'ConnectionProviderCallback' (aka '(ConnectionProviderEvent) -> ()') in a '@Sendable' closure
            self?.listeners[identifier] = callback
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:186:43: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            self?.listeners[identifier] = callback
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:192:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:221:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:226:43: warning: capture of 'event' with non-sendable type 'ConnectionProviderEvent' in a '@Sendable' closure
                allListeners.forEach { $0(event) }
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift:25:13: note: consider making enum 'ConnectionProviderEvent' conform to the 'Sendable' protocol
public enum ConnectionProviderEvent {
            ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:226:17: warning: capture of 'allListeners' with non-sendable type '[Dictionary<String, ConnectionProviderCallback>.Values.Element]' (aka 'Array<(ConnectionProviderEvent) -> ()>') in a '@Sendable' closure
                allListeners.forEach { $0(event) }
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:226:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                allListeners.forEach { $0(event) }
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:226:43: warning: capture of 'event' with non-sendable type 'ConnectionProviderEvent' in a '@Sendable' closure
                allListeners.forEach { $0(event) }
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift:25:13: note: consider making enum 'ConnectionProviderEvent' conform to the 'Sendable' protocol
public enum ConnectionProviderEvent {
            ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:226:43: warning: capture of 'event' with non-sendable type 'ConnectionProviderEvent' in an isolated closure; this is an error in the Swift 6 language mode
                allListeners.forEach { $0(event) }
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift:25:13: note: consider making enum 'ConnectionProviderEvent' conform to the 'Sendable' protocol
public enum ConnectionProviderEvent {
            ^
                                    : Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+ConnectionInterceptableAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+MessageInterceptableAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64_32/Binary/Starscream.o normal arm64_32 (in target 'Starscream' from project 'Starscream')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64_32/Starscream.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64_32/Starscream_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64_32/Starscream_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64_32/Starscream.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64_32/Binary/Starscream.o
SwiftDriverJobDiscovery normal arm64_32 Compiling AWSAppSyncRealTimeClient.swift, AppSyncSubscriptionConnection+Connection.swift, AppSyncSubscriptionConnection+DataHandler.swift, AppSyncSubscriptionConnection+ErrorHandler.swift, AppSyncSubscriptionConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64_32 Compiling\ CountdownTimer.swift,\ OIDCAuthProvider.swift,\ OIDCAuthProviderAsync.swift,\ SubscriptionConnectionType.swift,\ SubscriptionConstants.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/CountdownTimer.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/OIDCAuthProvider.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/OIDCAuthProviderAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/SubscriptionConnectionType.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/SubscriptionConstants.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/CountdownTimer.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/OIDCAuthProvider.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/OIDCAuthProviderAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/SubscriptionConnectionType.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/SubscriptionConstants.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Starscream.o normal arm64\ armv7k\ arm64_32 (in target 'Starscream' from project 'Starscream')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64/Binary/Starscream.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/armv7k/Binary/Starscream.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64_32/Binary/Starscream.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Starscream.o
SwiftDriverJobDiscovery normal arm64 Compiling AWSAppSyncRealTimeClient.swift, AppSyncSubscriptionConnection+Connection.swift, AppSyncSubscriptionConnection+DataHandler.swift, AppSyncSubscriptionConnection+ErrorHandler.swift, AppSyncSubscriptionConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal armv7k Compiling\ AWSAppSyncRealTimeClient.swift,\ AppSyncSubscriptionConnection+Connection.swift,\ AppSyncSubscriptionConnection+DataHandler.swift,\ AppSyncSubscriptionConnection+ErrorHandler.swift,\ AppSyncSubscriptionConnection.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/AWSAppSyncRealTimeClient.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/AppSyncConnection/AppSyncSubscriptionConnection+Connection.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/AppSyncConnection/AppSyncSubscriptionConnection+DataHandler.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/AppSyncConnection/AppSyncSubscriptionConnection+ErrorHandler.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/AppSyncConnection/AppSyncSubscriptionConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/AWSAppSyncRealTimeClient.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/AWSAppSyncRealTimeClient.swift:12:16: warning: static property 'lock' is not concurrency-safe because non-'Sendable' type 'any NSLocking' may have shared mutable state; this is an error in the Swift 6 language mode
    static let lock: NSLocking = NSLock()
               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLock.h:11:11: note: protocol 'NSLocking' does not conform to the 'Sendable' protocol
@protocol NSLocking
          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/AWSAppSyncRealTimeClient.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/AWSAppSyncRealTimeClient.swift:12:16: note: add '@MainActor' to make static property 'lock' part of global actor 'MainActor'
    static let lock: NSLocking = NSLock()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/AWSAppSyncRealTimeClient.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let lock: NSLocking = NSLock()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/AWSAppSyncRealTimeClient.swift:14:16: warning: static property '_logLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var _logLevel = LogLevel.error // swiftlint:disable:this identifier_name
               ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/AWSAppSyncRealTimeClient.swift:14:16: note: convert '_logLevel' to a 'let' constant to make 'Sendable' shared state immutable
    static var _logLevel = LogLevel.error // swiftlint:disable:this identifier_name
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/AWSAppSyncRealTimeClient.swift:14:16: note: add '@MainActor' to make static property '_logLevel' part of global actor 'MainActor'
    static var _logLevel = LogLevel.error // swiftlint:disable:this identifier_name
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/AWSAppSyncRealTimeClient.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var _logLevel = LogLevel.error // swiftlint:disable:this identifier_name
               ^
    nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/AppSyncConnection/AppSyncSubscriptionConnection+Connection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/AppSyncConnection/AppSyncSubscriptionConnection+DataHandler.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/AppSyncConnection/AppSyncSubscriptionConnection+ErrorHandler.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/AppSyncConnection/AppSyncSubscriptionConnection+ErrorHandler.swift:134:1: warning: extension declares a conformance of imported type 'WSError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Starscream' introduce this conformance in the future
extension WSError: CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/AppSyncConnection/AppSyncSubscriptionConnection+ErrorHandler.swift:134:1: note: add '@retroactive' to silence this warning
extension WSError: CustomStringConvertible {
^                  ~~~~~~~~~~~~~~~~~~~~~~~
                   @retroactive CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/AppSyncConnection/AppSyncSubscriptionConnection+ErrorHandler.swift:63:17: warning: capture of 'self' with non-sendable type 'AppSyncSubscriptionConnection' in a '@Sendable' closure
                self.connectionProvider?.connect()
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/AppSyncConnection/AppSyncSubscriptionConnection.swift:18:14: note: class 'AppSyncSubscriptionConnection' does not conform to the 'Sendable' protocol
public class AppSyncSubscriptionConnection: SubscriptionConnection, RetryableConnection {
             ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/AppSyncConnection/AppSyncSubscriptionConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CountdownTimer.swift,\ OIDCAuthProvider.swift,\ OIDCAuthProviderAsync.swift,\ SubscriptionConnectionType.swift,\ SubscriptionConstants.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/CountdownTimer.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/OIDCAuthProvider.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/OIDCAuthProviderAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/SubscriptionConnectionType.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/SubscriptionConstants.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/CountdownTimer.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/OIDCAuthProvider.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/OIDCAuthProviderAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/SubscriptionConnectionType.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/SubscriptionConstants.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ RealtimeConnectionProviderAsync+StaleConnection.swift,\ RealtimeConnectionProviderAsync+Websocket.swift,\ RealtimeConnectionProviderAsync.swift,\ ConnectionProvider.swift,\ ConnectionProviderError.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+StaleConnection.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderError.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+StaleConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+StaleConnection.swift:41:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+StaleConnection.swift:66:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:25:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:56:17: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleConnectionAck(response: response)
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:56:53: warning: capture of 'response' with non-sendable type 'RealtimeConnectionProviderResponse' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleConnectionAck(response: response)
                                                    ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift:12:8: note: consider making struct 'RealtimeConnectionProviderResponse' conform to the 'Sendable' protocol
struct RealtimeConnectionProviderResponse {
       ^
                                          : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:61:17: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleError(response: response)
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:61:45: warning: capture of 'response' with non-sendable type 'RealtimeConnectionProviderResponse' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleError(response: response)
                                            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift:12:8: note: consider making struct 'RealtimeConnectionProviderResponse' conform to the 'Sendable' protocol
struct RealtimeConnectionProviderResponse {
       ^
                                          : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:66:17: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleError(response: response)
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:66:45: warning: capture of 'response' with non-sendable type 'RealtimeConnectionProviderResponse' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleError(response: response)
                                            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift:12:8: note: consider making struct 'RealtimeConnectionProviderResponse' conform to the 'Sendable' protocol
struct RealtimeConnectionProviderResponse {
       ^
                                          : Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:102:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:132:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:142:61: warning: capture of 'message' with non-sendable type 'AppSyncMessage' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            let signedMessage = await self.interceptMessage(message, for: url)
                                                            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncMessage.swift:11:15: note: consider making struct 'AppSyncMessage' conform to the 'Sendable' protocol
public struct AppSyncMessage {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:167:13: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            self.websocket.disconnect()
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:174:13: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            self?.listeners[identifier] = callback
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:174:43: warning: capture of 'callback' with non-sendable type 'ConnectionProviderCallback' (aka '(ConnectionProviderEvent) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
            self?.listeners[identifier] = callback
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:174:43: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            self?.listeners[identifier] = callback
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:180:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:210:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:215:43: warning: capture of 'event' with non-sendable type 'ConnectionProviderEvent' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                allListeners.forEach { $0(event) }
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift:25:13: note: consider making enum 'ConnectionProviderEvent' conform to the 'Sendable' protocol
public enum ConnectionProviderEvent {
            ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:215:17: warning: capture of 'allListeners' with non-sendable type '[Dictionary<String, ConnectionProviderCallback>.Values.Element]' (aka 'Array<(ConnectionProviderEvent) -> ()>') in a '@Sendable' closure
                allListeners.forEach { $0(event) }
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:215:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                allListeners.forEach { $0(event) }
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:215:43: warning: capture of 'event' with non-sendable type 'ConnectionProviderEvent' in a '@Sendable' closure
                allListeners.forEach { $0(event) }
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift:25:13: note: consider making enum 'ConnectionProviderEvent' conform to the 'Sendable' protocol
public enum ConnectionProviderEvent {
            ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:215:43: warning: capture of 'event' with non-sendable type 'ConnectionProviderEvent' in an isolated closure; this is an error in the Swift 6 language mode
                allListeners.forEach { $0(event) }
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift:25:13: note: consider making enum 'ConnectionProviderEvent' conform to the 'Sendable' protocol
public enum ConnectionProviderEvent {
            ^
                                    : Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderError.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderError.swift:24:10: warning: associated value 'subscription' of 'Sendable'-conforming enum 'ConnectionProviderError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case subscription(String, [String: Any]?)
         ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderError.swift:30:10: warning: associated value 'unknown(message:causedBy:payload:)' of 'Sendable'-conforming enum 'ConnectionProviderError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case unknown(message: String? = nil, causedBy: Error? = nil, payload: [String: Any]?)
         ^
SwiftDriverJobDiscovery normal armv7k Compiling RetryableConnection.swift, SubscriptionConnection.swift, SubscriptionItem.swift, AppSyncConnectionRequest.swift, AppSyncMessage+Encodable.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftDriverJobDiscovery normal arm64 Compiling RetryableConnection.swift, SubscriptionConnection.swift, SubscriptionItem.swift, AppSyncConnectionRequest.swift, AppSyncMessage+Encodable.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64_32 Compiling\ ConnectivityPath.swift,\ APIKeyAuthInterceptor.swift,\ OIDCAuthInterceptor.swift,\ OIDCAuthInterceptorAsync.swift,\ RealtimeGatewayURLInterceptor.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityPath.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/APIKeyAuthInterceptor.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/OIDCAuthInterceptor.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/OIDCAuthInterceptorAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/RealtimeGatewayURLInterceptor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityPath.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/APIKeyAuthInterceptor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/OIDCAuthInterceptor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/OIDCAuthInterceptorAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/RealtimeGatewayURLInterceptor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling AppSyncMessage.swift, AppSyncResponse.swift, RealtimeConnectionProvider+ConnectionInterceptable.swift, RealtimeConnectionProvider+MessageInterceptable.swift, RealtimeConnectionProvider+StaleConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64 Compiling\ ConnectivityPath.swift,\ APIKeyAuthInterceptor.swift,\ OIDCAuthInterceptor.swift,\ OIDCAuthInterceptorAsync.swift,\ RealtimeGatewayURLInterceptor.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityPath.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/APIKeyAuthInterceptor.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/OIDCAuthInterceptor.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/OIDCAuthInterceptorAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/RealtimeGatewayURLInterceptor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityPath.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/APIKeyAuthInterceptor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/OIDCAuthInterceptor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/OIDCAuthInterceptorAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Interceptor/RealtimeGatewayURLInterceptor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling RealtimeConnectionProvider+Websocket.swift, RealtimeConnectionProvider.swift, RealtimeConnectionProviderResponse.swift, RealtimeConnectionProviderAsync+ConnectionInterceptableAsync.swift, RealtimeConnectionProviderAsync+MessageInterceptableAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64_32 Compiling\ AppSyncMessage.swift,\ AppSyncResponse.swift,\ RealtimeConnectionProvider+ConnectionInterceptable.swift,\ RealtimeConnectionProvider+MessageInterceptable.swift,\ RealtimeConnectionProvider+StaleConnection.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncMessage.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncResponse.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+ConnectionInterceptable.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+MessageInterceptable.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+StaleConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncMessage.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncResponse.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+ConnectionInterceptable.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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) }
                                                                       ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+MessageInterceptable.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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) }
                                                                    ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+StaleConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+StaleConnection.swift:38:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+StaleConnection.swift:63:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
SwiftDriverJobDiscovery normal armv7k Compiling AppSyncMessage.swift, AppSyncResponse.swift, RealtimeConnectionProvider+ConnectionInterceptable.swift, RealtimeConnectionProvider+MessageInterceptable.swift, RealtimeConnectionProvider+StaleConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64 Compiling\ ConnectionProviderFactory.swift,\ InterceptableConnection+Default.swift,\ InterceptableConnection.swift,\ InterceptableConnectionAsync.swift,\ ConnectivityMonitor.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderFactory.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnectionAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityMonitor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderFactory.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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)
                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnectionAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityMonitor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityMonitor.swift:70:35: warning: converting non-sendable function value to '@Sendable (NWPath) -> Void' may introduce data races
        monitor.pathUpdateHandler = didUpdate(path:)
                                  ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityMonitor.swift:90:13: warning: capture of 'onConnectivityUpdates' with non-sendable type 'ConnectivityUpdates' (aka '(ConnectivityPath) -> ()') in a '@Sendable' closure
            onConnectivityUpdates(connectivityPath)
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityMonitor.swift:90:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            onConnectivityUpdates(connectivityPath)
            ^
SwiftDriverJobDiscovery normal arm64_32 Compiling CountdownTimer.swift, OIDCAuthProvider.swift, OIDCAuthProviderAsync.swift, SubscriptionConnectionType.swift, SubscriptionConstants.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal armv7k Compiling\ TaskQueue.swift,\ AppSyncWebsocketProvider.swift,\ StarscreamAdapter+Delegate.swift,\ StarscreamAdapter.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/AppSyncWebsocketProvider.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter+Delegate.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:14:17: warning: type 'Success' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    private var previousTask: Task<Success, Error>?
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:13:17: note: consider making generic parameter 'Success' conform to the 'Sendable' protocol
actor TaskQueue<Success> {
                ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:17:24: warning: type 'Success' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        previousTask = Task { [previousTask] in
                       ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:13:17: note: consider making generic parameter 'Success' conform to the 'Sendable' protocol
actor TaskQueue<Success> {
                ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:17:24: warning: type 'Success' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        previousTask = Task { [previousTask] in
                       ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:13:17: note: consider making generic parameter 'Success' conform to the 'Sendable' protocol
actor TaskQueue<Success> {
                ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:18:37: warning: type 'Success' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            _ = await previousTask?.result
                                    ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:13:17: note: consider making generic parameter 'Success' conform to the 'Sendable' protocol
actor TaskQueue<Success> {
                ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:21:37: warning: type 'Success' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        _ = try await previousTask?.value
                                    ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:13:17: note: consider making generic parameter 'Success' conform to the 'Sendable' protocol
actor TaskQueue<Success> {
                ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:21:23: warning: non-sendable type 'Task<Success, any Error>' cannot exit actor-isolated context in call to nonisolated property 'value'; this is an error in the Swift 6 language mode
        _ = try await previousTask?.value
                      ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:13:17: note: consider making generic parameter 'Success' conform to the 'Sendable' protocol
actor TaskQueue<Success> {
                ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:21:37: warning: non-sendable type 'Success' of nonisolated property 'value' cannot be sent to actor-isolated context; this is an error in the Swift 6 language mode
        _ = try await previousTask?.value
                                    ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:13:17: note: consider making generic parameter 'Success' conform to the 'Sendable' protocol
actor TaskQueue<Success> {
                ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:17:29: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
        previousTask = Task { [previousTask] in
                            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/TaskQueue.swift:18:23: note: closure captures 'previousTask' which is accessible to 'self'-isolated code
            _ = await previousTask?.result
                      ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/AppSyncWebsocketProvider.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter+Delegate.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter+Delegate.swift:44:13: warning: capture of 'self' with non-sendable type 'StarscreamAdapter' in a '@Sendable' closure
            self._isConnected = true
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter.swift:11:14: note: class 'StarscreamAdapter' does not conform to the 'Sendable' protocol
public class StarscreamAdapter: AppSyncWebsocketProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter+Delegate.swift:54:13: warning: capture of 'self' with non-sendable type 'StarscreamAdapter' in a '@Sendable' closure
            self._isConnected = false
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter.swift:11:14: note: class 'StarscreamAdapter' does not conform to the 'Sendable' protocol
public class StarscreamAdapter: AppSyncWebsocketProvider {
             ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter.swift:50:13: warning: capture of 'self' with non-sendable type 'StarscreamAdapter' in a '@Sendable' closure
            self.socket = WebSocket(request: urlRequest)
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter.swift:11:14: note: class 'StarscreamAdapter' does not conform to the 'Sendable' protocol
public class StarscreamAdapter: AppSyncWebsocketProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter.swift:51:29: warning: capture of 'delegate' with non-sendable type '(any AppSyncWebsocketDelegate)?' in a '@Sendable' closure
            self.delegate = delegate
                            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/AppSyncWebsocketProvider.swift:31:17: note: protocol 'AppSyncWebsocketDelegate' does not conform to the 'Sendable' protocol
public protocol AppSyncWebsocketDelegate: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter.swift:62:13: warning: capture of 'self' with non-sendable type 'StarscreamAdapter' in a '@Sendable' closure
            self.socket?.disconnect()
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter.swift:11:14: note: class 'StarscreamAdapter' does not conform to the 'Sendable' protocol
public class StarscreamAdapter: AppSyncWebsocketProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter.swift:70:13: warning: capture of 'self' with non-sendable type 'StarscreamAdapter' in a '@Sendable' closure
            self.socket?.write(string: message)
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter.swift:11:14: note: class 'StarscreamAdapter' does not conform to the 'Sendable' protocol
public class StarscreamAdapter: AppSyncWebsocketProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter.swift:85:21: warning: capture of 'self' with non-sendable type 'StarscreamAdapter' in a '@Sendable' closure
                if !self._isConnected {
                    ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Websocket/Starscream/StarscreamAdapter.swift:11:14: note: class 'StarscreamAdapter' does not conform to the 'Sendable' protocol
public class StarscreamAdapter: AppSyncWebsocketProvider {
             ^
SwiftDriverJobDiscovery normal armv7k Compiling AppSyncJSONHelper.swift, AppSyncJSONValue.swift, AppSyncLogger.swift, AppSyncURLHelper.swift, AtomicValue.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64 Compiling\ RealtimeConnectionProvider+Websocket.swift,\ RealtimeConnectionProvider.swift,\ RealtimeConnectionProviderResponse.swift,\ RealtimeConnectionProviderAsync+ConnectionInterceptableAsync.swift,\ RealtimeConnectionProviderAsync+MessageInterceptableAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+ConnectionInterceptableAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+MessageInterceptableAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift:22:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift:53:17: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
                self?.handleConnectionAck(response: response)
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift:53:53: warning: capture of 'response' with non-sendable type 'RealtimeConnectionProviderResponse' in a '@Sendable' closure
                self?.handleConnectionAck(response: response)
                                                    ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift:12:8: note: consider making struct 'RealtimeConnectionProviderResponse' conform to the 'Sendable' protocol
struct RealtimeConnectionProviderResponse {
       ^
                                          : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift:58:17: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
                self?.handleError(response: response)
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift:58:45: warning: capture of 'response' with non-sendable type 'RealtimeConnectionProviderResponse' in a '@Sendable' closure
                self?.handleError(response: response)
                                            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift:12:8: note: consider making struct 'RealtimeConnectionProviderResponse' conform to the 'Sendable' protocol
struct RealtimeConnectionProviderResponse {
       ^
                                          : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift:63:17: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
                self?.handleError(response: response)
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift:63:45: warning: capture of 'response' with non-sendable type 'RealtimeConnectionProviderResponse' in a '@Sendable' closure
                self?.handleError(response: response)
                                            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift:12:8: note: consider making struct 'RealtimeConnectionProviderResponse' conform to the 'Sendable' protocol
struct RealtimeConnectionProviderResponse {
       ^
                                          : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:105:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:129:21: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider' in a '@Sendable' closure
                    self.websocket.connect(
                    ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:130:37: warning: reference to captured var 'urlRequest' in concurrently-executing code
                        urlRequest: urlRequest,
                                    ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:142:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:152:35: warning: capture of 'message' with non-sendable type 'AppSyncMessage' in a '@Sendable' closure
            self.interceptMessage(message, for: url) { signedMessage in
                                  ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncMessage.swift:11:15: note: consider making struct 'AppSyncMessage' conform to the 'Sendable' protocol
public struct AppSyncMessage {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:157:75: warning: capture of 'message' with non-sendable type 'AppSyncMessage' in an isolated closure; this is an error in the Swift 6 language mode
                        let jsonError = ConnectionProviderError.jsonParse(message.id, nil)
                                                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncMessage.swift:11:15: note: consider making struct 'AppSyncMessage' conform to the 'Sendable' protocol
public struct AppSyncMessage {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:179:13: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider' in a '@Sendable' closure
            self.websocket.disconnect()
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:186:13: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            self?.listeners[identifier] = callback
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:186:43: warning: capture of 'callback' with non-sendable type 'ConnectionProviderCallback' (aka '(ConnectionProviderEvent) -> ()') in a '@Sendable' closure
            self?.listeners[identifier] = callback
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:186:43: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            self?.listeners[identifier] = callback
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:192:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:221:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProvider?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:13:14: note: class 'RealtimeConnectionProvider' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProvider: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:226:43: warning: capture of 'event' with non-sendable type 'ConnectionProviderEvent' in a '@Sendable' closure
                allListeners.forEach { $0(event) }
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift:25:13: note: consider making enum 'ConnectionProviderEvent' conform to the 'Sendable' protocol
public enum ConnectionProviderEvent {
            ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:226:17: warning: capture of 'allListeners' with non-sendable type '[Dictionary<String, ConnectionProviderCallback>.Values.Element]' (aka 'Array<(ConnectionProviderEvent) -> ()>') in a '@Sendable' closure
                allListeners.forEach { $0(event) }
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:226:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                allListeners.forEach { $0(event) }
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:226:43: warning: capture of 'event' with non-sendable type 'ConnectionProviderEvent' in a '@Sendable' closure
                allListeners.forEach { $0(event) }
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift:25:13: note: consider making enum 'ConnectionProviderEvent' conform to the 'Sendable' protocol
public enum ConnectionProviderEvent {
            ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift:226:43: warning: capture of 'event' with non-sendable type 'ConnectionProviderEvent' in an isolated closure; this is an error in the Swift 6 language mode
                allListeners.forEach { $0(event) }
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift:25:13: note: consider making enum 'ConnectionProviderEvent' conform to the 'Sendable' protocol
public enum ConnectionProviderEvent {
            ^
                                    : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+ConnectionInterceptableAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+MessageInterceptableAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling CountdownTimer.swift, OIDCAuthProvider.swift, OIDCAuthProviderAsync.swift, SubscriptionConnectionType.swift, SubscriptionConstants.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64_32 Compiling\ RealtimeConnectionProviderAsync+StaleConnection.swift,\ RealtimeConnectionProviderAsync+Websocket.swift,\ RealtimeConnectionProviderAsync.swift,\ ConnectionProvider.swift,\ ConnectionProviderError.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+StaleConnection.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderError.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+StaleConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+StaleConnection.swift:41:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+StaleConnection.swift:66:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:25:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:56:17: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleConnectionAck(response: response)
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:56:53: warning: capture of 'response' with non-sendable type 'RealtimeConnectionProviderResponse' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleConnectionAck(response: response)
                                                    ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift:12:8: note: consider making struct 'RealtimeConnectionProviderResponse' conform to the 'Sendable' protocol
struct RealtimeConnectionProviderResponse {
       ^
                                          : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:61:17: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleError(response: response)
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:61:45: warning: capture of 'response' with non-sendable type 'RealtimeConnectionProviderResponse' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleError(response: response)
                                            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift:12:8: note: consider making struct 'RealtimeConnectionProviderResponse' conform to the 'Sendable' protocol
struct RealtimeConnectionProviderResponse {
       ^
                                          : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:66:17: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleError(response: response)
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:66:45: warning: capture of 'response' with non-sendable type 'RealtimeConnectionProviderResponse' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleError(response: response)
                                            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift:12:8: note: consider making struct 'RealtimeConnectionProviderResponse' conform to the 'Sendable' protocol
struct RealtimeConnectionProviderResponse {
       ^
                                          : Sendable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:102:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:132:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:142:61: warning: capture of 'message' with non-sendable type 'AppSyncMessage' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            let signedMessage = await self.interceptMessage(message, for: url)
                                                            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncMessage.swift:11:15: note: consider making struct 'AppSyncMessage' conform to the 'Sendable' protocol
public struct AppSyncMessage {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:167:13: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            self.websocket.disconnect()
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:174:13: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            self?.listeners[identifier] = callback
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:174:43: warning: capture of 'callback' with non-sendable type 'ConnectionProviderCallback' (aka '(ConnectionProviderEvent) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
            self?.listeners[identifier] = callback
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:174:43: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            self?.listeners[identifier] = callback
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:180:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:210:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:215:43: warning: capture of 'event' with non-sendable type 'ConnectionProviderEvent' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                allListeners.forEach { $0(event) }
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift:25:13: note: consider making enum 'ConnectionProviderEvent' conform to the 'Sendable' protocol
public enum ConnectionProviderEvent {
            ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:215:17: warning: capture of 'allListeners' with non-sendable type '[Dictionary<String, ConnectionProviderCallback>.Values.Element]' (aka 'Array<(ConnectionProviderEvent) -> ()>') in a '@Sendable' closure
                allListeners.forEach { $0(event) }
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:215:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                allListeners.forEach { $0(event) }
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:215:43: warning: capture of 'event' with non-sendable type 'ConnectionProviderEvent' in a '@Sendable' closure
                allListeners.forEach { $0(event) }
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift:25:13: note: consider making enum 'ConnectionProviderEvent' conform to the 'Sendable' protocol
public enum ConnectionProviderEvent {
            ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:215:43: warning: capture of 'event' with non-sendable type 'ConnectionProviderEvent' in an isolated closure; this is an error in the Swift 6 language mode
                allListeners.forEach { $0(event) }
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift:25:13: note: consider making enum 'ConnectionProviderEvent' conform to the 'Sendable' protocol
public enum ConnectionProviderEvent {
            ^
                                    : Sendable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderError.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderError.swift:24:10: warning: associated value 'subscription' of 'Sendable'-conforming enum 'ConnectionProviderError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case subscription(String, [String: Any]?)
         ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderError.swift:30:10: warning: associated value 'unknown(message:causedBy:payload:)' of 'Sendable'-conforming enum 'ConnectionProviderError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case unknown(message: String? = nil, causedBy: Error? = nil, payload: [String: Any]?)
         ^
SwiftDriverJobDiscovery normal armv7k Compiling RealtimeConnectionProvider+Websocket.swift, RealtimeConnectionProvider.swift, RealtimeConnectionProviderResponse.swift, RealtimeConnectionProviderAsync+ConnectionInterceptableAsync.swift, RealtimeConnectionProviderAsync+MessageInterceptableAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64_32 Compiling\ AppSyncJSONHelper.swift,\ AppSyncJSONValue.swift,\ AppSyncLogger.swift,\ AppSyncURLHelper.swift,\ AtomicValue.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncJSONHelper.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncJSONValue.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncLogger.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncURLHelper.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AtomicValue.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncJSONHelper.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncJSONValue.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncLogger.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncURLHelper.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AtomicValue.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling ConnectivityPath.swift, APIKeyAuthInterceptor.swift, OIDCAuthInterceptor.swift, OIDCAuthInterceptorAsync.swift, RealtimeGatewayURLInterceptor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal armv7k Compiling\ ConnectionProviderFactory.swift,\ InterceptableConnection+Default.swift,\ InterceptableConnection.swift,\ InterceptableConnectionAsync.swift,\ ConnectivityMonitor.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderFactory.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnectionAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityMonitor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderFactory.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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)
                     ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnectionAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityMonitor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityMonitor.swift:70:35: warning: converting non-sendable function value to '@Sendable (NWPath) -> Void' may introduce data races
        monitor.pathUpdateHandler = didUpdate(path:)
                                  ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityMonitor.swift:90:13: warning: capture of 'onConnectivityUpdates' with non-sendable type 'ConnectivityUpdates' (aka '(ConnectivityPath) -> ()') in a '@Sendable' closure
            onConnectivityUpdates(connectivityPath)
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityMonitor.swift:90:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            onConnectivityUpdates(connectivityPath)
            ^
SwiftDriverJobDiscovery normal arm64 Compiling ConnectionProviderFactory.swift, InterceptableConnection+Default.swift, InterceptableConnection.swift, InterceptableConnectionAsync.swift, ConnectivityMonitor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64 Compiling\ RealtimeConnectionProviderAsync+StaleConnection.swift,\ RealtimeConnectionProviderAsync+Websocket.swift,\ RealtimeConnectionProviderAsync.swift,\ ConnectionProvider.swift,\ ConnectionProviderError.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+StaleConnection.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderError.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+StaleConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+StaleConnection.swift:41:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+StaleConnection.swift:66:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:25:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:56:17: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleConnectionAck(response: response)
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:56:53: warning: capture of 'response' with non-sendable type 'RealtimeConnectionProviderResponse' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleConnectionAck(response: response)
                                                    ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift:12:8: note: consider making struct 'RealtimeConnectionProviderResponse' conform to the 'Sendable' protocol
struct RealtimeConnectionProviderResponse {
       ^
                                          : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:61:17: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleError(response: response)
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:61:45: warning: capture of 'response' with non-sendable type 'RealtimeConnectionProviderResponse' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleError(response: response)
                                            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift:12:8: note: consider making struct 'RealtimeConnectionProviderResponse' conform to the 'Sendable' protocol
struct RealtimeConnectionProviderResponse {
       ^
                                          : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:66:17: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleError(response: response)
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift:66:45: warning: capture of 'response' with non-sendable type 'RealtimeConnectionProviderResponse' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.handleError(response: response)
                                            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift:12:8: note: consider making struct 'RealtimeConnectionProviderResponse' conform to the 'Sendable' protocol
struct RealtimeConnectionProviderResponse {
       ^
                                          : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:102:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:132:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:142:61: warning: capture of 'message' with non-sendable type 'AppSyncMessage' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            let signedMessage = await self.interceptMessage(message, for: url)
                                                            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncMessage.swift:11:15: note: consider making struct 'AppSyncMessage' conform to the 'Sendable' protocol
public struct AppSyncMessage {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:167:13: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            self.websocket.disconnect()
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:174:13: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            self?.listeners[identifier] = callback
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:174:43: warning: capture of 'callback' with non-sendable type 'ConnectionProviderCallback' (aka '(ConnectionProviderEvent) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
            self?.listeners[identifier] = callback
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:174:43: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            self?.listeners[identifier] = callback
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:180:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:210:30: warning: capture of 'self' with non-sendable type 'RealtimeConnectionProviderAsync?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:16:14: note: class 'RealtimeConnectionProviderAsync' does not conform to the 'Sendable' protocol
public class RealtimeConnectionProviderAsync: ConnectionProvider {
             ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:215:43: warning: capture of 'event' with non-sendable type 'ConnectionProviderEvent' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                allListeners.forEach { $0(event) }
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift:25:13: note: consider making enum 'ConnectionProviderEvent' conform to the 'Sendable' protocol
public enum ConnectionProviderEvent {
            ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:215:17: warning: capture of 'allListeners' with non-sendable type '[Dictionary<String, ConnectionProviderCallback>.Values.Element]' (aka 'Array<(ConnectionProviderEvent) -> ()>') in a '@Sendable' closure
                allListeners.forEach { $0(event) }
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:215:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                allListeners.forEach { $0(event) }
                ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:215:43: warning: capture of 'event' with non-sendable type 'ConnectionProviderEvent' in a '@Sendable' closure
                allListeners.forEach { $0(event) }
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift:25:13: note: consider making enum 'ConnectionProviderEvent' conform to the 'Sendable' protocol
public enum ConnectionProviderEvent {
            ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift:215:43: warning: capture of 'event' with non-sendable type 'ConnectionProviderEvent' in an isolated closure; this is an error in the Swift 6 language mode
                allListeners.forEach { $0(event) }
                                          ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift:25:13: note: consider making enum 'ConnectionProviderEvent' conform to the 'Sendable' protocol
public enum ConnectionProviderEvent {
            ^
                                    : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProvider.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderError.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderError.swift:24:10: warning: associated value 'subscription' of 'Sendable'-conforming enum 'ConnectionProviderError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case subscription(String, [String: Any]?)
         ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderError.swift:30:10: warning: associated value 'unknown(message:causedBy:payload:)' of 'Sendable'-conforming enum 'ConnectionProviderError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case unknown(message: String? = nil, causedBy: Error? = nil, payload: [String: Any]?)
         ^
SwiftDriverJobDiscovery normal armv7k Compiling AWSAppSyncRealTimeClient.swift, AppSyncSubscriptionConnection+Connection.swift, AppSyncSubscriptionConnection+DataHandler.swift, AppSyncSubscriptionConnection+ErrorHandler.swift, AppSyncSubscriptionConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal armv7k Compiling\ CountdownTimer.swift,\ OIDCAuthProvider.swift,\ OIDCAuthProviderAsync.swift,\ SubscriptionConnectionType.swift,\ SubscriptionConstants.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/CountdownTimer.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/OIDCAuthProvider.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/OIDCAuthProviderAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/SubscriptionConnectionType.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/SubscriptionConstants.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/CountdownTimer.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/OIDCAuthProvider.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/OIDCAuthProviderAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/SubscriptionConnectionType.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/SubscriptionConstants.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling AppSyncMessage.swift, AppSyncResponse.swift, RealtimeConnectionProvider+ConnectionInterceptable.swift, RealtimeConnectionProvider+MessageInterceptable.swift, RealtimeConnectionProvider+StaleConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64 Compiling\ AppSyncJSONHelper.swift,\ AppSyncJSONValue.swift,\ AppSyncLogger.swift,\ AppSyncURLHelper.swift,\ AtomicValue.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncJSONHelper.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncJSONValue.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncLogger.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncURLHelper.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AtomicValue.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncJSONHelper.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncJSONValue.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncLogger.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AppSyncURLHelper.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Support/AtomicValue.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling TaskQueue.swift, AppSyncWebsocketProvider.swift, StarscreamAdapter+Delegate.swift, StarscreamAdapter.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64_32 Compiling\ ConnectionProviderFactory.swift,\ InterceptableConnection+Default.swift,\ InterceptableConnection.swift,\ InterceptableConnectionAsync.swift,\ ConnectivityMonitor.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderFactory.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnectionAsync.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityMonitor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/ConnectionProviderFactory.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection+Default.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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)
                     ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnection.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/InterceptableConnectionAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityMonitor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityMonitor.swift:70:35: warning: converting non-sendable function value to '@Sendable (NWPath) -> Void' may introduce data races
        monitor.pathUpdateHandler = didUpdate(path:)
                                  ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityMonitor.swift:90:13: warning: capture of 'onConnectivityUpdates' with non-sendable type 'ConnectivityUpdates' (aka '(ConnectivityPath) -> ()') in a '@Sendable' closure
            onConnectivityUpdates(connectivityPath)
            ^
/Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectivityMonitor/ConnectivityMonitor.swift:90:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            onConnectivityUpdates(connectivityPath)
            ^
SwiftDriverJobDiscovery normal armv7k Compiling RealtimeConnectionProviderAsync+StaleConnection.swift, RealtimeConnectionProviderAsync+Websocket.swift, RealtimeConnectionProviderAsync.swift, ConnectionProvider.swift, ConnectionProviderError.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftDriverJobDiscovery normal arm64 Compiling ConnectivityPath.swift, APIKeyAuthInterceptor.swift, OIDCAuthInterceptor.swift, OIDCAuthInterceptorAsync.swift, RealtimeGatewayURLInterceptor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
ExtractAppIntentsMetadata (in target 'Starscream' from project 'Starscream')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Starscream --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier starscream.Starscream --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Starscream.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Starscream.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64/Starscream_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/armv7k/Starscream_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64_32/Starscream_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64/Starscream.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/armv7k/Starscream.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64_32/Starscream.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Starscream.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Starscream.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64/Starscream.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/armv7k/Starscream.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-watchos/Starscream.build/Objects-normal/arm64_32/Starscream.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 10:20:25.870 appintentsmetadataprocessor[819:4635] Starting appintentsmetadataprocessor export
2025-04-28 10:20:25.917 appintentsmetadataprocessor[819:4635] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64_32 Compiling ConnectivityPath.swift, APIKeyAuthInterceptor.swift, OIDCAuthInterceptor.swift, OIDCAuthInterceptorAsync.swift, RealtimeGatewayURLInterceptor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftDriverJobDiscovery normal armv7k Compiling ConnectionProviderFactory.swift, InterceptableConnection+Default.swift, InterceptableConnection.swift, InterceptableConnectionAsync.swift, ConnectivityMonitor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftDriverJobDiscovery normal armv7k Compiling CountdownTimer.swift, OIDCAuthProvider.swift, OIDCAuthProviderAsync.swift, SubscriptionConnectionType.swift, SubscriptionConstants.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftDriver\ Compilation AppSyncRealTimeClient normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AppSyncRealTimeClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/AppSyncRealTimeClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/AppSyncRealTimeClient-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/AppSyncRealTimeClient.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/AppSyncRealTimeClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/AppSyncRealTimeClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Starscream.o (in target 'Starscream' from project 'Starscream')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Starscream.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/Binary/AppSyncRealTimeClient.o normal armv7k (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/AppSyncRealTimeClient.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/AppSyncRealTimeClient_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/AppSyncRealTimeClient_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/AppSyncRealTimeClient.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/Binary/AppSyncRealTimeClient.o
SwiftDriverJobDiscovery normal arm64_32 Compiling AppSyncJSONHelper.swift, AppSyncJSONValue.swift, AppSyncLogger.swift, AppSyncURLHelper.swift, AtomicValue.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftDriverJobDiscovery normal arm64 Compiling RealtimeConnectionProvider+Websocket.swift, RealtimeConnectionProvider.swift, RealtimeConnectionProviderResponse.swift, RealtimeConnectionProviderAsync+ConnectionInterceptableAsync.swift, RealtimeConnectionProviderAsync+MessageInterceptableAsync.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftDriverJobDiscovery normal arm64_32 Compiling ConnectionProviderFactory.swift, InterceptableConnection+Default.swift, InterceptableConnection.swift, InterceptableConnectionAsync.swift, ConnectivityMonitor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftDriverJobDiscovery normal arm64_32 Compiling RealtimeConnectionProviderAsync+StaleConnection.swift, RealtimeConnectionProviderAsync+Websocket.swift, RealtimeConnectionProviderAsync.swift, ConnectionProvider.swift, ConnectionProviderError.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftDriver\ Compilation AppSyncRealTimeClient normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AppSyncRealTimeClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/AppSyncRealTimeClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/AppSyncRealTimeClient-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/AppSyncRealTimeClient.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/AppSyncRealTimeClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/AppSyncRealTimeClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/Binary/AppSyncRealTimeClient.o normal arm64_32 (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/AppSyncRealTimeClient.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/AppSyncRealTimeClient_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/AppSyncRealTimeClient_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/AppSyncRealTimeClient.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/Binary/AppSyncRealTimeClient.o
SwiftDriverJobDiscovery normal arm64 Compiling RealtimeConnectionProviderAsync+StaleConnection.swift, RealtimeConnectionProviderAsync+Websocket.swift, RealtimeConnectionProviderAsync.swift, ConnectionProvider.swift, ConnectionProviderError.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftDriverJobDiscovery normal arm64 Compiling AppSyncJSONHelper.swift, AppSyncJSONValue.swift, AppSyncLogger.swift, AppSyncURLHelper.swift, AtomicValue.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftDriver\ Compilation AppSyncRealTimeClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AppSyncRealTimeClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/Binary/AppSyncRealTimeClient.o normal arm64 (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/Binary/AppSyncRealTimeClient.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AppSyncRealTimeClient.o normal arm64\ armv7k\ arm64_32 (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/Binary/AppSyncRealTimeClient.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/Binary/AppSyncRealTimeClient.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/Binary/AppSyncRealTimeClient.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AppSyncRealTimeClient.o
ExtractAppIntentsMetadata (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AppSyncRealTimeClient --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.AppSyncRealTimeClient --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AppSyncRealTimeClient.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AppSyncRealTimeClient.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/AppSyncRealTimeClient_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/AppSyncRealTimeClient_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/AppSyncRealTimeClient.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/AppSyncRealTimeClient.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/AppSyncRealTimeClient.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/AppSyncRealTimeClient.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/armv7k/AppSyncRealTimeClient.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-watchos/AppSyncRealTimeClient.build/Objects-normal/arm64_32/AppSyncRealTimeClient.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 10:20:26.157 appintentsmetadataprocessor[827:4717] Starting appintentsmetadataprocessor export
2025-04-28 10:20:26.192 appintentsmetadataprocessor[827:4717] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AppSyncRealTimeClient.o (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AppSyncRealTimeClient.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "starscream",
      "requirement" : {
        "exact" : [
          "4.0.8"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream"
    }
  ],
  "manifest_display_name" : "AppSyncRealTimeClient",
  "name" : "AppSyncRealTimeClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AppSyncRealTimeClient",
      "targets" : [
        "AppSyncRealTimeClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppSyncRealTimeClientTests",
      "module_type" : "SwiftTarget",
      "name" : "AppSyncRealTimeClientTests",
      "path" : "AppSyncRealTimeClientTests",
      "sources" : [
        "Connection/AppSyncSubscriptionConnectionErrorHandlerTests.swift",
        "Connection/AppSyncSubscriptionConnectionTests.swift",
        "ConnectionProvider/AppSyncRealTimeConnection/RealTimeConnectionProviderResponseTests.swift",
        "ConnectionProvider/ConnectionProviderAsync/ConnectionProviderAsyncTests.swift",
        "ConnectionProvider/ConnectionProviderAsync/RealtimeConnectionProviderAsyncTestBase.swift",
        "ConnectionProvider/ConnectionProviderHandleErrorTests.swift",
        "ConnectionProvider/ConnectionProviderStaleConnectionTests.swift",
        "ConnectionProvider/ConnectionProviderTests.swift",
        "ConnectionProvider/RealtimeConnectionProviderTestBase.swift",
        "ConnectivityMonitor/ConnectivityMonitorTests.swift",
        "Interceptor/APIKeyAuthInterceptorTests.swift",
        "Interceptor/AppSyncJSONHelperTests.swift",
        "Interceptor/AppSyncURLHelperTests.swift",
        "Interceptor/OIDCAuthInterceptorTests.swift",
        "Mocks/MockConnectionProvider.swift",
        "Mocks/MockConnectivityMonitor.swift",
        "Mocks/MockWebsocketProvider.swift",
        "Support/CountdownTimerTests.swift",
        "Support/RealtimeGatewayURLInterceptorTests.swift",
        "TestSupport/Error+Extension.swift"
      ],
      "target_dependencies" : [
        "AppSyncRealTimeClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppSyncRealTimeClient",
      "module_type" : "SwiftTarget",
      "name" : "AppSyncRealTimeClient",
      "path" : "AppSyncRealTimeClient",
      "product_dependencies" : [
        "Starscream"
      ],
      "product_memberships" : [
        "AppSyncRealTimeClient"
      ],
      "sources" : [
        "AWSAppSyncRealTimeClient.swift",
        "Connection/AppSyncConnection/AppSyncSubscriptionConnection+Connection.swift",
        "Connection/AppSyncConnection/AppSyncSubscriptionConnection+DataHandler.swift",
        "Connection/AppSyncConnection/AppSyncSubscriptionConnection+ErrorHandler.swift",
        "Connection/AppSyncConnection/AppSyncSubscriptionConnection.swift",
        "Connection/RetryableConnection.swift",
        "Connection/SubscriptionConnection.swift",
        "Connection/SubscriptionItem.swift",
        "ConnectionProvider/AppSyncConnectionRequest.swift",
        "ConnectionProvider/AppSyncMessage+Encodable.swift",
        "ConnectionProvider/AppSyncMessage.swift",
        "ConnectionProvider/AppSyncResponse.swift",
        "ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+ConnectionInterceptable.swift",
        "ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+MessageInterceptable.swift",
        "ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+StaleConnection.swift",
        "ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider+Websocket.swift",
        "ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProvider.swift",
        "ConnectionProvider/AppsyncRealtimeConnection/RealtimeConnectionProviderResponse.swift",
        "ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+ConnectionInterceptableAsync.swift",
        "ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+MessageInterceptableAsync.swift",
        "ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+StaleConnection.swift",
        "ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync+Websocket.swift",
        "ConnectionProvider/AppsyncRealtimeConnectionAsync/RealtimeConnectionProviderAsync.swift",
        "ConnectionProvider/ConnectionProvider.swift",
        "ConnectionProvider/ConnectionProviderError.swift",
        "ConnectionProvider/ConnectionProviderFactory.swift",
        "ConnectionProvider/InterceptableConnection+Default.swift",
        "ConnectionProvider/InterceptableConnection.swift",
        "ConnectionProvider/InterceptableConnectionAsync.swift",
        "ConnectivityMonitor/ConnectivityMonitor.swift",
        "ConnectivityMonitor/ConnectivityPath.swift",
        "Interceptor/APIKeyAuthInterceptor.swift",
        "Interceptor/OIDCAuthInterceptor.swift",
        "Interceptor/OIDCAuthInterceptorAsync.swift",
        "Interceptor/RealtimeGatewayURLInterceptor.swift",
        "Support/AppSyncJSONHelper.swift",
        "Support/AppSyncJSONValue.swift",
        "Support/AppSyncLogger.swift",
        "Support/AppSyncURLHelper.swift",
        "Support/AtomicValue.swift",
        "Support/CountdownTimer.swift",
        "Support/OIDCAuthProvider.swift",
        "Support/OIDCAuthProviderAsync.swift",
        "Support/SubscriptionConnectionType.swift",
        "Support/SubscriptionConstants.swift",
        "Support/TaskQueue.swift",
        "Websocket/AppSyncWebsocketProvider.swift",
        "Websocket/Starscream/StarscreamAdapter+Delegate.swift",
        "Websocket/Starscream/StarscreamAdapter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.