The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of RevenueCat, reference 5.28.1 (cdfe71), with Swift 5.10 for macOS (SPM) on 11 Jun 2025 21:49:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

[315/666] Compiling RevenueCat_CustomEntitlementComputation EventsRequest+CustomerCenter.swift
[316/666] Compiling RevenueCat_CustomEntitlementComputation DeepLinkParser.swift
[317/666] Compiling RevenueCat_CustomEntitlementComputation DiagnosticsEvent.swift
[318/666] Compiling RevenueCat_CustomEntitlementComputation DiagnosticsFileHandler.swift
[319/666] Compiling RevenueCat_CustomEntitlementComputation DiagnosticsTracker.swift
[320/666] Compiling RevenueCat_CustomEntitlementComputation FileHandler.swift
[321/666] Compiling RevenueCat_CustomEntitlementComputation DiagnosticsEventsRequest.swift
[322/666] Compiling RevenueCat_CustomEntitlementComputation DiagnosticsHTTPRequestPath.swift
[323/666] Compiling RevenueCat_CustomEntitlementComputation GetIntroEligibilityOperation.swift
[324/666] Compiling RevenueCat_CustomEntitlementComputation GetOfferingsOperation.swift
[325/666] Compiling RevenueCat_CustomEntitlementComputation GetProductEntitlementMappingOperation.swift
[326/666] Compiling RevenueCat_CustomEntitlementComputation GetWebProductsOperation.swift
[327/666] Compiling RevenueCat_CustomEntitlementComputation CustomerInfoResponseHandler.swift
[328/666] Compiling RevenueCat_CustomEntitlementComputation HealthOperation.swift
[329/666] Compiling RevenueCat_CustomEntitlementComputation HealthReportOperation.swift
[330/666] Compiling RevenueCat_CustomEntitlementComputation LogInOperation.swift
[331/666] Compiling RevenueCat_CustomEntitlementComputation NetworkOperation.swift
[332/666] Compiling RevenueCat_CustomEntitlementComputation PostAdServicesTokenOperation.swift
[333/666] Compiling RevenueCat_CustomEntitlementComputation PostAttributionDataOperation.swift
[334/666] Compiling RevenueCat_CustomEntitlementComputation PostOfferForSigningOperation.swift
[335/666] Compiling RevenueCat_CustomEntitlementComputation PostReceiptDataOperation.swift
[336/666] Compiling RevenueCat_CustomEntitlementComputation PostRedeemWebPurchaseOperation.swift
[337/666] Compiling RevenueCat_CustomEntitlementComputation PostSubscriberAttributesOperation.swift
[338/666] Compiling RevenueCat_CustomEntitlementComputation RedeemWebPurchaseAPI.swift
[339/666] Compiling RevenueCat_CustomEntitlementComputation CustomerCenterConfigResponse.swift
[340/666] Compiling RevenueCat_CustomEntitlementComputation CustomerInfoResponse.swift
[341/666] Compiling RevenueCat_CustomEntitlementComputation GetIntroEligibilityResponse.swift
[342/666] Compiling RevenueCat_CustomEntitlementComputation HealthReportResponse.swift
[343/666] Compiling RevenueCat_CustomEntitlementComputation OfferingsResponse.swift
[344/666] Compiling RevenueCat_CustomEntitlementComputation PostOfferResponse.swift
[345/666] Compiling RevenueCat_CustomEntitlementComputation ProductEntitlementMappingResponse.swift
[346/666] Compiling RevenueCat_CustomEntitlementComputation PaywallComponentsData.swift
[422/762] Emitting module RevenueCat
[472/762] Emitting module RevenueCat_CustomEntitlementComputation
[473/762] Compiling RevenueCat NonSubscriptionTransaction.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[474/762] Compiling RevenueCat Offering.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[475/762] Compiling RevenueCat Offerings.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[476/762] Compiling RevenueCat OfferingsFactory.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[477/762] Compiling RevenueCat OfferingsManager.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[478/762] Compiling RevenueCat Package.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[479/762] Compiling RevenueCat PackageType.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[480/762] Compiling RevenueCat ProductRequestData+Initialization.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[481/762] Compiling RevenueCat ProductRequestData.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[482/762] Compiling RevenueCat ProductsManager.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[483/762] Compiling RevenueCat ProductsRequestFactory.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[484/762] Compiling RevenueCat PurchaseOwnershipType.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[485/762] Compiling RevenueCat Attribution.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[486/762] Compiling RevenueCat PurchaseParams.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[487/762] Compiling RevenueCat Purchases.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[488/762] Compiling RevenueCat PurchasesAreCompletedBy.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[489/762] Compiling RevenueCat PurchasesDelegate.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[490/762] Compiling RevenueCat PurchasesOrchestrator.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[491/762] Compiling RevenueCat PurchasesType.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[492/762] Compiling RevenueCat TransactionPoster.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[493/762] Compiling RevenueCat ReceiptFetcher.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[494/762] Compiling RevenueCat ReceiptRefreshPolicy.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[495/762] Compiling RevenueCat PaymentQueueWrapper.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[496/762] Compiling RevenueCat ProductsFetcherSK1.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[521/762] Compiling RevenueCat_CustomEntitlementComputation ManageSubscriptionsStrings.swift
[522/762] Compiling RevenueCat_CustomEntitlementComputation NetworkStrings.swift
[523/762] Compiling RevenueCat_CustomEntitlementComputation OfferingStrings.swift
[524/762] Compiling RevenueCat_CustomEntitlementComputation OfflineEntitlementsStrings.swift
[525/762] Compiling RevenueCat_CustomEntitlementComputation PaywallsStrings.swift
[526/762] Compiling RevenueCat_CustomEntitlementComputation PurchaseStrings.swift
[527/762] Compiling RevenueCat_CustomEntitlementComputation SigningStrings.swift
[528/762] Compiling RevenueCat_CustomEntitlementComputation StoreKitStrings.swift
[529/762] Compiling RevenueCat_CustomEntitlementComputation Strings.swift
[530/762] Compiling RevenueCat_CustomEntitlementComputation WebRedemptionStrings.swift
[531/762] Compiling RevenueCat_CustomEntitlementComputation Box.swift
[532/762] Compiling RevenueCat_CustomEntitlementComputation AnyDecodable.swift
[533/762] Compiling RevenueCat_CustomEntitlementComputation AnyEncodable.swift
[534/762] Compiling RevenueCat_CustomEntitlementComputation DefaultDecodable.swift
[535/762] Compiling RevenueCat_CustomEntitlementComputation EnsureNonEmptyCollectionDecodable.swift
[536/762] Compiling RevenueCat_CustomEntitlementComputation IgnoreHashable.swift
[537/762] Compiling RevenueCat_CustomEntitlementComputation NonEmptyStringDecodable.swift
[538/762] Compiling RevenueCat_CustomEntitlementComputation RawDataContainer.swift
[539/762] Compiling RevenueCat_CustomEntitlementComputation Atomic.swift
[540/762] Compiling RevenueCat_CustomEntitlementComputation Lock.swift
[541/762] Compiling RevenueCat_CustomEntitlementComputation OperationDispatcher.swift
[542/762] Compiling RevenueCat_CustomEntitlementComputation Purchases+async.swift
[543/762] Compiling RevenueCat_CustomEntitlementComputation Purchases+nonasync.swift
[544/762] Compiling RevenueCat_CustomEntitlementComputation SynchronizedUserDefaults.swift
[545/762] Compiling RevenueCat_CustomEntitlementComputation DangerousSettings.swift
[595/762] Compiling RevenueCat StoreEnvironment.swift
[596/762] Compiling RevenueCat StoreKitWorkarounds.swift
[597/762] Compiling RevenueCat StoreProduct.swift
[598/762] Compiling RevenueCat StoreProductDiscount.swift
[599/762] Compiling RevenueCat StoreTransaction.swift
[600/762] Compiling RevenueCat Storefront.swift
[601/762] Compiling RevenueCat StorefrontProvider.swift
[602/762] Compiling RevenueCat SubscriptionPeriod.swift
[603/762] Compiling RevenueCat TestStoreProduct.swift
[604/762] Compiling RevenueCat TestStoreProductDiscount.swift
[605/762] Compiling RevenueCat WinBackOffer.swift
[606/762] Compiling RevenueCat TransactionsFactory.swift
[607/762] Compiling RevenueCat TransactionsManager.swift
[608/762] Compiling RevenueCat TrialOrIntroPriceEligibilityChecker.swift
[609/762] Compiling RevenueCat FakeSigning.swift
[610/762] Compiling RevenueCat HTTPRequest+Signing.swift
[611/762] Compiling RevenueCat HTTPRequestBody+Signing.swift
[612/762] Compiling RevenueCat Signing+ResponseVerification.swift
[613/762] Compiling RevenueCat Signing.swift
[614/762] Compiling RevenueCat VerificationResult.swift
[615/762] Compiling RevenueCat AttributionDataMigrator.swift
[616/762] Compiling RevenueCat AttributionKey.swift
[617/762] Compiling RevenueCat ReservedSubscriberAttributes.swift
[618/762] Compiling RevenueCat SubscriberAttribute.swift
[619/762] Compiling RevenueCat StoreKit1Wrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[620/762] Compiling RevenueCat StoreKitRequestFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[621/762] Compiling RevenueCat StoreKit2ObserverModePurchaseDetector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[622/762] Compiling RevenueCat ProductsFetcherSK2.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[623/762] Compiling RevenueCat SK2AppTransaction.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[624/762] Compiling RevenueCat SK2BeginRefundRequestHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[625/762] Compiling RevenueCat StoreKit2PurchaseIntentListener.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[626/762] Compiling RevenueCat StoreKit2Receipt.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[627/762] Compiling RevenueCat StoreKit2StorefrontListener.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[628/762] Compiling RevenueCat StoreKit2TransactionFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[629/762] Compiling RevenueCat StoreKit2TransactionListener.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[630/762] Compiling RevenueCat WinBackOfferEligibilityCalculator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[631/762] Compiling RevenueCat WinBackOfferEligibilityCalculatorType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[632/762] Compiling RevenueCat EncodedAppleReceipt.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[633/762] Compiling RevenueCat ProductType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[634/762] Compiling RevenueCat PromotionalOffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[635/762] Compiling RevenueCat SK1StoreProduct.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[636/762] Compiling RevenueCat SK1StoreProductDiscount.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[637/762] Compiling RevenueCat SK1StoreTransaction.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[638/762] Compiling RevenueCat SK1Storefront.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[639/762] Compiling RevenueCat SK2StoreProduct.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[640/762] Compiling RevenueCat SK2StoreProductDiscount.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[641/762] Compiling RevenueCat SK2StoreTransaction.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[642/762] Compiling RevenueCat SK2Storefront.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:223:13: warning: variable 'reason' was never mutated; consider changing to 'let' constant
        var reason: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:224:13: warning: variable 'currency' was never mutated; consider changing to 'let' constant
        var currency: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift:225:13: warning: variable 'price' was never mutated; consider changing to 'let' constant
        var price: Float?
        ~~~ ^
        let
