Skip to content

fix(auth): disable URL caching in FoundationClientEngine to prevent credentials being persisted to Cache.db #1109

fix(auth): disable URL caching in FoundationClientEngine to prevent credentials being persisted to Cache.db

fix(auth): disable URL caching in FoundationClientEngine to prevent credentials being persisted to Cache.db #1109

Triggered via pull request June 26, 2026 14:17
Status Success
Total duration 1h 14m 21s
Artifacts

integ_test_datastore.yml

on: pull_request
Matrix: Auth Cognito Tests / DataStore Integration Tests | Auth Cognito
Matrix: Auth IAM Tests / DataStore Integration Tests | Auth IAM
Matrix: Base Tests / DataStore Integration Tests | Base
Matrix: CPK Tests / DataStore Integration Tests | CPK
Matrix: Lazy Load Tests / DataStore Integration Tests | Lazy Load
Matrix: Multi Auth Tests / DataStore Integration Tests | Multi Auth
Matrix: Transformer V2 Tests / DataStore Integration Tests | Transformer V2
Fit to window
Zoom out
Zoom in

Annotations

69 errors and 252 warnings
Multi Auth Tests / DataStore Integration Tests | Multi Auth (iOS) / iOS Tests | AWSDataStorePluginMultiAuthTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginMultiAuthTests/AWSDataStoreMultiAuthCombinationTests.swift#L104
testOperationsForPrivatePublicComboAPIPostAuthenticatedUser, XCTAssertEqual failed: ("[AWSPluginsCore.AWSAuthorizationType.apiKey]") is not equal to ("[AWSPluginsCore.AWSAuthorizationType.apiKey, AWSPluginsCore.AWSAuthorizationType.amazonCognitoUserPools]")
Base Tests / DataStore Integration Tests | Base (tvOS) / tvOS Tests | AWSDataStorePluginIntegrationTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginIntegrationTests/DataStoreConsecutiveUpdatesTests.swift#L167
testSaveAndImmediatelyDelete, Asynchronous wait failed: Exceeded timeout of 180 seconds, with unfulfilled expectations: "Received delete mutation event on subscription for Post".
Base Tests / DataStore Integration Tests | Base (tvOS) / tvOS Tests | AWSDataStorePluginIntegrationTests: 2026-06-26 14#L28
Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
Transformer V2 Tests / DataStore Integration Tests | Transformer V2 (tvOS) / tvOS Tests | AWSDataStorePluginV2Tests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginV2Tests/TransformerV2/DataStoreConnectionScenario3V2Tests.swift#L233
testUpdatePostWithSync, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "received updated post from sync event".
Transformer V2 Tests / DataStore Integration Tests | Transformer V2 (tvOS) / tvOS Tests | AWSDataStorePluginV2Tests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginV2Tests/TransformerV2/DataStoreConnectionScenario3V2Tests.swift#L291
testDeletePostWithSync, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "received deleted post from sync event".
Transformer V2 Tests / DataStore Integration Tests | Transformer V2 (tvOS) / tvOS Tests | AWSDataStorePluginV2Tests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginV2Tests/TransformerV2/DataStoreConnectionScenario5V2Tests.swift#L213
testUpdatePostWithSync, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "received updated post from sync event".
Transformer V2 Tests / DataStore Integration Tests | Transformer V2 (tvOS) / tvOS Tests | AWSDataStorePluginV2Tests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginV2Tests/TransformerV2/DataStoreConnectionScenario3aV2Tests.swift#L183
testSavePostWithSyncAndReadPost, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "received post from sync event".
Transformer V2 Tests / DataStore Integration Tests | Transformer V2 (tvOS) / tvOS Tests | AWSDataStorePluginV2Tests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginV2Tests/TransformerV2/DataStoreConnectionScenario3aV2Tests.swift#L183
testSavePostWithSyncAndReadPost, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "received post from sync event".
Base Tests / DataStore Integration Tests | Base (iOS) / iOS Tests | AWSDataStorePluginIntegrationTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginIntegrationTests/DataStoreConsecutiveUpdatesTests.swift#L66
testSaveAndImmediatelyUpdate, XCTAssertEqual failed: ("Post(id: "E502C6E7-C157-4DA6-8433-CA2605E6F9AE", title: "MyUpdatedPost", content: "This is my updated post.", createdAt: Amplify.Temporal.DateTime(foundationDate: 2026-06-26 14:42:28 +0000, timeZone: Optional(GMT)), updatedAt: Optional(Amplify.Temporal.DateTime(foundationDate: 2026-06-26 14:42:28 +0000, timeZone: Optional(GMT))), draft: nil, rating: Optional(5.0), status: Optional(AWSDataStorePluginIntegrationTests.PostStatus.published), comments: Optional(Amplify.List<AWSDataStorePluginIntegrationTests.Comment>))") is not equal to ("Post(id: "E502C6E7-C157-4DA6-8433-CA2605E6F9AE", title: "MyPost", content: "This is my post.", createdAt: Amplify.Temporal.DateTime(foundationDate: 2026-06-26 14:42:28 +0000, timeZone: Optional(GMT)), updatedAt: nil, draft: nil, rating: Optional(3.0), status: Optional(AWSDataStorePluginIntegrationTests.PostStatus.published), comments: Optional(Amplify.List<AWSDataStorePluginIntegrationTests.Comment>))")
Base Tests / DataStore Integration Tests | Base (iOS) / iOS Tests | AWSDataStorePluginIntegrationTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginIntegrationTests/Connection/DataStoreConnectionScenario2Tests.swift#L76
testSaveTeamAndProjectSyncToCloud, Asynchronous wait failed: Exceeded timeout of 180 seconds, with unfulfilled expectations: "received team from sync event".
Base Tests / DataStore Integration Tests | Base (iOS) / iOS Tests | AWSDataStorePluginIntegrationTests: 2026-06-26 14#L37
Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
Base Tests / DataStore Integration Tests | Base (iOS) / iOS Tests | AWSDataStorePluginIntegrationTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginIntegrationTests/TestSupport/SyncEngineIntegrationTestBase.swift#L126
testDeleteAndGetProjectReturnsNilWithSync, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "DataStore DataStore.syncStarted event".
Multi Auth Tests / DataStore Integration Tests | Multi Auth (tvOS) / tvOS Tests | AWSDataStorePluginMultiAuthTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginMultiAuthTests/AWSDataStoreMultiAuthThreeRulesTests.swift#L38
testOwnerPrivatePublicUserPoolsIAMAPIKeyAuthenticatedUsers, XCTAssertEqual failed: ("[AWSPluginsCore.AWSAuthorizationType.awsIAM]") is not equal to ("[AWSPluginsCore.AWSAuthorizationType.amazonCognitoUserPools]")
Multi Auth Tests / DataStore Integration Tests | Multi Auth (tvOS) / tvOS Tests | AWSDataStorePluginMultiAuthTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginMultiAuthTests/AWSDataStoreAuthBaseTest.swift#L454
testPrivatePublicIAMAPIKeyAuthenticatedUsers, Asynchronous wait failed: Exceeded timeout of 60 seconds, with unfulfilled expectations: "Models synced", "Ready".
Multi Auth Tests / DataStore Integration Tests | Multi Auth (tvOS) / tvOS Tests | AWSDataStorePluginMultiAuthTests: 2026-06-26 14#L54
Fatal error: SWIFT TASK CONTINUATION MISUSE: save(_:modelSchema:where:) tried to resume its continuation more than once, throwing DataStoreError: SQLite connection is `nil`
Multi Auth Tests / DataStore Integration Tests | Multi Auth (tvOS) / tvOS Tests | AWSDataStorePluginMultiAuthTests: _Concurrency/CheckedContinuation.swift#L196
Fatal error: SWIFT TASK CONTINUATION MISUSE: save(_:modelSchema:where:) tried to resume its continuation more than once, throwing DataStoreError: SQLite connection is `nil`
Multi Auth Tests / DataStore Integration Tests | Multi Auth (tvOS) / tvOS Tests | AWSDataStorePluginMultiAuthTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginMultiAuthTests/AWSDataStoreAuthBaseTest.swift#L454
testPrivatePublicPublicUserPoolsAPIKeyIAMUnauthenticatedUsers, Asynchronous wait failed: Exceeded timeout of 60 seconds, with unfulfilled expectations: "Models synced", "Ready".
Multi Auth Tests / DataStore Integration Tests | Multi Auth (tvOS) / tvOS Tests | AWSDataStorePluginMultiAuthTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginMultiAuthTests/AWSDataStoreAuthBaseTest.swift#L283
testPrivatePrivatePublicUserPoolsIAMApiKeyAuthenticatedUsers, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "sign out completed".
Multi Auth Tests / DataStore Integration Tests | Multi Auth (tvOS) / tvOS Tests | AWSDataStorePluginMultiAuthTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginMultiAuthTests/AWSDataStoreAuthBaseTest.swift#L454
testPublicAPIKey, Asynchronous wait failed: Exceeded timeout of 60 seconds, with unfulfilled expectations: "Subscriptions established", "Models synced", "Ready".
Multi Auth Tests / DataStore Integration Tests | Multi Auth (tvOS) / tvOS Tests | AWSDataStorePluginMultiAuthTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginMultiAuthTests/AWSDataStoreMultiAuthTwoRulesTests.swift#L405
testGroupPublicUserPoolsIAMUnauthenticatedUsers, XCTAssertEqual failed: ("[AWSPluginsCore.AWSAuthorizationType.apiKey]") is not equal to ("[AWSPluginsCore.AWSAuthorizationType.awsIAM]")
Lazy Load Tests / DataStore Integration Tests | Lazy Load (iOS) / iOS Tests | AWSDataStorePluginLazyLoadTests: 2026-06-26 14#L51
Fatal error: Hub category is not configured. Call Amplify.configure() before using any methods on the category.
Lazy Load Tests / DataStore Integration Tests | Lazy Load (iOS) / iOS Tests | AWSDataStorePluginLazyLoadTests: Amplify/Categories/Hub/HubCategory.swift#L44
Fatal error: Hub category is not configured. Call Amplify.configure() before using any methods on the category.
Lazy Load Tests / DataStore Integration Tests | Lazy Load (iOS) / iOS Tests | AWSDataStorePluginLazyLoadTests: 2026-06-26 14#L49
Fatal error: Hub category is not configured. Call Amplify.configure() before using any methods on the category.
Lazy Load Tests / DataStore Integration Tests | Lazy Load (iOS) / iOS Tests | AWSDataStorePluginLazyLoadTests: Amplify/Categories/Hub/HubCategory.swift#L44
Fatal error: Hub category is not configured. Call Amplify.configure() before using any methods on the category.
Lazy Load Tests / DataStore Integration Tests | Lazy Load (iOS) / iOS Tests | AWSDataStorePluginLazyLoadTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginLazyLoadTests/LazyLoadBase/AWSDataStoreLazyLoadBaseTest.swift#L235
testDeleteHasOneParent_withChild_success, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "delete model was synced successfully".
Lazy Load Tests / DataStore Integration Tests | Lazy Load (iOS) / iOS Tests | AWSDataStorePluginLazyLoadTests: 2026-06-26 14#L43
Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
Lazy Load Tests / DataStore Integration Tests | Lazy Load (iOS) / iOS Tests | AWSDataStorePluginLazyLoadTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginLazyLoadTests/LazyLoadBase/AWSDataStoreLazyLoadBaseTest.swift#L235
testDeleteChildSansBelongsTo, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "delete model was synced successfully".
Lazy Load Tests / DataStore Integration Tests | Lazy Load (watchOS) / watchOS Tests | AWSDataStorePluginLazyLoadTestsWatch: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginLazyLoadTests/LazyLoadBase/AWSDataStoreLazyLoadBaseTest.swift#L192
testSaveProjectWithTeam, Asynchronous wait failed: Exceeded timeout of 100 seconds, with unfulfilled expectations: "create model was synced successfully".
Lazy Load Tests / DataStore Integration Tests | Lazy Load (watchOS) / watchOS Tests | AWSDataStorePluginLazyLoadTestsWatch: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginLazyLoadTests/LazyLoadBase/AWSDataStoreLazyLoadBaseTest.swift#L192
testUpdatePhoneCallToTranscript, Asynchronous wait failed: Exceeded timeout of 100 seconds, with unfulfilled expectations: "create model was synced successfully".
Lazy Load Tests / DataStore Integration Tests | Lazy Load (watchOS) / watchOS Tests | AWSDataStorePluginLazyLoadTestsWatch: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginLazyLoadTests/LazyLoadBase/AWSDataStoreLazyLoadBaseTest.swift#L192
testDeletePhoneCallWithTranscript, Asynchronous wait failed: Exceeded timeout of 100 seconds, with unfulfilled expectations: "create model was synced successfully".
Lazy Load Tests / DataStore Integration Tests | Lazy Load (watchOS) / watchOS Tests | AWSDataStorePluginLazyLoadTestsWatch: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginLazyLoadTests/LazyLoadBase/AWSDataStoreLazyLoadBaseTest.swift#L235
testDeleteStrangeExplicitChild, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "delete model was synced successfully".
Lazy Load Tests / DataStore Integration Tests | Lazy Load (watchOS) / watchOS Tests | AWSDataStorePluginLazyLoadTestsWatch: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginLazyLoadTests/LazyLoadBase/AWSDataStoreLazyLoadBaseTest.swift#L317
testDeleteImplicitChild, failed: caught error: "Could not retrieve metadata for model ImplicitChild(childId: "C19FA06F-BA73-48AA-A3EC-A487E3C394AB", content: "F397D80B-5E48-4E93-9A0E-0F7CF0C9642B", _parent: Amplify.LazyReference<AWSDataStorePluginLazyLoadTestsWatch.CompositePKParent>, createdAt: nil, updatedAt: nil)"
Lazy Load Tests / DataStore Integration Tests | Lazy Load (watchOS) / watchOS Tests | AWSDataStorePluginLazyLoadTestsWatch: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginLazyLoadTests/LazyLoadBase/AWSDataStoreLazyLoadBaseTest.swift#L316
testDeleteImplicitChild, failed - Could not retrieve metadata for model ImplicitChild(childId: "C19FA06F-BA73-48AA-A3EC-A487E3C394AB", content: "F397D80B-5E48-4E93-9A0E-0F7CF0C9642B", _parent: Amplify.LazyReference<AWSDataStorePluginLazyLoadTestsWatch.CompositePKParent>, createdAt: nil, updatedAt: nil)
Lazy Load Tests / DataStore Integration Tests | Lazy Load (watchOS) / watchOS Tests | AWSDataStorePluginLazyLoadTestsWatch: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginLazyLoadTests/LazyLoadBase/AWSDataStoreLazyLoadBaseTest.swift#L235
testDeleteImplicitChild, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "delete model was synced successfully".
Lazy Load Tests / DataStore Integration Tests | Lazy Load (watchOS) / watchOS Tests | AWSDataStorePluginLazyLoadTestsWatch: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginLazyLoadTests/LazyLoadBase/AWSDataStoreLazyLoadBaseTest.swift#L192
testDeleteImplicitChild, Asynchronous wait failed: Exceeded timeout of 100 seconds, with unfulfilled expectations: "create model was synced successfully".
Lazy Load Tests / DataStore Integration Tests | Lazy Load (tvOS) / tvOS Tests | AWSDataStorePluginLazyLoadTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginLazyLoadTests/LazyLoadBase/AWSDataStoreLazyLoadBaseTest.swift#L192
testGetChildSansBelongsTo, Asynchronous wait failed: Exceeded timeout of 100 seconds, with unfulfilled expectations: "create model was synced successfully".
Lazy Load Tests / DataStore Integration Tests | Lazy Load (tvOS) / tvOS Tests | AWSDataStorePluginLazyLoadTests: 2026-06-26 14#L56
Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
Lazy Load Tests / DataStore Integration Tests | Lazy Load (tvOS) / tvOS Tests | AWSDataStorePluginLazyLoadTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginLazyLoadTests/LazyLoadBase/AWSDataStoreLazyLoadBaseTest.swift#L235
testDeleteStrangeExplicitChild, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "delete model was synced successfully".
Lazy Load Tests / DataStore Integration Tests | Lazy Load (tvOS) / tvOS Tests | AWSDataStorePluginLazyLoadTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginLazyLoadTests/LazyLoadBase/AWSDataStoreLazyLoadBaseTest.swift#L216
testSaveProjectWithTeamThenUpdate, Asynchronous wait failed: Exceeded timeout of 100 seconds, with unfulfilled expectations: "update model was synced successfully".
Lazy Load Tests / DataStore Integration Tests | Lazy Load (tvOS) / tvOS Tests | AWSDataStorePluginLazyLoadTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginLazyLoadTests/LazyLoadBase/AWSDataStoreLazyLoadBaseTest.swift#L216
testUpdateFromQueriedComment, Asynchronous wait failed: Exceeded timeout of 100 seconds, with unfulfilled expectations: "update model was synced successfully".
Lazy Load Tests / DataStore Integration Tests | Lazy Load (tvOS) / tvOS Tests | AWSDataStorePluginLazyLoadTests: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginLazyLoadTests/LazyLoadBase/AWSDataStoreLazyLoadBaseTest.swift#L235
testDeletePerson, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "delete model was synced successfully".
CPK Tests / DataStore Integration Tests | CPK (watchOS) / watchOS Tests | AWSDataStorePluginCPKTestsWatch
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, 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/
CPK Tests / DataStore Integration Tests | CPK (watchOS) / watchOS Tests | AWSDataStorePluginCPKTestsWatch
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
CPK Tests / DataStore Integration Tests | CPK (tvOS) / tvOS Tests | AWSDataStorePluginCPKTests
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, 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/
CPK Tests / DataStore Integration Tests | CPK (tvOS) / tvOS Tests | AWSDataStorePluginCPKTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Auth IAM Tests / DataStore Integration Tests | Auth IAM (watchOS) / watchOS Tests | AWSDataStorePluginAuthIAMTestsWatch
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, 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/
Auth IAM Tests / DataStore Integration Tests | Auth IAM (watchOS) / watchOS Tests | AWSDataStorePluginAuthIAMTestsWatch
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Auth Cognito Tests / DataStore Integration Tests | Auth Cognito (iOS) / iOS Tests | AWSDataStorePluginAuthCognitoTests
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, 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/
Auth Cognito Tests / DataStore Integration Tests | Auth Cognito (iOS) / iOS Tests | AWSDataStorePluginAuthCognitoTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Base Tests / DataStore Integration Tests | Base (watchOS) / watchOS Tests | AWSDataStorePluginIntegrationTestsWatch
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, 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/
Base Tests / DataStore Integration Tests | Base (watchOS) / watchOS Tests | AWSDataStorePluginIntegrationTestsWatch
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Auth Cognito Tests / DataStore Integration Tests | Auth Cognito (tvOS) / tvOS Tests | AWSDataStorePluginAuthCognitoTests
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, 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/
Auth Cognito Tests / DataStore Integration Tests | Auth Cognito (tvOS) / tvOS Tests | AWSDataStorePluginAuthCognitoTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Auth Cognito Tests / DataStore Integration Tests | Auth Cognito (watchOS) / watchOS Tests | AWSDataStorePluginAuthCognitoTestsWatch
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, 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/
Auth Cognito Tests / DataStore Integration Tests | Auth Cognito (watchOS) / watchOS Tests | AWSDataStorePluginAuthCognitoTestsWatch
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Multi Auth Tests / DataStore Integration Tests | Multi Auth (watchOS) / watchOS Tests | AWSDataStorePluginMultiAuthTestsWatch
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, 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/
Multi Auth Tests / DataStore Integration Tests | Multi Auth (watchOS) / watchOS Tests | AWSDataStorePluginMultiAuthTestsWatch
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Auth IAM Tests / DataStore Integration Tests | Auth IAM (tvOS) / tvOS Tests | AWSDataStorePluginAuthIAMTests
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, 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/
Auth IAM Tests / DataStore Integration Tests | Auth IAM (tvOS) / tvOS Tests | AWSDataStorePluginAuthIAMTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Auth IAM Tests / DataStore Integration Tests | Auth IAM (iOS) / iOS Tests | AWSDataStorePluginAuthIAMTests
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, 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/
Auth IAM Tests / DataStore Integration Tests | Auth IAM (iOS) / iOS Tests | AWSDataStorePluginAuthIAMTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Multi Auth Tests / DataStore Integration Tests | Multi Auth (iOS) / iOS Tests | AWSDataStorePluginMultiAuthTests
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, 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/
Multi Auth Tests / DataStore Integration Tests | Multi Auth (iOS) / iOS Tests | AWSDataStorePluginMultiAuthTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
CPK Tests / DataStore Integration Tests | CPK (iOS) / iOS Tests | AWSDataStorePluginCPKTests
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, 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/
CPK Tests / DataStore Integration Tests | CPK (iOS) / iOS Tests | AWSDataStorePluginCPKTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Base Tests / DataStore Integration Tests | Base (tvOS) / tvOS Tests | AWSDataStorePluginIntegrationTests
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, 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/
Base Tests / DataStore Integration Tests | Base (tvOS) / tvOS Tests | AWSDataStorePluginIntegrationTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Transformer V2 Tests / DataStore Integration Tests | Transformer V2 (watchOS) / watchOS Tests | AWSDataStorePluginV2TestsWatch
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, 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/
Transformer V2 Tests / DataStore Integration Tests | Transformer V2 (watchOS) / watchOS Tests | AWSDataStorePluginV2TestsWatch
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Transformer V2 Tests / DataStore Integration Tests | Transformer V2 (tvOS) / tvOS Tests | AWSDataStorePluginV2Tests
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, 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/
Transformer V2 Tests / DataStore Integration Tests | Transformer V2 (tvOS) / tvOS Tests | AWSDataStorePluginV2Tests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Base Tests / DataStore Integration Tests | Base (iOS) / iOS Tests | AWSDataStorePluginIntegrationTests
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, 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/
Base Tests / DataStore Integration Tests | Base (iOS) / iOS Tests | AWSDataStorePluginIntegrationTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Transformer V2 Tests / DataStore Integration Tests | Transformer V2 (iOS) / iOS Tests | AWSDataStorePluginV2Tests
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, 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/
Transformer V2 Tests / DataStore Integration Tests | Transformer V2 (iOS) / iOS Tests | AWSDataStorePluginV2Tests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Multi Auth Tests / DataStore Integration Tests | Multi Auth (tvOS) / tvOS Tests | AWSDataStorePluginMultiAuthTests
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, 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/
Multi Auth Tests / DataStore Integration Tests | Multi Auth (tvOS) / tvOS Tests | AWSDataStorePluginMultiAuthTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Lazy Load Tests / DataStore Integration Tests | Lazy Load (iOS) / iOS Tests | AWSDataStorePluginLazyLoadTests
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, 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/
Lazy Load Tests / DataStore Integration Tests | Lazy Load (iOS) / iOS Tests | AWSDataStorePluginLazyLoadTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Lazy Load Tests / DataStore Integration Tests | Lazy Load (watchOS) / watchOS Tests | AWSDataStorePluginLazyLoadTestsWatch
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, 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/
Lazy Load Tests / DataStore Integration Tests | Lazy Load (watchOS) / watchOS Tests | AWSDataStorePluginLazyLoadTestsWatch
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-
Lazy Load Tests / DataStore Integration Tests | Lazy Load (tvOS) / tvOS Tests | AWSDataStorePluginLazyLoadTests
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, 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/
Lazy Load Tests / DataStore Integration Tests | Lazy Load (tvOS) / tvOS Tests | AWSDataStorePluginLazyLoadTests
Cache not found for keys: amplify-packages-26.3-5243aadc0636e178602315acc7898c65d9d97184a7bf756fa89c082234692446, amplify-packages-26.3-