The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of RevenueMore, reference master (ac3abc), with Swift 6.1 for iOS using Xcode 16.3 on 30 Apr 2025 09:28:58 UTC.

Swift 6 data race errors: 59

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RevenueMore -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

        static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:27:20: note: add '@MainActor' to make static property 'listenPaymentFailed' part of global actor 'MainActor'
        static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:27:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundOffering: String = "error.not_found_offering.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:28:20: note: convert 'notFoundOffering' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundOffering: String = "error.not_found_offering.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:28:20: note: add '@MainActor' to make static property 'notFoundOffering' part of global actor 'MainActor'
        static var notFoundOffering: String = "error.not_found_offering.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:28:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundOffering: String = "error.not_found_offering.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:29:20: note: convert 'notFoundProductIds' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:29:20: note: add '@MainActor' to make static property 'notFoundProductIds' part of global actor 'MainActor'
        static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:29:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundProduct: String = "error.not_found_product.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:30:20: note: convert 'notFoundProduct' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundProduct: String = "error.not_found_product.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:30:20: note: add '@MainActor' to make static property 'notFoundProduct' part of global actor 'MainActor'
        static var notFoundProduct: String = "error.not_found_product.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:30:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundProduct: String = "error.not_found_product.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:31:20: note: convert 'notFoundStoreProduct' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:31:20: note: add '@MainActor' to make static property 'notFoundStoreProduct' part of global actor 'MainActor'
        static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:31:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:32:20: note: convert 'notFoundWindowScene' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:32:20: note: add '@MainActor' to make static property 'notFoundWindowScene' part of global actor 'MainActor'
        static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:32:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:33:20: note: convert 'notInitializeStoreKitManager' to a 'let' constant to make 'Sendable' shared state immutable
        static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:33:20: note: add '@MainActor' to make static property 'notInitializeStoreKitManager' part of global actor 'MainActor'
        static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:33:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:34:20: note: convert 'notShowManageSubscriptions' to a 'let' constant to make 'Sendable' shared state immutable
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:34:20: note: add '@MainActor' to make static property 'notShowManageSubscriptions' part of global actor 'MainActor'
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:34:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:35:20: note: convert 'paymentComletedWithFailure' to a 'let' constant to make 'Sendable' shared state immutable
        static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:35:20: note: add '@MainActor' to make static property 'paymentComletedWithFailure' part of global actor 'MainActor'
        static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:35:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:36:20: note: convert 'purchaseCanceledByUser' to a 'let' constant to make 'Sendable' shared state immutable
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:36:20: note: add '@MainActor' to make static property 'purchaseCanceledByUser' part of global actor 'MainActor'
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:36:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:37:20: note: convert 'purhaseIsPending' to a 'let' constant to make 'Sendable' shared state immutable
        static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:37:20: note: add '@MainActor' to make static property 'purhaseIsPending' part of global actor 'MainActor'
        static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:37:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:38:20: note: convert 'purchaseFailedWithoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
        static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:38:20: note: add '@MainActor' to make static property 'purchaseFailedWithoutMessage' part of global actor 'MainActor'
        static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:38:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:39:20: note: convert 'restorePaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
        static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:39:20: note: add '@MainActor' to make static property 'restorePaymentFailed' part of global actor 'MainActor'
        static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:39:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:40:20: note: convert 'transactionListenerUnverified' to a 'let' constant to make 'Sendable' shared state immutable
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:40:20: note: add '@MainActor' to make static property 'transactionListenerUnverified' part of global actor 'MainActor'
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:40:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var unexpected: String = "error.unexpected.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:41:20: note: convert 'unexpected' to a 'let' constant to make 'Sendable' shared state immutable
        static var unexpected: String = "error.unexpected.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:41:20: note: add '@MainActor' to make static property 'unexpected' part of global actor 'MainActor'
        static var unexpected: String = "error.unexpected.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:41:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var unexpected: String = "error.unexpected.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var invalidReceipt: String = "error.invalid_receipt.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:42:20: note: convert 'invalidReceipt' to a 'let' constant to make 'Sendable' shared state immutable
        static var invalidReceipt: String = "error.invalid_receipt.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:42:20: note: add '@MainActor' to make static property 'invalidReceipt' part of global actor 'MainActor'
        static var invalidReceipt: String = "error.invalid_receipt.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:42:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var invalidReceipt: String = "error.invalid_receipt.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var badURL: String = "error.bad_url.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:43:20: note: convert 'badURL' to a 'let' constant to make 'Sendable' shared state immutable
        static var badURL: String = "error.bad_url.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:43:20: note: add '@MainActor' to make static property 'badURL' part of global actor 'MainActor'
        static var badURL: String = "error.bad_url.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:43:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var badURL: String = "error.bad_url.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundOffering: String = "error.not_found_offering.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:50:20: note: convert 'notFoundOffering' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundOffering: String = "error.not_found_offering.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:50:20: note: add '@MainActor' to make static property 'notFoundOffering' part of global actor 'MainActor'
        static var notFoundOffering: String = "error.not_found_offering.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:50:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundOffering: String = "error.not_found_offering.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:51:20: note: convert 'notFoundProductIds' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:51:20: note: add '@MainActor' to make static property 'notFoundProductIds' part of global actor 'MainActor'
        static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:51:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundProduct: String = "error.not_found_product.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:52:20: note: convert 'notFoundProduct' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundProduct: String = "error.not_found_product.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:52:20: note: add '@MainActor' to make static property 'notFoundProduct' part of global actor 'MainActor'
        static var notFoundProduct: String = "error.not_found_product.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:52:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundProduct: String = "error.not_found_product.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:53:20: note: convert 'notFoundStoreProduct' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:53:20: note: add '@MainActor' to make static property 'notFoundStoreProduct' part of global actor 'MainActor'
        static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:53:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:54:20: note: convert 'notFoundWindowScene' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:54:20: note: add '@MainActor' to make static property 'notFoundWindowScene' part of global actor 'MainActor'
        static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:54:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:55:20: note: convert 'notInitializedStoreKit1Manager' to a 'let' constant to make 'Sendable' shared state immutable
        static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:55:20: note: add '@MainActor' to make static property 'notInitializedStoreKit1Manager' part of global actor 'MainActor'
        static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:55:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:56:20: note: convert 'notInitializedStoreKit2Manager' to a 'let' constant to make 'Sendable' shared state immutable
        static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:56:20: note: add '@MainActor' to make static property 'notInitializedStoreKit2Manager' part of global actor 'MainActor'
        static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:56:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:57:20: note: convert 'notShowManageSubscriptionsWithoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
        static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:57:20: note: add '@MainActor' to make static property 'notShowManageSubscriptionsWithoutMessage' part of global actor 'MainActor'
        static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:57:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:58:20: note: convert 'purchaseCanceledByUser' to a 'let' constant to make 'Sendable' shared state immutable
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:58:20: note: add '@MainActor' to make static property 'purchaseCanceledByUser' part of global actor 'MainActor'
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:58:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:59:20: note: convert 'purchaseIsPending' to a 'let' constant to make 'Sendable' shared state immutable
        static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:59:20: note: add '@MainActor' to make static property 'purchaseIsPending' part of global actor 'MainActor'
        static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:59:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:60:20: note: convert 'purhaseFailedWitoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
        static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:60:20: note: add '@MainActor' to make static property 'purhaseFailedWitoutMessage' part of global actor 'MainActor'
        static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:60:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:61:20: note: convert 'transactionListenerUnverified' to a 'let' constant to make 'Sendable' shared state immutable
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:61:20: note: add '@MainActor' to make static property 'transactionListenerUnverified' part of global actor 'MainActor'
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:61:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var unexpected: String = "error.unexpected.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:62:20: note: convert 'unexpected' to a 'let' constant to make 'Sendable' shared state immutable
        static var unexpected: String = "error.unexpected.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:62:20: note: add '@MainActor' to make static property 'unexpected' part of global actor 'MainActor'
        static var unexpected: String = "error.unexpected.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:62:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var unexpected: String = "error.unexpected.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var invalidReceipt: String = "error.invalid_receipt.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:63:20: note: convert 'invalidReceipt' to a 'let' constant to make 'Sendable' shared state immutable
        static var invalidReceipt: String = "error.invalid_receipt.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:63:20: note: add '@MainActor' to make static property 'invalidReceipt' part of global actor 'MainActor'
        static var invalidReceipt: String = "error.invalid_receipt.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:63:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var invalidReceipt: String = "error.invalid_receipt.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var badURL: String = "error.bad_url.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:64:20: note: convert 'badURL' to a 'let' constant to make 'Sendable' shared state immutable
        static var badURL: String = "error.bad_url.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:64:20: note: add '@MainActor' to make static property 'badURL' part of global actor 'MainActor'
        static var badURL: String = "error.bad_url.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:64:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var badURL: String = "error.bad_url.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var fetchEntitlements: String = "error.fetch_entitlements.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:70:20: note: convert 'fetchEntitlements' to a 'let' constant to make 'Sendable' shared state immutable
        static var fetchEntitlements: String = "error.fetch_entitlements.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:70:20: note: add '@MainActor' to make static property 'fetchEntitlements' part of global actor 'MainActor'
        static var fetchEntitlements: String = "error.fetch_entitlements.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:70:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var fetchEntitlements: String = "error.fetch_entitlements.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:71:20: warning: static property 'fetchPaywalls' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var fetchPaywalls: String = "error.fetch_paywalls.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:71:20: note: convert 'fetchPaywalls' to a 'let' constant to make 'Sendable' shared state immutable
        static var fetchPaywalls: String = "error.fetch_paywalls.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:71:20: note: add '@MainActor' to make static property 'fetchPaywalls' part of global actor 'MainActor'
        static var fetchPaywalls: String = "error.fetch_paywalls.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:71:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var fetchPaywalls: String = "error.fetch_paywalls.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:72:20: note: convert 'fetchProductFailed' to a 'let' constant to make 'Sendable' shared state immutable
        static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:72:20: note: add '@MainActor' to make static property 'fetchProductFailed' part of global actor 'MainActor'
        static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:72:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:73:20: note: convert 'listenPaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
        static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:73:20: note: add '@MainActor' to make static property 'listenPaymentFailed' part of global actor 'MainActor'
        static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:73:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:74:20: note: convert 'notFoundOffering' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:74:20: note: add '@MainActor' to make static property 'notFoundOffering' part of global actor 'MainActor'
        static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:74:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:75:20: note: convert 'notFoundProductIds' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:75:20: note: add '@MainActor' to make static property 'notFoundProductIds' part of global actor 'MainActor'
        static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:75:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:76:20: note: convert 'notFoundProduct' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:76:20: note: add '@MainActor' to make static property 'notFoundProduct' part of global actor 'MainActor'
        static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:76:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:77:20: note: convert 'notFoundStoreProduct' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:77:20: note: add '@MainActor' to make static property 'notFoundStoreProduct' part of global actor 'MainActor'
        static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:77:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:78:20: note: convert 'notFoundWindowScene' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:78:20: note: add '@MainActor' to make static property 'notFoundWindowScene' part of global actor 'MainActor'
        static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:78:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:79:20: note: convert 'notInitializedStoreKitManager' to a 'let' constant to make 'Sendable' shared state immutable
        static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:79:20: note: add '@MainActor' to make static property 'notInitializedStoreKitManager' part of global actor 'MainActor'
        static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:79:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:80:20: note: convert 'notShowManageSubscriptions' to a 'let' constant to make 'Sendable' shared state immutable
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:80:20: note: add '@MainActor' to make static property 'notShowManageSubscriptions' part of global actor 'MainActor'
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:80:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:81:20: note: convert 'paymentCompletedWithFailure' to a 'let' constant to make 'Sendable' shared state immutable
        static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:81:20: note: add '@MainActor' to make static property 'paymentCompletedWithFailure' part of global actor 'MainActor'
        static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:81:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:82:20: note: convert 'purchaseCanceledByUser' to a 'let' constant to make 'Sendable' shared state immutable
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:82:20: note: add '@MainActor' to make static property 'purchaseCanceledByUser' part of global actor 'MainActor'
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:82:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:83:20: note: convert 'purchaseIsPending' to a 'let' constant to make 'Sendable' shared state immutable
        static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:83:20: note: add '@MainActor' to make static property 'purchaseIsPending' part of global actor 'MainActor'
        static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:83:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:84:20: note: convert 'purshaseFailedWithoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
        static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:84:20: note: add '@MainActor' to make static property 'purshaseFailedWithoutMessage' part of global actor 'MainActor'
        static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:84:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:85:20: note: convert 'restorePaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
        static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:85:20: note: add '@MainActor' to make static property 'restorePaymentFailed' part of global actor 'MainActor'
        static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:85:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:86:20: note: convert 'transactionListenerUnverified' to a 'let' constant to make 'Sendable' shared state immutable
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:86:20: note: add '@MainActor' to make static property 'transactionListenerUnverified' part of global actor 'MainActor'
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:86:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var unexpected: String = "error.unexpected.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:87:20: note: convert 'unexpected' to a 'let' constant to make 'Sendable' shared state immutable
        static var unexpected: String = "error.unexpected.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:87:20: note: add '@MainActor' to make static property 'unexpected' part of global actor 'MainActor'
        static var unexpected: String = "error.unexpected.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:87:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var unexpected: String = "error.unexpected.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:88:20: note: convert 'invalidReceipt' to a 'let' constant to make 'Sendable' shared state immutable
        static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:88:20: note: add '@MainActor' to make static property 'invalidReceipt' part of global actor 'MainActor'
        static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:88:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var badURL: String = "error.bad_url.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:89:20: note: convert 'badURL' to a 'let' constant to make 'Sendable' shared state immutable
        static var badURL: String = "error.bad_url.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:89:20: note: add '@MainActor' to make static property 'badURL' part of global actor 'MainActor'
        static var badURL: String = "error.bad_url.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:89:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var badURL: String = "error.bad_url.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/ThreadSafety.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ParameterEncoding.swift,\ Offering.swift,\ OfferingManager.swift,\ OfferingTrigger.swift,\ Offerings.swift,\ OfferingsClosure.swift,\ RevenueMorePeriod.swift,\ RevenueMoreProduct.swift /Users/admin/builder/spi-builder-workspace/Sources/NetworkKit/ParameterEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/Offering.swift /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/OfferingManager.swift /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/OfferingTrigger.swift /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/Offerings.swift /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/OfferingsClosure.swift /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/RevenueMorePeriod.swift /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/RevenueMoreProduct.swift (in target 'RevenueMore' from project 'RevenueMore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NetworkKit/ParameterEncoding.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/Offering.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/OfferingManager.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/OfferingTrigger.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/Offerings.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/OfferingsClosure.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/RevenueMorePeriod.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/RevenueMoreProduct.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RM2Product.swift,\ StoreKit2Fetcher.swift,\ StoreKit2Manager.swift,\ StoreKit2Purchase.swift,\ TransactionClosure.swift,\ TransactionManager.swift,\ UserManager.swift /Users/admin/builder/spi-builder-workspace/Sources/StoreKit2/Models/RM2Product.swift /Users/admin/builder/spi-builder-workspace/Sources/StoreKit2/StoreKit2Fetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/StoreKit2/StoreKit2Manager.swift /Users/admin/builder/spi-builder-workspace/Sources/StoreKit2/StoreKit2Purchase.swift /Users/admin/builder/spi-builder-workspace/Sources/TransactionKit/TransactionClosure.swift /Users/admin/builder/spi-builder-workspace/Sources/TransactionKit/TransactionManager.swift /Users/admin/builder/spi-builder-workspace/Sources/UserKit/UserManager.swift (in target 'RevenueMore' from project 'RevenueMore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StoreKit2/Models/RM2Product.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StoreKit2/StoreKit2Fetcher.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StoreKit2/StoreKit2Manager.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StoreKit2/StoreKit2Purchase.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TransactionKit/TransactionClosure.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TransactionKit/TransactionManager.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UserKit/UserManager.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RM1Product.swift,\ ReceiptManager.swift,\ StoreKit1Fetcher.swift,\ StoreKit1FetcherProtocol.swift,\ StoreKit1Manager.swift,\ StoreKit1Purchase.swift,\ RM2PaymentTransaction.swift /Users/admin/builder/spi-builder-workspace/Sources/StoreKit1/Models/RM1Product.swift /Users/admin/builder/spi-builder-workspace/Sources/StoreKit1/ReceiptManager.swift /Users/admin/builder/spi-builder-workspace/Sources/StoreKit1/StoreKit1Fetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/StoreKit1/StoreKit1FetcherProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/StoreKit1/StoreKit1Manager.swift /Users/admin/builder/spi-builder-workspace/Sources/StoreKit1/StoreKit1Purchase.swift /Users/admin/builder/spi-builder-workspace/Sources/StoreKit2/Models/RM2PaymentTransaction.swift (in target 'RevenueMore' from project 'RevenueMore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StoreKit1/Models/RM1Product.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StoreKit1/ReceiptManager.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StoreKit1/StoreKit1Fetcher.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StoreKit1/StoreKit1FetcherProtocol.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StoreKit1/StoreKit1Manager.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StoreKit1/StoreKit1Purchase.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StoreKit2/Models/RM2PaymentTransaction.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RevenueMorePaymentTransaction.swift,\ RevenueMorePaymentTransactionAdapter.swift,\ SKRevenueMorePaymentTransactionAdapter.swift,\ RevenueMore+Async.swift,\ RevenueMore+Internal.swift,\ RevenueMore.swift,\ RM1PaymentTransaction.swift /Users/admin/builder/spi-builder-workspace/Sources/PurchaseKit/RevenueMorePaymentTransaction.swift /Users/admin/builder/spi-builder-workspace/Sources/PurchaseKit/RevenueMorePaymentTransactionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/PurchaseKit/SKRevenueMorePaymentTransactionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/RevenueMore/RevenueMore+Async.swift /Users/admin/builder/spi-builder-workspace/Sources/RevenueMore/RevenueMore+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/RevenueMore/RevenueMore.swift /Users/admin/builder/spi-builder-workspace/Sources/StoreKit1/Models/RM1PaymentTransaction.swift (in target 'RevenueMore' from project 'RevenueMore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PurchaseKit/RevenueMorePaymentTransaction.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PurchaseKit/RevenueMorePaymentTransactionAdapter.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PurchaseKit/SKRevenueMorePaymentTransactionAdapter.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RevenueMore/RevenueMore+Async.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RevenueMore/RevenueMore+Internal.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RevenueMore/RevenueMore.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RevenueMore/RevenueMore.swift:415:24: warning: static property 'revenueMore' is not concurrency-safe because non-'Sendable' type 'ThreadSafe<RevenueMore?>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let revenueMore: ThreadSafe<RevenueMore?> = .init(nil)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/ThreadSafety.swift:30:22: note: generic class 'ThreadSafe' does not conform to the 'Sendable' protocol
internal final class ThreadSafe<T> {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/RevenueMore/RevenueMore.swift:415:24: note: add '@MainActor' to make static property 'revenueMore' part of global actor 'MainActor'
    private static let revenueMore: ThreadSafe<RevenueMore?> = .init(nil)
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RevenueMore/RevenueMore.swift:415:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let revenueMore: ThreadSafe<RevenueMore?> = .init(nil)
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StoreKit1/Models/RM1PaymentTransaction.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ RevenueMore (in target 'RevenueMore' from project 'RevenueMore')
EmitSwiftModule normal arm64 (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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
        static var notInitialize: String = "not_initialize".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:17:20: note: convert 'notInitialize' to a 'let' constant to make 'Sendable' shared state immutable
        static var notInitialize: String = "not_initialize".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:17:20: note: add '@MainActor' to make static property 'notInitialize' part of global actor 'MainActor'
        static var notInitialize: String = "not_initialize".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:17:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notInitialize: String = "not_initialize".localized
                   ^
        nonisolated(unsafe)
/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
        static var fetchEntitlements: String = "error.fetch_entitlements.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:24:20: note: convert 'fetchEntitlements' to a 'let' constant to make 'Sendable' shared state immutable
        static var fetchEntitlements: String = "error.fetch_entitlements.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:24:20: note: add '@MainActor' to make static property 'fetchEntitlements' part of global actor 'MainActor'
        static var fetchEntitlements: String = "error.fetch_entitlements.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:24:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var fetchEntitlements: String = "error.fetch_entitlements.reason".localized
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:25:20: warning: static property 'fetchPaywalls' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var fetchPaywalls: String = "error.fetch_paywalls.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:25:20: note: convert 'fetchPaywalls' to a 'let' constant to make 'Sendable' shared state immutable
        static var fetchPaywalls: String = "error.fetch_paywalls.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:25:20: note: add '@MainActor' to make static property 'fetchPaywalls' part of global actor 'MainActor'
        static var fetchPaywalls: String = "error.fetch_paywalls.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:25:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var fetchPaywalls: String = "error.fetch_paywalls.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var fetchProductFailed: String = "error.fetch_product_failed.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:26:20: note: convert 'fetchProductFailed' to a 'let' constant to make 'Sendable' shared state immutable
        static var fetchProductFailed: String = "error.fetch_product_failed.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:26:20: note: add '@MainActor' to make static property 'fetchProductFailed' part of global actor 'MainActor'
        static var fetchProductFailed: String = "error.fetch_product_failed.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:26:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var fetchProductFailed: String = "error.fetch_product_failed.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:27:20: note: convert 'listenPaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
        static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:27:20: note: add '@MainActor' to make static property 'listenPaymentFailed' part of global actor 'MainActor'
        static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:27:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var listenPaymentFailed: String = "error.listen_payment_failed.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundOffering: String = "error.not_found_offering.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:28:20: note: convert 'notFoundOffering' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundOffering: String = "error.not_found_offering.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:28:20: note: add '@MainActor' to make static property 'notFoundOffering' part of global actor 'MainActor'
        static var notFoundOffering: String = "error.not_found_offering.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:28:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundOffering: String = "error.not_found_offering.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:29:20: note: convert 'notFoundProductIds' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:29:20: note: add '@MainActor' to make static property 'notFoundProductIds' part of global actor 'MainActor'
        static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:29:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundProductIds: String = "error.not_found_product_ids.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundProduct: String = "error.not_found_product.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:30:20: note: convert 'notFoundProduct' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundProduct: String = "error.not_found_product.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:30:20: note: add '@MainActor' to make static property 'notFoundProduct' part of global actor 'MainActor'
        static var notFoundProduct: String = "error.not_found_product.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:30:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundProduct: String = "error.not_found_product.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:31:20: note: convert 'notFoundStoreProduct' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:31:20: note: add '@MainActor' to make static property 'notFoundStoreProduct' part of global actor 'MainActor'
        static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:31:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundStoreProduct: String = "error.not_found_store_product.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:32:20: note: convert 'notFoundWindowScene' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:32:20: note: add '@MainActor' to make static property 'notFoundWindowScene' part of global actor 'MainActor'
        static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:32:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundWindowScene: String = "error.not_found_window_scene.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:33:20: note: convert 'notInitializeStoreKitManager' to a 'let' constant to make 'Sendable' shared state immutable
        static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:33:20: note: add '@MainActor' to make static property 'notInitializeStoreKitManager' part of global actor 'MainActor'
        static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:33:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notInitializeStoreKitManager: String = "error.not_initialize_store_kit_manager.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:34:20: note: convert 'notShowManageSubscriptions' to a 'let' constant to make 'Sendable' shared state immutable
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:34:20: note: add '@MainActor' to make static property 'notShowManageSubscriptions' part of global actor 'MainActor'
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:34:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:35:20: note: convert 'paymentComletedWithFailure' to a 'let' constant to make 'Sendable' shared state immutable
        static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:35:20: note: add '@MainActor' to make static property 'paymentComletedWithFailure' part of global actor 'MainActor'
        static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:35:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var paymentComletedWithFailure: String = "error.payment_comleted_with_failure.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:36:20: note: convert 'purchaseCanceledByUser' to a 'let' constant to make 'Sendable' shared state immutable
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:36:20: note: add '@MainActor' to make static property 'purchaseCanceledByUser' part of global actor 'MainActor'
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:36:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:37:20: note: convert 'purhaseIsPending' to a 'let' constant to make 'Sendable' shared state immutable
        static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:37:20: note: add '@MainActor' to make static property 'purhaseIsPending' part of global actor 'MainActor'
        static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:37:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purhaseIsPending: String = "error.purhase_is_pending.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:38:20: note: convert 'purchaseFailedWithoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
        static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:38:20: note: add '@MainActor' to make static property 'purchaseFailedWithoutMessage' part of global actor 'MainActor'
        static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:38:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purchaseFailedWithoutMessage: String = "error.purchase_failed_without_message.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:39:20: note: convert 'restorePaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
        static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:39:20: note: add '@MainActor' to make static property 'restorePaymentFailed' part of global actor 'MainActor'
        static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:39:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var restorePaymentFailed: String = "error.restore_payment_failed.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:40:20: note: convert 'transactionListenerUnverified' to a 'let' constant to make 'Sendable' shared state immutable
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:40:20: note: add '@MainActor' to make static property 'transactionListenerUnverified' part of global actor 'MainActor'
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:40:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var unexpected: String = "error.unexpected.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:41:20: note: convert 'unexpected' to a 'let' constant to make 'Sendable' shared state immutable
        static var unexpected: String = "error.unexpected.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:41:20: note: add '@MainActor' to make static property 'unexpected' part of global actor 'MainActor'
        static var unexpected: String = "error.unexpected.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:41:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var unexpected: String = "error.unexpected.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var invalidReceipt: String = "error.invalid_receipt.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:42:20: note: convert 'invalidReceipt' to a 'let' constant to make 'Sendable' shared state immutable
        static var invalidReceipt: String = "error.invalid_receipt.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:42:20: note: add '@MainActor' to make static property 'invalidReceipt' part of global actor 'MainActor'
        static var invalidReceipt: String = "error.invalid_receipt.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:42:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var invalidReceipt: String = "error.invalid_receipt.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var badURL: String = "error.bad_url.reason".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:43:20: note: convert 'badURL' to a 'let' constant to make 'Sendable' shared state immutable
        static var badURL: String = "error.bad_url.reason".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:43:20: note: add '@MainActor' to make static property 'badURL' part of global actor 'MainActor'
        static var badURL: String = "error.bad_url.reason".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:43:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var badURL: String = "error.bad_url.reason".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundOffering: String = "error.not_found_offering.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:50:20: note: convert 'notFoundOffering' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundOffering: String = "error.not_found_offering.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:50:20: note: add '@MainActor' to make static property 'notFoundOffering' part of global actor 'MainActor'
        static var notFoundOffering: String = "error.not_found_offering.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:50:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundOffering: String = "error.not_found_offering.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:51:20: note: convert 'notFoundProductIds' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:51:20: note: add '@MainActor' to make static property 'notFoundProductIds' part of global actor 'MainActor'
        static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:51:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundProductIds: String = "error.not_found_product_ids.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundProduct: String = "error.not_found_product.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:52:20: note: convert 'notFoundProduct' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundProduct: String = "error.not_found_product.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:52:20: note: add '@MainActor' to make static property 'notFoundProduct' part of global actor 'MainActor'
        static var notFoundProduct: String = "error.not_found_product.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:52:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundProduct: String = "error.not_found_product.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:53:20: note: convert 'notFoundStoreProduct' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:53:20: note: add '@MainActor' to make static property 'notFoundStoreProduct' part of global actor 'MainActor'
        static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:53:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundStoreProduct: String = "error.not_found_store_product.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:54:20: note: convert 'notFoundWindowScene' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:54:20: note: add '@MainActor' to make static property 'notFoundWindowScene' part of global actor 'MainActor'
        static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:54:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundWindowScene: String = "error.not_found_window_scene.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:55:20: note: convert 'notInitializedStoreKit1Manager' to a 'let' constant to make 'Sendable' shared state immutable
        static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:55:20: note: add '@MainActor' to make static property 'notInitializedStoreKit1Manager' part of global actor 'MainActor'
        static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:55:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notInitializedStoreKit1Manager: String = "error.not_initialized_store_kit1_manager.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:56:20: note: convert 'notInitializedStoreKit2Manager' to a 'let' constant to make 'Sendable' shared state immutable
        static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:56:20: note: add '@MainActor' to make static property 'notInitializedStoreKit2Manager' part of global actor 'MainActor'
        static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:56:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notInitializedStoreKit2Manager: String = "error.not_initialized_store_kit2_manager.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:57:20: note: convert 'notShowManageSubscriptionsWithoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
        static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:57:20: note: add '@MainActor' to make static property 'notShowManageSubscriptionsWithoutMessage' part of global actor 'MainActor'
        static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:57:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notShowManageSubscriptionsWithoutMessage: String = "error.not_show_manage_subscriptions_without_message.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:58:20: note: convert 'purchaseCanceledByUser' to a 'let' constant to make 'Sendable' shared state immutable
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:58:20: note: add '@MainActor' to make static property 'purchaseCanceledByUser' part of global actor 'MainActor'
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:58:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:59:20: note: convert 'purchaseIsPending' to a 'let' constant to make 'Sendable' shared state immutable
        static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:59:20: note: add '@MainActor' to make static property 'purchaseIsPending' part of global actor 'MainActor'
        static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:59:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purchaseIsPending: String = "error.purchase_is_pending.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:60:20: note: convert 'purhaseFailedWitoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
        static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:60:20: note: add '@MainActor' to make static property 'purhaseFailedWitoutMessage' part of global actor 'MainActor'
        static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:60:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purhaseFailedWitoutMessage: String = "error.purhase_failed_without_message.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:61:20: note: convert 'transactionListenerUnverified' to a 'let' constant to make 'Sendable' shared state immutable
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:61:20: note: add '@MainActor' to make static property 'transactionListenerUnverified' part of global actor 'MainActor'
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:61:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var unexpected: String = "error.unexpected.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:62:20: note: convert 'unexpected' to a 'let' constant to make 'Sendable' shared state immutable
        static var unexpected: String = "error.unexpected.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:62:20: note: add '@MainActor' to make static property 'unexpected' part of global actor 'MainActor'
        static var unexpected: String = "error.unexpected.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:62:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var unexpected: String = "error.unexpected.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var invalidReceipt: String = "error.invalid_receipt.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:63:20: note: convert 'invalidReceipt' to a 'let' constant to make 'Sendable' shared state immutable
        static var invalidReceipt: String = "error.invalid_receipt.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:63:20: note: add '@MainActor' to make static property 'invalidReceipt' part of global actor 'MainActor'
        static var invalidReceipt: String = "error.invalid_receipt.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:63:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var invalidReceipt: String = "error.invalid_receipt.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var badURL: String = "error.bad_url.description".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:64:20: note: convert 'badURL' to a 'let' constant to make 'Sendable' shared state immutable
        static var badURL: String = "error.bad_url.description".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:64:20: note: add '@MainActor' to make static property 'badURL' part of global actor 'MainActor'
        static var badURL: String = "error.bad_url.description".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:64:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var badURL: String = "error.bad_url.description".localized
                   ^
        nonisolated(unsafe)
/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
        static var fetchEntitlements: String = "error.fetch_entitlements.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:70:20: note: convert 'fetchEntitlements' to a 'let' constant to make 'Sendable' shared state immutable
        static var fetchEntitlements: String = "error.fetch_entitlements.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:70:20: note: add '@MainActor' to make static property 'fetchEntitlements' part of global actor 'MainActor'
        static var fetchEntitlements: String = "error.fetch_entitlements.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:70:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var fetchEntitlements: String = "error.fetch_entitlements.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:71:20: warning: static property 'fetchPaywalls' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var fetchPaywalls: String = "error.fetch_paywalls.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:71:20: note: convert 'fetchPaywalls' to a 'let' constant to make 'Sendable' shared state immutable
        static var fetchPaywalls: String = "error.fetch_paywalls.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:71:20: note: add '@MainActor' to make static property 'fetchPaywalls' part of global actor 'MainActor'
        static var fetchPaywalls: String = "error.fetch_paywalls.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:71:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var fetchPaywalls: String = "error.fetch_paywalls.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:72:20: note: convert 'fetchProductFailed' to a 'let' constant to make 'Sendable' shared state immutable
        static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:72:20: note: add '@MainActor' to make static property 'fetchProductFailed' part of global actor 'MainActor'
        static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:72:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var fetchProductFailed: String = "error.fetch_product_failed.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:73:20: note: convert 'listenPaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
        static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:73:20: note: add '@MainActor' to make static property 'listenPaymentFailed' part of global actor 'MainActor'
        static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:73:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var listenPaymentFailed: String = "error.listen_payment_failed.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:74:20: note: convert 'notFoundOffering' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:74:20: note: add '@MainActor' to make static property 'notFoundOffering' part of global actor 'MainActor'
        static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:74:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundOffering: String = "error.not_found_offering.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:75:20: note: convert 'notFoundProductIds' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:75:20: note: add '@MainActor' to make static property 'notFoundProductIds' part of global actor 'MainActor'
        static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:75:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundProductIds: String = "error.not_found_product_ids.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:76:20: note: convert 'notFoundProduct' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:76:20: note: add '@MainActor' to make static property 'notFoundProduct' part of global actor 'MainActor'
        static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:76:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundProduct: String = "error.not_found_product.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:77:20: note: convert 'notFoundStoreProduct' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:77:20: note: add '@MainActor' to make static property 'notFoundStoreProduct' part of global actor 'MainActor'
        static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:77:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundStoreProduct: String = "error.not_found_store_product.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:78:20: note: convert 'notFoundWindowScene' to a 'let' constant to make 'Sendable' shared state immutable
        static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:78:20: note: add '@MainActor' to make static property 'notFoundWindowScene' part of global actor 'MainActor'
        static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:78:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notFoundWindowScene: String = "error.not_found_window_scene.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:79:20: note: convert 'notInitializedStoreKitManager' to a 'let' constant to make 'Sendable' shared state immutable
        static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:79:20: note: add '@MainActor' to make static property 'notInitializedStoreKitManager' part of global actor 'MainActor'
        static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:79:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notInitializedStoreKitManager: String = "error.not_initialized_store_kit_manager.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:80:20: note: convert 'notShowManageSubscriptions' to a 'let' constant to make 'Sendable' shared state immutable
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:80:20: note: add '@MainActor' to make static property 'notShowManageSubscriptions' part of global actor 'MainActor'
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:80:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var notShowManageSubscriptions: String = "error.not_show_manage_subscriptions.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:81:20: note: convert 'paymentCompletedWithFailure' to a 'let' constant to make 'Sendable' shared state immutable
        static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:81:20: note: add '@MainActor' to make static property 'paymentCompletedWithFailure' part of global actor 'MainActor'
        static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:81:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var paymentCompletedWithFailure: String = "error.payment_completed_with_failure.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:82:20: note: convert 'purchaseCanceledByUser' to a 'let' constant to make 'Sendable' shared state immutable
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:82:20: note: add '@MainActor' to make static property 'purchaseCanceledByUser' part of global actor 'MainActor'
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:82:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purchaseCanceledByUser: String = "error.purchase_canceled_by_user.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:83:20: note: convert 'purchaseIsPending' to a 'let' constant to make 'Sendable' shared state immutable
        static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:83:20: note: add '@MainActor' to make static property 'purchaseIsPending' part of global actor 'MainActor'
        static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:83:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purchaseIsPending: String = "error.purchase_is_pending.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:84:20: note: convert 'purshaseFailedWithoutMessage' to a 'let' constant to make 'Sendable' shared state immutable
        static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:84:20: note: add '@MainActor' to make static property 'purshaseFailedWithoutMessage' part of global actor 'MainActor'
        static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:84:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var purshaseFailedWithoutMessage: String = "error.purshase_failed_without_message.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:85:20: note: convert 'restorePaymentFailed' to a 'let' constant to make 'Sendable' shared state immutable
        static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:85:20: note: add '@MainActor' to make static property 'restorePaymentFailed' part of global actor 'MainActor'
        static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:85:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var restorePaymentFailed: String = "error.restore_payment_failed.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:86:20: note: convert 'transactionListenerUnverified' to a 'let' constant to make 'Sendable' shared state immutable
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:86:20: note: add '@MainActor' to make static property 'transactionListenerUnverified' part of global actor 'MainActor'
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:86:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var transactionListenerUnverified: String = "error.transaction_listener_unverified.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var unexpected: String = "error.unexpected.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:87:20: note: convert 'unexpected' to a 'let' constant to make 'Sendable' shared state immutable
        static var unexpected: String = "error.unexpected.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:87:20: note: add '@MainActor' to make static property 'unexpected' part of global actor 'MainActor'
        static var unexpected: String = "error.unexpected.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:87:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var unexpected: String = "error.unexpected.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:88:20: note: convert 'invalidReceipt' to a 'let' constant to make 'Sendable' shared state immutable
        static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:88:20: note: add '@MainActor' to make static property 'invalidReceipt' part of global actor 'MainActor'
        static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:88:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var invalidReceipt: String = "error.invalid_receipt.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
        static var badURL: String = "error.bad_url.recovery_suggestion".localized
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:89:20: note: convert 'badURL' to a 'let' constant to make 'Sendable' shared state immutable
        static var badURL: String = "error.bad_url.recovery_suggestion".localized
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:89:20: note: add '@MainActor' to make static property 'badURL' part of global actor 'MainActor'
        static var badURL: String = "error.bad_url.recovery_suggestion".localized
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/Localizations.swift:89:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var badURL: String = "error.bad_url.recovery_suggestion".localized
                   ^
        nonisolated(unsafe)
/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
internal var backingLogger: BackingLogger?
             ^
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/BackingLogger.swift:19:14: note: convert 'backingLogger' to a 'let' constant to make 'Sendable' shared state immutable
internal var backingLogger: BackingLogger?
         ~~~ ^
         let
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/BackingLogger.swift:19:14: note: add '@MainActor' to make var 'backingLogger' part of global actor 'MainActor'
internal var backingLogger: BackingLogger?
             ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/BackingLogger.swift:19:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var backingLogger: BackingLogger?
             ^
nonisolated(unsafe)
/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
internal var internalLogLevel: LogLevel = {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/Log.swift:17:14: note: convert 'internalLogLevel' to a 'let' constant to make 'Sendable' shared state immutable
internal var internalLogLevel: LogLevel = {
         ~~~ ^
         let
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/Log.swift:17:14: note: add '@MainActor' to make var 'internalLogLevel' part of global actor 'MainActor'
internal var internalLogLevel: LogLevel = {
             ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LoggerKit/Log.swift:17:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var internalLogLevel: LogLevel = {
             ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RevenueMore/RevenueMore.swift:415:24: warning: static property 'revenueMore' is not concurrency-safe because non-'Sendable' type 'ThreadSafe<RevenueMore?>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let revenueMore: ThreadSafe<RevenueMore?> = .init(nil)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonKit/Core/ThreadSafety.swift:30:22: note: generic class 'ThreadSafe' does not conform to the 'Sendable' protocol
internal final class ThreadSafe<T> {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/RevenueMore/RevenueMore.swift:415:24: note: add '@MainActor' to make static property 'revenueMore' part of global actor 'MainActor'
    private static let revenueMore: ThreadSafe<RevenueMore?> = .init(nil)
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RevenueMore/RevenueMore.swift:415:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let revenueMore: ThreadSafe<RevenueMore?> = .init(nil)
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ RevenueMoreProductAdapter.swift,\ RevenueMoreProductProtocol.swift,\ SKRevenueMoreProductAdapter.swift,\ PurchaseClosure.swift,\ PurchaseManager.swift,\ RestoreClosure.swift,\ RevenueMorePaymantTransactionProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/RevenueMoreProductAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/RevenueMoreProductProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/SKRevenueMoreProductAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/PurchaseKit/PurchaseClosure.swift /Users/admin/builder/spi-builder-workspace/Sources/PurchaseKit/PurchaseManager.swift /Users/admin/builder/spi-builder-workspace/Sources/PurchaseKit/RestoreClosure.swift /Users/admin/builder/spi-builder-workspace/Sources/PurchaseKit/RevenueMorePaymantTransactionProtocol.swift (in target 'RevenueMore' from project 'RevenueMore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/RevenueMoreProductAdapter.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/RevenueMoreProductProtocol.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OfferingKit/SKRevenueMoreProductAdapter.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PurchaseKit/PurchaseClosure.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PurchaseKit/PurchaseManager.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PurchaseKit/RestoreClosure.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PurchaseKit/RevenueMorePaymantTransactionProtocol.swift (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for RevenueMore (in target 'RevenueMore' from project 'RevenueMore')
SwiftDriver\ Compilation\ Requirements RevenueMore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RevenueMore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling RevenueMoreProductAdapter.swift, RevenueMoreProductProtocol.swift, SKRevenueMoreProductAdapter.swift, PurchaseClosure.swift, PurchaseManager.swift, RestoreClosure.swift, RevenueMorePaymantTransactionProtocol.swift (in target 'RevenueMore' from project 'RevenueMore')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/RevenueMore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore-Swift.h (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/RevenueMore-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling SubscriptionEndpoints.swift, UserEndpoints.swift, PaymentComplete.swift, Paywalls.swift, UserSubscriptions.swift, UserUpdate.swift, PaywallServices.swift, SubscriptionServices.swift (in target 'RevenueMore' from project 'RevenueMore')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RevenueMore.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.swiftmodule (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RevenueMore.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RevenueMore.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.swiftdoc (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RevenueMore.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RevenueMore.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.abi.json (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RevenueMore.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RevenueMore.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.swiftsourceinfo (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RevenueMore.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling BackendConfigurator.swift, BaseError.swift, BaseResponse.swift, DeviceEnvironmentProvider.swift, Endpoint.swift, HTTPClient.swift, HTTPMethod.swift, HTTPTask.swift (in target 'RevenueMore' from project 'RevenueMore')
SwiftDriverJobDiscovery normal arm64 Compiling UnknownCaseRepresentable.swift, RevenueMoreError.swift, Bundle+.swift, Encodable+.swift, String+.swift, UIApplication+.swift, UIWindow+.swift, PaywallEndpoints.swift (in target 'RevenueMore' from project 'RevenueMore')
SwiftDriverJobDiscovery normal arm64 Compiling RM2Product.swift, StoreKit2Fetcher.swift, StoreKit2Manager.swift, StoreKit2Purchase.swift, TransactionClosure.swift, TransactionManager.swift, UserManager.swift (in target 'RevenueMore' from project 'RevenueMore')
SwiftDriverJobDiscovery normal arm64 Compiling RM1Product.swift, ReceiptManager.swift, StoreKit1Fetcher.swift, StoreKit1FetcherProtocol.swift, StoreKit1Manager.swift, StoreKit1Purchase.swift, RM2PaymentTransaction.swift (in target 'RevenueMore' from project 'RevenueMore')
SwiftDriverJobDiscovery normal arm64 Compiling UserServices.swift, Entitlement.swift, EntitlementManager.swift, Entitlements.swift, BackingLogger.swift, Log+Methods.swift, Log.swift, LogLevel.swift (in target 'RevenueMore' from project 'RevenueMore')
SwiftDriverJobDiscovery normal arm64 Compiling ParameterEncoding.swift, Offering.swift, OfferingManager.swift, OfferingTrigger.swift, Offerings.swift, OfferingsClosure.swift, RevenueMorePeriod.swift, RevenueMoreProduct.swift (in target 'RevenueMore' from project 'RevenueMore')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, ThreadSafeUserDefaultsStorage.swift, UserCache.swift, Constants.swift, DeviceEnvironments.swift, Language.swift, Localizations.swift, ThreadSafety.swift (in target 'RevenueMore' from project 'RevenueMore')
SwiftDriverJobDiscovery normal arm64 Compiling RevenueMorePaymentTransaction.swift, RevenueMorePaymentTransactionAdapter.swift, SKRevenueMorePaymentTransactionAdapter.swift, RevenueMore+Async.swift, RevenueMore+Internal.swift, RevenueMore.swift, RM1PaymentTransaction.swift (in target 'RevenueMore' from project 'RevenueMore')
SwiftDriver\ Compilation RevenueMore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RevenueMore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RevenueMore.o normal (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RevenueMore.o
ExtractAppIntentsMetadata (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name RevenueMore --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.RevenueMore --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RevenueMore.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RevenueMore.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/RevenueMore.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/RevenueMore.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RevenueMore.build/Debug-iphoneos/RevenueMore.build/Objects-normal/arm64/RevenueMore.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 02:28:57.359 appintentsmetadataprocessor[716:4079] Starting appintentsmetadataprocessor export
2025-04-30 02:28:57.399 appintentsmetadataprocessor[716:4079] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RevenueMore.o (in target 'RevenueMore' from project 'RevenueMore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RevenueMore.o
** BUILD SUCCEEDED **
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/paywalls_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/PaywallServicesTests.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/MockPaywallServices.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/PaywallEndpoints.swift",
        "DomainKit/Endpoints/SubscriptionEndpoints.swift",
        "DomainKit/Endpoints/UserEndpoints.swift",
        "DomainKit/Models/PaymentComplete.swift",
        "DomainKit/Models/Paywalls.swift",
        "DomainKit/Models/UserSubscriptions.swift",
        "DomainKit/Models/UserUpdate.swift",
        "DomainKit/Services/PaywallServices.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/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.