The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RevenueMore, reference master (f2b654), with Swift 6.1 for macOS (SPM) on 10 Apr 2026 01:07:16 UTC.

Swift 6 data race errors: 59

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

74 |         static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
75 |         static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:74:20: warning: static property 'notFoundOffering' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
72 |         static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
73 |         static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
74 |         static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
   |                    |- warning: static property 'notFoundOffering' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundOffering' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundOffering' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
75 |         static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
76 |         static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:75:20: warning: static property 'notFoundProductIds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 |         static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
74 |         static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
75 |         static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
   |                    |- warning: static property 'notFoundProductIds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundProductIds' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundProductIds' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 |         static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
77 |         static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:76:20: warning: static property 'notFoundProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
74 |         static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
75 |         static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
76 |         static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
   |                    |- warning: static property 'notFoundProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundProduct' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundProduct' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 |         static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
78 |         static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:77:20: warning: static property 'notFoundStoreProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
75 |         static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
76 |         static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
77 |         static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
   |                    |- warning: static property 'notFoundStoreProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundStoreProduct' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundStoreProduct' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
78 |         static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
79 |         static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:78:20: warning: static property 'notFoundWindowScene' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
76 |         static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
77 |         static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
78 |         static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
   |                    |- warning: static property 'notFoundWindowScene' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundWindowScene' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundWindowScene' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 |         static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
80 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:79:20: warning: static property 'notInitializedStoreKitManager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
77 |         static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
78 |         static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
79 |         static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
   |                    |- warning: static property 'notInitializedStoreKitManager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notInitializedStoreKitManager' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notInitializedStoreKitManager' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
80 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
81 |         static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:80:20: warning: static property 'notShowManageSubscriptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
78 |         static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
79 |         static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
80 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
   |                    |- warning: static property 'notShowManageSubscriptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notShowManageSubscriptions' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notShowManageSubscriptions' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
81 |         static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
82 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:81:20: warning: static property 'paymentCompletedWithFailure' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
79 |         static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
80 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
81 |         static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
   |                    |- warning: static property 'paymentCompletedWithFailure' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'paymentCompletedWithFailure' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'paymentCompletedWithFailure' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
83 |         static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:82:20: warning: static property 'purchaseCanceledByUser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
80 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
81 |         static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
82 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
   |                    |- warning: static property 'purchaseCanceledByUser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purchaseCanceledByUser' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purchaseCanceledByUser' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 |         static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
84 |         static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:83:20: warning: static property 'purchaseIsPending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
81 |         static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
82 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
83 |         static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
   |                    |- warning: static property 'purchaseIsPending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purchaseIsPending' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purchaseIsPending' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
84 |         static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
85 |         static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:84:20: warning: static property 'purshaseFailedWithoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
82 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
83 |         static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
84 |         static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
   |                    |- warning: static property 'purshaseFailedWithoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purshaseFailedWithoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purshaseFailedWithoutMessage' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
85 |         static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
86 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:85:20: warning: static property 'restorePaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
83 |         static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
84 |         static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
85 |         static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
   |                    |- warning: static property 'restorePaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'restorePaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'restorePaymentFailed' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
86 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
87 |         static var unexpected: String = "error.unexpected.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:86:20: warning: static property 'transactionListenerUnverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
84 |         static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
85 |         static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
86 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
   |                    |- warning: static property 'transactionListenerUnverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'transactionListenerUnverified' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'transactionListenerUnverified' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
87 |         static var unexpected: String = "error.unexpected.recovery_suggestion".localized
88 |         static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:87:20: warning: static property 'unexpected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
85 |         static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
86 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
87 |         static var unexpected: String = "error.unexpected.recovery_suggestion".localized
   |                    |- warning: static property 'unexpected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'unexpected' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'unexpected' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
88 |         static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
89 |         static var badURL: String = "error.bad_url.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:88:20: warning: static property 'invalidReceipt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
86 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
87 |         static var unexpected: String = "error.unexpected.recovery_suggestion".localized
88 |         static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
   |                    |- warning: static property 'invalidReceipt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'invalidReceipt' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'invalidReceipt' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
89 |         static var badURL: String = "error.bad_url.recovery_suggestion".localized
90 |     }
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:89:20: warning: static property 'badURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
87 |         static var unexpected: String = "error.unexpected.recovery_suggestion".localized
88 |         static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
89 |         static var badURL: String = "error.bad_url.recovery_suggestion".localized
   |                    |- warning: static property 'badURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'badURL' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'badURL' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
