Skip to content

chore(deps): bump concurrent-ruby from 1.3.6 to 1.3.7 (#4236) #395

chore(deps): bump concurrent-ruby from 1.3.6 to 1.3.7 (#4236)

chore(deps): bump concurrent-ruby from 1.3.6 to 1.3.7 (#4236) #395

Triggered via push June 29, 2026 17:08
Status Success
Total duration 45m 6s
Artifacts 16
Matrix: Run Plugins Unit Tests / targets-with-coverage
Matrix: Build Amplify package / build-amplify-swift
Matrix: Run Plugins Unit Tests / targets-without-coverage
Run Fortify Scan  /  fortify-scan
3m 15s
Run Fortify Scan / fortify-scan
Matrix: Run Plugins Unit Tests / report-coverage
Build Amplify package  /  Confirm Passing Build Steps
3s
Build Amplify package / Confirm Passing Build Steps
Run Plugins Unit Tests  /  Confirm Passing Unit Tests
2s
Run Plugins Unit Tests / Confirm Passing Unit Tests
Run Fortify Scan  /  Confirm Passing Fortify Scan
3s
Run Fortify Scan / Confirm Passing Fortify Scan
Release new unstable version
2m 1s
Release new unstable version
Fit to window
Zoom out
Zoom in

Annotations

55 errors, 827 warnings, and 118 notices
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify: 2026-06-29 17#L25
Fatal error: Error: typeNotRegistered(Amplify.HubCategoryPlugin)
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify: 2026-06-29 17#L25
Fatal error: Error: typeNotRegistered(Amplify.HubCategoryPlugin)
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify: 2026-06-29 17#L25
Fatal error: More than 1 plugin added to Analytics category. You must invoke operations on this category by getting the plugin you want, as in:
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify: Amplify/Categories/Analytics/AnalyticsCategory.swift#L33
Fatal error: More than 1 plugin added to Analytics category. You must invoke operations on this category by getting the plugin you want, as in:
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify: 2026-06-29 17#L25
Fatal error: Analytics category is not configured. Call Amplify.configure() before using any methods on the category.
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify: Amplify/Categories/Analytics/AnalyticsCategory.swift#L20
Fatal error: Analytics category is not configured. Call Amplify.configure() before using any methods on the category.
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify: 2026-06-29 17#L30
Fatal error: Error: typeNotRegistered(Amplify.HubCategoryPlugin)
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify: 2026-06-29 17#L30
Fatal error: Error: typeNotRegistered(Amplify.HubCategoryPlugin)
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify: 2026-06-29 17#L30
Fatal error: More than 1 plugin added to Analytics category. You must invoke operations on this category by getting the plugin you want, as in:
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify: Amplify/Categories/Analytics/AnalyticsCategory.swift#L33
Fatal error: More than 1 plugin added to Analytics category. You must invoke operations on this category by getting the plugin you want, as in:
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify: 2026-06-29 17#L30
Fatal error: Analytics category is not configured. Call Amplify.configure() before using any methods on the category.
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify: Amplify/Categories/Analytics/AnalyticsCategory.swift#L20
Fatal error: Analytics category is not configured. Call Amplify.configure() before using any methods on the category.
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / watchOS Tests | AWSPluginsCore / watchOS Tests | AWSPluginsCore: AmplifyPlugins/Core/AWSPluginsCoreTests/WebSocket/WebSocketClientTests.swift#L133
testWebSocketClient_whenNetworkStateChagnes_disconnectOrReconnect, failed - No other type of event should be received
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / iOS Tests | AWSCloudWatchLoggingPlugin / iOS Tests | AWSCloudWatchLoggingPlugin: AmplifyPlugins/Logging/Tests/AWSCloudWatchLoggingPluginTests/AWSCloudWatchLoggingSessionControllerTests.swift#L75
testConsumeFailureSendsHubEvent, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "Should receive the hub event".
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin: AmplifyPlugins/DataStore/Tests/AWSDataStorePluginTests/AWSDataStoreLocalStoreTests.swift#L327
testObserveQuery, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "initial snapshot received".
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin: AmplifyPlugins/DataStore/Tests/AWSDataStorePluginTests/Sync/MutationQueue/OutgoingMutationQueueTestsWithMockStateMachine.swift#L234
testReceivedStartActionWhileExpectingEventProcessedAction, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "state requestingEvent, processedEvent".
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin: AmplifyPlugins/DataStore/Tests/AWSDataStorePluginTests/Sync/MutationQueue/OutgoingMutationQueueTestsWithMockStateMachine.swift#L225
testReceivedStartActionWhileExpectingEventProcessedAction, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "Start received again".
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin: AmplifyPlugins/DataStore/Tests/AWSDataStorePluginTests/Sync/MutationQueue/OutgoingMutationQueueTestsWithMockStateMachine.swift#L202
testReceivedStartActionWhileExpectingEventProcessedAction, XCTAssertEqual failed: ("receivedStart(AmplifyTestCommon.MockAPICategoryPlugin, AWSDataStorePlugin.AWSMutationEventPublisher, Optional(AWSDataStoreCategoryPluginTests.MockReconciliationQueue))") is not equal to ("receivedStop((Function))")
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin: AmplifyPlugins/DataStore/Tests/AWSDataStorePluginTests/Sync/MutationQueue/OutgoingMutationQueueTestsWithMockStateMachine.swift#L154
testReceivedStartActionWhileExpectingEventProcessedAction, Asynchronous wait failed: Exceeded timeout of 0.1 seconds, with unfulfilled expectations: "receivedSubscription".
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin: AmplifyPlugins/DataStore/Tests/AWSDataStorePluginTests/Subscribe/ObserveQueryTaskRunnerTests.swift#L629
testUpdatedModelNoLongerMatchesPredicateRemovedFromSnapshot, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "second query snapshots", "third query snapshots", "fourth query snapshots".
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin: AmplifyPlugins/DataStore/Tests/AWSDataStorePluginTests/Subscribe/ObserveQueryTaskRunnerTests.swift#L73
testItemChangedWillGenerateSnapshot, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "second query snapshots".
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / visionOS Tests | AWSAPIPlugin / visionOS Tests | AWSAPIPlugin: AmplifyPlugins/API/Tests/AWSAPIPluginTests/AWSAPICategoryPlugin+GraphQLBehaviorTests.swift#L44
testQuery, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "Operation should finish".
Run Fortify Scan / fortify-scan
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, aws-actions/configure-aws-credentials@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Amplify package / Build Amplify Swift for watchOS / Build Amplify-Package | watchOS
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Amplify package / Build Amplify Swift for watchOS / Build Amplify-Package | watchOS
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Build Amplify package / Build Amplify Swift for macOS / Build Amplify-Package | macOS
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Amplify package / Build Amplify Swift for macOS / Build Amplify-Package | macOS
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Build Amplify package / Build Amplify Swift for macOS / Build Amplify-Package | macOS: Amplify/Core/Support/DeviceInfo.swift#L138
'kIOMasterPortDefault' was deprecated in macOS 12.0: renamed to 'kIOMainPortDefault'
Build Amplify package / Build Amplify Swift for macOS / Build Amplify-Package | macOS: Amplify/Categories/DataStore/Model/Internal/Schema/ModelSchema.swift#L122
'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
Build Amplify package / Build Amplify Swift for macOS / Build Amplify-Package | macOS
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / macOS Tests | InternalAWSPinpointUnitTests / macOS Tests | InternalAWSPinpointUnitTests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / macOS Tests | InternalAWSPinpointUnitTests / macOS Tests | InternalAWSPinpointUnitTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Build Amplify package / Build Amplify Swift for visionOS / Build Amplify-Package | visionOS
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Amplify package / Build Amplify Swift for visionOS / Build Amplify-Package | visionOS
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Build Amplify package / Build Amplify Swift for visionOS / Build Amplify-Package | visionOS
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / tvOS Tests | InternalAWSPinpointUnitTests / tvOS Tests | InternalAWSPinpointUnitTests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / tvOS Tests | InternalAWSPinpointUnitTests / tvOS Tests | InternalAWSPinpointUnitTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / watchOS Tests | AmplifyKinesisClient / watchOS Tests | AmplifyKinesisClient
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / watchOS Tests | AmplifyKinesisClient / watchOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Tests/UnitTests/AmplifyKinesisClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / watchOS Tests | AmplifyKinesisClient / watchOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Tests/UnitTests/AmplifyKinesisClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / watchOS Tests | AmplifyKinesisClient / watchOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Sources/AmplifyKinesisClient.swift#L126
'KinesisClientConfiguration' is deprecated: Use KinesisClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / watchOS Tests | AmplifyKinesisClient / watchOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Sources/AmplifyKinesisClient.swift#L17
'KinesisClientConfiguration' is deprecated: Use KinesisClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / watchOS Tests | AmplifyKinesisClient / watchOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Sources/AmplifyKinesisClient.swift#L17
'KinesisClientConfiguration' is deprecated: Use KinesisClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / watchOS Tests | AmplifyKinesisClient / watchOS Tests | AmplifyKinesisClient
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / macOS Tests | AmplifyFirehoseClient / macOS Tests | AmplifyFirehoseClient
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / macOS Tests | AmplifyFirehoseClient / macOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Tests/UnitTests/AmplifyFirehoseClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / macOS Tests | AmplifyFirehoseClient / macOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Tests/UnitTests/AmplifyFirehoseClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / macOS Tests | AmplifyFirehoseClient / macOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Sources/AmplifyFirehoseClient.swift#L108
'FirehoseClientConfiguration' is deprecated: Use FirehoseClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / macOS Tests | AmplifyFirehoseClient / macOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Sources/AmplifyFirehoseClient.swift#L17
'FirehoseClientConfiguration' is deprecated: Use FirehoseClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / macOS Tests | AmplifyFirehoseClient / macOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Sources/AmplifyFirehoseClient.swift#L17
'FirehoseClientConfiguration' is deprecated: Use FirehoseClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / macOS Tests | AmplifyFirehoseClient / macOS Tests | AmplifyFirehoseClient
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / watchOS Tests | InternalAWSPinpointUnitTests / watchOS Tests | InternalAWSPinpointUnitTests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / watchOS Tests | InternalAWSPinpointUnitTests / watchOS Tests | InternalAWSPinpointUnitTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / macOS Tests | AmplifyKinesisClient / macOS Tests | AmplifyKinesisClient
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / macOS Tests | AmplifyKinesisClient / macOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Tests/UnitTests/AmplifyKinesisClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / macOS Tests | AmplifyKinesisClient / macOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Tests/UnitTests/AmplifyKinesisClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / macOS Tests | AmplifyKinesisClient / macOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Sources/AmplifyKinesisClient.swift#L126
'KinesisClientConfiguration' is deprecated: Use KinesisClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / macOS Tests | AmplifyKinesisClient / macOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Sources/AmplifyKinesisClient.swift#L17
'KinesisClientConfiguration' is deprecated: Use KinesisClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / macOS Tests | AmplifyKinesisClient / macOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Sources/AmplifyKinesisClient.swift#L17
'KinesisClientConfiguration' is deprecated: Use KinesisClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / macOS Tests | AmplifyKinesisClient / macOS Tests | AmplifyKinesisClient
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / iOS Tests | InternalAWSPinpointUnitTests / iOS Tests | InternalAWSPinpointUnitTests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / iOS Tests | InternalAWSPinpointUnitTests / iOS Tests | InternalAWSPinpointUnitTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Build Amplify package / Build Amplify Swift for tvOS / Build Amplify-Package | tvOS
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Amplify package / Build Amplify Swift for tvOS / Build Amplify-Package | tvOS
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Build Amplify package / Build Amplify Swift for tvOS / Build Amplify-Package | tvOS
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / visionOS Tests | InternalAWSPinpointUnitTests / visionOS Tests | InternalAWSPinpointUnitTests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / visionOS Tests | InternalAWSPinpointUnitTests / visionOS Tests | InternalAWSPinpointUnitTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / watchOS Tests | AWSAPIPlugin / watchOS Tests | AWSAPIPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / watchOS Tests | AWSAPIPlugin / watchOS Tests | AWSAPIPlugin
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / visionOS Tests | AmplifyKinesisClient / visionOS Tests | AmplifyKinesisClient
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / visionOS Tests | AmplifyKinesisClient / visionOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Tests/UnitTests/AmplifyKinesisClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / visionOS Tests | AmplifyKinesisClient / visionOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Tests/UnitTests/AmplifyKinesisClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / visionOS Tests | AmplifyKinesisClient / visionOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Sources/AmplifyKinesisClient.swift#L126
'KinesisClientConfiguration' is deprecated: Use KinesisClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / visionOS Tests | AmplifyKinesisClient / visionOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Sources/AmplifyKinesisClient.swift#L17
'KinesisClientConfiguration' is deprecated: Use KinesisClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / visionOS Tests | AmplifyKinesisClient / visionOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Sources/AmplifyKinesisClient.swift#L17
'KinesisClientConfiguration' is deprecated: Use KinesisClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / visionOS Tests | AmplifyKinesisClient / visionOS Tests | AmplifyKinesisClient
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / macOS Tests | AWSAPIPlugin / macOS Tests | AWSAPIPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / macOS Tests | AWSAPIPlugin / macOS Tests | AWSAPIPlugin
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / tvOS Tests | AWSAPIPlugin / tvOS Tests | AWSAPIPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / tvOS Tests | AWSAPIPlugin / tvOS Tests | AWSAPIPlugin
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / iOS Tests | AmplifyFirehoseClient / iOS Tests | AmplifyFirehoseClient
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / iOS Tests | AmplifyFirehoseClient / iOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Tests/UnitTests/AmplifyFirehoseClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / iOS Tests | AmplifyFirehoseClient / iOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Tests/UnitTests/AmplifyFirehoseClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / iOS Tests | AmplifyFirehoseClient / iOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Sources/AmplifyFirehoseClient.swift#L108
'FirehoseClientConfiguration' is deprecated: Use FirehoseClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / iOS Tests | AmplifyFirehoseClient / iOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Sources/AmplifyFirehoseClient.swift#L17
'FirehoseClientConfiguration' is deprecated: Use FirehoseClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / iOS Tests | AmplifyFirehoseClient / iOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Sources/AmplifyFirehoseClient.swift#L17
'FirehoseClientConfiguration' is deprecated: Use FirehoseClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / iOS Tests | AmplifyFirehoseClient / iOS Tests | AmplifyFirehoseClient
Cache not found for keys: Amplify-iOS-26.3-AmplifyFirehoseClient-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / macOS Tests | AWSPredictionsPlugin / macOS Tests | AWSPredictionsPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / macOS Tests | AWSPredictionsPlugin / macOS Tests | AWSPredictionsPlugin
Cache not found for keys: Amplify-macOS-26.3-AWSPredictionsPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AmplifyFoundationBridge Unit Tests / tvOS Tests | AmplifyFoundationBridge / tvOS Tests | AmplifyFoundationBridge
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFoundationBridge Unit Tests / tvOS Tests | AmplifyFoundationBridge / tvOS Tests | AmplifyFoundationBridge
Cache not found for keys: Amplify-tvOS-26.3-AmplifyFoundationBridge-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AmplifyFoundationBridge Unit Tests / macOS Tests | AmplifyFoundationBridge / macOS Tests | AmplifyFoundationBridge
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFoundationBridge Unit Tests / macOS Tests | AmplifyFoundationBridge / macOS Tests | AmplifyFoundationBridge
Cache not found for keys: Amplify-macOS-26.3-AmplifyFoundationBridge-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / tvOS Tests | AmplifyFirehoseClient / tvOS Tests | AmplifyFirehoseClient
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / tvOS Tests | AmplifyFirehoseClient / tvOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Tests/UnitTests/AmplifyFirehoseClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / tvOS Tests | AmplifyFirehoseClient / tvOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Tests/UnitTests/AmplifyFirehoseClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / tvOS Tests | AmplifyFirehoseClient / tvOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Sources/AmplifyFirehoseClient.swift#L108
'FirehoseClientConfiguration' is deprecated: Use FirehoseClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / tvOS Tests | AmplifyFirehoseClient / tvOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Sources/AmplifyFirehoseClient.swift#L17
'FirehoseClientConfiguration' is deprecated: Use FirehoseClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / tvOS Tests | AmplifyFirehoseClient / tvOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Sources/AmplifyFirehoseClient.swift#L17
'FirehoseClientConfiguration' is deprecated: Use FirehoseClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / tvOS Tests | AmplifyFirehoseClient / tvOS Tests | AmplifyFirehoseClient
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / macOS Tests | AmplifyFoundation / macOS Tests | AmplifyFoundation
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / macOS Tests | AmplifyFoundation / macOS Tests | AmplifyFoundation: AmplifyFoundation/Tests/AmplifyLoggingTests.swift#L218
stored property 'logLevel' of 'Sendable'-conforming class 'MockLogSink' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / macOS Tests | AmplifyFoundation / macOS Tests | AmplifyFoundation: AmplifyFoundation/Tests/AmplifyLoggingTests.swift#L218
stored property 'logLevel' of 'Sendable'-conforming class 'MockLogSink' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / macOS Tests | AmplifyFoundation / macOS Tests | AmplifyFoundation
Cache not found for keys: Amplify-macOS-26.3-AmplifyFoundation-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AmplifyFoundationBridge Unit Tests / watchOS Tests | AmplifyFoundationBridge / watchOS Tests | AmplifyFoundationBridge
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFoundationBridge Unit Tests / watchOS Tests | AmplifyFoundationBridge / watchOS Tests | AmplifyFoundationBridge
Cache not found for keys: Amplify-watchOS-26.3-AmplifyFoundationBridge-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify: Amplify/Categories/Predictions/Models/Language.swift#L2401
'languageCode' was deprecated in watchOS 9: renamed to 'language.languageCode.identifier'
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / tvOS Tests | AWSPredictionsPlugin / tvOS Tests | AWSPredictionsPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / tvOS Tests | AWSPredictionsPlugin / tvOS Tests | AWSPredictionsPlugin
Cache not found for keys: Amplify-tvOS-26.3-AWSPredictionsPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / iOS Tests | AWSAPIPlugin / iOS Tests | AWSAPIPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / iOS Tests | AWSAPIPlugin / iOS Tests | AWSAPIPlugin
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / watchOS Tests | AmplifyFirehoseClient / watchOS Tests | AmplifyFirehoseClient
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / watchOS Tests | AmplifyFirehoseClient / watchOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Tests/UnitTests/AmplifyFirehoseClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / watchOS Tests | AmplifyFirehoseClient / watchOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Tests/UnitTests/AmplifyFirehoseClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / watchOS Tests | AmplifyFirehoseClient / watchOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Sources/AmplifyFirehoseClient.swift#L108
'FirehoseClientConfiguration' is deprecated: Use FirehoseClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / watchOS Tests | AmplifyFirehoseClient / watchOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Sources/AmplifyFirehoseClient.swift#L17
'FirehoseClientConfiguration' is deprecated: Use FirehoseClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / watchOS Tests | AmplifyFirehoseClient / watchOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Sources/AmplifyFirehoseClient.swift#L17
'FirehoseClientConfiguration' is deprecated: Use FirehoseClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / watchOS Tests | AmplifyFirehoseClient / watchOS Tests | AmplifyFirehoseClient
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AmplifyFoundationBridge Unit Tests / iOS Tests | AmplifyFoundationBridge / iOS Tests | AmplifyFoundationBridge
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFoundationBridge Unit Tests / iOS Tests | AmplifyFoundationBridge / iOS Tests | AmplifyFoundationBridge
Cache not found for keys: Amplify-iOS-26.3-AmplifyFoundationBridge-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / tvOS Tests | AWSPluginsCore / tvOS Tests | AWSPluginsCore
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / tvOS Tests | AWSPluginsCore / tvOS Tests | AWSPluginsCore
Cache not found for keys: Amplify-tvOS-26.3-AWSPluginsCore-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / visionOS Tests | AmplifyFirehoseClient / visionOS Tests | AmplifyFirehoseClient
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / visionOS Tests | AmplifyFirehoseClient / visionOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Tests/UnitTests/AmplifyFirehoseClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / visionOS Tests | AmplifyFirehoseClient / visionOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Tests/UnitTests/AmplifyFirehoseClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / visionOS Tests | AmplifyFirehoseClient / visionOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Sources/AmplifyFirehoseClient.swift#L108
'FirehoseClientConfiguration' is deprecated: Use FirehoseClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / visionOS Tests | AmplifyFirehoseClient / visionOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Sources/AmplifyFirehoseClient.swift#L17
'FirehoseClientConfiguration' is deprecated: Use FirehoseClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / visionOS Tests | AmplifyFirehoseClient / visionOS Tests | AmplifyFirehoseClient: AmplifyClients/AmplifyFirehoseClient/Sources/AmplifyFirehoseClient.swift#L17
'FirehoseClientConfiguration' is deprecated: Use FirehoseClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyFirehoseClient Unit Tests / visionOS Tests | AmplifyFirehoseClient / visionOS Tests | AmplifyFirehoseClient
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / tvOS Tests | AmplifyKinesisClient / tvOS Tests | AmplifyKinesisClient
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / tvOS Tests | AmplifyKinesisClient / tvOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Tests/UnitTests/AmplifyKinesisClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / tvOS Tests | AmplifyKinesisClient / tvOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Tests/UnitTests/AmplifyKinesisClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / tvOS Tests | AmplifyKinesisClient / tvOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Sources/AmplifyKinesisClient.swift#L126
'KinesisClientConfiguration' is deprecated: Use KinesisClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / tvOS Tests | AmplifyKinesisClient / tvOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Sources/AmplifyKinesisClient.swift#L17
'KinesisClientConfiguration' is deprecated: Use KinesisClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / tvOS Tests | AmplifyKinesisClient / tvOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Sources/AmplifyKinesisClient.swift#L17
'KinesisClientConfiguration' is deprecated: Use KinesisClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / tvOS Tests | AmplifyKinesisClient / tvOS Tests | AmplifyKinesisClient
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / watchOS Tests | AWSPinpointAnalyticsPlugin / watchOS Tests | AWSPinpointAnalyticsPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / watchOS Tests | AWSPinpointAnalyticsPlugin / watchOS Tests | AWSPinpointAnalyticsPlugin
Cache not found for keys: Amplify-watchOS-26.3-AWSPinpointAnalyticsPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / macOS Tests | AWSPluginsCore / macOS Tests | AWSPluginsCore
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / macOS Tests | AWSPluginsCore / macOS Tests | AWSPluginsCore
Cache not found for keys: Amplify-macOS-26.3-AWSPluginsCore-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / iOS Tests | AmplifyKinesisClient / iOS Tests | AmplifyKinesisClient
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / iOS Tests | AmplifyKinesisClient / iOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Tests/UnitTests/AmplifyKinesisClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / iOS Tests | AmplifyKinesisClient / iOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Tests/UnitTests/AmplifyKinesisClientUserAgentTests.swift#L18
stored property 'capturedUserAgent' of 'Sendable'-conforming class 'UserAgentCapturingEngine' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / iOS Tests | AmplifyKinesisClient / iOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Sources/AmplifyKinesisClient.swift#L126
'KinesisClientConfiguration' is deprecated: Use KinesisClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / iOS Tests | AmplifyKinesisClient / iOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Sources/AmplifyKinesisClient.swift#L17
'KinesisClientConfiguration' is deprecated: Use KinesisClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / iOS Tests | AmplifyKinesisClient / iOS Tests | AmplifyKinesisClient: AmplifyClients/AmplifyKinesisClient/Sources/AmplifyKinesisClient.swift#L17
'KinesisClientConfiguration' is deprecated: Use KinesisClientConfig instead. This class will be removed in a future version.
Run Plugins Unit Tests / AmplifyKinesisClient Unit Tests / iOS Tests | AmplifyKinesisClient / iOS Tests | AmplifyKinesisClient
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / macOS Tests | AWSCloudWatchLoggingPlugin / macOS Tests | AWSCloudWatchLoggingPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / macOS Tests | AWSCloudWatchLoggingPlugin / macOS Tests | AWSCloudWatchLoggingPlugin
Cache not found for keys: Amplify-macOS-26.3-AWSCloudWatchLoggingPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / visionOS Tests | AWSPredictionsPlugin / visionOS Tests | AWSPredictionsPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / visionOS Tests | AWSPredictionsPlugin / visionOS Tests | AWSPredictionsPlugin
Cache not found for keys: Amplify-visionOS-26.3-AWSPredictionsPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AmplifyFoundationBridge Unit Tests / visionOS Tests | AmplifyFoundationBridge / visionOS Tests | AmplifyFoundationBridge
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFoundationBridge Unit Tests / visionOS Tests | AmplifyFoundationBridge / visionOS Tests | AmplifyFoundationBridge
Cache not found for keys: Amplify-visionOS-26.3-AmplifyFoundationBridge-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / watchOS Tests | AWSPredictionsPlugin / watchOS Tests | AWSPredictionsPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / watchOS Tests | AWSPredictionsPlugin / watchOS Tests | AWSPredictionsPlugin
Cache not found for keys: Amplify-watchOS-26.3-AWSPredictionsPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / visionOS Tests | AmplifyFoundation / visionOS Tests | AmplifyFoundation
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / visionOS Tests | AmplifyFoundation / visionOS Tests | AmplifyFoundation: AmplifyFoundation/Tests/AmplifyLoggingTests.swift#L218
stored property 'logLevel' of 'Sendable'-conforming class 'MockLogSink' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / visionOS Tests | AmplifyFoundation / visionOS Tests | AmplifyFoundation: AmplifyFoundation/Tests/AmplifyLoggingTests.swift#L218
stored property 'logLevel' of 'Sendable'-conforming class 'MockLogSink' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / visionOS Tests | AmplifyFoundation / visionOS Tests | AmplifyFoundation
Cache not found for keys: Amplify-visionOS-26.3-AmplifyFoundation-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / watchOS Tests | AWSPluginsCore / watchOS Tests | AWSPluginsCore
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / watchOS Tests | AWSPluginsCore / watchOS Tests | AWSPluginsCore
Cache not found for keys: Amplify-watchOS-26.3-AWSPluginsCore-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify: Amplify/Categories/Predictions/Models/Language.swift#L2401
'languageCode' was deprecated in iOS 1.0: renamed to 'language.languageCode.identifier'
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / watchOS Tests | AmplifyFoundation / watchOS Tests | AmplifyFoundation
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / watchOS Tests | AmplifyFoundation / watchOS Tests | AmplifyFoundation: AmplifyFoundation/Tests/AmplifyLoggingTests.swift#L218
stored property 'logLevel' of 'Sendable'-conforming class 'MockLogSink' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / watchOS Tests | AmplifyFoundation / watchOS Tests | AmplifyFoundation: AmplifyFoundation/Tests/AmplifyLoggingTests.swift#L218
stored property 'logLevel' of 'Sendable'-conforming class 'MockLogSink' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / watchOS Tests | AmplifyFoundation / watchOS Tests | AmplifyFoundation
Cache not found for keys: Amplify-watchOS-26.3-AmplifyFoundation-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / tvOS Tests | AWSCloudWatchLoggingPlugin / tvOS Tests | AWSCloudWatchLoggingPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / tvOS Tests | AWSCloudWatchLoggingPlugin / tvOS Tests | AWSCloudWatchLoggingPlugin
Cache not found for keys: Amplify-tvOS-26.3-AWSCloudWatchLoggingPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / iOS Tests | AWSCloudWatchLoggingPlugin / iOS Tests | AWSCloudWatchLoggingPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / tvOS Tests | AWSPinpointAnalyticsPlugin / tvOS Tests | AWSPinpointAnalyticsPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / tvOS Tests | AWSPinpointAnalyticsPlugin / tvOS Tests | AWSPinpointAnalyticsPlugin
Cache not found for keys: Amplify-tvOS-26.3-AWSPinpointAnalyticsPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / visionOS Tests | AWSPinpointAnalyticsPlugin / visionOS Tests | AWSPinpointAnalyticsPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / visionOS Tests | AWSPinpointAnalyticsPlugin / visionOS Tests | AWSPinpointAnalyticsPlugin
Cache not found for keys: Amplify-visionOS-26.3-AWSPinpointAnalyticsPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Build Amplify package / Build Amplify Swift for iOS / Build Amplify-Package | iOS
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Amplify package / Build Amplify Swift for iOS / Build Amplify-Package | iOS
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Build Amplify package / Build Amplify Swift for iOS / Build Amplify-Package | iOS
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / tvOS Tests | AWSCognitoAuthPlugin / tvOS Tests | AWSCognitoAuthPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / tvOS Tests | AWSCognitoAuthPlugin / tvOS Tests | AWSCognitoAuthPlugin
Cache not found for keys: Amplify-tvOS-26.3-AWSCognitoAuthPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AmplifyRecordCache Unit Tests / watchOS Tests | AmplifyRecordCache / watchOS Tests | AmplifyRecordCache
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyRecordCache Unit Tests / watchOS Tests | AmplifyRecordCache / watchOS Tests | AmplifyRecordCache
Cache not found for keys: Amplify-watchOS-26.3-AmplifyRecordCache-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / watchOS Tests | AWSLocationGeoPlugin / watchOS Tests | AWSLocationGeoPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / watchOS Tests | AWSLocationGeoPlugin / watchOS Tests | AWSLocationGeoPlugin
Cache not found for keys: Amplify-watchOS-26.3-AWSLocationGeoPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AmplifyRecordCache Unit Tests / visionOS Tests | AmplifyRecordCache / visionOS Tests | AmplifyRecordCache
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / tvOS Tests | AmplifyFoundation / tvOS Tests | AmplifyFoundation
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / tvOS Tests | AmplifyFoundation / tvOS Tests | AmplifyFoundation: AmplifyFoundation/Tests/AmplifyLoggingTests.swift#L218
stored property 'logLevel' of 'Sendable'-conforming class 'MockLogSink' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / tvOS Tests | AmplifyFoundation / tvOS Tests | AmplifyFoundation: AmplifyFoundation/Tests/AmplifyLoggingTests.swift#L218
stored property 'logLevel' of 'Sendable'-conforming class 'MockLogSink' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / tvOS Tests | AmplifyFoundation / tvOS Tests | AmplifyFoundation
Cache not found for keys: Amplify-tvOS-26.3-AmplifyFoundation-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / iOS Tests | AmplifyFoundation / iOS Tests | AmplifyFoundation
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / iOS Tests | AmplifyFoundation / iOS Tests | AmplifyFoundation: AmplifyFoundation/Tests/AmplifyLoggingTests.swift#L218
stored property 'logLevel' of 'Sendable'-conforming class 'MockLogSink' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyFoundation Unit Tests / iOS Tests | AmplifyFoundation / iOS Tests | AmplifyFoundation: AmplifyFoundation/Tests/AmplifyLoggingTests.swift#L218
stored property 'logLevel' of 'Sendable'-conforming class 'MockLogSink' is mutable; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AmplifyRecordCache Unit Tests / macOS Tests | AmplifyRecordCache / macOS Tests | AmplifyRecordCache
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyRecordCache Unit Tests / macOS Tests | AmplifyRecordCache / macOS Tests | AmplifyRecordCache
Cache not found for keys: Amplify-macOS-26.3-AmplifyRecordCache-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / macOS Tests | AWSLocationGeoPlugin / macOS Tests | AWSLocationGeoPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / macOS Tests | AWSLocationGeoPlugin / macOS Tests | AWSLocationGeoPlugin
Cache not found for keys: Amplify-macOS-26.3-AWSLocationGeoPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / watchOS Tests | AWSCloudWatchLoggingPlugin / watchOS Tests | AWSCloudWatchLoggingPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / watchOS Tests | AWSCloudWatchLoggingPlugin / watchOS Tests | AWSCloudWatchLoggingPlugin
Cache not found for keys: Amplify-watchOS-26.3-AWSCloudWatchLoggingPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / watchOS Tests | AWSCognitoAuthPlugin / watchOS Tests | AWSCognitoAuthPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / watchOS Tests | AWSCognitoAuthPlugin / watchOS Tests | AWSCognitoAuthPlugin
Cache not found for keys: Amplify-watchOS-26.3-AWSCognitoAuthPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / iOS Tests | AWSPredictionsPlugin / iOS Tests | AWSPredictionsPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / iOS Tests | AWSPredictionsPlugin / iOS Tests | AWSPredictionsPlugin
Cache not found for keys: Amplify-iOS-26.3-AWSPredictionsPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AmplifyRecordCache Unit Tests / iOS Tests | AmplifyRecordCache / iOS Tests | AmplifyRecordCache
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / iOS Tests | AWSPinpointAnalyticsPlugin / iOS Tests | AWSPinpointAnalyticsPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / iOS Tests | AWSPinpointAnalyticsPlugin / iOS Tests | AWSPinpointAnalyticsPlugin
Cache not found for keys: Amplify-iOS-26.3-AWSPinpointAnalyticsPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / macOS Tests | AWSPinpointAnalyticsPlugin / macOS Tests | AWSPinpointAnalyticsPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / macOS Tests | AWSPinpointAnalyticsPlugin / macOS Tests | AWSPinpointAnalyticsPlugin
Cache not found for keys: Amplify-macOS-26.3-AWSPinpointAnalyticsPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / visionOS Tests | AWSCloudWatchLoggingPlugin / visionOS Tests | AWSCloudWatchLoggingPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / macOS Tests | AWSCognitoAuthPlugin / macOS Tests | AWSCognitoAuthPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / macOS Tests | AWSCognitoAuthPlugin / macOS Tests | AWSCognitoAuthPlugin
Cache not found for keys: Amplify-macOS-26.3-AWSCognitoAuthPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / visionOS Tests | AWSAPIPlugin / visionOS Tests | AWSAPIPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / visionOS Tests | AWSAPIPlugin / visionOS Tests | AWSAPIPlugin
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / tvOS Tests | AWSPinpointPushNotificationsPlugin / tvOS Tests | AWSPinpointPushNotificationsPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / tvOS Tests | AWSPinpointPushNotificationsPlugin / tvOS Tests | AWSPinpointPushNotificationsPlugin
Cache not found for keys: Amplify-tvOS-26.3-AWSPinpointPushNotificationsPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / tvOS Tests | AWSLocationGeoPlugin / tvOS Tests | AWSLocationGeoPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / tvOS Tests | AWSLocationGeoPlugin / tvOS Tests | AWSLocationGeoPlugin
Cache not found for keys: Amplify-tvOS-26.3-AWSLocationGeoPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / macOS Tests | AWSPinpointPushNotificationsPlugin / macOS Tests | AWSPinpointPushNotificationsPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / macOS Tests | AWSPinpointPushNotificationsPlugin / macOS Tests | AWSPinpointPushNotificationsPlugin
Cache not found for keys: Amplify-macOS-26.3-AWSPinpointPushNotificationsPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AmplifyRecordCache Unit Tests / tvOS Tests | AmplifyRecordCache / tvOS Tests | AmplifyRecordCache
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AmplifyRecordCache Unit Tests / tvOS Tests | AmplifyRecordCache / tvOS Tests | AmplifyRecordCache
Cache not found for keys: Amplify-tvOS-26.3-AmplifyRecordCache-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / iOS Tests | AWSCognitoAuthPlugin / iOS Tests | AWSCognitoAuthPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin
Cache not found for keys: Amplify-watchOS-26.3-AWSS3StoragePlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / visionOS Tests | AWSLocationGeoPlugin / visionOS Tests | AWSLocationGeoPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / visionOS Tests | AWSLocationGeoPlugin / visionOS Tests | AWSLocationGeoPlugin
Cache not found for keys: Amplify-visionOS-26.3-AWSLocationGeoPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / visionOS Tests | AWSPluginsCore / visionOS Tests | AWSPluginsCore
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / visionOS Tests | AWSPluginsCore / visionOS Tests | AWSPluginsCore
Cache not found for keys: Amplify-visionOS-26.3-AWSPluginsCore-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / iOS Tests | AWSLocationGeoPlugin / iOS Tests | AWSLocationGeoPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / iOS Tests | AWSLocationGeoPlugin / iOS Tests | AWSLocationGeoPlugin
Cache not found for keys: Amplify-iOS-26.3-AWSLocationGeoPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / iOS Tests | AWSPinpointPushNotificationsPlugin / iOS Tests | AWSPinpointPushNotificationsPlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11, actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / iOS Tests | AWSPinpointPushNotificationsPlugin / iOS Tests | AWSPinpointPushNotificationsPlugin
Cache not found for keys: Amplify-iOS-26.3-AWSPinpointPushNotificationsPlugin-build-cache-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / macOS Tests | AWSS3StoragePlugin / macOS Tests | AWSS3StoragePlugin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57, actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Fortify Scan / fortify-scan
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnSuccess
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnError
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnErrorAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnCompleteAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnError
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnErrorAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnComplete
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnCompleteAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify
Skipped AmplifyTests.AmplifyOperationHubTests.testlistenerViaOperationInit
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify
Skipped AmplifyTests.AmplifyOperationHubTests.testListenerViaHubListen
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnErrorAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnCompleteAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnError
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnErrorAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnComplete
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnCompleteAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify
Skipped AmplifyTests.AnalyticsCategoryConfigurationTests.testPreconditionFailureInvokingWithMultiplePlugins
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify
Skipped AmplifyTests.AnalyticsCategoryConfigurationTests.testPreconditionFailureInvokingBeforeConfig
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify
Skipped AmplifyTests.AmplifyOperationHubTests.testlistenerViaOperationInit
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify
Skipped AmplifyTests.AmplifyOperationHubTests.testListenerViaHubListen
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnErrorAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnCompleteAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnError
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnErrorAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnComplete
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnCompleteAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify
Skipped AmplifyTests.AnalyticsCategoryConfigurationTests.testPreconditionFailureInvokingWithMultiplePlugins
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify
Skipped AmplifyTests.AnalyticsCategoryConfigurationTests.testPreconditionFailureInvokingBeforeConfig
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify
Skipped AmplifyTests.AmplifyOperationHubTests.testlistenerViaOperationInit
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify
Skipped AmplifyTests.AmplifyOperationHubTests.testListenerViaHubListen
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / watchOS Tests | AWSPinpointAnalyticsPlugin / watchOS Tests | AWSPinpointAnalyticsPlugin
Skipped AWSPinpointAnalyticsPluginUnitTests.AWSPinpointAnalyticsPluginClientBehaviorTests.testRegisterGlobalPropertiesWithInvalidKeys
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueDequeuesSavedEvents
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueDeliversPendingMutationsFirst
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testLocalMutationUnsubcsribesFromCloud
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesUpdateToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesErrorToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesDeleteToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesCreateToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesConflictToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.AWSMutationEventIngesterTests.testMutationQueueFailureCausesSaveFailure
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.AWSDataStorePluginSubscribeBehaviorTests.testObserveQueryFailOnMissingDispatchedModelSyncedEvent
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnSuccess
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnError
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnErrorAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnCompleteAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnError
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnErrorAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnComplete
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnCompleteAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify
Skipped AmplifyTests.AmplifyOperationHubTests.testlistenerViaOperationInit
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify
Skipped AmplifyTests.AmplifyOperationHubTests.testListenerViaHubListen
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueDequeuesSavedEvents
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueDeliversPendingMutationsFirst
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testLocalMutationUnsubcsribesFromCloud
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesUpdateToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesErrorToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesDeleteToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesCreateToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesConflictToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.AWSMutationEventIngesterTests.testMutationQueueFailureCausesSaveFailure
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.AWSDataStorePluginSubscribeBehaviorTests.testObserveQueryFailOnMissingDispatchedModelSyncedEvent
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnErrorAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnCompleteAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnError
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnErrorAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnComplete
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnCompleteAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify
Skipped AmplifyTests.AnalyticsCategoryConfigurationTests.testPreconditionFailureInvokingWithMultiplePlugins
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify
Skipped AmplifyTests.AnalyticsCategoryConfigurationTests.testPreconditionFailureInvokingBeforeConfig
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify
Skipped AmplifyTests.AmplifyOperationHubTests.testlistenerViaOperationInit
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify
Skipped AmplifyTests.AmplifyOperationHubTests.testListenerViaHubListen
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / tvOS Tests | AWSPinpointAnalyticsPlugin / tvOS Tests | AWSPinpointAnalyticsPlugin
Skipped AWSPinpointAnalyticsPluginUnitTests.AWSPinpointAnalyticsPluginClientBehaviorTests.testRegisterGlobalPropertiesWithInvalidKeys
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / visionOS Tests | AWSPinpointAnalyticsPlugin / visionOS Tests | AWSPinpointAnalyticsPlugin
Skipped AWSPinpointAnalyticsPluginUnitTests.AWSPinpointAnalyticsPluginClientBehaviorTests.testRegisterGlobalPropertiesWithInvalidKeys
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueStoresDeleteEvents
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueDequeuesSavedEvents
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueDeliversPendingMutationsFirst
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testLocalMutationUnsubcsribesFromCloud
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesUpdateToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesErrorToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesDeleteToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesCreateToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesConflictToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.AWSMutationEventIngesterTests.testMutationQueueFailureCausesSaveFailure
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / tvOS Tests | AWSCognitoAuthPlugin / tvOS Tests | AWSCognitoAuthPlugin
Skipped AWSCognitoAuthPluginUnitTests.EscapeHatchTests.testEscapeHatchWithoutConfiguration
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueDequeuesSavedEvents
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueDeliversPendingMutationsFirst
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testLocalMutationUnsubcsribesFromCloud
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesUpdateToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesErrorToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesDeleteToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesCreateToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesConflictToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.AWSMutationEventIngesterTests.testMutationQueueFailureCausesSaveFailure
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.AWSDataStorePluginSubscribeBehaviorTests.testObserveQueryFailOnMissingDispatchedModelSyncedEvent
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / watchOS Tests | AWSCognitoAuthPlugin / watchOS Tests | AWSCognitoAuthPlugin
Skipped AWSCognitoAuthPluginUnitTests.EscapeHatchTests.testEscapeHatchWithoutConfiguration
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueStoresDeleteEvents
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueDequeuesSavedEvents
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueDeliversPendingMutationsFirst
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testLocalMutationUnsubcsribesFromCloud
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesUpdateToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesErrorToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesDeleteToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesCreateToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.DataStoreHubTests.testDataStoreDispatchesConflictToHub
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.AWSMutationEventIngesterTests.testMutationQueueFailureCausesSaveFailure
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.FatalTests.testFatalNotImplemented
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.DefaultStorageMultipartUploadClientTests.testUploadPart_withoutServiceProxy_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.DefaultStorageMultipartUploadClientTests.testUploadPart_withoutParts_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.DefaultStorageMultipartUploadClientTests.testCreateMultipartUpload_withoutServiceProxy_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.DefaultStorageMultipartUploadClientTests.testCompleteMultipartUpload_withoutServiceProxy_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.DefaultStorageMultipartUploadClientTests.testAbortMultipartUpload_withoutServiceProxy_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.AWSS3StoragePluginConfigureTests.testConfigureThrowsForInvalidRegionType
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.AWSS3StoragePluginAmplifyOutputsConfigurationTests.testConfigureThrowsForInvalidRegionType
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / macOS Tests | AWSS3StoragePlugin / macOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.StorageTransferDatabaseTests.testStoringAndLoadingInProgressMultipartUploadTask
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / macOS Tests | AWSS3StoragePlugin / macOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.StorageMultipartUploadSessionTests.testPartUploadFailedOverLimit

Artifacts

Produced during runtime
Name Size Digest
AWSAPIPlugin-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
28.2 KB
sha256:3f7d87286c8172fcdab1af23726bd3f3d215a2f7cc429befe704a1d6c07f3de4
AWSCloudWatchLoggingPlugin-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
10.6 KB
sha256:f7d773dfff302f6ed37f156b6fd74795cc794b7114d5056fd05462542c8f3e84
AWSCognitoAuthPlugin-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
84 KB
sha256:dcbb183e16b9a5e5efc70baf24d41eeba4bbb6a88444f231f19dbdbd287022a6
AWSDataStorePlugin-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
65.6 KB
sha256:1f0423301719d9021e07e9291c1fd9543f99ddf6e6adf47099fdf5fe4502cbdb
AWSLocationGeoPlugin-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
3.88 KB
sha256:e6aafe8ae0c6158248bb3e8233d1649370badded6dac0d75a58f309780b2ba18
AWSPinpointAnalyticsPlugin-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
3.73 KB
sha256:5bea1769142d4a0ee96b807f185becd471a57c099b2af81880c953b72ba6b9f6
AWSPinpointPushNotificationsPlugin-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
3.17 KB
sha256:98ad089b406b341fc714e073ebd00d6d87657cb7b163a780dd65d3d82b4865a0
AWSPluginsCore-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
19.7 KB
sha256:79072c0a3d6389f54529dcd3099435321b24859ff4cc6b8735d5e3c0275febfc
AWSPredictionsPlugin-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
20.1 KB
sha256:1e8887f6682ed8a6bd468784ab61ea791fe887dcd96404a95916a6bde2ff769f
AWSS3StoragePlugin-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
30.9 KB
sha256:8ab4e18b3d4178a6b1fcf4e9e899c97df4ccaacb51ac9636b129e8440e7171cb
Amplify-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
62.9 KB
sha256:065e7ccd99a2b2c2cd21232a564f4a6fe13f4c6c64bab30874ac2bcd49271983
AmplifyFirehoseClient-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
2.51 KB
sha256:91f7763bd16a980a5b3bb441166a5cf7e20a8e7b7b03b1392614cbba161f3bce
AmplifyFoundation-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
1.52 KB
sha256:1da9c364a68f5a92124d1c995f629debe6b97d899c09a9a1e26b5b333708c679
AmplifyFoundationBridge-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
1.52 KB
sha256:51f0aaf89b36b1e0cc0312d39fafcbc9d4551502f85396212b43af8f51baf625
AmplifyKinesisClient-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
2.56 KB
sha256:041c7118a44f360844ddd229796e0b0cdb185e8772411f183e75197e3fb374b2
AmplifyRecordCache-Coverage-b5864ea4a69e653d39af7cda0c44d87a89988ba8 Expired
3.46 KB
sha256:c749b7bed834960e31b2ba4dba8cb0140f3aa3fb2f1d0aaa6ceb4614f2a7a089