Build Information
Successful build of AppSyncRealTimeClient, reference main (ab284d
), with Swift 6.1 for iOS using Xcode 16.3 on 28 Apr 2025 17:19:39 UTC.
Swift 6 data race errors: 5
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=iOS 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
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aws-amplify/aws-appsync-realtime-client-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ab284da chore(deps): bump rexml from 3.3.7 to 3.3.9 (#168)
Cloned https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git
Revision (git rev-parse @):
ab284da9f668d346e29cf64898c5ef123195d06d
SUCCESS checkout https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git at main
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git
https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git
{
"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"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"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"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "AppSyncRealTimeClient",
"schemes" : [
"AppSyncRealTimeClient",
"AppSyncRealTimeClientIntegrationTests",
"AppSyncRTCSample",
"HostApp"
],
"targets" : [
"AppSyncRealTimeClient",
"AppSyncRealTimeClientTests",
"AppSyncRealTimeClientIntegrationTests",
"AppSyncRTCSample",
"HostApp"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"AppSyncRealTimeClient"
]
}
}
Running build ...
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=iOS 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
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme AppSyncRealTimeClient -destination generic/platform=iOS "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 settings from command line:
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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Starscream: https://github.com/daltoniam/Starscream @ 4.0.8
AppSyncRealTimeClient: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
Target 'AppSyncRealTimeClient' in project 'AppSyncRealTimeClient'
➜ Explicit dependency on target 'AppSyncRealTimeClient' in project 'AppSyncRealTimeClient'
➜ Explicit dependency on target 'Starscream' in project 'Starscream'
Target 'AppSyncRealTimeClient' in project 'AppSyncRealTimeClient'
➜ Explicit dependency on target 'Starscream' in project 'Starscream'
Target 'Starscream' in project 'Starscream'
➜ Explicit dependency on target 'Starscream' in project 'Starscream'
➜ Explicit dependency on target 'Starscream_Starscream' in project 'Starscream'
Target 'Starscream' in project 'Starscream'
➜ Explicit dependency on target 'Starscream_Starscream' in project 'Starscream'
Target 'Starscream_Starscream' in project 'Starscream' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0a6594add53634cc74465d63ea1ca860
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0a6594add53634cc74465d63ea1ca860.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream_Starscream.build/Starscream_Starscream.DependencyMetadataFileList (in target 'Starscream_Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream_Starscream.build/Starscream_Starscream.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Starscream.DependencyStaticMetadataFileList (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Starscream.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream_Starscream.build/Starscream_Starscream.DependencyStaticMetadataFileList (in target 'Starscream_Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream_Starscream.build/Starscream_Starscream.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream_Starscream.build/empty-Starscream_Starscream.plist (in target 'Starscream_Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream_Starscream.build/empty-Starscream_Starscream.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Starscream.DependencyMetadataFileList (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Starscream.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Starscream.modulemap (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Starscream.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.SwiftConstValuesFileList (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.SwiftFileList (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream_const_extract_protocols.json (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.LinkFileList (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream-OutputFileMap.json (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/DerivedSources/resource_bundle_accessor.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.SwiftFileList (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient_const_extract_protocols.json (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.SwiftConstValuesFileList (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.LinkFileList (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient-OutputFileMap.json (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Starscream.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Starscream.modulemap (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Starscream.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/AppSyncRealTimeClient.modulemap (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/AppSyncRealTimeClient.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/AppSyncRealTimeClient.DependencyStaticMetadataFileList (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/AppSyncRealTimeClient.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/AppSyncRealTimeClient.DependencyMetadataFileList (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/AppSyncRealTimeClient.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream_Starscream.bundle (in target 'Starscream_Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream_Starscream.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream_Starscream.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/PrivacyInfo.xcprivacy (in target 'Starscream_Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream_Starscream.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream_Starscream.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream_Starscream.build/empty-Starscream_Starscream.plist (in target 'Starscream_Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream_Starscream.build/empty-Starscream_Starscream.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream_Starscream.bundle/Info.plist
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/AppSyncRealTimeClient.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/AppSyncRealTimeClient.modulemap (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/AppSyncRealTimeClient.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream_Starscream.bundle (in target 'Starscream_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-iphoneos/Starscream_Starscream.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream_Starscream.bundle (in target 'Starscream_Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream_Starscream.bundle
SwiftDriver Starscream normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Starscream -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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 -suppress-warnings -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream-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/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.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/Starscream.build/Debug-iphoneos/Starscream.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.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/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Compression.swift,\ WSCompression.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Compression/Compression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Compression/WSCompression.swift (in target 'Starscream' from project 'Starscream')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/DerivedSources/resource_bundle_accessor.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Compression/Compression.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Compression/WSCompression.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FoundationSecurity.swift,\ Security.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Security/FoundationSecurity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Security/Security.swift (in target 'Starscream' from project 'Starscream')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Security/FoundationSecurity.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Security/Security.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FrameCollector.swift,\ Framer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Framer/FrameCollector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Framer/Framer.swift (in target 'Starscream' from project 'Starscream')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Framer/FrameCollector.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Framer/Framer.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FoundationHTTPHandler.swift,\ FoundationHTTPServerHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Framer/FoundationHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Framer/FoundationHTTPServerHandler.swift (in target 'Starscream' from project 'Starscream')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Framer/FoundationHTTPHandler.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Framer/FoundationHTTPServerHandler.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Data+Extensions.swift,\ Engine.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/DataBytes/Data+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Engine/Engine.swift (in target 'Starscream' from project 'Starscream')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/DataBytes/Data+Extensions.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Engine/Engine.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Starscream (in target 'Starscream' from project 'Starscream')
EmitSwiftModule normal arm64 (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Server.swift,\ WebSocketServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Server/Server.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Server/WebSocketServer.swift (in target 'Starscream' from project 'Starscream')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Server/Server.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Server/WebSocketServer.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ NativeEngine.swift,\ WSEngine.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Engine/NativeEngine.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Engine/WSEngine.swift (in target 'Starscream' from project 'Starscream')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Engine/NativeEngine.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Engine/WSEngine.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TCPTransport.swift,\ Transport.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Transport/TCPTransport.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Transport/Transport.swift (in target 'Starscream' from project 'Starscream')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Transport/TCPTransport.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Transport/Transport.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HTTPHandler.swift,\ StringHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Framer/HTTPHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Framer/StringHTTPHandler.swift (in target 'Starscream' from project 'Starscream')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Framer/HTTPHandler.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Framer/StringHTTPHandler.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ WebSocket.swift,\ FoundationTransport.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Starscream/WebSocket.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Transport/FoundationTransport.swift (in target 'Starscream' from project 'Starscream')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Starscream/WebSocket.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream/Sources/Transport/FoundationTransport.swift (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Starscream (in target 'Starscream' from project 'Starscream')
SwiftDriver\ Compilation\ Requirements Starscream normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Starscream -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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 -suppress-warnings -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream-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/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.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/Starscream.build/Debug-iphoneos/Starscream.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.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/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling WebSocket.swift, FoundationTransport.swift (in target 'Starscream' from project 'Starscream')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Starscream-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream-Swift.h (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Starscream-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.swiftmodule (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream.swiftmodule/arm64-apple-ios.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling Data+Extensions.swift, Engine.swift (in target 'Starscream' from project 'Starscream')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.swiftdoc (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.abi.json (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.swiftsourceinfo (in target 'Starscream' from project 'Starscream')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Starscream
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver 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-SwiftDriver -- /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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/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-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling FrameCollector.swift, Framer.swift (in target 'Starscream' from project 'Starscream')
SwiftDriverJobDiscovery normal arm64 Compiling FoundationHTTPHandler.swift, FoundationHTTPServerHandler.swift (in target 'Starscream' from project 'Starscream')
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
SwiftEmitModule normal arm64 Emitting\ module\ for\ AppSyncRealTimeClient (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
EmitSwiftModule normal arm64 (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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)
/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/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]?)
^
/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
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
SwiftCompile normal arm64 Compiling\ RetryableConnection.swift,\ SubscriptionConnection.swift,\ SubscriptionItem.swift,\ AppSyncConnectionRequest.swift,\ AppSyncMessage+Encodable.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/RetryableConnection.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/SubscriptionConnection.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/SubscriptionItem.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncConnectionRequest.swift /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/ConnectionProvider/AppSyncMessage+Encodable.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AppSyncRealTimeClient/Connection/RetryableConnection.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/Connection/SubscriptionConnection.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/Connection/SubscriptionItem.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/AppSyncConnectionRequest.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/AppSyncMessage+Encodable.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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 FoundationSecurity.swift, Security.swift (in target 'Starscream' from project 'Starscream')
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 arm64 Compiling HTTPHandler.swift, StringHTTPHandler.swift (in target 'Starscream' from project 'Starscream')
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)
^
SwiftCompile normal arm64 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 arm64 /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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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 arm64 /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 arm64 /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 arm64 /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 arm64 /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
SwiftDriverJobDiscovery normal arm64 Compiling Server.swift, WebSocketServer.swift (in target 'Starscream' from project 'Starscream')
SwiftDriverJobDiscovery normal arm64 Compiling NativeEngine.swift, WSEngine.swift (in target 'Starscream' from project 'Starscream')
SwiftCompile normal arm64 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 arm64 /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 arm64 /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 arm64 /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 arm64 /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 {
^
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 Compiling TCPTransport.swift, Transport.swift (in target 'Starscream' from project 'Starscream')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Compression.swift, WSCompression.swift (in target 'Starscream' from project 'Starscream')
SwiftDriver\ Compilation Starscream normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Starscream' from project 'Starscream')
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 Starscream -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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 -suppress-warnings -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream-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/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.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/Starscream.build/Debug-iphoneos/Starscream.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.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/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CountdownTimer.swift, OIDCAuthProvider.swift, OIDCAuthProviderAsync.swift, SubscriptionConnectionType.swift, SubscriptionConstants.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftCompile normal arm64 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 /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 /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 /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 /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 /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 arm64 Compiling ConnectionProviderFactory.swift, InterceptableConnection+Default.swift, InterceptableConnection.swift, InterceptableConnectionAsync.swift, ConnectivityMonitor.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream.o normal (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-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/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-iphoneos/Starscream.build/Objects-normal/arm64/Starscream_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream.o
SwiftDriverJobDiscovery normal arm64 Emitting module for AppSyncRealTimeClient (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/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-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/AppSyncRealTimeClient-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient-Swift.h (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/AppSyncRealTimeClient-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AppSyncRealTimeClient.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.swiftmodule (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AppSyncRealTimeClient.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AppSyncRealTimeClient.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.swiftdoc (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AppSyncRealTimeClient.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AppSyncRealTimeClient.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.abi.json (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AppSyncRealTimeClient.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AppSyncRealTimeClient.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.swiftsourceinfo (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AppSyncRealTimeClient.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling RetryableConnection.swift, SubscriptionConnection.swift, SubscriptionItem.swift, AppSyncConnectionRequest.swift, AppSyncMessage+Encodable.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
SwiftDriverJobDiscovery normal arm64 Compiling TaskQueue.swift, AppSyncWebsocketProvider.swift, StarscreamAdapter+Delegate.swift, StarscreamAdapter.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier starscream.Starscream --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Starscream.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Starscream.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 10:19:38.165 appintentsmetadataprocessor[770:4266] Starting appintentsmetadataprocessor export
2025-04-28 10:19:38.218 appintentsmetadataprocessor[770:4266] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling AWSAppSyncRealTimeClient.swift, AppSyncSubscriptionConnection+Connection.swift, AppSyncSubscriptionConnection+DataHandler.swift, AppSyncSubscriptionConnection+ErrorHandler.swift, AppSyncSubscriptionConnection.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')
SwiftDriverJobDiscovery normal arm64 Compiling AppSyncJSONHelper.swift, AppSyncJSONValue.swift, AppSyncLogger.swift, AppSyncURLHelper.swift, AtomicValue.swift (in target 'AppSyncRealTimeClient' from project 'AppSyncRealTimeClient')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Starscream.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 AppSyncMessage.swift, AppSyncResponse.swift, RealtimeConnectionProvider+ConnectionInterceptable.swift, RealtimeConnectionProvider+MessageInterceptable.swift, RealtimeConnectionProvider+StaleConnection.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')
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/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-iphoneos/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/Products/Debug-iphoneos/AppSyncRealTimeClient.o normal (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-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.AppSyncRealTimeClient --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AppSyncRealTimeClient.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AppSyncRealTimeClient.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/AppSyncRealTimeClient.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/AppSyncRealTimeClient.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AppSyncRealTimeClient.build/Debug-iphoneos/AppSyncRealTimeClient.build/Objects-normal/arm64/AppSyncRealTimeClient.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 10:19:38.338 appintentsmetadataprocessor[773:4305] Starting appintentsmetadataprocessor export
2025-04-28 10:19:38.373 appintentsmetadataprocessor[773:4305] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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.