Skip to content

feat(auth): adding support for keychain sharing using app groups (#3947) #289

feat(auth): adding support for keychain sharing using app groups (#3947)

feat(auth): adding support for keychain sharing using app groups (#3947) #289

Triggered via push February 25, 2025 21:02
Status Failure
Total duration 20m 2s
Artifacts 10
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
4m 41s
Run Fortify Scan / fortify-scan
Matrix: Run Plugins Unit Tests / report-coverage
Waiting for pending jobs
Build Amplify package  /  Confirm Passing Build Steps
0s
Build Amplify package / Confirm Passing Build Steps
Run Plugins Unit Tests  /  Confirm Passing Unit Tests
0s
Run Plugins Unit Tests / Confirm Passing Unit Tests
Run Fortify Scan  /  Confirm Passing Fortify Scan
2s
Run Fortify Scan / Confirm Passing Fortify Scan
Release new unstable version
0s
Release new unstable version
Fit to window
Zoom out
Zoom in

Annotations

75 errors, 718 warnings, and 156 notices
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify: Amplify/Categories/Analytics/AnalyticsCategory.swift#L20
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#L33
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 / AWSAPIPlugin Unit Tests / visionOS Tests | AWSAPIPlugin / visionOS Tests | AWSAPIPlugin: AmplifyPlugins/API/Tests/AWSAPIPluginTests/Operation/GraphQLQueryCombineTests.swift#L90
testQueryHandlesResponseError, Asynchronous wait failed: Exceeded timeout of 0.05 seconds, with unfulfilled expectations: "Received finished", "Received response error".
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / iOS Tests | AWSAPIPlugin / iOS Tests | AWSAPIPlugin: AmplifyPlugins/API/Tests/AWSAPIPluginTests/Operation/AWSGraphQLOperationTests.swift#L37
testOperationCleanup, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "Received completion".
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify: Amplify/Categories/Analytics/AnalyticsCategory.swift#L20
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#L33
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 / AWSAPIPlugin Unit Tests / watchOS Tests | AWSAPIPlugin / watchOS Tests | AWSAPIPlugin: AmplifyPlugins/API/Tests/AWSAPIPluginTests/AWSAPICategoryPlugin+GraphQLBehaviorTests.swift#L42
testQuery, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "Operation should finish".
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / watchOS Tests | AWSAPIPlugin / watchOS Tests | AWSAPIPlugin: AmplifyPlugins/API/Tests/AWSAPIPluginTests/AWSAPICategoryPlugin+GraphQLBehaviorTests.swift#L42
testQuery, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "Operation should finish".
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin: AmplifyPlugins/DataStore/Tests/AWSDataStorePluginTests/AWSDataStoreLocalStoreTests.swift#L311
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/InitialSync/InitialSyncOperationTests.swift#L693
-[AWSDataStoreCategoryPluginTests.InitialSyncOperationTests testQueriesAPIReturnSignedOutError] : Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "Expect error handler called", "Sync completion received, sync operation is complete", "InitialSyncOperation finished paginating and offering".
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin: AmplifyPlugins/DataStore/Tests/AWSDataStorePluginTests/Sync/InitialSync/InitialSyncOperationTests.swift#L693
-[AWSDataStoreCategoryPluginTests.InitialSyncOperationTests testQueriesAPIReturnSignedOutError] : Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "Expect error handler called", "Sync completion received, sync operation is complete", "InitialSyncOperation finished paginating and offering".
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin: AmplifyPlugins/DataStore/Tests/AWSDataStorePluginTests/Sync/Support/MutationEventExtensionsTests.swift#L392
-[AWSDataStoreCategoryPluginTests.MutationEventExtensionsTest testSentModelWithNilVersion_Reconciled] : XCTAssertEqual failed: ("MutationEvent(id: "5AD3CADF-007C-47F1-AC23-D19C35AECF3E", modelId: "99D5ECF7-EFE4-4D5C-9BF9-11C39D42D075", modelName: "Post", json: "{\"comments\":[],\"content\":\"content\",\"createdAt\":\"2025-02-25T21:12:28.005Z\",\"id\":\"99D5ECF7-EFE4-4D5C-9BF9-11C39D42D075\",\"title\":\"title\"}", mutationType: "create", createdAt: Amplify.Temporal.DateTime(foundationDate: 2025-02-25 21:12:28 +0000, timeZone: Optional(GMT)), version: nil, inProcess: false, graphQLFilterJSON: nil)") is not equal to ("MutationEvent(id: "E46F4871-FCEA-4A76-ACC9-17183B6F51E7", modelId: "99D5ECF7-EFE4-4D5C-9BF9-11C39D42D075", modelName: "Post", json: "{\"comments\":[],\"content\":\"content\",\"createdAt\":\"2025-02-25T21:12:28.005Z\",\"id\":\"99D5ECF7-EFE4-4D5C-9BF9-11C39D42D075\",\"title\":\"title\"}", mutationType: "update", createdAt: Amplify.Temporal.DateTime(foundationDate: 2025-02-25 21:12:29 +0000, timeZone: Optional(GMT)), version: nil, inProcess: false, graphQLFilterJSON: nil)")
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / tvOS Tests | AWSS3StoragePlugin / tvOS Tests | AWSS3StoragePlugin
Error: StorageError: Unexpected error occurred with message: Unable to upload
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / macOS Tests | AWSS3StoragePlugin / macOS Tests | AWSS3StoragePlugin
Error: StorageError: Unexpected error occurred with message: Unable to upload
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin
Error: StorageError: Unexpected error occurred with message: Unable to upload
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin: AmplifyPlugins/DataStore/Tests/AWSDataStorePluginTests/Storage/CascadeDeleteOperationTests.swift#L802
testDeleteWithAssociatedModels_SingleFailure, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "Mutation Events submitted to sync engine", "Simulated success on mutation event submitted to sync engine", "operation completed".
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin: AmplifyPlugins/DataStore/Tests/AWSDataStorePluginTests/Sync/InitialSync/InitialSyncOrchestratorTests.swift#L202
testFinishWithAPIError, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "Sync callback received, sync operation is complete", "Sync started received, sync operation started", "InitialSyncOperation finished paginating and offering", "InitialSyncOrchestrator completed with failure".
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / visionOS Tests | AWSS3StoragePlugin / visionOS Tests | AWSS3StoragePlugin
Error: StorageError: Unexpected error occurred with message: Unable to upload
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin: AmplifyPlugins/Storage/Tests/AWSS3StoragePluginTests/Support/Internal/DefaultStorageTransferDatabaseTests.swift#L220
-[AWSS3StoragePluginTests.DefaultStorageTransferDatabaseTests testLoadPersistableTasks] : Asynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "Recover".
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin: AmplifyPlugins/Storage/Tests/AWSS3StoragePluginTests/Support/Internal/DefaultStorageTransferDatabaseTests.swift#L220
-[AWSS3StoragePluginTests.DefaultStorageTransferDatabaseTests testLoadPersistableTasks] : Asynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "Recover".
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin: AmplifyPlugins/Storage/Tests/AWSS3StoragePluginTests/Support/Internal/DefaultStorageTransferDatabaseTests.swift#L231
-[AWSS3StoragePluginTests.DefaultStorageTransferDatabaseTests testPrepareForBackground] : Asynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "Prepare for Background".
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin: AmplifyPlugins/Storage/Tests/AWSS3StoragePluginTests/Support/Internal/DefaultStorageTransferDatabaseTests.swift#L231
-[AWSS3StoragePluginTests.DefaultStorageTransferDatabaseTests testPrepareForBackground] : Asynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "Prepare for Background".
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin: AmplifyPlugins/Storage/Tests/AWSS3StoragePluginTests/Support/Internal/DefaultStorageTransferDatabaseTests.swift#L231
-[AWSS3StoragePluginTests.DefaultStorageTransferDatabaseTests testPrepareForBackground] : Asynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "Prepare for Background".
Run Plugins Unit Tests / Confirm Passing Unit Tests
Process completed with exit code 1.
Build Amplify package / Build Amplify Swift for tvOS / Build Amplify-Package | tvOS
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Build Amplify package / Build Amplify Swift for visionOS / Build Amplify-Package | visionOS
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Build Amplify package / Build Amplify Swift for iOS / Build Amplify-Package | iOS
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Build Amplify package / Build Amplify Swift for macOS / Build Amplify-Package | macOS
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Build Amplify package / Build Amplify Swift for watchOS / Build Amplify-Package | watchOS
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / iOS Tests | AWSAPIPlugin / iOS Tests | AWSAPIPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / macOS Tests | AWSAPIPlugin / macOS Tests | AWSAPIPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / tvOS Tests | AWSAPIPlugin / tvOS Tests | AWSAPIPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / visionOS Tests | AWSAPIPlugin / visionOS Tests | AWSAPIPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / macOS Tests | AWSCloudWatchLoggingPlugin / macOS Tests | AWSCloudWatchLoggingPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / watchOS Tests | AWSAPIPlugin / watchOS Tests | AWSAPIPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / iOS Tests | AWSCloudWatchLoggingPlugin / iOS Tests | AWSCloudWatchLoggingPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / tvOS Tests | AWSCloudWatchLoggingPlugin / tvOS Tests | AWSCloudWatchLoggingPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / watchOS Tests | AWSCloudWatchLoggingPlugin / watchOS Tests | AWSCloudWatchLoggingPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / macOS Tests | AWSCognitoAuthPlugin / macOS Tests | AWSCognitoAuthPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / iOS Tests | AWSCognitoAuthPlugin / iOS Tests | AWSCognitoAuthPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / tvOS Tests | AWSCognitoAuthPlugin / tvOS Tests | AWSCognitoAuthPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / visionOS Tests | AWSCognitoAuthPlugin / visionOS Tests | AWSCognitoAuthPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / watchOS Tests | AWSCognitoAuthPlugin / watchOS Tests | AWSCognitoAuthPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / macOS Tests | AWSAPIPlugin / macOS Tests | AWSAPIPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / macOS Tests | AWSAPIPlugin / macOS Tests | AWSAPIPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / tvOS Tests | AWSAPIPlugin / tvOS Tests | AWSAPIPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / tvOS Tests | AWSAPIPlugin / tvOS Tests | AWSAPIPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / tvOS Tests | AWSCloudWatchLoggingPlugin / tvOS Tests | AWSCloudWatchLoggingPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / tvOS Tests | AWSCloudWatchLoggingPlugin / tvOS Tests | AWSCloudWatchLoggingPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / visionOS Tests | AWSCloudWatchLoggingPlugin / visionOS Tests | AWSCloudWatchLoggingPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / visionOS Tests | AWSCloudWatchLoggingPlugin / visionOS Tests | AWSCloudWatchLoggingPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / watchOS Tests | AWSCloudWatchLoggingPlugin / watchOS Tests | AWSCloudWatchLoggingPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / watchOS Tests | AWSCloudWatchLoggingPlugin / watchOS Tests | AWSCloudWatchLoggingPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / visionOS Tests | AWSAPIPlugin / visionOS Tests | AWSAPIPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / visionOS Tests | AWSAPIPlugin / visionOS Tests | AWSAPIPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Build Amplify package / Build Amplify Swift for visionOS / Build Amplify-Package | visionOS: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Build Amplify package / Build Amplify Swift for visionOS / Build Amplify-Package | visionOS: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / iOS Tests | AWSAPIPlugin / iOS Tests | AWSAPIPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / iOS Tests | AWSAPIPlugin / iOS Tests | AWSAPIPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / macOS Tests | AWSCloudWatchLoggingPlugin / macOS Tests | AWSCloudWatchLoggingPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / macOS Tests | AWSCloudWatchLoggingPlugin / macOS Tests | AWSCloudWatchLoggingPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / macOS Tests | AWSCognitoAuthPlugin / macOS Tests | AWSCognitoAuthPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / macOS Tests | AWSCognitoAuthPlugin / macOS Tests | AWSCognitoAuthPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / iOS Tests | AWSLocationGeoPlugin / iOS Tests | AWSLocationGeoPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / macOS Tests | AWSLocationGeoPlugin / macOS Tests | AWSLocationGeoPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Build Amplify package / Build Amplify Swift for watchOS / Build Amplify-Package | watchOS: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Build Amplify package / Build Amplify Swift for watchOS / Build Amplify-Package | watchOS: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / tvOS Tests | AWSCognitoAuthPlugin / tvOS Tests | AWSCognitoAuthPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / tvOS Tests | AWSCognitoAuthPlugin / tvOS Tests | AWSCognitoAuthPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / watchOS Tests | AWSAPIPlugin / watchOS Tests | AWSAPIPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSAPIPlugin Unit Tests / watchOS Tests | AWSAPIPlugin / watchOS Tests | AWSAPIPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / tvOS Tests | AWSLocationGeoPlugin / tvOS Tests | AWSLocationGeoPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / visionOS Tests | AWSLocationGeoPlugin / visionOS Tests | AWSLocationGeoPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / watchOS Tests | AWSLocationGeoPlugin / watchOS Tests | AWSLocationGeoPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / iOS Tests | AWSPinpointAnalyticsPlugin / iOS Tests | AWSPinpointAnalyticsPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / tvOS Tests | AWSPinpointAnalyticsPlugin / tvOS Tests | AWSPinpointAnalyticsPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / macOS Tests | AWSPinpointAnalyticsPlugin / macOS Tests | AWSPinpointAnalyticsPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / visionOS Tests | AWSPinpointAnalyticsPlugin / visionOS Tests | AWSPinpointAnalyticsPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / watchOS Tests | AWSPinpointAnalyticsPlugin / watchOS Tests | AWSPinpointAnalyticsPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / tvOS Tests | AWSPinpointPushNotificationsPlugin / tvOS Tests | AWSPinpointPushNotificationsPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / visionOS Tests | AWSPinpointPushNotificationsPlugin / visionOS Tests | AWSPinpointPushNotificationsPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / iOS Tests | AWSPinpointPushNotificationsPlugin / iOS Tests | AWSPinpointPushNotificationsPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / macOS Tests | AWSPinpointPushNotificationsPlugin / macOS Tests | AWSPinpointPushNotificationsPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Build Amplify package / Build Amplify Swift for iOS / Build Amplify-Package | iOS: Amplify/Categories/API/Operation/GraphQLOperation.swift#L16
class 'GraphQLSubscriptionOperation' must restate inherited '@unchecked Sendable' conformance
Build Amplify package / Build Amplify Swift for iOS / Build Amplify-Package | iOS: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Build Amplify package / Build Amplify Swift for iOS / Build Amplify-Package | iOS: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Build Amplify package / Build Amplify Swift for iOS / Build Amplify-Package | iOS: Amplify/Core/Support/AmplifyInProcessReportingOperation.swift#L20
class 'AmplifyInProcessReportingOperation' must restate inherited '@unchecked Sendable' conformance
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / iOS Tests | AWSCognitoAuthPlugin / iOS Tests | AWSCognitoAuthPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / iOS Tests | AWSCognitoAuthPlugin / iOS Tests | AWSCognitoAuthPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / watchOS Tests | AWSPinpointPushNotificationsPlugin / watchOS Tests | AWSPinpointPushNotificationsPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / iOS Tests | AWSPluginsCore / iOS Tests | AWSPluginsCore
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / macOS Tests | AWSPluginsCore / macOS Tests | AWSPluginsCore
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / tvOS Tests | AWSPluginsCore / tvOS Tests | AWSPluginsCore
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / visionOS Tests | AWSPluginsCore / visionOS Tests | AWSPluginsCore
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / watchOS Tests | AWSPluginsCore / watchOS Tests | AWSPluginsCore
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / macOS Tests | AWSPredictionsPlugin / macOS Tests | AWSPredictionsPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / iOS Tests | AWSPredictionsPlugin / iOS Tests | AWSPredictionsPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / tvOS Tests | AWSPredictionsPlugin / tvOS Tests | AWSPredictionsPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Build Amplify package / Build Amplify Swift for macOS / Build Amplify-Package | macOS: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Build Amplify package / Build Amplify Swift for macOS / Build Amplify-Package | macOS: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Build Amplify package / Build Amplify Swift for macOS / Build Amplify-Package | macOS: Amplify/Core/Support/AmplifyInProcessReportingOperation.swift#L20
class 'AmplifyInProcessReportingOperation' must restate inherited '@unchecked Sendable' conformance
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / visionOS Tests | AWSPredictionsPlugin / visionOS Tests | AWSPredictionsPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / watchOS Tests | AWSPredictionsPlugin / watchOS Tests | AWSPredictionsPlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / visionOS Tests | AWSCognitoAuthPlugin / visionOS Tests | AWSCognitoAuthPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / visionOS Tests | AWSCognitoAuthPlugin / visionOS Tests | AWSCognitoAuthPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / macOS Tests | AWSS3StoragePlugin / macOS Tests | AWSS3StoragePlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Build Amplify package / Build Amplify Swift for tvOS / Build Amplify-Package | tvOS: Amplify/Categories/API/Operation/GraphQLOperation.swift#L16
class 'GraphQLSubscriptionOperation' must restate inherited '@unchecked Sendable' conformance
Build Amplify package / Build Amplify Swift for tvOS / Build Amplify-Package | tvOS: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Build Amplify package / Build Amplify Swift for tvOS / Build Amplify-Package | tvOS: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Build Amplify package / Build Amplify Swift for tvOS / Build Amplify-Package | tvOS: Amplify/Core/Support/AmplifyInProcessReportingOperation.swift#L20
class 'AmplifyInProcessReportingOperation' must restate inherited '@unchecked Sendable' conformance
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / visionOS Tests | AWSS3StoragePlugin / visionOS Tests | AWSS3StoragePlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / tvOS Tests | AWSS3StoragePlugin / tvOS Tests | AWSS3StoragePlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / iOS Tests | InternalAWSPinpointUnitTests / iOS Tests | InternalAWSPinpointUnitTests
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / tvOS Tests | InternalAWSPinpointUnitTests / tvOS Tests | InternalAWSPinpointUnitTests
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / macOS Tests | InternalAWSPinpointUnitTests / macOS Tests | InternalAWSPinpointUnitTests
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / watchOS Tests | InternalAWSPinpointUnitTests / watchOS Tests | InternalAWSPinpointUnitTests
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / visionOS Tests | InternalAWSPinpointUnitTests / visionOS Tests | InternalAWSPinpointUnitTests
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / iOS Tests | AWSCloudWatchLoggingPlugin / iOS Tests | AWSCloudWatchLoggingPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / iOS Tests | AWSCloudWatchLoggingPlugin / iOS Tests | AWSCloudWatchLoggingPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / macOS Tests | AWSLocationGeoPlugin / macOS Tests | AWSLocationGeoPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / macOS Tests | AWSLocationGeoPlugin / macOS Tests | AWSLocationGeoPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / watchOS Tests | AWSLocationGeoPlugin / watchOS Tests | AWSLocationGeoPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / watchOS Tests | AWSLocationGeoPlugin / watchOS Tests | AWSLocationGeoPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / tvOS Tests | AWSLocationGeoPlugin / tvOS Tests | AWSLocationGeoPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / tvOS Tests | AWSLocationGeoPlugin / tvOS Tests | AWSLocationGeoPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / tvOS Tests | AWSPluginsCore / tvOS Tests | AWSPluginsCore: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / tvOS Tests | AWSPluginsCore / tvOS Tests | AWSPluginsCore: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / iOS Tests | AWSPinpointAnalyticsPlugin / iOS Tests | AWSPinpointAnalyticsPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / iOS Tests | AWSPinpointAnalyticsPlugin / iOS Tests | AWSPinpointAnalyticsPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / visionOS Tests | AWSLocationGeoPlugin / visionOS Tests | AWSLocationGeoPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / visionOS Tests | AWSLocationGeoPlugin / visionOS Tests | AWSLocationGeoPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / iOS Tests | AWSLocationGeoPlugin / iOS Tests | AWSLocationGeoPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSLocationGeoPlugin Unit Tests / iOS Tests | AWSLocationGeoPlugin / iOS Tests | AWSLocationGeoPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / macOS Tests | AWSPluginsCore / macOS Tests | AWSPluginsCore: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / macOS Tests | AWSPluginsCore / macOS Tests | AWSPluginsCore: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / macOS Tests | AWSPinpointAnalyticsPlugin / macOS Tests | AWSPinpointAnalyticsPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / macOS Tests | AWSPinpointAnalyticsPlugin / macOS Tests | AWSPinpointAnalyticsPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / watchOS Tests | AWSCognitoAuthPlugin / watchOS Tests | AWSCognitoAuthPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / watchOS Tests | AWSCognitoAuthPlugin / watchOS Tests | AWSCognitoAuthPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / tvOS Tests | AWSPredictionsPlugin / tvOS Tests | AWSPredictionsPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / tvOS Tests | AWSPredictionsPlugin / tvOS Tests | AWSPredictionsPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / watchOS Tests | AWSPredictionsPlugin / watchOS Tests | AWSPredictionsPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / watchOS Tests | AWSPredictionsPlugin / watchOS Tests | AWSPredictionsPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / watchOS Tests | AWSPinpointAnalyticsPlugin / watchOS Tests | AWSPinpointAnalyticsPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / watchOS Tests | AWSPinpointAnalyticsPlugin / watchOS Tests | AWSPinpointAnalyticsPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / tvOS Tests | AWSPinpointPushNotificationsPlugin / tvOS Tests | AWSPinpointPushNotificationsPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / tvOS Tests | AWSPinpointPushNotificationsPlugin / tvOS Tests | AWSPinpointPushNotificationsPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / macOS Tests | AWSPredictionsPlugin / macOS Tests | AWSPredictionsPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / macOS Tests | AWSPredictionsPlugin / macOS Tests | AWSPredictionsPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / watchOS Tests | AWSPinpointPushNotificationsPlugin / watchOS Tests | AWSPinpointPushNotificationsPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / watchOS Tests | AWSPinpointPushNotificationsPlugin / watchOS Tests | AWSPinpointPushNotificationsPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / visionOS Tests | AWSPredictionsPlugin / visionOS Tests | AWSPredictionsPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / visionOS Tests | AWSPredictionsPlugin / visionOS Tests | AWSPredictionsPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / iOS Tests | AWSPinpointPushNotificationsPlugin / iOS Tests | AWSPinpointPushNotificationsPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / iOS Tests | AWSPinpointPushNotificationsPlugin / iOS Tests | AWSPinpointPushNotificationsPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / macOS Tests | AWSPinpointPushNotificationsPlugin / macOS Tests | AWSPinpointPushNotificationsPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / macOS Tests | AWSPinpointPushNotificationsPlugin / macOS Tests | AWSPinpointPushNotificationsPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / macOS Tests | InternalAWSPinpointUnitTests / macOS Tests | InternalAWSPinpointUnitTests: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / macOS Tests | InternalAWSPinpointUnitTests / macOS Tests | InternalAWSPinpointUnitTests: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / iOS Tests | AWSPredictionsPlugin / iOS Tests | AWSPredictionsPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPredictionsPlugin Unit Tests / iOS Tests | AWSPredictionsPlugin / iOS Tests | AWSPredictionsPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / tvOS Tests | AWSPinpointAnalyticsPlugin / tvOS Tests | AWSPinpointAnalyticsPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / tvOS Tests | AWSPinpointAnalyticsPlugin / tvOS Tests | AWSPinpointAnalyticsPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / visionOS Tests | AWSPinpointPushNotificationsPlugin / visionOS Tests | AWSPinpointPushNotificationsPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointPushNotificationsPlugin Unit Tests / visionOS Tests | AWSPinpointPushNotificationsPlugin / visionOS Tests | AWSPinpointPushNotificationsPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / watchOS Tests | InternalAWSPinpointUnitTests / watchOS Tests | InternalAWSPinpointUnitTests: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / watchOS Tests | InternalAWSPinpointUnitTests / watchOS Tests | InternalAWSPinpointUnitTests: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / visionOS Tests | AWSPluginsCore / visionOS Tests | AWSPluginsCore: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / visionOS Tests | AWSPluginsCore / visionOS Tests | AWSPluginsCore: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / watchOS Tests | AWSPluginsCore / watchOS Tests | AWSPluginsCore: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / watchOS Tests | AWSPluginsCore / watchOS Tests | AWSPluginsCore: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / tvOS Tests | AWSS3StoragePlugin / tvOS Tests | AWSS3StoragePlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / tvOS Tests | AWSS3StoragePlugin / tvOS Tests | AWSS3StoragePlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / tvOS Tests | InternalAWSPinpointUnitTests / tvOS Tests | InternalAWSPinpointUnitTests: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / tvOS Tests | InternalAWSPinpointUnitTests / tvOS Tests | InternalAWSPinpointUnitTests: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / macOS Tests | AWSS3StoragePlugin / macOS Tests | AWSS3StoragePlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / macOS Tests | AWSS3StoragePlugin / macOS Tests | AWSS3StoragePlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / iOS Tests | InternalAWSPinpointUnitTests / iOS Tests | InternalAWSPinpointUnitTests: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / iOS Tests | InternalAWSPinpointUnitTests / iOS Tests | InternalAWSPinpointUnitTests: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / visionOS Tests | AWSPinpointAnalyticsPlugin / visionOS Tests | AWSPinpointAnalyticsPlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / visionOS Tests | AWSPinpointAnalyticsPlugin / visionOS Tests | AWSPinpointAnalyticsPlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / iOS Tests | AWSPluginsCore / iOS Tests | AWSPluginsCore: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSPluginsCore Unit Tests / iOS Tests | AWSPluginsCore / iOS Tests | AWSPluginsCore: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / visionOS Tests | AWSS3StoragePlugin / visionOS Tests | AWSS3StoragePlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / visionOS Tests | AWSS3StoragePlugin / visionOS Tests | AWSS3StoragePlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / visionOS Tests | InternalAWSPinpointUnitTests / visionOS Tests | InternalAWSPinpointUnitTests: Amplify/Categories/API/Response/SubscriptionEvent.swift#L14
associated value 'data' of 'Sendable'-conforming generic enum 'GraphQLSubscriptionEvent' has non-sendable type 'T'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / InternalAWSPinpointUnitTests Unit Tests / visionOS Tests | InternalAWSPinpointUnitTests / visionOS Tests | InternalAWSPinpointUnitTests: Amplify/Categories/DataStore/Subscribe/DataStoreQuerySnapshot.swift#L15
stored property 'items' of 'Sendable'-conforming generic struct 'DataStoreQuerySnapshot' has non-sendable type '[M]'; this is an error in the Swift 6 language mode
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify
Skipped AmplifyTests.AmplifyOperationHubTests.testListenerViaHubListen
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.AnalyticsCategoryConfigurationTests.testPreconditionFailureInvokingBeforeConfig
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.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnCompleteAfterProgress
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.testHubListenToOperationUnsubscribesOnErrorAfterProgress
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.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnCompleteAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / watchOS Tests | Amplify / watchOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnErrorAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify
Skipped AmplifyTests.AmplifyOperationHubTests.testListenerViaHubListen
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.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnCompleteAfterProgress
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.testHubListenToOperationUnsubscribesOnErrorAfterProgress
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.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnCompleteAfterProgress
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.testOperationUnsubscribesOnError
Run Plugins Unit Tests / Amplify Unit Tests / macOS Tests | Amplify / macOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnSuccess
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify
Skipped AmplifyTests.AmplifyOperationHubTests.testListenerViaHubListen
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.AnalyticsCategoryConfigurationTests.testPreconditionFailureInvokingBeforeConfig
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.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnCompleteAfterProgress
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.testHubListenToOperationUnsubscribesOnErrorAfterProgress
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.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnCompleteAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / tvOS Tests | Amplify / tvOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnErrorAfterProgress
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / tvOS Tests | AWSCloudWatchLoggingPlugin / tvOS Tests | AWSCloudWatchLoggingPlugin
Skipped AWSCloudWatchLoggingPluginTests.AWSCloudWatchLoggingSessionControllerTests.testConsumeFailureSendsHubEvent
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / visionOS Tests | AWSCloudWatchLoggingPlugin / visionOS Tests | AWSCloudWatchLoggingPlugin
Skipped AWSCloudWatchLoggingPluginTests.AWSCloudWatchLoggingSessionControllerTests.testConsumeFailureSendsHubEvent
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify
Skipped AmplifyTests.AmplifyOperationHubTests.testListenerViaHubListen
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.AnalyticsCategoryConfigurationTests.testPreconditionFailureInvokingBeforeConfig
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.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnCompleteAfterProgress
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.testHubListenToOperationUnsubscribesOnErrorAfterProgress
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.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnCompleteAfterProgress
Run Plugins Unit Tests / Amplify Unit Tests / visionOS Tests | Amplify / visionOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnErrorAfterProgress
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / watchOS Tests | AWSCloudWatchLoggingPlugin / watchOS Tests | AWSCloudWatchLoggingPlugin
Skipped AWSCloudWatchLoggingPluginTests.AWSCloudWatchLoggingSessionControllerTests.testConsumeFailureSendsHubEvent
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / watchOS Tests | AWSCloudWatchLoggingPlugin / watchOS Tests | AWSCloudWatchLoggingPlugin
Skipped AWSCloudWatchLoggingPluginTests.AWSCloudWatchLoggingSessionControllerTests.testConsumeFailureSendsHubEvent
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / macOS Tests | AWSCloudWatchLoggingPlugin / macOS Tests | AWSCloudWatchLoggingPlugin
Skipped AWSCloudWatchLoggingPluginTests.AWSCloudWatchLoggingSessionControllerTests.testConsumeFailureSendsHubEvent
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / tvOS Tests | AWSCognitoAuthPlugin / tvOS Tests | AWSCognitoAuthPlugin
Skipped AWSCognitoAuthPluginUnitTests.EscapeHatchTests.testEscapeHatchWithoutConfiguration
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify
Skipped AmplifyTests.AmplifyOperationHubTests.testListenerViaHubListen
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.AutoUnsubscribeHubListenToOperationTests.testHubListenToOperationUnsubscribesOnCompleteAfterProgress
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.testHubListenToOperationUnsubscribesOnErrorAfterProgress
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.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnCompleteAfterProgress
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.testOperationUnsubscribesOnError
Run Plugins Unit Tests / Amplify Unit Tests / iOS Tests | Amplify / iOS Tests | Amplify
Skipped AmplifyTests.AutoUnsubscribeOperationTests.testOperationUnsubscribesOnSuccess
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / visionOS Tests | AWSCognitoAuthPlugin / visionOS Tests | AWSCognitoAuthPlugin
Skipped AWSCognitoAuthPluginUnitTests.EscapeHatchTests.testEscapeHatchWithoutConfiguration
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / iOS Tests | AWSCloudWatchLoggingPlugin / iOS Tests | AWSCloudWatchLoggingPlugin
Skipped AWSCloudWatchLoggingPluginTests.AWSCloudWatchLoggingSessionControllerTests.testConsumeFailureSendsHubEvent
Run Plugins Unit Tests / AWSCloudWatchLoggingPlugin Unit Tests / iOS Tests | AWSCloudWatchLoggingPlugin / iOS Tests | AWSCloudWatchLoggingPlugin
Skipped AWSCloudWatchLoggingPluginTests.AWSCloudWatchLoggingSessionControllerTests.testConsumeFailureSendsHubEvent
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / watchOS Tests | AWSCognitoAuthPlugin / watchOS Tests | AWSCognitoAuthPlugin
Skipped AWSCognitoAuthPluginUnitTests.EscapeHatchTests.testEscapeHatchWithoutConfiguration
Run Plugins Unit Tests / AWSCognitoAuthPlugin Unit Tests / watchOS Tests | AWSCognitoAuthPlugin / watchOS Tests | AWSCognitoAuthPlugin
Skipped AWSCognitoAuthPluginUnitTests.EscapeHatchTests.testEscapeHatchWithoutConfiguration
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / watchOS Tests | AWSPinpointAnalyticsPlugin / watchOS Tests | AWSPinpointAnalyticsPlugin
Skipped AWSPinpointAnalyticsPluginUnitTests.AWSPinpointAnalyticsPluginClientBehaviorTests.testRegisterGlobalPropertiesWithInvalidKeys
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.AWSDataStorePluginSubscribeBehaviorTests.testObserveQueryFailOnMissingDispatchedModelSyncedEvent
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.DataStoreHubTests.testDataStoreDispatchesConflictToHub
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.testDataStoreDispatchesDeleteToHub
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.testDataStoreDispatchesUpdateToHub
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.OutgoingMutationQueueTests.testMutationQueueDeliversPendingMutationsFirst
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / tvOS Tests | AWSDataStorePlugin / tvOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueDequeuesSavedEvents
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.AWSMutationEventIngesterTests.testMutationQueueFailureCausesSaveFailure
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.DataStoreHubTests.testDataStoreDispatchesCreateToHub
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.testDataStoreDispatchesErrorToHub
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.OutgoingMutationQueueTests.testLocalMutationUnsubcsribesFromCloud
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.testMutationQueueDequeuesSavedEvents
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / macOS Tests | AWSDataStorePlugin / macOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueStoresDeleteEvents
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / tvOS Tests | AWSPinpointAnalyticsPlugin / tvOS Tests | AWSPinpointAnalyticsPlugin
Skipped AWSPinpointAnalyticsPluginUnitTests.AWSPinpointAnalyticsPluginClientBehaviorTests.testRegisterGlobalPropertiesWithInvalidKeys
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.AWSMutationEventIngesterTests.testMutationQueueFailureCausesSaveFailure
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.DataStoreHubTests.testDataStoreDispatchesCreateToHub
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.testDataStoreDispatchesErrorToHub
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.OutgoingMutationQueueTests.testLocalMutationUnsubcsribesFromCloud
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.testMutationQueueDequeuesSavedEvents
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / iOS Tests | AWSDataStorePlugin / iOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueStoresDeleteEvents
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / tvOS Tests | AWSS3StoragePlugin / tvOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.AWSS3StoragePluginAmplifyOutputsConfigurationTests.testConfigureThrowsForInvalidRegionType
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / tvOS Tests | AWSS3StoragePlugin / tvOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.AWSS3StoragePluginConfigureTests.testConfigureThrowsForInvalidRegionType
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / tvOS Tests | AWSS3StoragePlugin / tvOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.DefaultStorageMultipartUploadClientTests.testAbortMultipartUpload_withoutServiceProxy_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / tvOS Tests | AWSS3StoragePlugin / tvOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.DefaultStorageMultipartUploadClientTests.testCompleteMultipartUpload_withoutServiceProxy_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / tvOS Tests | AWSS3StoragePlugin / tvOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.DefaultStorageMultipartUploadClientTests.testCreateMultipartUpload_withoutServiceProxy_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / tvOS Tests | AWSS3StoragePlugin / tvOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.DefaultStorageMultipartUploadClientTests.testUploadPart_withoutParts_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / tvOS Tests | AWSS3StoragePlugin / tvOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.DefaultStorageMultipartUploadClientTests.testUploadPart_withoutServiceProxy_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / tvOS Tests | AWSS3StoragePlugin / tvOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.FatalTests.testFatalMustOverride
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / tvOS Tests | AWSS3StoragePlugin / tvOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.FatalTests.testFatalNotImplemented
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / macOS Tests | AWSS3StoragePlugin / macOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.AWSS3StoragePluginAmplifyOutputsConfigurationTests.testConfigureThrowsForInvalidRegionType
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / macOS Tests | AWSS3StoragePlugin / macOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.AWSS3StoragePluginConfigureTests.testConfigureThrowsForInvalidRegionType
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / macOS Tests | AWSS3StoragePlugin / macOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.StorageMultipartUploadSessionTests.testPartUploadFailedOverLimit
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / macOS Tests | AWSS3StoragePlugin / macOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.StorageTransferDatabaseTests.testStoringAndLoadingInProgressMultipartUploadTask
Run Plugins Unit Tests / AWSPinpointAnalyticsPlugin Unit Tests / visionOS Tests | AWSPinpointAnalyticsPlugin / visionOS Tests | AWSPinpointAnalyticsPlugin
Skipped AWSPinpointAnalyticsPluginUnitTests.AWSPinpointAnalyticsPluginClientBehaviorTests.testRegisterGlobalPropertiesWithInvalidKeys
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.AWSDataStorePluginSubscribeBehaviorTests.testObserveQueryFailOnMissingDispatchedModelSyncedEvent
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.DataStoreHubTests.testDataStoreDispatchesConflictToHub
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.testDataStoreDispatchesDeleteToHub
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.testDataStoreDispatchesUpdateToHub
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.OutgoingMutationQueueTests.testMutationQueueDeliversPendingMutationsFirst
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / watchOS Tests | AWSDataStorePlugin / watchOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueDequeuesSavedEvents
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.AWSS3StoragePluginAmplifyOutputsConfigurationTests.testConfigureThrowsForInvalidRegionType
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.DefaultStorageMultipartUploadClientTests.testAbortMultipartUpload_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.testCreateMultipartUpload_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.testUploadPart_withoutServiceProxy_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / watchOS Tests | AWSS3StoragePlugin / watchOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.FatalTests.testFatalNotImplemented
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.AWSDataStorePluginSubscribeBehaviorTests.testObserveQueryFailOnMissingDispatchedModelSyncedEvent
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.DataStoreHubTests.testDataStoreDispatchesConflictToHub
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.testDataStoreDispatchesDeleteToHub
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.testDataStoreDispatchesUpdateToHub
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.OutgoingMutationQueueTests.testMutationQueueDeliversPendingMutationsFirst
Run Plugins Unit Tests / AWSDataStorePlugin Unit Tests / visionOS Tests | AWSDataStorePlugin / visionOS Tests | AWSDataStorePlugin
Skipped AWSDataStoreCategoryPluginTests.OutgoingMutationQueueTests.testMutationQueueDequeuesSavedEvents
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / visionOS Tests | AWSS3StoragePlugin / visionOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.AWSS3StoragePluginAmplifyOutputsConfigurationTests.testConfigureThrowsForInvalidRegionType
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / visionOS Tests | AWSS3StoragePlugin / visionOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.AWSS3StoragePluginConfigureTests.testConfigureThrowsForInvalidRegionType
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / visionOS Tests | AWSS3StoragePlugin / visionOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.DefaultStorageMultipartUploadClientTests.testAbortMultipartUpload_withoutServiceProxy_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / visionOS Tests | AWSS3StoragePlugin / visionOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.DefaultStorageMultipartUploadClientTests.testCompleteMultipartUpload_withoutServiceProxy_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / visionOS Tests | AWSS3StoragePlugin / visionOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.DefaultStorageMultipartUploadClientTests.testCreateMultipartUpload_withoutServiceProxy_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / visionOS Tests | AWSS3StoragePlugin / visionOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.DefaultStorageMultipartUploadClientTests.testUploadPart_withoutParts_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / visionOS Tests | AWSS3StoragePlugin / visionOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.DefaultStorageMultipartUploadClientTests.testUploadPart_withoutServiceProxy_shouldThrowFatalError
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.AWSS3StoragePluginAmplifyOutputsConfigurationTests.testConfigureThrowsForInvalidRegionType
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.AWSS3StoragePluginConfigureTests.testConfigureThrowsForInvalidRegionType
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.StorageMultipartUploadSessionTests.testPartUploadFailedOverLimit
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.StorageTransferDatabaseTests.testStoringAndLoadingInProgressMultipartUploadTask
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.AWSS3StoragePluginAmplifyOutputsConfigurationTests.testConfigureThrowsForInvalidRegionType
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.AWSS3StoragePluginConfigureTests.testConfigureThrowsForInvalidRegionType
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.StorageMultipartUploadSessionTests.testPartUploadFailedOverLimit
Run Plugins Unit Tests / AWSS3StoragePlugin Unit Tests / iOS Tests | AWSS3StoragePlugin / iOS Tests | AWSS3StoragePlugin
Skipped AWSS3StoragePluginTests.StorageTransferDatabaseTests.testStoringAndLoadingInProgressMultipartUploadTask

Artifacts

Produced during runtime
Name Size
AWSAPIPlugin-Coverage-f15cc457b15d9154c8b1c850704267b4cc445d3c Expired
27.9 KB
AWSCognitoAuthPlugin-Coverage-f15cc457b15d9154c8b1c850704267b4cc445d3c Expired
80.6 KB
AWSDataStorePlugin-Coverage-f15cc457b15d9154c8b1c850704267b4cc445d3c Expired
64.1 KB
AWSLocationGeoPlugin-Coverage-f15cc457b15d9154c8b1c850704267b4cc445d3c Expired
3.79 KB
AWSPinpointAnalyticsPlugin-Coverage-f15cc457b15d9154c8b1c850704267b4cc445d3c Expired
3.65 KB
AWSPinpointPushNotificationsPlugin-Coverage-f15cc457b15d9154c8b1c850704267b4cc445d3c Expired
3.1 KB
AWSPluginsCore-Coverage-f15cc457b15d9154c8b1c850704267b4cc445d3c Expired
19.6 KB
AWSPredictionsPlugin-Coverage-f15cc457b15d9154c8b1c850704267b4cc445d3c Expired
19.2 KB
AWSS3StoragePlugin-Coverage-f15cc457b15d9154c8b1c850704267b4cc445d3c Expired
30.6 KB
Amplify-Coverage-f15cc457b15d9154c8b1c850704267b4cc445d3c Expired
61.4 KB