[643/762] Compiling RevenueCat SubscriberAttributesManager.swift
[644/762] Compiling RevenueCat BeginRefundRequestHelper.swift
[645/762] Compiling RevenueCat DebugContentViews.swift
[646/762] Compiling RevenueCat DebugView.swift
[647/762] Compiling RevenueCat DebugViewController.swift
[648/762] Compiling RevenueCat DebugViewModel.swift
[649/762] Compiling RevenueCat DebugViewSheetPresentation.swift
[650/762] Compiling RevenueCat ProductStatus+Icon.swift
[651/762] Compiling RevenueCat SDKHealthCheckStatus+Icon.swift
[652/762] Compiling RevenueCat SDKHealthStatus+Icon.swift
[653/762] Compiling RevenueCat FrameworkDisambiguation.swift
[654/762] Compiling RevenueCat HealthReport+Validate.swift
[655/762] Compiling RevenueCat ManageSubscriptionsHelper.swift
[656/762] Compiling RevenueCat PaywallExtensions.swift
[657/762] Compiling RevenueCat PurchasesDiagnostics.swift
[658/762] Compiling RevenueCat SDKHealthError+CustomNSError.swift
[659/762] Compiling RevenueCat StoreMessageType.swift
[660/762] Compiling RevenueCat StoreMessagesHelper.swift
[661/762] Compiling RevenueCat SwiftVersionCheck.swift
[662/762] Compiling RevenueCat URL+WebPurchaseRedemption.swift
[663/762] Compiling RevenueCat WebPurchaseRedemption.swift
[664/762] Compiling RevenueCat WebPurchaseRedemptionHelper.swift
[665/762] Compiling RevenueCat WebPurchaseRedemptionResult.swift
[666/762] Compiling RevenueCat resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:623:13: warning: variable 'winBackOfferApplied' was never mutated; consider changing to 'let' constant
        var winBackOfferApplied: Bool = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:631:20: warning: immutable value 'winBackOffer' was never used; consider replacing with '_' or removing it
            if let winBackOffer, #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) {
               ~~~~^~~~~~~~~~~~
               _
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1227:13: warning: variable 'offerId' was never mutated; consider changing to 'let' constant
        var offerId: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1228:13: warning: variable 'offerType' was never mutated; consider changing to 'let' constant
        var offerType: String?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Purchasing/Purchases/PurchasesOrchestrator.swift:1343:17: warning: variable 'attemptedToPurchaseWithASubscriptionOffer' was never mutated; consider changing to 'let' constant
            var attemptedToPurchaseWithASubscriptionOffer = false
            ~~~ ^
            let
[715/762] Compiling RevenueCat_CustomEntitlementComputation PaywallStickyFooterComponent.swift
[716/762] Compiling RevenueCat_CustomEntitlementComputation PaywallTabsComponent.swift
[717/762] Compiling RevenueCat_CustomEntitlementComputation PaywallTextComponent.swift
[718/762] Compiling RevenueCat_CustomEntitlementComputation PaywallTimelineComponent.swift
[719/762] Compiling RevenueCat_CustomEntitlementComputation PaywallV2CacheWarming.swift
[720/762] Compiling RevenueCat_CustomEntitlementComputation EventsRequest+Paywall.swift
[721/762] Compiling RevenueCat_CustomEntitlementComputation PaywallHTTPRequestPath.swift
[722/762] Compiling RevenueCat_CustomEntitlementComputation PostPaywallEventsOperation.swift
[723/762] Compiling RevenueCat_CustomEntitlementComputation PaywallEvent.swift
[724/762] Compiling RevenueCat_CustomEntitlementComputation PaywallEventStore.swift
[725/762] Compiling RevenueCat_CustomEntitlementComputation PaywallEventsManager.swift
[726/762] Compiling RevenueCat_CustomEntitlementComputation PaywallCacheWarming.swift
[727/762] Compiling RevenueCat_CustomEntitlementComputation PaywallColor.swift
[728/762] Compiling RevenueCat_CustomEntitlementComputation PaywallData+Localization.swift
[729/762] Compiling RevenueCat_CustomEntitlementComputation PaywallData.swift
[730/762] Compiling RevenueCat_CustomEntitlementComputation PaywallFontManagerType.swift
[731/762] Compiling RevenueCat_CustomEntitlementComputation PaywallViewMode.swift
[732/762] Compiling RevenueCat_CustomEntitlementComputation CachingProductsManager.swift
[733/762] Compiling RevenueCat_CustomEntitlementComputation CachingTrialOrIntroPriceEligibilityChecker.swift
[734/762] Compiling RevenueCat_CustomEntitlementComputation Configuration.swift
[735/762] Compiling RevenueCat_CustomEntitlementComputation EntitlementInfo.swift
[736/762] Compiling RevenueCat_CustomEntitlementComputation EntitlementInfos.swift
[737/762] Compiling RevenueCat_CustomEntitlementComputation IntroEligibility.swift
[738/762] Compiling RevenueCat_CustomEntitlementComputation IntroEligibilityCalculator.swift
[763/965] Compiling RevenueCatUI PurchaseHistoryViewModel.swift
[764/965] Compiling RevenueCatUI PurchaseInfo.swift
[765/965] Compiling RevenueCatUI RelevantPurchasesListViewModel.swift
[766/965] Compiling RevenueCatUI RestorePurchasesAlertViewModel.swift
[767/965] Compiling RevenueCatUI SubscriptionDetailViewModel.swift
[768/965] Compiling RevenueCatUI ActiveSubscriptionButtonsView.swift
[769/965] Compiling RevenueCatUI AppUpdateWarningView.swift
[770/965] Compiling RevenueCatUI CompatibilityContentUnavailableView.swift
[771/965] Compiling RevenueCatUI CompatibilityLabeledContent.swift
[772/965] Compiling RevenueCatUI CompatibilityNavigationStack.swift
[773/965] Compiling RevenueCatUI CompatibilityTopBarTrailing.swift
[774/965] Compiling RevenueCatUI CustomerCenterNavigationLink.swift
[775/965] Compiling RevenueCatUI CustomerCenterNavigationOptions.swift
[776/965] Compiling RevenueCatUI CustomerCenterView.swift
[777/965] Compiling RevenueCatUI ErrorView.swift
[778/965] Compiling RevenueCatUI FallbackNoSubscriptionsView.swift
[779/965] Compiling RevenueCatUI FeedbackSurveyView.swift
[780/965] Compiling RevenueCatUI ManageSubscriptionsButtonsView.swift
[781/965] Compiling RevenueCatUI NoSubscriptionsCardView.swift
[782/965] Compiling RevenueCatUI PromotionalOfferView.swift
[783/965] Compiling RevenueCatUI PurchaseCardView.swift
[784/965] Compiling RevenueCatUI PurchaseDetailView.swift
[785/965] Compiling RevenueCatUI PurchaseHistoryView.swift
[786/987] Compiling RevenueCatUI CarouselComponentViewModel.swift
[787/987] Compiling RevenueCatUI ComponentsView.swift
[788/987] Compiling RevenueCatUI IconComponentView.swift
[789/987] Compiling RevenueCatUI IconComponentViewModel.swift
[790/987] Compiling RevenueCatUI ImageComponentView.swift
[791/987] Compiling RevenueCatUI ImageComponentViewModel.swift
[792/987] Compiling RevenueCatUI ComponentViewState.swift
[793/987] Compiling RevenueCatUI PackageComponentView.swift
[794/987] Compiling RevenueCatUI PackageComponentViewModel.swift
[795/987] Compiling RevenueCatUI PurchaseButtonComponentView.swift
[796/987] Compiling RevenueCatUI PurchaseButtonComponentViewModel.swift
[797/987] Compiling RevenueCatUI RootView.swift
[798/987] Compiling RevenueCatUI RootViewModel.swift
[799/987] Compiling RevenueCatUI FlexHStack.swift
[800/987] Compiling RevenueCatUI FlexVStack.swift
[801/987] Compiling RevenueCatUI JustifyContent.swift
[802/987] Compiling RevenueCatUI StackComponentView.swift
[803/987] Compiling RevenueCatUI StackComponentViewModel.swift
[804/987] Compiling RevenueCatUI StickyFooterComponentView.swift
[805/987] Compiling RevenueCatUI StickyFooterComponentViewModel.swift
[806/987] Compiling RevenueCatUI TabControlButtonComponentView.swift
[807/987] Compiling RevenueCatUI TabControlButtonComponentViewModel.swift
[808/987] Compiling RevenueCatUI PurchaseInformation.swift
[809/987] Compiling RevenueCatUI SemanticVersion.swift
[810/987] Compiling RevenueCatUI Transaction.swift
[811/987] Compiling RevenueCatUI CustomerCenterConfigDataSupport+URL.swift
[812/987] Compiling RevenueCatUI CustomerInfo+SeeAllPurchases.swift
[813/987] Compiling RevenueCatUI Store+Localization.swift
[814/987] Compiling RevenueCatUI MockCustomerCenterPurchases.swift
[815/987] Compiling RevenueCatUI MockCustomerCenterStoreKitUtilities.swift
[816/987] Compiling RevenueCatUI MockLoadPromotionalOfferUseCase.swift
[817/987] Compiling RevenueCatUI PurchaseInformationFixtures.swift
[818/987] Compiling RevenueCatUI URLUtilities.swift
[819/987] Compiling RevenueCatUI CustomerCenterLocalizationStrings.swift
[820/987] Compiling RevenueCatUI CustomerCenterStoreKitUtilities.swift
[821/987] Compiling RevenueCatUI CustomerCenterStoreKitUtilitiesType.swift
[822/987] Compiling RevenueCatUI IdentifiableURL.swift
[823/987] Compiling RevenueCatUI View+PresentCustomerCenter.swift
[824/987] Compiling RevenueCatUI BaseManageSubscriptionViewModel.swift
[825/987] Compiling RevenueCatUI CustomerCenterViewModel.swift
[826/987] Compiling RevenueCatUI CustomerCenterViewState.swift
[827/987] Compiling RevenueCatUI FeedbackSurveyViewModel.swift
[828/987] Compiling RevenueCatUI PromotionalOfferViewModel.swift
[829/987] Compiling RevenueCatUI PurchaseDetailItem.swift
[830/987] Compiling RevenueCatUI PurchaseDetailViewModel.swift
[831/987] Compiling RevenueCatUI PurchaseLinkView.swift
[832/987] Compiling RevenueCatUI RelevantPurchasesListView.swift
[833/987] Compiling RevenueCatUI RestorePurchasesAlert.swift
[834/987] Compiling RevenueCatUI ScrollViewSection.swift
[835/987] Compiling RevenueCatUI ScrollViewWithOSBackground.swift
[836/987] Compiling RevenueCatUI SubscriptionDetailView.swift
[837/987] Compiling RevenueCatUI TintedProgressView.swift
[838/987] Compiling RevenueCatUI CustomerCenterViewController.swift
[839/987] Compiling RevenueCatUI Constants.swift
[840/987] Compiling RevenueCatUI CustomerInfoFixtures.swift
[841/987] Compiling RevenueCatUI PaywallError.swift
[842/987] Compiling RevenueCatUI TemplateError.swift
[843/987] Compiling RevenueCatUI IntroEligibilityViewModel.swift
[844/987] Compiling RevenueCatUI TrialOrIntroEligibilityChecker+TestData.swift
[845/987] Compiling RevenueCatUI TrialOrIntroEligibilityChecker.swift
[846/987] Compiling RevenueCatUI Localization.swift
[847/987] Compiling RevenueCatUI LocalizedAlertError.swift
[848/987] Compiling RevenueCatUI PaywallData+Validation.swift
[849/987] Compiling RevenueCatUI PaywallTemplate.swift
[850/987] Compiling RevenueCatUI PaywallViewConfiguration.swift
[851/987] Compiling RevenueCatUI PaywallViewMode+Extensions.swift
[852/987] Compiling RevenueCatUI ProcessedLocalizedConfiguration.swift
[853/987] Compiling RevenueCatUI Strings.swift
[854/987] Compiling RevenueCatUI Binding+Extensions.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[855/987] Compiling RevenueCatUI CustomerCenterPurchasesType.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[856/987] Compiling RevenueCatUI CustomerCenter+PreferenceKeys.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[857/987] Compiling RevenueCatUI CustomerCenterConfigData.HelpPath+PurchaseInformation.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[858/987] Compiling RevenueCatUI CustomerCenterView+Actions.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[859/987] Compiling RevenueCatUI ButtonStyles.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[860/987] Compiling RevenueCatUI ColorFromAppearance.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[861/987] Compiling RevenueCatUI ContactSupportUtilities.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[862/987] Compiling RevenueCatUI CustomerInfo+CurrentEntitlement.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[863/987] Compiling RevenueCatUI CustomerCenterAction.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[864/987] Compiling RevenueCatUI CustomerCenterActionViewModifier.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[865/987] Compiling RevenueCatUI CustomerCenterActionWrapper.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[866/987] Compiling RevenueCatUI CustomerCenterConfigData+Mock.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[867/987] Compiling RevenueCatUI CustomerCenterEnvironment.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[868/987] Compiling RevenueCatUI CustomerCenterError.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[869/987] Compiling RevenueCatUI CustomerCenterManagementOption.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[870/987] Compiling RevenueCatUI CustomerCenterPurchases.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[871/987] Compiling RevenueCatUI DiscountsHandler.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[872/987] Compiling RevenueCatUI EntitlementInfo+Extensions.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[873/987] Compiling RevenueCatUI FeedbackSurveyData.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[874/987] Compiling RevenueCatUI LoadPromotionalOfferUseCase.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[875/987] Compiling RevenueCatUI PromotionalOfferData.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[876/987] Compiling RevenueCatUI PurchaseInformation+Mock.swift
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:82:9: warning: default will never be executed
        @unknown default:
        ^