90 |     }
91 | }
[66/82] Compiling RevenueMore ThreadSafety.swift
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:17:20: warning: static property 'notInitialize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | extension Localizations {
16 |     enum RevenueMoreError {
17 |         static var notInitialize: String = "not_initialize".localized
   |                    |- warning: static property 'notInitialize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notInitialize' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notInitialize' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |     }
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:24:20: warning: static property 'fetchEntitlements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
22 | extension Localizations.RevenueMoreError {
23 |     enum Reason {
24 |         static var fetchEntitlements: String = "error.fetch_entitlements.reason".localized
   |                    |- warning: static property 'fetchEntitlements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'fetchEntitlements' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'fetchEntitlements' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.reason".localized
26 |         static var fetchProductFailed: String = "error.fetch_product_failed.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:25:20: warning: static property 'fetchSubscriptionGroups' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
23 |     enum Reason {
24 |         static var fetchEntitlements: String = "error.fetch_entitlements.reason".localized
25 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.reason".localized
   |                    |- warning: static property 'fetchSubscriptionGroups' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'fetchSubscriptionGroups' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'fetchSubscriptionGroups' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |         static var fetchProductFailed: String = "error.fetch_product_failed.reason".localized
27 |         static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:26:20: warning: static property 'fetchProductFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
24 |         static var fetchEntitlements: String = "error.fetch_entitlements.reason".localized
25 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.reason".localized
26 |         static var fetchProductFailed: String = "error.fetch_product_failed.reason".localized
   |                    |- warning: static property 'fetchProductFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'fetchProductFailed' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'fetchProductFailed' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |         static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
28 |         static var notFoundOffering: String = "error.not_found_offering.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:27:20: warning: static property 'listenPaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
25 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.reason".localized
26 |         static var fetchProductFailed: String = "error.fetch_product_failed.reason".localized
27 |         static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
   |                    |- warning: static property 'listenPaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'listenPaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'listenPaymentFailed' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |         static var notFoundOffering: String = "error.not_found_offering.reason".localized
29 |         static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:28:20: warning: static property 'notFoundOffering' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |         static var fetchProductFailed: String = "error.fetch_product_failed.reason".localized
27 |         static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
28 |         static var notFoundOffering: String = "error.not_found_offering.reason".localized
   |                    |- warning: static property 'notFoundOffering' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundOffering' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundOffering' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |         static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
30 |         static var notFoundProduct: String = "error.not_found_product.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:29:20: warning: static property 'notFoundProductIds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
27 |         static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
28 |         static var notFoundOffering: String = "error.not_found_offering.reason".localized
29 |         static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
   |                    |- warning: static property 'notFoundProductIds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundProductIds' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundProductIds' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |         static var notFoundProduct: String = "error.not_found_product.reason".localized
31 |         static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:30:20: warning: static property 'notFoundProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |         static var notFoundOffering: String = "error.not_found_offering.reason".localized
29 |         static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
30 |         static var notFoundProduct: String = "error.not_found_product.reason".localized
   |                    |- warning: static property 'notFoundProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundProduct' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundProduct' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |         static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
32 |         static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:31:20: warning: static property 'notFoundStoreProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |         static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
30 |         static var notFoundProduct: String = "error.not_found_product.reason".localized
31 |         static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
   |                    |- warning: static property 'notFoundStoreProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundStoreProduct' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundStoreProduct' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |         static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
33 |         static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:32:20: warning: static property 'notFoundWindowScene' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 |         static var notFoundProduct: String = "error.not_found_product.reason".localized
31 |         static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
32 |         static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
   |                    |- warning: static property 'notFoundWindowScene' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundWindowScene' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundWindowScene' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |         static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
34 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:33:20: warning: static property 'notInitializeStoreKitManager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
31 |         static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
32 |         static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
33 |         static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
   |                    |- warning: static property 'notInitializeStoreKitManager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notInitializeStoreKitManager' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notInitializeStoreKitManager' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
35 |         static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:34:20: warning: static property 'notShowManageSubscriptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
32 |         static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
33 |         static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
34 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
   |                    |- warning: static property 'notShowManageSubscriptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notShowManageSubscriptions' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notShowManageSubscriptions' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |         static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
36 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:35:20: warning: static property 'paymentComletedWithFailure' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |         static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
34 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
35 |         static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
   |                    |- warning: static property 'paymentComletedWithFailure' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'paymentComletedWithFailure' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'paymentComletedWithFailure' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
37 |         static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:36:20: warning: static property 'purchaseCanceledByUser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
35 |         static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
36 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
   |                    |- warning: static property 'purchaseCanceledByUser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purchaseCanceledByUser' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purchaseCanceledByUser' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |         static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
38 |         static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:37:20: warning: static property 'purhaseIsPending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
35 |         static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
36 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
37 |         static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
   |                    |- warning: static property 'purhaseIsPending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purhaseIsPending' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purhaseIsPending' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |         static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
39 |         static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:38:20: warning: static property 'purchaseFailedWithoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
36 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
37 |         static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
38 |         static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
   |                    |- warning: static property 'purchaseFailedWithoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purchaseFailedWithoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purchaseFailedWithoutMessage' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |         static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
40 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:39:20: warning: static property 'restorePaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
37 |         static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
38 |         static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
39 |         static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
   |                    |- warning: static property 'restorePaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'restorePaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'restorePaymentFailed' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
41 |         static var unexpected: String = "error.unexpected.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:40:20: warning: static property 'transactionListenerUnverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |         static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
39 |         static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
40 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
   |                    |- warning: static property 'transactionListenerUnverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'transactionListenerUnverified' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'transactionListenerUnverified' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |         static var unexpected: String = "error.unexpected.reason".localized
42 |         static var invalidReceipt: String = "error.invalid_receipt.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:41:20: warning: static property 'unexpected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 |         static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
40 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
41 |         static var unexpected: String = "error.unexpected.reason".localized
   |                    |- warning: static property 'unexpected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'unexpected' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'unexpected' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |         static var invalidReceipt: String = "error.invalid_receipt.reason".localized
43 |         static var badURL: String = "error.bad_url.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:42:20: warning: static property 'invalidReceipt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
41 |         static var unexpected: String = "error.unexpected.reason".localized
42 |         static var invalidReceipt: String = "error.invalid_receipt.reason".localized
   |                    |- warning: static property 'invalidReceipt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'invalidReceipt' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'invalidReceipt' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 |         static var badURL: String = "error.bad_url.reason".localized
44 |     }
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:43:20: warning: static property 'badURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |         static var unexpected: String = "error.unexpected.reason".localized
42 |         static var invalidReceipt: String = "error.invalid_receipt.reason".localized
43 |         static var badURL: String = "error.bad_url.reason".localized
   |                    |- warning: static property 'badURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'badURL' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'badURL' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |     }
45 | }
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:50:20: warning: static property 'notFoundOffering' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
48 | extension Localizations.RevenueMoreError {
49 |     enum Description {
50 |         static var notFoundOffering: String = "error.not_found_offering.description".localized
   |                    |- warning: static property 'notFoundOffering' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundOffering' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundOffering' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 |         static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
52 |         static var notFoundProduct: String = "error.not_found_product.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:51:20: warning: static property 'notFoundProductIds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
49 |     enum Description {
50 |         static var notFoundOffering: String = "error.not_found_offering.description".localized
51 |         static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
   |                    |- warning: static property 'notFoundProductIds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundProductIds' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundProductIds' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
52 |         static var notFoundProduct: String = "error.not_found_product.description".localized
53 |         static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:52:20: warning: static property 'notFoundProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50 |         static var notFoundOffering: String = "error.not_found_offering.description".localized
51 |         static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
52 |         static var notFoundProduct: String = "error.not_found_product.description".localized
   |                    |- warning: static property 'notFoundProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundProduct' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundProduct' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
53 |         static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
54 |         static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:53:20: warning: static property 'notFoundStoreProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51 |         static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
52 |         static var notFoundProduct: String = "error.not_found_product.description".localized
53 |         static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
   |                    |- warning: static property 'notFoundStoreProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundStoreProduct' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundStoreProduct' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |         static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
55 |         static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:54:20: warning: static property 'notFoundWindowScene' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52 |         static var notFoundProduct: String = "error.not_found_product.description".localized
53 |         static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
54 |         static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
   |                    |- warning: static property 'notFoundWindowScene' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundWindowScene' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundWindowScene' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
55 |         static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
56 |         static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:55:20: warning: static property 'notInitializedStoreKit1Manager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53 |         static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
54 |         static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
55 |         static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
   |                    |- warning: static property 'notInitializedStoreKit1Manager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notInitializedStoreKit1Manager' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notInitializedStoreKit1Manager' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |         static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
57 |         static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:56:20: warning: static property 'notInitializedStoreKit2Manager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
54 |         static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
55 |         static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
56 |         static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
   |                    |- warning: static property 'notInitializedStoreKit2Manager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notInitializedStoreKit2Manager' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notInitializedStoreKit2Manager' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
57 |         static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
58 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:57:20: warning: static property 'notShowManageSubscriptionsWithoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
55 |         static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
56 |         static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
57 |         static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
   |                    |- warning: static property 'notShowManageSubscriptionsWithoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notShowManageSubscriptionsWithoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notShowManageSubscriptionsWithoutMessage' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
59 |         static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:58:20: warning: static property 'purchaseCanceledByUser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
56 |         static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
57 |         static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
58 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
   |                    |- warning: static property 'purchaseCanceledByUser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purchaseCanceledByUser' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purchaseCanceledByUser' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 |         static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
60 |         static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:59:20: warning: static property 'purchaseIsPending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
57 |         static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
58 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
59 |         static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
   |                    |- warning: static property 'purchaseIsPending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purchaseIsPending' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purchaseIsPending' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 |         static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
61 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:60:20: warning: static property 'purhaseFailedWitoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
58 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
59 |         static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
60 |         static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
   |                    |- warning: static property 'purhaseFailedWitoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purhaseFailedWitoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purhaseFailedWitoutMessage' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
61 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
62 |         static var unexpected: String = "error.unexpected.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:61:20: warning: static property 'transactionListenerUnverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
59 |         static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
60 |         static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
61 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
   |                    |- warning: static property 'transactionListenerUnverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'transactionListenerUnverified' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'transactionListenerUnverified' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |         static var unexpected: String = "error.unexpected.description".localized
63 |         static var invalidReceipt: String = "error.invalid_receipt.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:62:20: warning: static property 'unexpected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
60 |         static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
61 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
62 |         static var unexpected: String = "error.unexpected.description".localized
   |                    |- warning: static property 'unexpected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'unexpected' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'unexpected' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
63 |         static var invalidReceipt: String = "error.invalid_receipt.description".localized
64 |         static var badURL: String = "error.bad_url.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:63:20: warning: static property 'invalidReceipt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
61 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
62 |         static var unexpected: String = "error.unexpected.description".localized
63 |         static var invalidReceipt: String = "error.invalid_receipt.description".localized
   |                    |- warning: static property 'invalidReceipt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'invalidReceipt' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'invalidReceipt' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 |         static var badURL: String = "error.bad_url.description".localized
65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:64:20: warning: static property 'badURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
62 |         static var unexpected: String = "error.unexpected.description".localized
63 |         static var invalidReceipt: String = "error.invalid_receipt.description".localized
64 |         static var badURL: String = "error.bad_url.description".localized
   |                    |- warning: static property 'badURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'badURL' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'badURL' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
65 |     }
66 | }
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:70:20: warning: static property 'fetchEntitlements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
68 | extension Localizations.RevenueMoreError {
69 |     enum RecoverySuggestion {
70 |         static var fetchEntitlements: String = "error.fetch_entitlements.recovery_suggestion".localized
   |                    |- warning: static property 'fetchEntitlements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'fetchEntitlements' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'fetchEntitlements' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.recovery_suggestion".localized
72 |         static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:71:20: warning: static property 'fetchSubscriptionGroups' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
69 |     enum RecoverySuggestion {
70 |         static var fetchEntitlements: String = "error.fetch_entitlements.recovery_suggestion".localized
71 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.recovery_suggestion".localized
   |                    |- warning: static property 'fetchSubscriptionGroups' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'fetchSubscriptionGroups' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'fetchSubscriptionGroups' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
72 |         static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
73 |         static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:72:20: warning: static property 'fetchProductFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
70 |         static var fetchEntitlements: String = "error.fetch_entitlements.recovery_suggestion".localized
71 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.recovery_suggestion".localized
72 |         static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
   |                    |- warning: static property 'fetchProductFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'fetchProductFailed' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'fetchProductFailed' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 |         static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
74 |         static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:73:20: warning: static property 'listenPaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
71 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.recovery_suggestion".localized
72 |         static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
73 |         static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
   |                    |- warning: static property 'listenPaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'listenPaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'listenPaymentFailed' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
74 |         static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
75 |         static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:74:20: warning: static property 'notFoundOffering' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
72 |         static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
73 |         static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
74 |         static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
   |                    |- warning: static property 'notFoundOffering' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundOffering' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundOffering' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
75 |         static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
76 |         static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:75:20: warning: static property 'notFoundProductIds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 |         static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
74 |         static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
75 |         static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
   |                    |- warning: static property 'notFoundProductIds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundProductIds' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundProductIds' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 |         static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
77 |         static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:76:20: warning: static property 'notFoundProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
74 |         static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
75 |         static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
76 |         static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
   |                    |- warning: static property 'notFoundProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundProduct' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundProduct' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 |         static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
78 |         static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:77:20: warning: static property 'notFoundStoreProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
75 |         static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
76 |         static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
77 |         static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
   |                    |- warning: static property 'notFoundStoreProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundStoreProduct' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundStoreProduct' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
78 |         static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
79 |         static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:78:20: warning: static property 'notFoundWindowScene' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
76 |         static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
77 |         static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
78 |         static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
   |                    |- warning: static property 'notFoundWindowScene' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundWindowScene' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundWindowScene' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 |         static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
80 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:79:20: warning: static property 'notInitializedStoreKitManager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
77 |         static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
78 |         static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
79 |         static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
   |                    |- warning: static property 'notInitializedStoreKitManager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notInitializedStoreKitManager' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notInitializedStoreKitManager' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
80 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
81 |         static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:80:20: warning: static property 'notShowManageSubscriptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
78 |         static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
79 |         static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
80 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
   |                    |- warning: static property 'notShowManageSubscriptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notShowManageSubscriptions' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notShowManageSubscriptions' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
81 |         static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
82 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:81:20: warning: static property 'paymentCompletedWithFailure' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
79 |         static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
80 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
81 |         static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
   |                    |- warning: static property 'paymentCompletedWithFailure' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'paymentCompletedWithFailure' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'paymentCompletedWithFailure' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
83 |         static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:82:20: warning: static property 'purchaseCanceledByUser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
80 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
81 |         static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
82 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
   |                    |- warning: static property 'purchaseCanceledByUser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purchaseCanceledByUser' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purchaseCanceledByUser' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 |         static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
84 |         static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:83:20: warning: static property 'purchaseIsPending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
81 |         static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
82 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
83 |         static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
   |                    |- warning: static property 'purchaseIsPending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purchaseIsPending' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purchaseIsPending' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
84 |         static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
85 |         static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:84:20: warning: static property 'purshaseFailedWithoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
82 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
83 |         static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
84 |         static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
   |                    |- warning: static property 'purshaseFailedWithoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purshaseFailedWithoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purshaseFailedWithoutMessage' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
85 |         static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
86 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:85:20: warning: static property 'restorePaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
83 |         static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
84 |         static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
85 |         static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
   |                    |- warning: static property 'restorePaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'restorePaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'restorePaymentFailed' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
86 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
87 |         static var unexpected: String = "error.unexpected.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:86:20: warning: static property 'transactionListenerUnverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
84 |         static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
85 |         static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
86 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
   |                    |- warning: static property 'transactionListenerUnverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'transactionListenerUnverified' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'transactionListenerUnverified' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
87 |         static var unexpected: String = "error.unexpected.recovery_suggestion".localized
88 |         static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:87:20: warning: static property 'unexpected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
85 |         static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
86 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
87 |         static var unexpected: String = "error.unexpected.recovery_suggestion".localized
   |                    |- warning: static property 'unexpected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'unexpected' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'unexpected' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
88 |         static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
89 |         static var badURL: String = "error.bad_url.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:88:20: warning: static property 'invalidReceipt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
86 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
87 |         static var unexpected: String = "error.unexpected.recovery_suggestion".localized
88 |         static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
   |                    |- warning: static property 'invalidReceipt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'invalidReceipt' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'invalidReceipt' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
89 |         static var badURL: String = "error.bad_url.recovery_suggestion".localized
90 |     }
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:89:20: warning: static property 'badURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
87 |         static var unexpected: String = "error.unexpected.recovery_suggestion".localized
88 |         static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
89 |         static var badURL: String = "error.bad_url.recovery_suggestion".localized
   |                    |- warning: static property 'badURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'badURL' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'badURL' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
90 |     }
91 | }
[67/82] Compiling RevenueMore UnknownCaseRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:17:20: warning: static property 'notInitialize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | extension Localizations {
16 |     enum RevenueMoreError {
17 |         static var notInitialize: String = "not_initialize".localized
   |                    |- warning: static property 'notInitialize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notInitialize' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notInitialize' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |     }
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:24:20: warning: static property 'fetchEntitlements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
22 | extension Localizations.RevenueMoreError {
23 |     enum Reason {
24 |         static var fetchEntitlements: String = "error.fetch_entitlements.reason".localized
   |                    |- warning: static property 'fetchEntitlements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'fetchEntitlements' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'fetchEntitlements' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.reason".localized
26 |         static var fetchProductFailed: String = "error.fetch_product_failed.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:25:20: warning: static property 'fetchSubscriptionGroups' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
23 |     enum Reason {
24 |         static var fetchEntitlements: String = "error.fetch_entitlements.reason".localized
25 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.reason".localized
   |                    |- warning: static property 'fetchSubscriptionGroups' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'fetchSubscriptionGroups' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'fetchSubscriptionGroups' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |         static var fetchProductFailed: String = "error.fetch_product_failed.reason".localized
27 |         static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:26:20: warning: static property 'fetchProductFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
24 |         static var fetchEntitlements: String = "error.fetch_entitlements.reason".localized
25 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.reason".localized
26 |         static var fetchProductFailed: String = "error.fetch_product_failed.reason".localized
   |                    |- warning: static property 'fetchProductFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'fetchProductFailed' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'fetchProductFailed' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |         static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
28 |         static var notFoundOffering: String = "error.not_found_offering.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:27:20: warning: static property 'listenPaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
25 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.reason".localized
26 |         static var fetchProductFailed: String = "error.fetch_product_failed.reason".localized
27 |         static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
   |                    |- warning: static property 'listenPaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'listenPaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'listenPaymentFailed' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |         static var notFoundOffering: String = "error.not_found_offering.reason".localized
29 |         static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:28:20: warning: static property 'notFoundOffering' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |         static var fetchProductFailed: String = "error.fetch_product_failed.reason".localized
27 |         static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
28 |         static var notFoundOffering: String = "error.not_found_offering.reason".localized
   |                    |- warning: static property 'notFoundOffering' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundOffering' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundOffering' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |         static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
30 |         static var notFoundProduct: String = "error.not_found_product.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:29:20: warning: static property 'notFoundProductIds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
27 |         static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
28 |         static var notFoundOffering: String = "error.not_found_offering.reason".localized
29 |         static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
   |                    |- warning: static property 'notFoundProductIds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundProductIds' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundProductIds' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |         static var notFoundProduct: String = "error.not_found_product.reason".localized
31 |         static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:30:20: warning: static property 'notFoundProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |         static var notFoundOffering: String = "error.not_found_offering.reason".localized
29 |         static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
30 |         static var notFoundProduct: String = "error.not_found_product.reason".localized
   |                    |- warning: static property 'notFoundProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundProduct' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundProduct' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |         static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
32 |         static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:31:20: warning: static property 'notFoundStoreProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |         static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
30 |         static var notFoundProduct: String = "error.not_found_product.reason".localized
31 |         static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
   |                    |- warning: static property 'notFoundStoreProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundStoreProduct' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundStoreProduct' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |         static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
33 |         static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:32:20: warning: static property 'notFoundWindowScene' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 |         static var notFoundProduct: String = "error.not_found_product.reason".localized
31 |         static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
32 |         static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
   |                    |- warning: static property 'notFoundWindowScene' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundWindowScene' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundWindowScene' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |         static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
34 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:33:20: warning: static property 'notInitializeStoreKitManager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
31 |         static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
32 |         static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
33 |         static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
   |                    |- warning: static property 'notInitializeStoreKitManager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notInitializeStoreKitManager' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notInitializeStoreKitManager' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
35 |         static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:34:20: warning: static property 'notShowManageSubscriptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
32 |         static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
33 |         static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
34 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
   |                    |- warning: static property 'notShowManageSubscriptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notShowManageSubscriptions' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notShowManageSubscriptions' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |         static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
36 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:35:20: warning: static property 'paymentComletedWithFailure' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |         static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
34 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
35 |         static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
   |                    |- warning: static property 'paymentComletedWithFailure' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'paymentComletedWithFailure' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'paymentComletedWithFailure' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
37 |         static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:36:20: warning: static property 'purchaseCanceledByUser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
35 |         static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
36 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
   |                    |- warning: static property 'purchaseCanceledByUser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purchaseCanceledByUser' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purchaseCanceledByUser' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |         static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
38 |         static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:37:20: warning: static property 'purhaseIsPending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
35 |         static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
36 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
37 |         static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
   |                    |- warning: static property 'purhaseIsPending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purhaseIsPending' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purhaseIsPending' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |         static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
39 |         static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:38:20: warning: static property 'purchaseFailedWithoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
36 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
37 |         static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
38 |         static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
   |                    |- warning: static property 'purchaseFailedWithoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purchaseFailedWithoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purchaseFailedWithoutMessage' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |         static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
40 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:39:20: warning: static property 'restorePaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
37 |         static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
38 |         static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
39 |         static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
   |                    |- warning: static property 'restorePaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'restorePaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'restorePaymentFailed' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
41 |         static var unexpected: String = "error.unexpected.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:40:20: warning: static property 'transactionListenerUnverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |         static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
39 |         static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
40 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
   |                    |- warning: static property 'transactionListenerUnverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'transactionListenerUnverified' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'transactionListenerUnverified' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |         static var unexpected: String = "error.unexpected.reason".localized
42 |         static var invalidReceipt: String = "error.invalid_receipt.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:41:20: warning: static property 'unexpected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 |         static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
40 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
41 |         static var unexpected: String = "error.unexpected.reason".localized
   |                    |- warning: static property 'unexpected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'unexpected' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'unexpected' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |         static var invalidReceipt: String = "error.invalid_receipt.reason".localized
43 |         static var badURL: String = "error.bad_url.reason".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:42:20: warning: static property 'invalidReceipt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
41 |         static var unexpected: String = "error.unexpected.reason".localized
42 |         static var invalidReceipt: String = "error.invalid_receipt.reason".localized
   |                    |- warning: static property 'invalidReceipt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'invalidReceipt' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'invalidReceipt' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 |         static var badURL: String = "error.bad_url.reason".localized
44 |     }
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:43:20: warning: static property 'badURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |         static var unexpected: String = "error.unexpected.reason".localized
42 |         static var invalidReceipt: String = "error.invalid_receipt.reason".localized
43 |         static var badURL: String = "error.bad_url.reason".localized
   |                    |- warning: static property 'badURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'badURL' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'badURL' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |     }
45 | }
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:50:20: warning: static property 'notFoundOffering' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
48 | extension Localizations.RevenueMoreError {
49 |     enum Description {
50 |         static var notFoundOffering: String = "error.not_found_offering.description".localized
   |                    |- warning: static property 'notFoundOffering' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundOffering' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundOffering' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 |         static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
52 |         static var notFoundProduct: String = "error.not_found_product.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:51:20: warning: static property 'notFoundProductIds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
49 |     enum Description {
50 |         static var notFoundOffering: String = "error.not_found_offering.description".localized
51 |         static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
   |                    |- warning: static property 'notFoundProductIds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundProductIds' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundProductIds' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
52 |         static var notFoundProduct: String = "error.not_found_product.description".localized
53 |         static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:52:20: warning: static property 'notFoundProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50 |         static var notFoundOffering: String = "error.not_found_offering.description".localized
51 |         static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
52 |         static var notFoundProduct: String = "error.not_found_product.description".localized
   |                    |- warning: static property 'notFoundProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundProduct' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundProduct' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
53 |         static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
54 |         static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:53:20: warning: static property 'notFoundStoreProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51 |         static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
52 |         static var notFoundProduct: String = "error.not_found_product.description".localized
53 |         static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
   |                    |- warning: static property 'notFoundStoreProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundStoreProduct' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundStoreProduct' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |         static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
55 |         static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:54:20: warning: static property 'notFoundWindowScene' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52 |         static var notFoundProduct: String = "error.not_found_product.description".localized
53 |         static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
54 |         static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
   |                    |- warning: static property 'notFoundWindowScene' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundWindowScene' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundWindowScene' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
55 |         static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
56 |         static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:55:20: warning: static property 'notInitializedStoreKit1Manager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53 |         static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
54 |         static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
55 |         static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
   |                    |- warning: static property 'notInitializedStoreKit1Manager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notInitializedStoreKit1Manager' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notInitializedStoreKit1Manager' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |         static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
57 |         static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:56:20: warning: static property 'notInitializedStoreKit2Manager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
54 |         static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
55 |         static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
56 |         static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
   |                    |- warning: static property 'notInitializedStoreKit2Manager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notInitializedStoreKit2Manager' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notInitializedStoreKit2Manager' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
57 |         static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
58 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:57:20: warning: static property 'notShowManageSubscriptionsWithoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
55 |         static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
56 |         static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
57 |         static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
   |                    |- warning: static property 'notShowManageSubscriptionsWithoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notShowManageSubscriptionsWithoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notShowManageSubscriptionsWithoutMessage' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
59 |         static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:58:20: warning: static property 'purchaseCanceledByUser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
56 |         static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
57 |         static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
58 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
   |                    |- warning: static property 'purchaseCanceledByUser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purchaseCanceledByUser' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purchaseCanceledByUser' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 |         static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
60 |         static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:59:20: warning: static property 'purchaseIsPending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
57 |         static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
58 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
59 |         static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
   |                    |- warning: static property 'purchaseIsPending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purchaseIsPending' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purchaseIsPending' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 |         static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
61 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:60:20: warning: static property 'purhaseFailedWitoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
58 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
59 |         static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
60 |         static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
   |                    |- warning: static property 'purhaseFailedWitoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purhaseFailedWitoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purhaseFailedWitoutMessage' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
61 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
62 |         static var unexpected: String = "error.unexpected.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:61:20: warning: static property 'transactionListenerUnverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
59 |         static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
60 |         static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
61 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
   |                    |- warning: static property 'transactionListenerUnverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'transactionListenerUnverified' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'transactionListenerUnverified' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |         static var unexpected: String = "error.unexpected.description".localized
63 |         static var invalidReceipt: String = "error.invalid_receipt.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:62:20: warning: static property 'unexpected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
60 |         static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
61 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
62 |         static var unexpected: String = "error.unexpected.description".localized
   |                    |- warning: static property 'unexpected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'unexpected' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'unexpected' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
63 |         static var invalidReceipt: String = "error.invalid_receipt.description".localized
64 |         static var badURL: String = "error.bad_url.description".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:63:20: warning: static property 'invalidReceipt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
61 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
62 |         static var unexpected: String = "error.unexpected.description".localized
63 |         static var invalidReceipt: String = "error.invalid_receipt.description".localized
   |                    |- warning: static property 'invalidReceipt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'invalidReceipt' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'invalidReceipt' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 |         static var badURL: String = "error.bad_url.description".localized
65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:64:20: warning: static property 'badURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
62 |         static var unexpected: String = "error.unexpected.description".localized
63 |         static var invalidReceipt: String = "error.invalid_receipt.description".localized
64 |         static var badURL: String = "error.bad_url.description".localized
   |                    |- warning: static property 'badURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'badURL' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'badURL' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
65 |     }
66 | }
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:70:20: warning: static property 'fetchEntitlements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
68 | extension Localizations.RevenueMoreError {
69 |     enum RecoverySuggestion {
70 |         static var fetchEntitlements: String = "error.fetch_entitlements.recovery_suggestion".localized
   |                    |- warning: static property 'fetchEntitlements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'fetchEntitlements' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'fetchEntitlements' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.recovery_suggestion".localized
72 |         static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:71:20: warning: static property 'fetchSubscriptionGroups' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
69 |     enum RecoverySuggestion {
70 |         static var fetchEntitlements: String = "error.fetch_entitlements.recovery_suggestion".localized
71 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.recovery_suggestion".localized
   |                    |- warning: static property 'fetchSubscriptionGroups' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'fetchSubscriptionGroups' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'fetchSubscriptionGroups' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
72 |         static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
73 |         static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:72:20: warning: static property 'fetchProductFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
70 |         static var fetchEntitlements: String = "error.fetch_entitlements.recovery_suggestion".localized
71 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.recovery_suggestion".localized
72 |         static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
   |                    |- warning: static property 'fetchProductFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'fetchProductFailed' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'fetchProductFailed' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 |         static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
74 |         static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:73:20: warning: static property 'listenPaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
71 |         static var fetchSubscriptionGroups: String = "error.fetch_subscription_groups.recovery_suggestion".localized
72 |         static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
73 |         static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
   |                    |- warning: static property 'listenPaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'listenPaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'listenPaymentFailed' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
74 |         static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
75 |         static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:74:20: warning: static property 'notFoundOffering' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
72 |         static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
73 |         static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
74 |         static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
   |                    |- warning: static property 'notFoundOffering' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundOffering' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundOffering' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
75 |         static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
76 |         static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:75:20: warning: static property 'notFoundProductIds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 |         static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
74 |         static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
75 |         static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
   |                    |- warning: static property 'notFoundProductIds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundProductIds' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundProductIds' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 |         static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
77 |         static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:76:20: warning: static property 'notFoundProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
74 |         static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
75 |         static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
76 |         static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
   |                    |- warning: static property 'notFoundProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundProduct' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundProduct' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 |         static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
78 |         static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:77:20: warning: static property 'notFoundStoreProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
75 |         static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
76 |         static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
77 |         static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
   |                    |- warning: static property 'notFoundStoreProduct' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundStoreProduct' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundStoreProduct' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
78 |         static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
79 |         static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:78:20: warning: static property 'notFoundWindowScene' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
76 |         static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
77 |         static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
78 |         static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
   |                    |- warning: static property 'notFoundWindowScene' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notFoundWindowScene' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notFoundWindowScene' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 |         static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
80 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:79:20: warning: static property 'notInitializedStoreKitManager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
77 |         static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
78 |         static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
79 |         static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
   |                    |- warning: static property 'notInitializedStoreKitManager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notInitializedStoreKitManager' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notInitializedStoreKitManager' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
80 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
81 |         static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:80:20: warning: static property 'notShowManageSubscriptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
78 |         static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
79 |         static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
80 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
   |                    |- warning: static property 'notShowManageSubscriptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'notShowManageSubscriptions' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'notShowManageSubscriptions' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
81 |         static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
82 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:81:20: warning: static property 'paymentCompletedWithFailure' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
79 |         static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
80 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
81 |         static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
   |                    |- warning: static property 'paymentCompletedWithFailure' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'paymentCompletedWithFailure' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'paymentCompletedWithFailure' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
83 |         static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:82:20: warning: static property 'purchaseCanceledByUser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
80 |         static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
81 |         static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
82 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
   |                    |- warning: static property 'purchaseCanceledByUser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purchaseCanceledByUser' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purchaseCanceledByUser' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 |         static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
84 |         static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:83:20: warning: static property 'purchaseIsPending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
81 |         static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
82 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
83 |         static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
   |                    |- warning: static property 'purchaseIsPending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purchaseIsPending' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purchaseIsPending' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
84 |         static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
85 |         static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:84:20: warning: static property 'purshaseFailedWithoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
82 |         static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
83 |         static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
84 |         static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
   |                    |- warning: static property 'purshaseFailedWithoutMessage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'purshaseFailedWithoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'purshaseFailedWithoutMessage' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
85 |         static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
86 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:85:20: warning: static property 'restorePaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
83 |         static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
84 |         static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
85 |         static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
   |                    |- warning: static property 'restorePaymentFailed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'restorePaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'restorePaymentFailed' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
86 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
87 |         static var unexpected: String = "error.unexpected.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:86:20: warning: static property 'transactionListenerUnverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
84 |         static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
85 |         static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
86 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
   |                    |- warning: static property 'transactionListenerUnverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'transactionListenerUnverified' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'transactionListenerUnverified' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
87 |         static var unexpected: String = "error.unexpected.recovery_suggestion".localized
88 |         static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:87:20: warning: static property 'unexpected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
85 |         static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
86 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
87 |         static var unexpected: String = "error.unexpected.recovery_suggestion".localized
   |                    |- warning: static property 'unexpected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'unexpected' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'unexpected' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
88 |         static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
89 |         static var badURL: String = "error.bad_url.recovery_suggestion".localized
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:88:20: warning: static property 'invalidReceipt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
86 |         static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
87 |         static var unexpected: String = "error.unexpected.recovery_suggestion".localized
88 |         static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
   |                    |- warning: static property 'invalidReceipt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'invalidReceipt' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'invalidReceipt' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
89 |         static var badURL: String = "error.bad_url.recovery_suggestion".localized
90 |     }
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:89:20: warning: static property 'badURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
87 |         static var unexpected: String = "error.unexpected.recovery_suggestion".localized
88 |         static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
89 |         static var badURL: String = "error.bad_url.recovery_suggestion".localized
   |                    |- warning: static property 'badURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'badURL' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'badURL' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
90 |     }
91 | }
[68/82] Compiling RevenueMore Entitlement.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/BackingLogger.swift:19:14: warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
17 | }
18 |
19 | internal var backingLogger: BackingLogger?
   |              |- warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'backingLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'backingLogger' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/Log.swift:17:14: warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | // messages to display and prevent .debug and .info messages from displaying.
16 | // It can be updated in the debugger by typing `expr logLevel = Log.trace`
17 | internal var internalLogLevel: LogLevel = {
   |              |- warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'internalLogLevel' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'internalLogLevel' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |     #if DEBUG
19 |     return Log.trace
[69/82] Compiling RevenueMore EntitlementManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/BackingLogger.swift:19:14: warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
17 | }
18 |
19 | internal var backingLogger: BackingLogger?
   |              |- warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'backingLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'backingLogger' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/Log.swift:17:14: warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | // messages to display and prevent .debug and .info messages from displaying.
16 | // It can be updated in the debugger by typing `expr logLevel = Log.trace`
17 | internal var internalLogLevel: LogLevel = {
   |              |- warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'internalLogLevel' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'internalLogLevel' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |     #if DEBUG
19 |     return Log.trace
[70/82] Compiling RevenueMore Entitlements.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/BackingLogger.swift:19:14: warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
17 | }
18 |
19 | internal var backingLogger: BackingLogger?
   |              |- warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'backingLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'backingLogger' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/Log.swift:17:14: warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | // messages to display and prevent .debug and .info messages from displaying.
16 | // It can be updated in the debugger by typing `expr logLevel = Log.trace`
17 | internal var internalLogLevel: LogLevel = {
   |              |- warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'internalLogLevel' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'internalLogLevel' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |     #if DEBUG
19 |     return Log.trace
[71/82] Compiling RevenueMore BackingLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/BackingLogger.swift:19:14: warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
17 | }
18 |
19 | internal var backingLogger: BackingLogger?
   |              |- warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'backingLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'backingLogger' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/Log.swift:17:14: warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | // messages to display and prevent .debug and .info messages from displaying.
16 | // It can be updated in the debugger by typing `expr logLevel = Log.trace`
17 | internal var internalLogLevel: LogLevel = {
   |              |- warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'internalLogLevel' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'internalLogLevel' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |     #if DEBUG
19 |     return Log.trace
[72/82] Compiling RevenueMore Log+Methods.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/BackingLogger.swift:19:14: warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
17 | }
18 |
19 | internal var backingLogger: BackingLogger?
   |              |- warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'backingLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'backingLogger' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/Log.swift:17:14: warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | // messages to display and prevent .debug and .info messages from displaying.
16 | // It can be updated in the debugger by typing `expr logLevel = Log.trace`
17 | internal var internalLogLevel: LogLevel = {
   |              |- warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'internalLogLevel' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'internalLogLevel' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |     #if DEBUG
19 |     return Log.trace
[73/82] Compiling RevenueMore Log.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/BackingLogger.swift:19:14: warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
17 | }
18 |
19 | internal var backingLogger: BackingLogger?
   |              |- warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'backingLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'backingLogger' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/Log.swift:17:14: warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | // messages to display and prevent .debug and .info messages from displaying.
16 | // It can be updated in the debugger by typing `expr logLevel = Log.trace`
17 | internal var internalLogLevel: LogLevel = {
   |              |- warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'internalLogLevel' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'internalLogLevel' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |     #if DEBUG
19 |     return Log.trace
[74/82] Compiling RevenueMore LogLevel.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/BackingLogger.swift:19:14: warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
17 | }
18 |
19 | internal var backingLogger: BackingLogger?
   |              |- warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'backingLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'backingLogger' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/Log.swift:17:14: warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | // messages to display and prevent .debug and .info messages from displaying.
16 | // It can be updated in the debugger by typing `expr logLevel = Log.trace`
17 | internal var internalLogLevel: LogLevel = {
   |              |- warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'internalLogLevel' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'internalLogLevel' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |     #if DEBUG
19 |     return Log.trace
[75/82] Compiling RevenueMore BackendConfigurator.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/BackingLogger.swift:19:14: warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
17 | }
18 |
19 | internal var backingLogger: BackingLogger?
   |              |- warning: var 'backingLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'backingLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'backingLogger' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/Log.swift:17:14: warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | // messages to display and prevent .debug and .info messages from displaying.
16 | // It can be updated in the debugger by typing `expr logLevel = Log.trace`
17 | internal var internalLogLevel: LogLevel = {
   |              |- warning: var 'internalLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'internalLogLevel' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make var 'internalLogLevel' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |     #if DEBUG
19 |     return Log.trace
[76/82] Compiling RevenueMore ReceiptManager.swift
[77/82] Compiling RevenueMore StoreKit1Fetcher.swift
[78/82] Compiling RevenueMore StoreKit1FetcherProtocol.swift
[79/82] Compiling RevenueMore StoreKit1Manager.swift
[80/82] Compiling RevenueMore StoreKit1Purchase.swift
[81/82] Compiling RevenueMore RM2PaymentTransaction.swift
[82/82] Compiling RevenueMore RM2Product.swift
Build complete! (8.66s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "RevenueMore",
  "name" : "RevenueMore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "RevenueMore",
      "targets" : [
        "RevenueMore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RevenueMoreTests",
      "module_type" : "SwiftTarget",
      "name" : "RevenueMoreTests",
      "path" : "Tests/RevenueMoreTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RevenueMoreTests/Resources/JSON/fetch_subscriptions_response.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RevenueMoreTests/Resources/JSON/subscription_groups_response.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RevenueMoreTests/Resources/JSON/user_update_success_response.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RevenueMoreTests/Resources/StoreConfiguration.storekit",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CacheKit/CacheKitTests.swift",
        "CommonKit/Core/LanguageTests.swift",
        "CommonKit/Core/ThreadSafeTests.swift",
        "CommonKit/Core/UnknownCaseRepresentableTests.swift",
        "CommonKit/Error/RevenueMoreErrorInternalTests.swift",
        "CommonKit/Extensions/Bundle+Tests.swift",
        "CommonKit/Extensions/Encodable+Tests.swift",
        "CommonKit/Extensions/MockEncodable.swift",
        "CommonKit/Extensions/StringLocalizationTests.swift",
        "DomainKit/SubscriptionGroupServicesTests.swift",
        "DomainKit/UserServicesTests.swift",
        "EntitlementKit/EntitlementManagerTests.swift",
        "LoggerKit/LoggerKitTests.swift",
        "NetworkKit/BackendConfiguratorTests.swift",
        "NetworkKit/BaseErrorTests.swift",
        "OfferingKit/RevenueMorePeriodTests.swift",
        "Resources/Mockable.swift",
        "Resources/Mocks/MockBackendConfigurator.swift",
        "Resources/Mocks/MockEntitlementManager.swift",
        "Resources/Mocks/MockStoreKit1Fetcher.swift",
        "Resources/Mocks/MockUUIDGenerator.swift",
        "Resources/Mocks/MockUserCache.swift",
        "Resources/Mocks/MockUserCacheStorage.swift",
        "Resources/Mocks/MockUserManager.swift",
        "Resources/Mocks/Services/MockSubscriptionGroupServices.swift",
        "Resources/Mocks/Services/MockSubscriptionServices.swift",
        "Resources/Mocks/Services/MockUserServices.swift",
        "Resources/Mocks/UnknownCaseRepresentableEnum.swift",
        "StoreKit1/StoreKit1FetcherTests.swift",
        "StoreKit2/StoreKit2FetcherTests.swift",
        "StoreKit2/StoreKit2ManagerTests.swift",
        "StoreKit2/StoreKit2PurchaseTests.swift",
        "UserKit/UserManagerTests.swift"
      ],
      "target_dependencies" : [
        "RevenueMore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RevenueMore",
      "module_type" : "SwiftTarget",
      "name" : "RevenueMore",
      "path" : "Sources",
      "product_memberships" : [
        "RevenueMore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CacheKit/ThreadSafeUserDefaultsStorage.swift",
        "CacheKit/UserCache.swift",
        "CommonKit/Core/Constants.swift",
        "CommonKit/Core/DeviceEnvironments.swift",
        "CommonKit/Core/Language.swift",
        "CommonKit/Core/Localizations.swift",
        "CommonKit/Core/ThreadSafety.swift",
        "CommonKit/Core/UnknownCaseRepresentable.swift",
        "CommonKit/Error/RevenueMoreError.swift",
        "CommonKit/Extensions/Bundle+.swift",
        "CommonKit/Extensions/Encodable+.swift",
        "CommonKit/Extensions/String+.swift",
        "CommonKit/Extensions/UIApplication+.swift",
        "CommonKit/Extensions/UIWindow+.swift",
        "DomainKit/Endpoints/SubscriptionEndpoints.swift",
        "DomainKit/Endpoints/SubscriptionGroupEndpoints.swift",
        "DomainKit/Endpoints/UserEndpoints.swift",
        "DomainKit/Models/PaymentComplete.swift",
        "DomainKit/Models/SubscriptionGroups.swift",
        "DomainKit/Models/UserSubscriptions.swift",
        "DomainKit/Models/UserUpdate.swift",
        "DomainKit/Services/SubscriptionGroupServices.swift",
        "DomainKit/Services/SubscriptionServices.swift",
        "DomainKit/Services/UserServices.swift",
        "EntitlementKit/Entitlement.swift",
        "EntitlementKit/EntitlementManager.swift",
        "EntitlementKit/Entitlements.swift",
        "LoggerKit/BackingLogger.swift",
        "LoggerKit/Log+Methods.swift",
        "LoggerKit/Log.swift",
        "LoggerKit/LogLevel.swift",
        "NetworkKit/BackendConfigurator.swift",
        "NetworkKit/BaseError.swift",
        "NetworkKit/BaseResponse.swift",
        "NetworkKit/DeviceEnvironmentProvider.swift",
        "NetworkKit/Endpoint.swift",
        "NetworkKit/Environment.swift",
        "NetworkKit/HTTPClient.swift",
        "NetworkKit/HTTPMethod.swift",
        "NetworkKit/HTTPTask.swift",
        "NetworkKit/ParameterEncoding.swift",
        "OfferingKit/Offering.swift",
        "OfferingKit/OfferingManager.swift",
        "OfferingKit/OfferingTrigger.swift",
        "OfferingKit/Offerings.swift",
        "OfferingKit/OfferingsClosure.swift",
        "OfferingKit/RevenueMorePeriod.swift",
        "OfferingKit/RevenueMoreProduct.swift",
        "OfferingKit/RevenueMoreProductAdapter.swift",
        "OfferingKit/RevenueMoreProductProtocol.swift",
        "OfferingKit/SKRevenueMoreProductAdapter.swift",
        "PurchaseKit/PurchaseClosure.swift",
        "PurchaseKit/PurchaseManager.swift",
        "PurchaseKit/RestoreClosure.swift",
        "PurchaseKit/RevenueMorePaymantTransactionProtocol.swift",
        "PurchaseKit/RevenueMorePaymentTransaction.swift",
        "PurchaseKit/RevenueMorePaymentTransactionAdapter.swift",
        "PurchaseKit/SKRevenueMorePaymentTransactionAdapter.swift",
        "RevenueMore/RevenueMore+Async.swift",
        "RevenueMore/RevenueMore+Internal.swift",
        "RevenueMore/RevenueMore.swift",
        "StoreKit1/Models/RM1PaymentTransaction.swift",
        "StoreKit1/Models/RM1Product.swift",
        "StoreKit1/ReceiptManager.swift",
        "StoreKit1/StoreKit1Fetcher.swift",
        "StoreKit1/StoreKit1FetcherProtocol.swift",
        "StoreKit1/StoreKit1Manager.swift",
        "StoreKit1/StoreKit1Purchase.swift",
        "StoreKit2/Models/RM2PaymentTransaction.swift",
        "StoreKit2/Models/RM2Product.swift",
        "StoreKit2/StoreKit2Fetcher.swift",
        "StoreKit2/StoreKit2Manager.swift",
        "StoreKit2/StoreKit2Purchase.swift",
        "TransactionKit/TransactionClosure.swift",
        "TransactionKit/TransactionManager.swift",
        "UserKit/UserManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.