/Users/admin/builder/spi-builder-workspace/RevenueCatUI/CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift:100:9: warning: default will never be executed
        @unknown default:
        ^
[877/987] Emitting module RevenueCatUI
[878/987] Compiling RevenueCatUI TemplateViewConfiguration+Extensions.swift
[879/987] Compiling RevenueCatUI TemplateViewConfiguration+Images.swift
[880/987] Compiling RevenueCatUI TemplateViewConfiguration.swift
[881/987] Compiling RevenueCatUI TestData.swift
[882/987] Compiling RevenueCatUI UserInterfaceIdiom.swift
[883/987] Compiling RevenueCatUI Variables.swift
[884/987] Compiling RevenueCatUI Bundle+Extensions.swift
[885/987] Compiling RevenueCatUI ColorInformation+MultiScheme.swift
[886/987] Compiling RevenueCatUI EmergeRenderingMode.swift
[887/987] Compiling RevenueCatUI ImageLoader.swift
[888/987] Compiling RevenueCatUI Logger.swift
[889/987] Compiling RevenueCatUI Optional+Extensions.swift
[890/987] Compiling RevenueCatUI Package+VariableDataProvider.swift
[891/987] Compiling RevenueCatUI PaywallData+Default.swift
[892/987] Compiling RevenueCatUI PreviewHelpers.swift
[893/987] Compiling RevenueCatUI RuntimeUtils.swift
[894/987] Compiling RevenueCatUI StoreProduct+Extensions.swift
[895/987] Compiling RevenueCatUI StoreProductDiscount+Extensions.swift
[896/987] Compiling RevenueCatUI SubscriptionPeriod+Extensions.swift
[897/987] Compiling RevenueCatUI TemplateView+MultiTier.swift
[898/987] Compiling RevenueCatUI VersionDetector.swift
[899/987] Compiling RevenueCatUI ConsistentPackageContentView.swift
[900/987] Compiling RevenueCatUI TabControlComponentView.swift
[901/987] Compiling RevenueCatUI TabControlComponentViewModel.swift
[902/987] Compiling RevenueCatUI TabControlToggleComponentView.swift
[903/987] Compiling RevenueCatUI TabControlToggleComponentViewModel.swift
[904/987] Compiling RevenueCatUI TabsComponentView.swift
[905/987] Compiling RevenueCatUI TabsComponentViewModel.swift
[906/987] Compiling RevenueCatUI TextComponentView.swift
[907/987] Compiling RevenueCatUI TextComponentViewModel.swift
[908/987] Compiling RevenueCatUI TimelineComponentView.swift
[909/987] Compiling RevenueCatUI TimelineComponentViewModel.swift
[910/987] Compiling RevenueCatUI IntroOfferEligibilityContext.swift
[911/987] Compiling RevenueCatUI OpenSheet.swift
[912/987] Compiling RevenueCatUI PackageContext.swift
[913/987] Compiling RevenueCatUI ScreenCondition.swift
[914/987] Compiling RevenueCatUI LocaleExtensions.swift
[915/987] Compiling RevenueCatUI LocaleFinder.swift
[916/987] Compiling RevenueCatUI LocalizationDictionaryExtensions.swift
[917/987] Compiling RevenueCatUI PaywallsV2View.swift
[918/987] Compiling RevenueCatUI PreviewMock.swift
[919/987] Compiling RevenueCatUI ButtonWithFooterPreview.swift
[920/987] Compiling RevenueCatUI FallbackComponentPreview.swift
[921/987] Compiling RevenueCatUI FamilySharingTogglePreview.swift
[922/987] Compiling RevenueCatUI MultiTierPreview.swift
[923/987] Compiling RevenueCatUI PurchaseButtonInPackagePreview.swift
[924/987] Compiling RevenueCatUI Template1Preview.swift
[925/987] Compiling RevenueCatUI VariableHandlerV2.swift
[926/987] Compiling RevenueCatUI BackgroundStyle.swift
[927/987] Compiling RevenueCatUI BadgeModifier.swift
[928/987] Compiling RevenueCatUI DisplayableColor.swift
[929/987] Compiling RevenueCatUI Fill.swift
[930/987] Compiling RevenueCatUI ForegroundColorScheme.swift
[931/987] Compiling RevenueCatUI NavigatetoURL.swift
[932/987] Compiling RevenueCatUI ProgressViewModifier.swift
[933/987] Compiling RevenueCatUI ShadowModifier.swift
[934/987] Compiling RevenueCatUI Shape.swift
[935/987] Compiling RevenueCatUI SizeModifier.swift
[936/987] Compiling RevenueCatUI LocalizationProvider.swift
[937/987] Compiling RevenueCatUI PackageValidator.swift
[938/987] Compiling RevenueCatUI PaywallComponentTypeTransformers.swift
[939/987] Compiling RevenueCatUI PaywallComponentViewModel.swift
[940/987] Compiling RevenueCatUI PresentedPartials.swift
[941/987] Compiling RevenueCatUI UIConfigProvider.swift
[942/987] Compiling RevenueCatUI ViewModelFactory.swift
[943/987] Compiling RevenueCatUI PaywallFooterViewController.swift
[944/987] Compiling RevenueCatUI PaywallViewController.swift
[945/987] Compiling RevenueCatUI View+OnRedeemWebPurchaseAttempt.swift
[946/987] Compiling RevenueCatUI View+PresentPaywall.swift
[947/987] Compiling RevenueCatUI View+PresentPaywallFooter.swift
[948/987] Compiling RevenueCatUI View+PurchaseRestoreCompleted.swift
[949/987] Compiling RevenueCatUI AsyncButton.swift
[950/987] Compiling RevenueCatUI DebugErrorView.swift
[951/987] Compiling RevenueCatUI ErrorDisplay.swift
[952/987] Compiling RevenueCatUI FooterView.swift
[953/987] Compiling RevenueCatUI GradientView.swift
[954/987] Compiling RevenueCatUI IconView.swift
[955/987] Compiling RevenueCatUI IntroEligibilityStateView.swift
[956/987] Compiling RevenueCatUI LoadingPaywallView.swift
[957/987] Compiling RevenueCatUI PackageButtonStyle.swift
[958/987] Compiling RevenueCatUI ProgressView.swift
[959/987] Compiling RevenueCatUI PurchaseButton.swift
[960/987] Compiling RevenueCatUI RemoteImage.swift
[961/987] Compiling RevenueCatUI SafariView.swift
[962/987] Compiling RevenueCatUI TemplateBackgroundImageView.swift
[963/987] Compiling RevenueCatUI TemplatePackageSetting.swift
[964/987] Compiling RevenueCatUI TierSelectorView.swift
[965/987] Compiling RevenueCatUI resource_bundle_accessor.swift
[966/987] Compiling RevenueCatUI ConsistentTierContentView.swift
[967/987] Compiling RevenueCatUI FitToAspectRatio.swift
[968/987] Compiling RevenueCatUI FooterHidingModifier.swift
[969/987] Compiling RevenueCatUI ViewExtensions.swift
[970/987] Compiling RevenueCatUI PaywallFontProvider.swift
[971/987] Compiling RevenueCatUI PaywallView.swift
[972/987] Compiling RevenueCatUI MockPurchases.swift
[973/987] Compiling RevenueCatUI PaywallPurchasesType.swift
[974/987] Compiling RevenueCatUI PurchaseHandler+TestData.swift
[975/987] Compiling RevenueCatUI PurchaseHandler.swift
[976/987] Compiling RevenueCatUI WatchTemplateView.swift
[977/987] Compiling RevenueCatUI Template1View.swift
[978/987] Compiling RevenueCatUI Template2View.swift
[979/987] Compiling RevenueCatUI Template3View.swift
[980/987] Compiling RevenueCatUI Template4View.swift
[981/987] Compiling RevenueCatUI Template5View.swift
[982/987] Compiling RevenueCatUI Template7View.swift
[983/987] Compiling RevenueCatUI TemplateViewType.swift
[984/987] Compiling RevenueCatUI BottomSheetView.swift
[985/987] Compiling RevenueCatUI ButtonComponentView.swift
[986/987] Compiling RevenueCatUI ButtonComponentViewModel.swift
[987/987] Compiling RevenueCatUI CarouselComponentView.swift
Build complete! (35.37s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13227] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.74s)
Fetching https://github.com/quick/nimble
[1/19584] Fetching nimble
Fetched https://github.com/quick/nimble from cache (1.90s)
Computing version for https://github.com/quick/nimble
Computed https://github.com/quick/nimble at 13.7.1 (0.37s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.80s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.46s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.64s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.43s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/quick/nimble
Working copy of https://github.com/quick/nimble resolved at 13.7.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 26ed3a2b4a2df47917ca9b790a57f91285b923fb
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/RevenueCatUITests/Templates/__Snapshots__': File not found.
warning: 'spi-builder-workspace': ignoring broken symlink /Users/admin/builder/spi-builder-workspace/Tests/RevenueCatUITests/PaywallsV2/__PreviewResources__
warning: 'spi-builder-workspace': Invalid Resource 'PaywallsV2/__PreviewResources__': File not found.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/RevenueCatUI/RevenueCatUIDev.xctestplan
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "exact" : [
          "13.7.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/quick/nimble"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "revision" : [
          "26ed3a2b4a2df47917ca9b790a57f91285b923fb"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "RevenueCat",
  "name" : "RevenueCat",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.2"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "RevenueCat",
      "targets" : [
        "RevenueCat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RevenueCat_CustomEntitlementComputation",
      "targets" : [
        "RevenueCat_CustomEntitlementComputation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ReceiptParser",
      "targets" : [
        "ReceiptParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RevenueCatUI",
      "targets" : [
        "RevenueCatUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RevenueCat_CustomEntitlementComputation",
      "module_type" : "SwiftTarget",
      "name" : "RevenueCat_CustomEntitlementComputation",
      "path" : "CustomEntitlementComputation",
      "product_memberships" : [
        "RevenueCat_CustomEntitlementComputation"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Attribution/ASIdManagerProxy.swift",
        "Attribution/AttributionData.swift",
        "Attribution/AttributionFetcher.swift",
        "Attribution/AttributionNetwork.swift",
        "Attribution/AttributionPoster.swift",
        "Attribution/AttributionTypeFactory.swift",
        "Attribution/TrackingManagerProxy.swift",
        "Caching/CacheStatus.swift",
        "Caching/DeviceCache.swift",
        "Caching/InMemoryCachedObject.swift",
        "CodableExtensions/PeriodType+Extensions.swift",
        "CodableExtensions/PurchaseOwnershipType+Extensions.swift",
        "CodableExtensions/Store+Extensions.swift",
        "CustomerCenter/CustomerCenterConfigData.swift",
        "CustomerCenter/CustomerCenterPresentationMode.swift",
        "CustomerCenter/Events/CustomerCenterEvent.swift",
        "CustomerCenter/Events/EventsRequest+CustomerCenter.swift",
        "DeepLink/DeepLinkParser.swift",
        "Diagnostics/DiagnosticsEvent.swift",
        "Diagnostics/DiagnosticsFileHandler.swift",
        "Diagnostics/DiagnosticsTracker.swift",
        "Diagnostics/FileHandler.swift",
        "Diagnostics/Networking/DiagnosticsEventsRequest.swift",
        "Diagnostics/Networking/DiagnosticsHTTPRequestPath.swift",
        "Diagnostics/Networking/DiagnosticsPostOperation.swift",
        "Diagnostics/Networking/DiagnosticsSynchronizer.swift",
        "DocCDocumentation/EmptyFile.swift",
        "Error Handling/Assertions.swift",
        "Error Handling/BackendError.swift",
        "Error Handling/BackendErrorCode.swift",
        "Error Handling/DescribableError.swift",
        "Error Handling/ErrorCode.swift",
        "Error Handling/ErrorDetails.swift",
        "Error Handling/ErrorUtils.swift",
        "Error Handling/PurchasesError.swift",
        "Error Handling/SKError+Extensions.swift",
        "Error Handling/StoreKitError+Extensions.swift",
        "Error Handling/StoreKitErrorHelper.swift",
        "Events/FeatureEvent.swift",
        "Events/Networking/EventsRequest.swift",
        "Events/StoredEvent.swift",
        "Events/StoredEventSerializer.swift",
        "FoundationExtensions/Array+Extensions.swift",
        "FoundationExtensions/AsyncExtensions.swift",
        "FoundationExtensions/Data+Extensions.swift",
        "FoundationExtensions/Date+Extensions.swift",
        "FoundationExtensions/Decoder+Extensions.swift",
        "FoundationExtensions/Dictionary+Extensions.swift",
        "FoundationExtensions/DispatchTimeInterval+Extensions.swift",
        "FoundationExtensions/Error+Extensions.swift",
        "FoundationExtensions/Integer+Extensions.swift",
        "FoundationExtensions/Locale+Extensions.swift",
        "FoundationExtensions/OperationQueue+Extensions.swift",
        "FoundationExtensions/Operators+Extensions.swift",
        "FoundationExtensions/Optional+Extensions.swift",
        "FoundationExtensions/Result+Extensions.swift",
        "FoundationExtensions/Set+Extensions.swift",
        "FoundationExtensions/String+Extensions.swift",
        "FoundationExtensions/TimeInterval+Extensions.swift",
        "FoundationExtensions/UIApplication+RCExtensions.swift",
        "FoundationExtensions/UserDefaults+Extensions.swift",
        "Identity/CustomerInfo+ActiveDates.swift",
        "Identity/CustomerInfo+NonSubscriptions.swift",
        "Identity/CustomerInfo.swift",
        "Identity/CustomerInfoManager.swift",
        "Identity/IdentityManager.swift",
        "Identity/ProductPaidPrice.swift",
        "Identity/SubscriptionInfo.swift",
        "LocalReceiptParsing/BasicTypes/ASN1Container.swift",
        "LocalReceiptParsing/BasicTypes/ASN1ObjectIdentifier.swift",
        "LocalReceiptParsing/BasicTypes/AppleReceipt.swift",
        "LocalReceiptParsing/BasicTypes/InAppPurchase.swift",
        "LocalReceiptParsing/Builders/ASN1ContainerBuilder.swift",
        "LocalReceiptParsing/Builders/ASN1ObjectIdentifierBuilder.swift",
        "LocalReceiptParsing/Builders/AppleReceiptBuilder.swift",
        "LocalReceiptParsing/Builders/InAppPurchaseBuilder.swift",
        "LocalReceiptParsing/DataConverters/ArraySlice_UInt8+Extensions.swift",
        "LocalReceiptParsing/DataConverters/Codable+Extensions.swift",
        "LocalReceiptParsing/DataConverters/DateFormatter+Extensions.swift",
        "LocalReceiptParsing/DataConverters/UInt8+Extensions.swift",
        "LocalReceiptParsing/Helpers/FileReader.swift",
        "LocalReceiptParsing/Helpers/LoggerType.swift",
        "LocalReceiptParsing/Helpers/ProcessInfo+Extensions.swift",
        "LocalReceiptParsing/Helpers/ReceiptParserLogger.swift",
        "LocalReceiptParsing/Helpers/ReceiptStrings.swift",
        "LocalReceiptParsing/LocalReceiptFetcher.swift",
        "LocalReceiptParsing/PurchasesReceiptParser.swift",
        "LocalReceiptParsing/ReceiptParsingError.swift",
        "Logging/LogIntent.swift",
        "Logging/Logger.swift",
        "Logging/Strings/AnalyticsStrings.swift",
        "Logging/Strings/AttributionStrings.swift",
        "Logging/Strings/BackendErrorStrings.swift",
        "Logging/Strings/CodableStrings.swift",
        "Logging/Strings/ConfigureStrings.swift",
        "Logging/Strings/CustomerInfoStrings.swift",
        "Logging/Strings/DiagnosticsStrings.swift",
        "Logging/Strings/ETagStrings.swift",
        "Logging/Strings/EligibilityStrings.swift",
        "Logging/Strings/IdentityStrings.swift",
        "Logging/Strings/ManageSubscriptionsStrings.swift",
        "Logging/Strings/NetworkStrings.swift",
        "Logging/Strings/OfferingStrings.swift",
        "Logging/Strings/OfflineEntitlementsStrings.swift",
        "Logging/Strings/PaywallsStrings.swift",
        "Logging/Strings/PurchaseStrings.swift",
        "Logging/Strings/SigningStrings.swift",
        "Logging/Strings/StoreKitStrings.swift",
        "Logging/Strings/Strings.swift",
        "Logging/Strings/WebRedemptionStrings.swift",
        "Misc/Box.swift",
        "Misc/Codable/AnyDecodable.swift",
        "Misc/Codable/AnyEncodable.swift",
        "Misc/Codable/DefaultDecodable.swift",
        "Misc/Codable/EnsureNonEmptyCollectionDecodable.swift",
        "Misc/Codable/IgnoreHashable.swift",
        "Misc/Codable/NonEmptyStringDecodable.swift",
        "Misc/Codable/RawDataContainer.swift",
        "Misc/Concurrency/Atomic.swift",
        "Misc/Concurrency/Lock.swift",
        "Misc/Concurrency/OperationDispatcher.swift",
        "Misc/Concurrency/Purchases+async.swift",
        "Misc/Concurrency/Purchases+nonasync.swift",
        "Misc/Concurrency/SynchronizedUserDefaults.swift",
        "Misc/DangerousSettings.swift",
        "Misc/DateAndTime/Clock.swift",
        "Misc/DateAndTime/DateExtensions.swift",
        "Misc/DateAndTime/DateProvider.swift",
        "Misc/DateAndTime/ISODurationFormatter.swift",
        "Misc/DateAndTime/ISOPeriodFormatter.swift",
        "Misc/DateAndTime/TimingUtil.swift",
        "Misc/Deprecations.swift",
        "Misc/Either.swift",
        "Misc/Locale/PreferredLocalesProvider.swift",
        "Misc/MacDevice.swift",
        "Misc/MapAppStoreDetector.swift",
        "Misc/Obsoletions.swift",
        "Misc/PlatformInfo.swift",
        "Misc/PriceFormatterProvider.swift",
        "Misc/RateLimiter.swift",
        "Misc/SandboxEnvironmentDetector.swift",
        "Misc/StoreKitVersion.swift",
        "Misc/SystemInfo.swift",
        "Networking/Backend.swift",
        "Networking/BackendConfiguration.swift",
        "Networking/Caching/CacheFetchPolicy.swift",
        "Networking/Caching/CallbackCache.swift",
        "Networking/Caching/CallbackCacheStatus.swift",
        "Networking/Caching/CustomerCenterConfigCallback.swift",
        "Networking/Caching/CustomerInfoCallback.swift",
        "Networking/Caching/LogInCallback.swift",
        "Networking/Caching/OfferingsCallback.swift",
        "Networking/Caching/ProductEntitlementMappingCallback.swift",
        "Networking/Caching/WebProductsCallback.swift",
        "Networking/CustomerAPI.swift",
        "Networking/CustomerCenterConfigAPI.swift",
        "Networking/HTTPClient/DNSChecker.swift",
        "Networking/HTTPClient/ETagManager.swift",
        "Networking/HTTPClient/ErrorResponse.swift",
        "Networking/HTTPClient/HTTPClient.swift",
        "Networking/HTTPClient/HTTPRequest.swift",
        "Networking/HTTPClient/HTTPRequestBody.swift",
        "Networking/HTTPClient/HTTPRequestPath.swift",
        "Networking/HTTPClient/HTTPResponse.swift",
        "Networking/HTTPClient/HTTPResponseBody.swift",
        "Networking/HTTPClient/HTTPStatusCode.swift",
        "Networking/HTTPClient/NetworkError.swift",
        "Networking/HTTPClient/RedirectLoggerTaskDelegate.swift",
        "Networking/IdentityAPI.swift",
        "Networking/InternalAPI.swift",
        "Networking/OfferingsAPI.swift",
        "Networking/OfflineEntitlementsAPI.swift",
        "Networking/Operations/GetCustomerCenterConfigOperation.swift",
        "Networking/Operations/GetCustomerInfoOperation.swift",
        "Networking/Operations/GetIntroEligibilityOperation.swift",
        "Networking/Operations/GetOfferingsOperation.swift",
        "Networking/Operations/GetProductEntitlementMappingOperation.swift",
        "Networking/Operations/GetWebProductsOperation.swift",
        "Networking/Operations/Handling/CustomerInfoResponseHandler.swift",
        "Networking/Operations/HealthOperation.swift",
        "Networking/Operations/HealthReportOperation.swift",
        "Networking/Operations/LogInOperation.swift",
        "Networking/Operations/NetworkOperation.swift",
        "Networking/Operations/PostAdServicesTokenOperation.swift",
        "Networking/Operations/PostAttributionDataOperation.swift",
        "Networking/Operations/PostOfferForSigningOperation.swift",
        "Networking/Operations/PostReceiptDataOperation.swift",
        "Networking/Operations/PostRedeemWebPurchaseOperation.swift",
        "Networking/Operations/PostSubscriberAttributesOperation.swift",
        "Networking/RedeemWebPurchaseAPI.swift",
        "Networking/Responses/CustomerCenterConfigResponse.swift",
        "Networking/Responses/CustomerInfoResponse.swift",
        "Networking/Responses/GetIntroEligibilityResponse.swift",
        "Networking/Responses/HealthReportResponse.swift",
        "Networking/Responses/OfferingsResponse.swift",
        "Networking/Responses/PostOfferResponse.swift",
        "Networking/Responses/ProductEntitlementMappingResponse.swift",
        "Networking/Responses/RevenueCatUI/PaywallComponentsData.swift",
        "Networking/Responses/RevenueCatUI/UIConfig.swift",
        "Networking/Responses/WebProductsResponse.swift",
        "Networking/WebBillingHTTPRequestPath.swift",
        "OfflineEntitlements/CustomerInfo+OfflineEntitlements.swift",
        "OfflineEntitlements/OfflineCustomerInfoCreator.swift",
        "OfflineEntitlements/OfflineEntitlementsManager.swift",
        "OfflineEntitlements/ProductEntitlementMapping.swift",
        "OfflineEntitlements/ProductEntitlementMappingFetcher.swift",
        "OfflineEntitlements/PurchasedProductsFetcher.swift",
        "OfflineEntitlements/PurchasedSK2Product.swift",
        "Paywalls/Components/Common/Background.swift",
        "Paywalls/Components/Common/Border.swift",
        "Paywalls/Components/Common/ComponentOverrides.swift",
        "Paywalls/Components/Common/Dimension.swift",
        "Paywalls/Components/Common/PaywallComponentBase.swift",
        "Paywalls/Components/Common/PaywallComponentLocalization.swift",
        "Paywalls/Components/Common/PaywallComponentPropertyTypes.swift",
        "Paywalls/Components/PaywallButtonComponent.swift",
        "Paywalls/Components/PaywallCarouselComponent.swift",
        "Paywalls/Components/PaywallIconComponent.swift",
        "Paywalls/Components/PaywallImageComponent.swift",
        "Paywalls/Components/PaywallPackageComponent.swift",
        "Paywalls/Components/PaywallPurchaseButtonComponent.swift",
        "Paywalls/Components/PaywallStackComponent.swift",
        "Paywalls/Components/PaywallStickyFooterComponent.swift",
        "Paywalls/Components/PaywallTabsComponent.swift",
        "Paywalls/Components/PaywallTextComponent.swift",
        "Paywalls/Components/PaywallTimelineComponent.swift",
        "Paywalls/Components/PaywallV2CacheWarming.swift",
        "Paywalls/Events/Networking/EventsRequest+Paywall.swift",
        "Paywalls/Events/Networking/PaywallHTTPRequestPath.swift",
        "Paywalls/Events/Networking/PostPaywallEventsOperation.swift",
        "Paywalls/Events/PaywallEvent.swift",
        "Paywalls/Events/PaywallEventStore.swift",
        "Paywalls/Events/PaywallEventsManager.swift",
        "Paywalls/PaywallCacheWarming.swift",
        "Paywalls/PaywallColor.swift",
        "Paywalls/PaywallData+Localization.swift",
        "Paywalls/PaywallData.swift",
        "Paywalls/PaywallFontManagerType.swift",
        "Paywalls/PaywallViewMode.swift",
        "Purchasing/CachingProductsManager.swift",
        "Purchasing/CachingTrialOrIntroPriceEligibilityChecker.swift",
        "Purchasing/Configuration.swift",
        "Purchasing/EntitlementInfo.swift",
        "Purchasing/EntitlementInfos.swift",
        "Purchasing/IntroEligibility.swift",
        "Purchasing/IntroEligibilityCalculator.swift",
        "Purchasing/NonSubscriptionTransaction.swift",
        "Purchasing/Offering.swift",
        "Purchasing/Offerings.swift",
        "Purchasing/OfferingsFactory.swift",
        "Purchasing/OfferingsManager.swift",
        "Purchasing/Package.swift",
        "Purchasing/PackageType.swift",
        "Purchasing/ProductRequestData+Initialization.swift",
        "Purchasing/ProductRequestData.swift",
        "Purchasing/ProductsManager.swift",
        "Purchasing/ProductsRequestFactory.swift",
        "Purchasing/PurchaseOwnershipType.swift",
        "Purchasing/Purchases/Attribution.swift",
        "Purchasing/Purchases/PurchaseParams.swift",
        "Purchasing/Purchases/Purchases.swift",
        "Purchasing/Purchases/PurchasesAreCompletedBy.swift",
        "Purchasing/Purchases/PurchasesDelegate.swift",
        "Purchasing/Purchases/PurchasesOrchestrator.swift",
        "Purchasing/Purchases/PurchasesType.swift",
        "Purchasing/Purchases/TransactionPoster.swift",
        "Purchasing/ReceiptFetcher.swift",
        "Purchasing/ReceiptRefreshPolicy.swift",
        "Purchasing/StoreKit1/PaymentQueueWrapper.swift",
        "Purchasing/StoreKit1/ProductsFetcherSK1.swift",
        "Purchasing/StoreKit1/StoreKit1Wrapper.swift",
        "Purchasing/StoreKit1/StoreKitRequestFetcher.swift",
        "Purchasing/StoreKit2/Observer Mode/StoreKit2ObserverModePurchaseDetector.swift",
        "Purchasing/StoreKit2/ProductsFetcherSK2.swift",
        "Purchasing/StoreKit2/SK2AppTransaction.swift",
        "Purchasing/StoreKit2/SK2BeginRefundRequestHelper.swift",
        "Purchasing/StoreKit2/StoreKit2PurchaseIntentListener.swift",
        "Purchasing/StoreKit2/StoreKit2Receipt.swift",
        "Purchasing/StoreKit2/StoreKit2StorefrontListener.swift",
        "Purchasing/StoreKit2/StoreKit2TransactionFetcher.swift",
        "Purchasing/StoreKit2/StoreKit2TransactionListener.swift",
        "Purchasing/StoreKit2/Win-Back Offers/WinBackOfferEligibilityCalculator.swift",
        "Purchasing/StoreKit2/Win-Back Offers/WinBackOfferEligibilityCalculatorType.swift",
        "Purchasing/StoreKitAbstractions/EncodedAppleReceipt.swift",
        "Purchasing/StoreKitAbstractions/ProductType.swift",
        "Purchasing/StoreKitAbstractions/PromotionalOffer.swift",
        "Purchasing/StoreKitAbstractions/SK1StoreProduct.swift",
        "Purchasing/StoreKitAbstractions/SK1StoreProductDiscount.swift",
        "Purchasing/StoreKitAbstractions/SK1StoreTransaction.swift",
        "Purchasing/StoreKitAbstractions/SK1Storefront.swift",
        "Purchasing/StoreKitAbstractions/SK2StoreProduct.swift",
        "Purchasing/StoreKitAbstractions/SK2StoreProductDiscount.swift",
        "Purchasing/StoreKitAbstractions/SK2StoreTransaction.swift",
        "Purchasing/StoreKitAbstractions/SK2Storefront.swift",
        "Purchasing/StoreKitAbstractions/StoreEnvironment.swift",
        "Purchasing/StoreKitAbstractions/StoreKitWorkarounds.swift",
        "Purchasing/StoreKitAbstractions/StoreProduct.swift",
        "Purchasing/StoreKitAbstractions/StoreProductDiscount.swift",
        "Purchasing/StoreKitAbstractions/StoreTransaction.swift",
        "Purchasing/StoreKitAbstractions/Storefront.swift",
        "Purchasing/StoreKitAbstractions/StorefrontProvider.swift",
        "Purchasing/StoreKitAbstractions/SubscriptionPeriod.swift",
        "Purchasing/StoreKitAbstractions/Test Data/TestStoreProduct.swift",
        "Purchasing/StoreKitAbstractions/Test Data/TestStoreProductDiscount.swift",
        "Purchasing/StoreKitAbstractions/WinBackOffer.swift",
        "Purchasing/TransactionsFactory.swift",
        "Purchasing/TransactionsManager.swift",
        "Purchasing/TrialOrIntroPriceEligibilityChecker.swift",
        "Security/FakeSigning.swift",
        "Security/HTTPRequest+Signing.swift",
        "Security/HTTPRequestBody+Signing.swift",
        "Security/Signing+ResponseVerification.swift",
        "Security/Signing.swift",
        "Security/VerificationResult.swift",
        "SubscriberAttributes/AttributionDataMigrator.swift",
        "SubscriberAttributes/AttributionKey.swift",
        "SubscriberAttributes/ReservedSubscriberAttributes.swift",
        "SubscriberAttributes/SubscriberAttribute.swift",
        "SubscriberAttributes/SubscriberAttributesManager.swift",
        "Support/BeginRefundRequestHelper.swift",
        "Support/DebugUI/DebugContentViews.swift",
        "Support/DebugUI/DebugView.swift",
        "Support/DebugUI/DebugViewController.swift",
        "Support/DebugUI/DebugViewModel.swift",
        "Support/DebugUI/DebugViewSheetPresentation.swift",
        "Support/DebugUI/ProductStatus+Icon.swift",
        "Support/DebugUI/SDKHealthCheckStatus+Icon.swift",
        "Support/DebugUI/SDKHealthStatus+Icon.swift",
        "Support/FrameworkDisambiguation.swift",
        "Support/HealthReport+Validate.swift",
        "Support/ManageSubscriptionsHelper.swift",
        "Support/PaywallExtensions.swift",
        "Support/PurchasesDiagnostics.swift",
        "Support/SDKHealthError+CustomNSError.swift",
        "Support/StoreMessageType.swift",
        "Support/StoreMessagesHelper.swift",
        "Support/SwiftVersionCheck.swift",
        "WebPurchaseRedemption/URL+WebPurchaseRedemption.swift",
        "WebPurchaseRedemption/WebPurchaseRedemption.swift",
        "WebPurchaseRedemption/WebPurchaseRedemptionHelper.swift",
        "WebPurchaseRedemption/WebPurchaseRedemptionResult.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RevenueCatUITests",
      "module_type" : "SwiftTarget",
      "name" : "RevenueCatUITests",
      "path" : "Tests/RevenueCatUITests",
      "product_dependencies" : [
        "Nimble",
        "SnapshotTesting"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RevenueCatUITests/Resources/background.heic",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RevenueCatUITests/Resources/header.heic",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BaseSnapshotTest.swift",
        "CustomerCenter/BaseManageSubscriptionViewModelTests.swift",
        "CustomerCenter/ContactSupportUtilitiesTests.swift",
        "CustomerCenter/CustomerCenterActionWrapperTests.swift",
        "CustomerCenter/CustomerCenterViewModelTests.swift",
        "CustomerCenter/DiscountsHandlerTests.swift",
        "CustomerCenter/FeedbackSurveyViewModelTests.swift",
        "CustomerCenter/PromotionalOfferViewModelTests.swift",
        "CustomerCenter/PurchaseInformationTests.swift",
        "CustomerCenter/SubscriptionDetailViewModelTests.swift",
        "Data/LocalizedAlertErrorTests.swift",
        "Data/PackageVariablesTests.swift",
        "Data/PaywallDataValidationTests.swift",
        "Data/SemanticVersionTests.swift",
        "Data/TemplateViewConfigurationTests.swift",
        "Data/VariablesTests.swift",
        "Helpers/AsyncTestHelpers.swift",
        "Helpers/AvailabilityChecks.swift",
        "Helpers/CurrentTestCaseTracker.swift",
        "Helpers/DataExtensions.swift",
        "Helpers/ImageSnapshot.swift",
        "Helpers/OSVersionEquivalent.swift",
        "Helpers/SnapshotTesting+Extensions.swift",
        "Helpers/TestCase.swift",
        "ImageLoaderTests.swift",
        "LocalizationTests.swift",
        "Mocks/MockStoreProductDiscount.swift",
        "Mocks/MockTransaction.swift",
        "PaywallFooterTests.swift",
        "PaywallViewEventsTests.swift",
        "PaywallsV2/LocaleFinderTests.swift",
        "PaywallsV2/PresentedPartialsTests.swift",
        "PaywallsV2/TakeScreenshot.swift",
        "PaywallsV2/VariableHandlerV2Tests.swift",
        "PresentIfNeededTests.swift",
        "PurchaseCompletedHandlerTests.swift",
        "Purchasing/PurchaseHandlerTests.swift",
        "Templates/ExternalPurchaseAndRestoreTests.swift",
        "Templates/OtherPaywallViewTests.swift",
        "Templates/PaywallViewDynamicTypeTests.swift",
        "Templates/PaywallViewLocalizationTests.swift",
        "Templates/Template1ViewTests.swift",
        "Templates/Template2ViewTests.swift",
        "Templates/Template3ViewTests.swift",
        "Templates/Template4ViewTests.swift",
        "Templates/Template5ViewTests.swift",
        "Templates/Template7ViewTests.swift"
      ],
      "target_dependencies" : [
        "RevenueCatUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RevenueCatUI",
      "module_type" : "SwiftTarget",
      "name" : "RevenueCatUI",
      "path" : "RevenueCatUI",
      "product_memberships" : [
        "RevenueCatUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/pl.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/bg.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "bg"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/hi.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "hi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/no.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "no"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/de.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/pt_BR.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pt_br"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/kk.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "kk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/background.jpg",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/ca.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/zh_Hans.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh_hans"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/th.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "th"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/en_AU.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en_au"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/cs.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/ja.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/sv.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/es_ES.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "es_es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/icons.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/ru.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/nl.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/zh_Hant.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh_hant"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/ro.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ro"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/en_CA.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en_ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/he.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "he"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/ar.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/pt_PT.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pt_pt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/ms.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ms"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/it.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/sk.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "sk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/es_419.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "es_419"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/tr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "tr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/hu.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "hu"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/hr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "hr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/en_US.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en_us"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/fi.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/da.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/en_GB.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en_gb"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/fr_FR.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr_fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/vi.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "vi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/fr_CA.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr_ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/el.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "el"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/id.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "id"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/uk.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "uk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/ko.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        }
      ],
      "sources" : [
        "Binding+Extensions.swift",
        "CustomerCenter/Abstractions/CustomerCenterPurchasesType.swift",
        "CustomerCenter/Actions/CustomerCenter+PreferenceKeys.swift",
        "CustomerCenter/Actions/CustomerCenterConfigData.HelpPath+PurchaseInformation.swift",
        "CustomerCenter/Actions/CustomerCenterView+Actions.swift",
        "CustomerCenter/ButtonStyles.swift",
        "CustomerCenter/ColorFromAppearance.swift",
        "CustomerCenter/ContactSupportUtilities.swift",
        "CustomerCenter/CustomerInfo+CurrentEntitlement.swift",
        "CustomerCenter/Data/CustomerCenterAction.swift",
        "CustomerCenter/Data/CustomerCenterActionViewModifier.swift",
        "CustomerCenter/Data/CustomerCenterActionWrapper.swift",
        "CustomerCenter/Data/CustomerCenterConfigData+Mock.swift",
        "CustomerCenter/Data/CustomerCenterEnvironment.swift",
        "CustomerCenter/Data/CustomerCenterError.swift",
        "CustomerCenter/Data/CustomerCenterManagementOption.swift",
        "CustomerCenter/Data/CustomerCenterPurchases.swift",
        "CustomerCenter/Data/DiscountsHandler.swift",
        "CustomerCenter/Data/EntitlementInfo+Extensions.swift",
        "CustomerCenter/Data/FeedbackSurveyData.swift",
        "CustomerCenter/Data/LoadPromotionalOfferUseCase.swift",
        "CustomerCenter/Data/PromotionalOfferData.swift",
        "CustomerCenter/Data/PurchaseInformation+Mock.swift",
        "CustomerCenter/Data/PurchaseInformation.swift",
        "CustomerCenter/Data/SemanticVersion.swift",
        "CustomerCenter/Data/Transaction.swift",
        "CustomerCenter/Extensions/CustomerCenterConfigDataSupport+URL.swift",
        "CustomerCenter/Extensions/CustomerInfo+SeeAllPurchases.swift",
        "CustomerCenter/Extensions/Store+Localization.swift",
        "CustomerCenter/Mocks/MockCustomerCenterPurchases.swift",
        "CustomerCenter/Mocks/MockCustomerCenterStoreKitUtilities.swift",
        "CustomerCenter/Mocks/MockLoadPromotionalOfferUseCase.swift",
        "CustomerCenter/Mocks/PurchaseInformationFixtures.swift",
        "CustomerCenter/URLUtilities.swift",
        "CustomerCenter/Utilities/CustomerCenterLocalizationStrings.swift",
        "CustomerCenter/Utilities/CustomerCenterStoreKitUtilities.swift",
        "CustomerCenter/Utilities/CustomerCenterStoreKitUtilitiesType.swift",
        "CustomerCenter/Utilities/IdentifiableURL.swift",
        "CustomerCenter/View+PresentCustomerCenter.swift",
        "CustomerCenter/ViewModels/BaseManageSubscriptionViewModel.swift",
        "CustomerCenter/ViewModels/CustomerCenterViewModel.swift",
        "CustomerCenter/ViewModels/CustomerCenterViewState.swift",
        "CustomerCenter/ViewModels/FeedbackSurveyViewModel.swift",
        "CustomerCenter/ViewModels/PromotionalOfferViewModel.swift",
        "CustomerCenter/ViewModels/PurchaseHistory/PurchaseDetailItem.swift",
        "CustomerCenter/ViewModels/PurchaseHistory/PurchaseDetailViewModel.swift",
        "CustomerCenter/ViewModels/PurchaseHistory/PurchaseHistoryViewModel.swift",
        "CustomerCenter/ViewModels/PurchaseHistory/PurchaseInfo.swift",
        "CustomerCenter/ViewModels/RelevantPurchasesListViewModel.swift",
        "CustomerCenter/ViewModels/RestorePurchasesAlertViewModel.swift",
        "CustomerCenter/ViewModels/SubscriptionDetailViewModel.swift",
        "CustomerCenter/Views/ActiveSubscriptionButtonsView.swift",
        "CustomerCenter/Views/AppUpdateWarningView.swift",
        "CustomerCenter/Views/CompatibilityContentUnavailableView.swift",
        "CustomerCenter/Views/CompatibilityLabeledContent.swift",
        "CustomerCenter/Views/CompatibilityNavigationStack.swift",
        "CustomerCenter/Views/CompatibilityTopBarTrailing.swift",
        "CustomerCenter/Views/CustomerCenterNavigationLink.swift",
        "CustomerCenter/Views/CustomerCenterNavigationOptions.swift",
        "CustomerCenter/Views/CustomerCenterView.swift",
        "CustomerCenter/Views/ErrorView.swift",
        "CustomerCenter/Views/FallbackNoSubscriptionsView.swift",
        "CustomerCenter/Views/FeedbackSurveyView.swift",
        "CustomerCenter/Views/ManageSubscriptionsButtonsView.swift",
        "CustomerCenter/Views/NoSubscriptionsCardView.swift",
        "CustomerCenter/Views/PromotionalOfferView.swift",
        "CustomerCenter/Views/PurchaseCardView.swift",
        "CustomerCenter/Views/PurchaseHistory/PurchaseDetailView.swift",
        "CustomerCenter/Views/PurchaseHistory/PurchaseHistoryView.swift",
        "CustomerCenter/Views/PurchaseHistory/PurchaseLinkView.swift",
        "CustomerCenter/Views/RelevantPurchasesListView.swift",
        "CustomerCenter/Views/RestorePurchasesAlert.swift",
        "CustomerCenter/Views/ScrollViewSection.swift",
        "CustomerCenter/Views/ScrollViewWithOSBackground.swift",
        "CustomerCenter/Views/SubscriptionDetailView.swift",
        "CustomerCenter/Views/TintedProgressView.swift",
        "CustomerCenter/Views/UIKit Compatibility/CustomerCenterViewController.swift",
        "Data/Constants.swift",
        "Data/CustomerInfoFixtures.swift",
        "Data/Errors/PaywallError.swift",
        "Data/Errors/TemplateError.swift",
        "Data/IntroEligibility/IntroEligibilityViewModel.swift",
        "Data/IntroEligibility/TrialOrIntroEligibilityChecker+TestData.swift",
        "Data/IntroEligibility/TrialOrIntroEligibilityChecker.swift",
        "Data/Localization.swift",
        "Data/LocalizedAlertError.swift",
        "Data/PaywallData+Validation.swift",
        "Data/PaywallTemplate.swift",
        "Data/PaywallViewConfiguration.swift",
        "Data/PaywallViewMode+Extensions.swift",
        "Data/ProcessedLocalizedConfiguration.swift",
        "Data/Strings.swift",
        "Data/TemplateViewConfiguration+Extensions.swift",
        "Data/TemplateViewConfiguration+Images.swift",
        "Data/TemplateViewConfiguration.swift",
        "Data/TestData.swift",
        "Data/UserInterfaceIdiom.swift",
        "Data/Variables.swift",
        "Helpers/Bundle+Extensions.swift",
        "Helpers/ColorInformation+MultiScheme.swift",
        "Helpers/EmergeRenderingMode.swift",
        "Helpers/ImageLoader.swift",
        "Helpers/Logger.swift",
        "Helpers/Optional+Extensions.swift",
        "Helpers/Package+VariableDataProvider.swift",
        "Helpers/PaywallData+Default.swift",
        "Helpers/PreviewHelpers.swift",
        "Helpers/RuntimeUtils.swift",
        "Helpers/StoreProduct+Extensions.swift",
        "Helpers/StoreProductDiscount+Extensions.swift",
        "Helpers/SubscriptionPeriod+Extensions.swift",
        "Helpers/TemplateView+MultiTier.swift",
        "Helpers/VersionDetector.swift",
        "Modifiers/ConsistentPackageContentView.swift",
        "Modifiers/ConsistentTierContentView.swift",
        "Modifiers/FitToAspectRatio.swift",
        "Modifiers/FooterHidingModifier.swift",
        "Modifiers/ViewExtensions.swift",
        "PaywallFontProvider.swift",
        "PaywallView.swift",
        "Purchasing/MockPurchases.swift",
        "Purchasing/PaywallPurchasesType.swift",
        "Purchasing/PurchaseHandler+TestData.swift",
        "Purchasing/PurchaseHandler.swift",
        "Templates/Other platforms/WatchTemplateView.swift",
        "Templates/Template1View.swift",
        "Templates/Template2View.swift",
        "Templates/Template3View.swift",
        "Templates/Template4View.swift",
        "Templates/Template5View.swift",
        "Templates/Template7View.swift",
        "Templates/TemplateViewType.swift",
        "Templates/V2/Components/Button/BottomSheetView.swift",
        "Templates/V2/Components/Button/ButtonComponentView.swift",
        "Templates/V2/Components/Button/ButtonComponentViewModel.swift",
        "Templates/V2/Components/Carousel/CarouselComponentView.swift",
        "Templates/V2/Components/Carousel/CarouselComponentViewModel.swift",
        "Templates/V2/Components/ComponentsView.swift",
        "Templates/V2/Components/Icon/IconComponentView.swift",
        "Templates/V2/Components/Icon/IconComponentViewModel.swift",
        "Templates/V2/Components/Image/ImageComponentView.swift",
        "Templates/V2/Components/Image/ImageComponentViewModel.swift",
        "Templates/V2/Components/Packages/Package/ComponentViewState.swift",
        "Templates/V2/Components/Packages/Package/PackageComponentView.swift",
        "Templates/V2/Components/Packages/Package/PackageComponentViewModel.swift",
        "Templates/V2/Components/Packages/PurchaseButton/PurchaseButtonComponentView.swift",
        "Templates/V2/Components/Packages/PurchaseButton/PurchaseButtonComponentViewModel.swift",
        "Templates/V2/Components/Root/RootView.swift",
        "Templates/V2/Components/Root/RootViewModel.swift",
        "Templates/V2/Components/Stack/FlexHStack.swift",
        "Templates/V2/Components/Stack/FlexVStack.swift",
        "Templates/V2/Components/Stack/JustifyContent.swift",
        "Templates/V2/Components/Stack/StackComponentView.swift",
        "Templates/V2/Components/Stack/StackComponentViewModel.swift",
        "Templates/V2/Components/StickyFooter/StickyFooterComponentView.swift",
        "Templates/V2/Components/StickyFooter/StickyFooterComponentViewModel.swift",
        "Templates/V2/Components/Tabs/TabControlButtonComponentView.swift",
        "Templates/V2/Components/Tabs/TabControlButtonComponentViewModel.swift",
        "Templates/V2/Components/Tabs/TabControlComponentView.swift",
        "Templates/V2/Components/Tabs/TabControlComponentViewModel.swift",
        "Templates/V2/Components/Tabs/TabControlToggleComponentView.swift",
        "Templates/V2/Components/Tabs/TabControlToggleComponentViewModel.swift",
        "Templates/V2/Components/Tabs/TabsComponentView.swift",
        "Templates/V2/Components/Tabs/TabsComponentViewModel.swift",
        "Templates/V2/Components/Text/TextComponentView.swift",
        "Templates/V2/Components/Text/TextComponentViewModel.swift",
        "Templates/V2/Components/Timeline/TimelineComponentView.swift",
        "Templates/V2/Components/Timeline/TimelineComponentViewModel.swift",
        "Templates/V2/EnvironmentObjects/IntroOfferEligibilityContext.swift",
        "Templates/V2/EnvironmentObjects/OpenSheet.swift",
        "Templates/V2/EnvironmentObjects/PackageContext.swift",
        "Templates/V2/EnvironmentObjects/ScreenCondition.swift",
        "Templates/V2/Localizations/LocaleExtensions.swift",
        "Templates/V2/Localizations/LocaleFinder.swift",
        "Templates/V2/Localizations/LocalizationDictionaryExtensions.swift",
        "Templates/V2/PaywallsV2View.swift",
        "Templates/V2/Previews/PreviewMock.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/ButtonWithFooterPreview.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/FallbackComponentPreview.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/FamilySharingTogglePreview.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/MultiTierPreview.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/PurchaseButtonInPackagePreview.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/Template1Preview.swift",
        "Templates/V2/Variables/VariableHandlerV2.swift",
        "Templates/V2/ViewHelpers/BackgroundStyle.swift",
        "Templates/V2/ViewHelpers/BadgeModifier.swift",
        "Templates/V2/ViewHelpers/DisplayableColor.swift",
        "Templates/V2/ViewHelpers/Fill.swift",
        "Templates/V2/ViewHelpers/ForegroundColorScheme.swift",
        "Templates/V2/ViewHelpers/NavigatetoURL.swift",
        "Templates/V2/ViewHelpers/ProgressViewModifier.swift",
        "Templates/V2/ViewHelpers/ShadowModifier.swift",
        "Templates/V2/ViewHelpers/Shape.swift",
        "Templates/V2/ViewHelpers/SizeModifier.swift",
        "Templates/V2/ViewModelHelpers/LocalizationProvider.swift",
        "Templates/V2/ViewModelHelpers/PackageValidator.swift",
        "Templates/V2/ViewModelHelpers/PaywallComponentTypeTransformers.swift",
        "Templates/V2/ViewModelHelpers/PaywallComponentViewModel.swift",
        "Templates/V2/ViewModelHelpers/PresentedPartials.swift",
        "Templates/V2/ViewModelHelpers/UIConfigProvider.swift",
        "Templates/V2/ViewModelHelpers/ViewModelFactory.swift",
        "UIKit/PaywallFooterViewController.swift",
        "UIKit/PaywallViewController.swift",
        "View+OnRedeemWebPurchaseAttempt.swift",
        "View+PresentPaywall.swift",
        "View+PresentPaywallFooter.swift",
        "View+PurchaseRestoreCompleted.swift",
        "Views/AsyncButton.swift",
        "Views/DebugErrorView.swift",
        "Views/ErrorDisplay.swift",
        "Views/FooterView.swift",
        "Views/GradientView.swift",
        "Views/IconView.swift",
        "Views/IntroEligibilityStateView.swift",
        "Views/LoadingPaywallView.swift",
        "Views/PackageButtonStyle.swift",
        "Views/ProgressView.swift",
        "Views/PurchaseButton.swift",
        "Views/RemoteImage.swift",
        "Views/SafariView.swift",
        "Views/TemplateBackgroundImageView.swift",
        "Views/TemplatePackageSetting.swift",
        "Views/TierSelectorView.swift"
      ],
      "target_dependencies" : [
        "RevenueCat"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RevenueCat",
      "module_type" : "SwiftTarget",
      "name" : "RevenueCat",
      "path" : "Sources",
      "product_memberships" : [
        "RevenueCat",
        "RevenueCatUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Attribution/ASIdManagerProxy.swift",
        "Attribution/AttributionData.swift",
        "Attribution/AttributionFetcher.swift",
        "Attribution/AttributionNetwork.swift",
        "Attribution/AttributionPoster.swift",
        "Attribution/AttributionTypeFactory.swift",
        "Attribution/TrackingManagerProxy.swift",
        "Caching/CacheStatus.swift",
        "Caching/DeviceCache.swift",
        "Caching/InMemoryCachedObject.swift",
        "CodableExtensions/PeriodType+Extensions.swift",
        "CodableExtensions/PurchaseOwnershipType+Extensions.swift",
        "CodableExtensions/Store+Extensions.swift",
        "CustomerCenter/CustomerCenterConfigData.swift",
        "CustomerCenter/CustomerCenterPresentationMode.swift",
        "CustomerCenter/Events/CustomerCenterEvent.swift",
        "CustomerCenter/Events/EventsRequest+CustomerCenter.swift",
        "DeepLink/DeepLinkParser.swift",
        "Diagnostics/DiagnosticsEvent.swift",
        "Diagnostics/DiagnosticsFileHandler.swift",
        "Diagnostics/DiagnosticsTracker.swift",
        "Diagnostics/FileHandler.swift",
        "Diagnostics/Networking/DiagnosticsEventsRequest.swift",
        "Diagnostics/Networking/DiagnosticsHTTPRequestPath.swift",
        "Diagnostics/Networking/DiagnosticsPostOperation.swift",
        "Diagnostics/Networking/DiagnosticsSynchronizer.swift",
        "DocCDocumentation/EmptyFile.swift",
        "Error Handling/Assertions.swift",
        "Error Handling/BackendError.swift",
        "Error Handling/BackendErrorCode.swift",
        "Error Handling/DescribableError.swift",
        "Error Handling/ErrorCode.swift",
        "Error Handling/ErrorDetails.swift",
        "Error Handling/ErrorUtils.swift",
        "Error Handling/PurchasesError.swift",
        "Error Handling/SKError+Extensions.swift",
        "Error Handling/StoreKitError+Extensions.swift",
        "Error Handling/StoreKitErrorHelper.swift",
        "Events/FeatureEvent.swift",
        "Events/Networking/EventsRequest.swift",
        "Events/StoredEvent.swift",
        "Events/StoredEventSerializer.swift",
        "FoundationExtensions/Array+Extensions.swift",
        "FoundationExtensions/AsyncExtensions.swift",
        "FoundationExtensions/Data+Extensions.swift",
        "FoundationExtensions/Date+Extensions.swift",
        "FoundationExtensions/Decoder+Extensions.swift",
        "FoundationExtensions/Dictionary+Extensions.swift",
        "FoundationExtensions/DispatchTimeInterval+Extensions.swift",
        "FoundationExtensions/Error+Extensions.swift",
        "FoundationExtensions/Integer+Extensions.swift",
        "FoundationExtensions/Locale+Extensions.swift",
        "FoundationExtensions/OperationQueue+Extensions.swift",
        "FoundationExtensions/Operators+Extensions.swift",
        "FoundationExtensions/Optional+Extensions.swift",
        "FoundationExtensions/Result+Extensions.swift",
        "FoundationExtensions/Set+Extensions.swift",
        "FoundationExtensions/String+Extensions.swift",
        "FoundationExtensions/TimeInterval+Extensions.swift",
        "FoundationExtensions/UIApplication+RCExtensions.swift",
        "FoundationExtensions/UserDefaults+Extensions.swift",
        "Identity/CustomerInfo+ActiveDates.swift",
        "Identity/CustomerInfo+NonSubscriptions.swift",
        "Identity/CustomerInfo.swift",
        "Identity/CustomerInfoManager.swift",
        "Identity/IdentityManager.swift",
        "Identity/ProductPaidPrice.swift",
        "Identity/SubscriptionInfo.swift",
        "LocalReceiptParsing/BasicTypes/ASN1Container.swift",
        "LocalReceiptParsing/BasicTypes/ASN1ObjectIdentifier.swift",
        "LocalReceiptParsing/BasicTypes/AppleReceipt.swift",
        "LocalReceiptParsing/BasicTypes/InAppPurchase.swift",
        "LocalReceiptParsing/Builders/ASN1ContainerBuilder.swift",
        "LocalReceiptParsing/Builders/ASN1ObjectIdentifierBuilder.swift",
        "LocalReceiptParsing/Builders/AppleReceiptBuilder.swift",
        "LocalReceiptParsing/Builders/InAppPurchaseBuilder.swift",
        "LocalReceiptParsing/DataConverters/ArraySlice_UInt8+Extensions.swift",
        "LocalReceiptParsing/DataConverters/Codable+Extensions.swift",
        "LocalReceiptParsing/DataConverters/DateFormatter+Extensions.swift",
        "LocalReceiptParsing/DataConverters/UInt8+Extensions.swift",
        "LocalReceiptParsing/Helpers/FileReader.swift",
        "LocalReceiptParsing/Helpers/LoggerType.swift",
        "LocalReceiptParsing/Helpers/ProcessInfo+Extensions.swift",
        "LocalReceiptParsing/Helpers/ReceiptParserLogger.swift",
        "LocalReceiptParsing/Helpers/ReceiptStrings.swift",
        "LocalReceiptParsing/LocalReceiptFetcher.swift",
        "LocalReceiptParsing/PurchasesReceiptParser.swift",
        "LocalReceiptParsing/ReceiptParsingError.swift",
        "Logging/LogIntent.swift",
        "Logging/Logger.swift",
        "Logging/Strings/AnalyticsStrings.swift",
        "Logging/Strings/AttributionStrings.swift",
        "Logging/Strings/BackendErrorStrings.swift",
        "Logging/Strings/CodableStrings.swift",
        "Logging/Strings/ConfigureStrings.swift",
        "Logging/Strings/CustomerInfoStrings.swift",
        "Logging/Strings/DiagnosticsStrings.swift",
        "Logging/Strings/ETagStrings.swift",
        "Logging/Strings/EligibilityStrings.swift",
        "Logging/Strings/IdentityStrings.swift",
        "Logging/Strings/ManageSubscriptionsStrings.swift",
        "Logging/Strings/NetworkStrings.swift",
        "Logging/Strings/OfferingStrings.swift",
        "Logging/Strings/OfflineEntitlementsStrings.swift",
        "Logging/Strings/PaywallsStrings.swift",
        "Logging/Strings/PurchaseStrings.swift",
        "Logging/Strings/SigningStrings.swift",
        "Logging/Strings/StoreKitStrings.swift",
        "Logging/Strings/Strings.swift",
        "Logging/Strings/WebRedemptionStrings.swift",
        "Misc/Box.swift",
        "Misc/Codable/AnyDecodable.swift",
        "Misc/Codable/AnyEncodable.swift",
        "Misc/Codable/DefaultDecodable.swift",
        "Misc/Codable/EnsureNonEmptyCollectionDecodable.swift",
        "Misc/Codable/IgnoreHashable.swift",
        "Misc/Codable/NonEmptyStringDecodable.swift",
        "Misc/Codable/RawDataContainer.swift",
        "Misc/Concurrency/Atomic.swift",
        "Misc/Concurrency/Lock.swift",
        "Misc/Concurrency/OperationDispatcher.swift",
        "Misc/Concurrency/Purchases+async.swift",
        "Misc/Concurrency/Purchases+nonasync.swift",
        "Misc/Concurrency/SynchronizedUserDefaults.swift",
        "Misc/DangerousSettings.swift",
        "Misc/DateAndTime/Clock.swift",
        "Misc/DateAndTime/DateExtensions.swift",
        "Misc/DateAndTime/DateProvider.swift",
        "Misc/DateAndTime/ISODurationFormatter.swift",
        "Misc/DateAndTime/ISOPeriodFormatter.swift",
        "Misc/DateAndTime/TimingUtil.swift",
        "Misc/Deprecations.swift",
        "Misc/Either.swift",
        "Misc/Locale/PreferredLocalesProvider.swift",
        "Misc/MacDevice.swift",
        "Misc/MapAppStoreDetector.swift",
        "Misc/Obsoletions.swift",
        "Misc/PlatformInfo.swift",
        "Misc/PriceFormatterProvider.swift",
        "Misc/RateLimiter.swift",
        "Misc/SandboxEnvironmentDetector.swift",
        "Misc/StoreKitVersion.swift",
        "Misc/SystemInfo.swift",
        "Networking/Backend.swift",
        "Networking/BackendConfiguration.swift",
        "Networking/Caching/CacheFetchPolicy.swift",
        "Networking/Caching/CallbackCache.swift",
        "Networking/Caching/CallbackCacheStatus.swift",
        "Networking/Caching/CustomerCenterConfigCallback.swift",
        "Networking/Caching/CustomerInfoCallback.swift",
        "Networking/Caching/LogInCallback.swift",
        "Networking/Caching/OfferingsCallback.swift",
        "Networking/Caching/ProductEntitlementMappingCallback.swift",
        "Networking/Caching/WebProductsCallback.swift",
        "Networking/CustomerAPI.swift",
        "Networking/CustomerCenterConfigAPI.swift",
        "Networking/HTTPClient/DNSChecker.swift",
        "Networking/HTTPClient/ETagManager.swift",
        "Networking/HTTPClient/ErrorResponse.swift",
        "Networking/HTTPClient/HTTPClient.swift",
        "Networking/HTTPClient/HTTPRequest.swift",
        "Networking/HTTPClient/HTTPRequestBody.swift",
        "Networking/HTTPClient/HTTPRequestPath.swift",
        "Networking/HTTPClient/HTTPResponse.swift",
        "Networking/HTTPClient/HTTPResponseBody.swift",
        "Networking/HTTPClient/HTTPStatusCode.swift",
        "Networking/HTTPClient/NetworkError.swift",
        "Networking/HTTPClient/RedirectLoggerTaskDelegate.swift",
        "Networking/IdentityAPI.swift",
        "Networking/InternalAPI.swift",
        "Networking/OfferingsAPI.swift",
        "Networking/OfflineEntitlementsAPI.swift",
        "Networking/Operations/GetCustomerCenterConfigOperation.swift",
        "Networking/Operations/GetCustomerInfoOperation.swift",
        "Networking/Operations/GetIntroEligibilityOperation.swift",
        "Networking/Operations/GetOfferingsOperation.swift",
        "Networking/Operations/GetProductEntitlementMappingOperation.swift",
        "Networking/Operations/GetWebProductsOperation.swift",
        "Networking/Operations/Handling/CustomerInfoResponseHandler.swift",
        "Networking/Operations/HealthOperation.swift",
        "Networking/Operations/HealthReportOperation.swift",
        "Networking/Operations/LogInOperation.swift",
        "Networking/Operations/NetworkOperation.swift",
        "Networking/Operations/PostAdServicesTokenOperation.swift",
        "Networking/Operations/PostAttributionDataOperation.swift",
        "Networking/Operations/PostOfferForSigningOperation.swift",
        "Networking/Operations/PostReceiptDataOperation.swift",
        "Networking/Operations/PostRedeemWebPurchaseOperation.swift",
        "Networking/Operations/PostSubscriberAttributesOperation.swift",
        "Networking/RedeemWebPurchaseAPI.swift",
        "Networking/Responses/CustomerCenterConfigResponse.swift",
        "Networking/Responses/CustomerInfoResponse.swift",
        "Networking/Responses/GetIntroEligibilityResponse.swift",
        "Networking/Responses/HealthReportResponse.swift",
        "Networking/Responses/OfferingsResponse.swift",
        "Networking/Responses/PostOfferResponse.swift",
        "Networking/Responses/ProductEntitlementMappingResponse.swift",
        "Networking/Responses/RevenueCatUI/PaywallComponentsData.swift",
        "Networking/Responses/RevenueCatUI/UIConfig.swift",
        "Networking/Responses/WebProductsResponse.swift",
        "Networking/WebBillingHTTPRequestPath.swift",
        "OfflineEntitlements/CustomerInfo+OfflineEntitlements.swift",
        "OfflineEntitlements/OfflineCustomerInfoCreator.swift",
        "OfflineEntitlements/OfflineEntitlementsManager.swift",
        "OfflineEntitlements/ProductEntitlementMapping.swift",
        "OfflineEntitlements/ProductEntitlementMappingFetcher.swift",
        "OfflineEntitlements/PurchasedProductsFetcher.swift",
        "OfflineEntitlements/PurchasedSK2Product.swift",
        "Paywalls/Components/Common/Background.swift",
        "Paywalls/Components/Common/Border.swift",
        "Paywalls/Components/Common/ComponentOverrides.swift",
        "Paywalls/Components/Common/Dimension.swift",
        "Paywalls/Components/Common/PaywallComponentBase.swift",
        "Paywalls/Components/Common/PaywallComponentLocalization.swift",
        "Paywalls/Components/Common/PaywallComponentPropertyTypes.swift",
        "Paywalls/Components/PaywallButtonComponent.swift",
        "Paywalls/Components/PaywallCarouselComponent.swift",
        "Paywalls/Components/PaywallIconComponent.swift",
        "Paywalls/Components/PaywallImageComponent.swift",
        "Paywalls/Components/PaywallPackageComponent.swift",
        "Paywalls/Components/PaywallPurchaseButtonComponent.swift",
        "Paywalls/Components/PaywallStackComponent.swift",
        "Paywalls/Components/PaywallStickyFooterComponent.swift",
        "Paywalls/Components/PaywallTabsComponent.swift",
        "Paywalls/Components/PaywallTextComponent.swift",
        "Paywalls/Components/PaywallTimelineComponent.swift",
        "Paywalls/Components/PaywallV2CacheWarming.swift",
        "Paywalls/Events/Networking/EventsRequest+Paywall.swift",
        "Paywalls/Events/Networking/PaywallHTTPRequestPath.swift",
        "Paywalls/Events/Networking/PostPaywallEventsOperation.swift",
        "Paywalls/Events/PaywallEvent.swift",
        "Paywalls/Events/PaywallEventStore.swift",
        "Paywalls/Events/PaywallEventsManager.swift",
        "Paywalls/PaywallCacheWarming.swift",
        "Paywalls/PaywallColor.swift",
        "Paywalls/PaywallData+Localization.swift",
        "Paywalls/PaywallData.swift",
        "Paywalls/PaywallFontManagerType.swift",
        "Paywalls/PaywallViewMode.swift",
        "Purchasing/CachingProductsManager.swift",
        "Purchasing/CachingTrialOrIntroPriceEligibilityChecker.swift",
        "Purchasing/Configuration.swift",
        "Purchasing/EntitlementInfo.swift",
        "Purchasing/EntitlementInfos.swift",
        "Purchasing/IntroEligibility.swift",
        "Purchasing/IntroEligibilityCalculator.swift",
        "Purchasing/NonSubscriptionTransaction.swift",
        "Purchasing/Offering.swift",
        "Purchasing/Offerings.swift",
        "Purchasing/OfferingsFactory.swift",
        "Purchasing/OfferingsManager.swift",
        "Purchasing/Package.swift",
        "Purchasing/PackageType.swift",
        "Purchasing/ProductRequestData+Initialization.swift",
        "Purchasing/ProductRequestData.swift",
        "Purchasing/ProductsManager.swift",
        "Purchasing/ProductsRequestFactory.swift",
        "Purchasing/PurchaseOwnershipType.swift",
        "Purchasing/Purchases/Attribution.swift",
        "Purchasing/Purchases/PurchaseParams.swift",
        "Purchasing/Purchases/Purchases.swift",
        "Purchasing/Purchases/PurchasesAreCompletedBy.swift",
        "Purchasing/Purchases/PurchasesDelegate.swift",
        "Purchasing/Purchases/PurchasesOrchestrator.swift",
        "Purchasing/Purchases/PurchasesType.swift",
        "Purchasing/Purchases/TransactionPoster.swift",
        "Purchasing/ReceiptFetcher.swift",
        "Purchasing/ReceiptRefreshPolicy.swift",
        "Purchasing/StoreKit1/PaymentQueueWrapper.swift",
        "Purchasing/StoreKit1/ProductsFetcherSK1.swift",
        "Purchasing/StoreKit1/StoreKit1Wrapper.swift",
        "Purchasing/StoreKit1/StoreKitRequestFetcher.swift",
        "Purchasing/StoreKit2/Observer Mode/StoreKit2ObserverModePurchaseDetector.swift",
        "Purchasing/StoreKit2/ProductsFetcherSK2.swift",
        "Purchasing/StoreKit2/SK2AppTransaction.swift",
        "Purchasing/StoreKit2/SK2BeginRefundRequestHelper.swift",
        "Purchasing/StoreKit2/StoreKit2PurchaseIntentListener.swift",
        "Purchasing/StoreKit2/StoreKit2Receipt.swift",
        "Purchasing/StoreKit2/StoreKit2StorefrontListener.swift",
        "Purchasing/StoreKit2/StoreKit2TransactionFetcher.swift",
        "Purchasing/StoreKit2/StoreKit2TransactionListener.swift",
        "Purchasing/StoreKit2/Win-Back Offers/WinBackOfferEligibilityCalculator.swift",
        "Purchasing/StoreKit2/Win-Back Offers/WinBackOfferEligibilityCalculatorType.swift",
        "Purchasing/StoreKitAbstractions/EncodedAppleReceipt.swift",
        "Purchasing/StoreKitAbstractions/ProductType.swift",
        "Purchasing/StoreKitAbstractions/PromotionalOffer.swift",
        "Purchasing/StoreKitAbstractions/SK1StoreProduct.swift",
        "Purchasing/StoreKitAbstractions/SK1StoreProductDiscount.swift",
        "Purchasing/StoreKitAbstractions/SK1StoreTransaction.swift",
        "Purchasing/StoreKitAbstractions/SK1Storefront.swift",
        "Purchasing/StoreKitAbstractions/SK2StoreProduct.swift",
        "Purchasing/StoreKitAbstractions/SK2StoreProductDiscount.swift",
        "Purchasing/StoreKitAbstractions/SK2StoreTransaction.swift",
        "Purchasing/StoreKitAbstractions/SK2Storefront.swift",
        "Purchasing/StoreKitAbstractions/StoreEnvironment.swift",
        "Purchasing/StoreKitAbstractions/StoreKitWorkarounds.swift",
        "Purchasing/StoreKitAbstractions/StoreProduct.swift",
        "Purchasing/StoreKitAbstractions/StoreProductDiscount.swift",
        "Purchasing/StoreKitAbstractions/StoreTransaction.swift",
        "Purchasing/StoreKitAbstractions/Storefront.swift",
        "Purchasing/StoreKitAbstractions/StorefrontProvider.swift",
        "Purchasing/StoreKitAbstractions/SubscriptionPeriod.swift",
        "Purchasing/StoreKitAbstractions/Test Data/TestStoreProduct.swift",
        "Purchasing/StoreKitAbstractions/Test Data/TestStoreProductDiscount.swift",
        "Purchasing/StoreKitAbstractions/WinBackOffer.swift",
        "Purchasing/TransactionsFactory.swift",
        "Purchasing/TransactionsManager.swift",
        "Purchasing/TrialOrIntroPriceEligibilityChecker.swift",
        "Security/FakeSigning.swift",
        "Security/HTTPRequest+Signing.swift",
        "Security/HTTPRequestBody+Signing.swift",
        "Security/Signing+ResponseVerification.swift",
        "Security/Signing.swift",
        "Security/VerificationResult.swift",
        "SubscriberAttributes/AttributionDataMigrator.swift",
        "SubscriberAttributes/AttributionKey.swift",
        "SubscriberAttributes/ReservedSubscriberAttributes.swift",
        "SubscriberAttributes/SubscriberAttribute.swift",
        "SubscriberAttributes/SubscriberAttributesManager.swift",
        "Support/BeginRefundRequestHelper.swift",
        "Support/DebugUI/DebugContentViews.swift",
        "Support/DebugUI/DebugView.swift",
        "Support/DebugUI/DebugViewController.swift",
        "Support/DebugUI/DebugViewModel.swift",
        "Support/DebugUI/DebugViewSheetPresentation.swift",
        "Support/DebugUI/ProductStatus+Icon.swift",
        "Support/DebugUI/SDKHealthCheckStatus+Icon.swift",
        "Support/DebugUI/SDKHealthStatus+Icon.swift",
        "Support/FrameworkDisambiguation.swift",
        "Support/HealthReport+Validate.swift",
        "Support/ManageSubscriptionsHelper.swift",
        "Support/PaywallExtensions.swift",
        "Support/PurchasesDiagnostics.swift",
        "Support/SDKHealthError+CustomNSError.swift",
        "Support/StoreMessageType.swift",
        "Support/StoreMessagesHelper.swift",
        "Support/SwiftVersionCheck.swift",
        "WebPurchaseRedemption/URL+WebPurchaseRedemption.swift",
        "WebPurchaseRedemption/WebPurchaseRedemption.swift",
        "WebPurchaseRedemption/WebPurchaseRedemptionHelper.swift",
        "WebPurchaseRedemption/WebPurchaseRedemptionResult.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ReceiptParserTests",
      "module_type" : "SwiftTarget",
      "name" : "ReceiptParserTests",
      "path" : "Tests/ReceiptParserTests",
      "product_dependencies" : [
        "Nimble"
      ],
      "sources" : [
        "Helpers/MockBundle.swift",
        "ReceiptParserFetchingTests.swift"
      ],
      "target_dependencies" : [
        "ReceiptParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReceiptParser",
      "module_type" : "SwiftTarget",
      "name" : "ReceiptParser",
      "path" : "LocalReceiptParsing",
      "product_memberships" : [
        "ReceiptParser"
      ],
      "sources" : [
        "BasicTypes/ASN1Container.swift",
        "BasicTypes/ASN1ObjectIdentifier.swift",
        "BasicTypes/AppleReceipt.swift",
        "BasicTypes/InAppPurchase.swift",
        "Builders/ASN1ContainerBuilder.swift",
        "Builders/ASN1ObjectIdentifierBuilder.swift",
        "Builders/AppleReceiptBuilder.swift",
        "Builders/InAppPurchaseBuilder.swift",
        "DataConverters/ArraySlice_UInt8+Extensions.swift",
        "DataConverters/Codable+Extensions.swift",
        "DataConverters/DateFormatter+Extensions.swift",
        "DataConverters/UInt8+Extensions.swift",
        "Helpers/FileReader.swift",
        "Helpers/LoggerType.swift",
        "Helpers/ProcessInfo+Extensions.swift",
        "Helpers/ReceiptParserLogger.swift",
        "Helpers/ReceiptStrings.swift",
        "LocalReceiptFetcher.swift",
        "PurchasesReceiptParser.swift",
        "ReceiptParser-only-files/PurchasesReceiptParser+Extensions.swift",
        "ReceiptParsingError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/RevenueCatUITests/Templates/__Snapshots__': File not found.
warning: 'spi-builder-workspace': ignoring broken symlink /Users/admin/builder/spi-builder-workspace/Tests/RevenueCatUITests/PaywallsV2/__PreviewResources__
warning: 'spi-builder-workspace': Invalid Resource 'PaywallsV2/__PreviewResources__': File not found.
Done.