The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RevenueCat, reference main (7d5a76), with Swift 6.3 for macOS (SPM) on 30 Apr 2026 12:57:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[841/933] Compiling RevenueCat PostSubscriberAttributesOperation.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[842/933] Compiling RevenueCat RedeemWebPurchaseAPI.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[843/933] Compiling RevenueCat CustomerCenterConfigResponse.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[844/933] Compiling RevenueCat CustomerInfoResponse.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[845/933] Compiling RevenueCat GetIntroEligibilityResponse.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[846/933] Compiling RevenueCat HealthReportAvailabilityResponse.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[847/933] Compiling RevenueCat HealthReportResponse.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[848/933] Compiling RevenueCat IsPurchaseAllowedByRestoreBehaviorResponse.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[849/933] Compiling RevenueCat OfferingsResponse.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[850/933] Compiling RevenueCat PostOfferResponse.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[851/933] Compiling RevenueCat ProductEntitlementMappingResponse.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[852/933] Compiling RevenueCat PaywallComponentsData.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[853/933] Compiling RevenueCat UIConfig.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[854/933] Compiling RevenueCat VirtualCurrenciesResponse.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[855/933] Compiling RevenueCat WebBillingProductsResponse.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[856/933] Compiling RevenueCat WebOfferingProductsResponse.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[857/933] Compiling RevenueCat WorkflowsResponse.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[858/933] Compiling RevenueCat VirtualCurrenciesAPI.swift
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/CustomEntitlementComputation/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:66:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 64 |     public var stepTriggers: [WorkflowTrigger] { triggers }
 65 |     public var stepTriggerActions: [String: WorkflowTriggerAction] { triggerActions }
 66 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'WorkflowStep' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 67 |
 68 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
/Users/admin/builder/spi-builder-workspace/Sources/Networking/Responses/WorkflowsResponse.swift:97:9: warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 95 |     public let uiConfig: UIConfig
 96 |     let contentMaxWidth: Int?
 97 |     let metadata: [String: AnyDecodable]?
    |         `- warning: stored property 'metadata' of 'Sendable'-conforming struct 'PublishedWorkflow' contains non-Sendable type 'AnyDecodable'; this is an error in the Swift 6 language mode
 98 |
 99 | }
/Users/admin/builder/spi-builder-workspace/Sources/Misc/Codable/AnyDecodable.swift:17:6: note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 15 |
 16 | /// Type erased `Any` that conforms to `Decodable`
 17 | enum AnyDecodable {
    |      `- note: consider making enum 'AnyDecodable' conform to the 'Sendable' protocol
 18 |
 19 |     case string(String)
[884/933] Compiling RevenueCat PaywallPackageComponent.swift
[885/933] Compiling RevenueCat PaywallPurchaseButtonComponent.swift
[886/933] Compiling RevenueCat PaywallStackComponent.swift
[887/933] Compiling RevenueCat PaywallStickyFooterComponent.swift
[888/933] Compiling RevenueCat PaywallTabsComponent.swift
[889/933] Compiling RevenueCat PaywallTextComponent.swift
[890/933] Compiling RevenueCat PaywallTimelineComponent.swift
[891/933] Compiling RevenueCat PaywallV2CacheWarming.swift
[892/933] Compiling RevenueCat PaywallVideoComponent.swift
[893/933] Compiling RevenueCat PaywallAnimation.swift
[894/933] Compiling RevenueCat PaywallTransition.swift
[895/933] Compiling RevenueCat CustomPaywallEvent.swift
[896/933] Compiling RevenueCat CustomPaywallImpressionParams.swift
[897/933] Compiling RevenueCat EventsRequest+CustomPaywallImpression.swift
[898/933] Compiling RevenueCat EventsRequest+Paywall.swift
[899/933] Compiling RevenueCat PaywallEvent.swift
[900/933] Compiling RevenueCat ExitOffer.swift
[901/933] Compiling RevenueCat Locale+Comparison.swift
[902/933] Compiling RevenueCat PaywallCacheWarming.swift
[903/933] Compiling RevenueCat PaywallColor.swift
[904/933] Compiling RevenueCat PaywallData+Localization.swift
[905/933] Compiling RevenueCat PaywallData.swift
[906/933] Compiling RevenueCat PaywallFontManagerType.swift
[907/933] Compiling RevenueCat PaywallSource.swift
[908/933] Compiling RevenueCat PaywallViewMode.swift
[934/1150] Compiling RevenueCatUI CustomerCenterViewModel.swift
[935/1150] Compiling RevenueCatUI CustomerCenterViewState.swift
[936/1150] Compiling RevenueCatUI FeedbackSurveyViewModel.swift
[937/1150] Compiling RevenueCatUI NoSubscriptionsCardViewModel.swift
[938/1150] Compiling RevenueCatUI PromotionalOfferViewModel.swift
[939/1150] Compiling RevenueCatUI PurchaseDetailItem.swift
[940/1150] Compiling RevenueCatUI PurchaseDetailViewModel.swift
[941/1150] Compiling RevenueCatUI PurchaseHistoryViewModel.swift
[942/1150] Compiling RevenueCatUI PurchaseInformation+History.swift
[943/1150] Compiling RevenueCatUI RelevantPurchasesListViewModel.swift
[944/1150] Compiling RevenueCatUI RestorePurchasesAlertViewModel.swift
[945/1150] Compiling RevenueCatUI SubscriptionDetailViewModel.swift
[946/1150] Compiling RevenueCatUI VirtualCurrencyBalancesScreenViewModel.swift
[947/1150] Compiling RevenueCatUI ActiveSubscriptionButtonsView.swift
[948/1150] Compiling RevenueCatUI AppUpdateWarningView.swift
[949/1150] Compiling RevenueCatUI CompatibilityLabeledContent.swift
[950/1150] Compiling RevenueCatUI CompatibilityNavigationStack.swift
[951/1150] Compiling RevenueCatUI CompatibilityTopBarTrailing.swift
[952/1150] Compiling RevenueCatUI CreateTicketView.swift
[953/1150] Compiling RevenueCatUI CustomerCenterNavigationLink.swift
[954/1150] Compiling RevenueCatUI CustomerCenterNavigationOptions.swift
[955/1150] Compiling RevenueCatUI CustomerCenterView.swift
[956/1150] Compiling RevenueCatUI FallbackNoSubscriptionsView.swift
[957/1150] Compiling RevenueCatUI FeedbackSurveyView.swift
[958/1173] Emitting module RevenueCatUI
[959/1196] Compiling RevenueCatUI TrialOrIntroEligibilityChecker+TestData.swift
[960/1196] Compiling RevenueCatUI TrialOrIntroEligibilityChecker.swift
[961/1196] Compiling RevenueCatUI Localization.swift
[962/1196] Compiling RevenueCatUI LocalizedAlertError.swift
[963/1196] Compiling RevenueCatUI PaywallData+Validation.swift
[964/1196] Compiling RevenueCatUI PaywallSourceEnvironment.swift
[965/1196] Compiling RevenueCatUI PaywallTemplate.swift
[966/1196] Compiling RevenueCatUI PaywallViewConfiguration.swift
[967/1196] Compiling RevenueCatUI PaywallViewMode+Extensions.swift
[968/1196] Compiling RevenueCatUI ProcessedLocalizedConfiguration.swift
[969/1196] Compiling RevenueCatUI Strings.swift
[970/1196] Compiling RevenueCatUI TemplateViewConfiguration+Extensions.swift
[971/1196] Compiling RevenueCatUI TemplateViewConfiguration+Images.swift
[972/1196] Compiling RevenueCatUI TemplateViewConfiguration.swift
[973/1196] Compiling RevenueCatUI TestData.swift
[974/1196] Compiling RevenueCatUI UserInterfaceIdiom.swift
[975/1196] Compiling RevenueCatUI Variables.swift
[976/1196] Compiling RevenueCatUI VirtualCurrenciesFixtures.swift
[977/1196] Compiling RevenueCatUI AppStyleExtractor.swift
[978/1196] Compiling RevenueCatUI Bundle+Extensions.swift
[979/1196] Compiling RevenueCatUI ColorComputationHelpers.swift
[980/1196] Compiling RevenueCatUI ColorInformation+MultiScheme.swift
[981/1196] Compiling RevenueCatUI DualColorImageGenerator.swift
[982/1196] Compiling RevenueCatUI EmergeRenderingMode.swift
[983/1196] Compiling RevenueCatUI HeaderComponentViewModel.swift
[984/1196] Compiling RevenueCatUI IconComponentView.swift
[985/1196] Compiling RevenueCatUI IconComponentViewModel.swift
[986/1196] Compiling RevenueCatUI ImageComponentView.swift
[987/1196] Compiling RevenueCatUI ImageComponentViewModel.swift
[988/1196] Compiling RevenueCatUI ComponentViewState.swift
[989/1196] Compiling RevenueCatUI PackageComponentView.swift
[990/1196] Compiling RevenueCatUI PackageComponentViewModel.swift
[991/1196] Compiling RevenueCatUI PurchaseButtonComponentView.swift
[992/1196] Compiling RevenueCatUI PurchaseButtonComponentViewModel.swift
[993/1196] Compiling RevenueCatUI RootView.swift
[994/1196] Compiling RevenueCatUI RootViewModel.swift
[995/1196] Compiling RevenueCatUI FlexHStack.swift
[996/1196] Compiling RevenueCatUI FlexSpacer.swift
[997/1196] Compiling RevenueCatUI FlexVStack.swift
[998/1196] Compiling RevenueCatUI JustifyContent.swift
[999/1196] Compiling RevenueCatUI StackComponentView.swift
[1000/1196] Compiling RevenueCatUI StackComponentViewModel.swift
[1001/1196] Compiling RevenueCatUI StickyFooterComponentView.swift
[1002/1196] Compiling RevenueCatUI StickyFooterComponentViewModel.swift
[1003/1196] Compiling RevenueCatUI TabControlButtonComponentView.swift
[1004/1196] Compiling RevenueCatUI TabControlButtonComponentViewModel.swift
[1005/1196] Compiling RevenueCatUI TabControlComponentView.swift
[1006/1196] Compiling RevenueCatUI TabControlComponentViewModel.swift
[1007/1196] Compiling RevenueCatUI Binding+Extensions.swift
[1008/1196] Compiling RevenueCatUI PlatformBezierPath.swift
[1009/1196] Compiling RevenueCatUI PlatformColor.swift
[1010/1196] Compiling RevenueCatUI PlatformFont.swift
[1011/1196] Compiling RevenueCatUI PlatformImage.swift
[1012/1196] Compiling RevenueCatUI CustomerCenterPurchasesType.swift
[1013/1196] Compiling RevenueCatUI CustomerCenterConfigData.HelpPath+PurchaseInformation.swift
[1014/1196] Compiling RevenueCatUI CustomerCenterView+Actions.swift
[1015/1196] Compiling RevenueCatUI ButtonStyles.swift
[1016/1196] Compiling RevenueCatUI ColorFromAppearance.swift
[1017/1196] Compiling RevenueCatUI ContactSupportUtilities.swift
[1018/1196] Compiling RevenueCatUI CustomerInfo+CurrentEntitlement.swift
[1019/1196] Compiling RevenueCatUI CustomActionData.swift
[1020/1196] Compiling RevenueCatUI CustomerCenterAction.swift
[1021/1196] Compiling RevenueCatUI CustomerCenterActionViewModifier.swift
[1022/1196] Compiling RevenueCatUI CustomerCenterActionWrapper.swift
[1023/1196] Compiling RevenueCatUI CustomerCenterConfigData+Mock.swift
[1024/1196] Compiling RevenueCatUI CustomerCenterEnvironment.swift
[1025/1196] Compiling RevenueCatUI CustomerCenterError.swift
[1026/1196] Compiling RevenueCatUI CustomerCenterManagementOption.swift
[1027/1196] Compiling RevenueCatUI CustomerCenterPurchases.swift
[1028/1196] Compiling RevenueCatUI DiscountsHandler.swift
[1029/1196] Compiling RevenueCatUI EntitlementInfo+Extensions.swift
[1030/1196] Compiling RevenueCatUI FeedbackSurveyData.swift
[1031/1196] Compiling RevenueCatUI LoadPromotionalOfferUseCase.swift
[1032/1196] Compiling RevenueCatUI PromotionalOfferData.swift
[1033/1196] Compiling RevenueCatUI PurchaseInformation+Mock.swift
[1034/1196] Compiling RevenueCatUI PurchaseInformation.swift
[1035/1196] Compiling RevenueCatUI SemanticVersion.swift
[1036/1196] Compiling RevenueCatUI StoreProductDiscount+CustomerCenter.swift
[1037/1196] Compiling RevenueCatUI Transaction.swift
[1038/1196] Compiling RevenueCatUI CustomerCenterConfigDataAppearance+Tint.swift
[1039/1196] Compiling RevenueCatUI CustomerCenterConfigDataSupport+URL.swift
[1040/1196] Compiling RevenueCatUI CustomerInfo+SeeAllPurchases.swift
[1041/1196] Compiling RevenueCatUI PurchaseInformation+Creation.swift
[1042/1196] Compiling RevenueCatUI MockCustomerCenterPurchases.swift
[1043/1196] Compiling RevenueCatUI MockCustomerCenterStoreKitUtilities.swift
[1044/1196] Compiling RevenueCatUI MockLoadPromotionalOfferUseCase.swift
[1045/1196] Compiling RevenueCatUI PurchaseInformationFixtures.swift
[1046/1196] Compiling RevenueCatUI URLUtilities.swift
[1047/1196] Compiling RevenueCatUI CustomerCenterLocalizationStrings.swift
[1048/1196] Compiling RevenueCatUI CustomerCenterStoreKitUtilities.swift
[1049/1196] Compiling RevenueCatUI CustomerCenterStoreKitUtilitiesType.swift
[1050/1196] Compiling RevenueCatUI CustomerCenterStylingUtilities.swift
[1051/1196] Compiling RevenueCatUI EmailValidator.swift
[1052/1196] Compiling RevenueCatUI IdentifiableURL.swift
[1053/1196] Compiling RevenueCatUI View+PresentCustomerCenter.swift
[1054/1196] Compiling RevenueCatUI BaseManageSubscriptionViewModel.swift
[1055/1196] Compiling RevenueCatUI ExitOfferHelper.swift
[1056/1196] Compiling RevenueCatUI FileImageLoader.swift
[1057/1196] Compiling RevenueCatUI ImageLoader.swift
[1058/1196] Compiling RevenueCatUI Logger.swift
[1059/1196] Compiling RevenueCatUI Optional+Extensions.swift
[1060/1196] Compiling RevenueCatUI Package+VariableDataProvider.swift
[1061/1196] Compiling RevenueCatUI PaywallData+Default.swift
[1062/1196] Compiling RevenueCatUI PaywallWarning.swift
[1063/1196] Compiling RevenueCatUI PreviewHelpers.swift
[1064/1196] Compiling RevenueCatUI PriceFormatterExtensions.swift
[1065/1196] Compiling RevenueCatUI PurchaseResultComparator.swift
[1066/1196] Compiling RevenueCatUI ResumeAction.swift
[1067/1196] Compiling RevenueCatUI RuntimeUtils.swift
[1068/1196] Compiling RevenueCatUI StoreProduct+Extensions.swift
[1069/1196] Compiling RevenueCatUI TemplateView+MultiTier.swift
[1070/1196] Compiling RevenueCatUI VersionDetector.swift
[1071/1196] Compiling RevenueCatUI ConsistentPackageContentView.swift
[1072/1196] Compiling RevenueCatUI ConsistentTierContentView.swift
[1073/1196] Compiling RevenueCatUI EnvironmentValues+Workflow.swift
[1074/1196] Compiling RevenueCatUI FitToAspectRatio.swift
[1075/1196] Compiling RevenueCatUI FooterHidingModifier.swift
[1076/1196] Compiling RevenueCatUI ViewExtensions.swift
[1077/1196] Compiling RevenueCatUI PaywallFontProvider.swift
[1078/1196] Compiling RevenueCatUI PaywallView.swift
[1079/1196] Compiling RevenueCatUI TabControlToggleComponentView.swift
[1080/1196] Compiling RevenueCatUI TabControlToggleComponentViewModel.swift
[1081/1196] Compiling RevenueCatUI TabsComponentView.swift
[1082/1196] Compiling RevenueCatUI TabsComponentViewModel.swift
[1083/1196] Compiling RevenueCatUI TabsPackageSelectionResolver.swift
[1084/1196] Compiling RevenueCatUI TextComponentView.swift
[1085/1196] Compiling RevenueCatUI TextComponentViewModel.swift
[1086/1196] Compiling RevenueCatUI TimelineComponentView.swift
[1087/1196] Compiling RevenueCatUI TimelineComponentViewModel.swift
[1088/1196] Compiling RevenueCatUI VideoAutoplayHandler.swift
[1089/1196] Compiling RevenueCatUI VideoComponentView.swift
[1090/1196] Compiling RevenueCatUI VideoComponentViewModel.swift
[1091/1196] Compiling RevenueCatUI VideoPlayerView.swift
[1092/1196] Compiling RevenueCatUI VideoPlayerViewNSView.swift
[1093/1196] Compiling RevenueCatUI VideoPlayerViewUIView.swift
[1094/1196] Compiling RevenueCatUI CarouselState.swift
[1095/1196] Compiling RevenueCatUI IntroOfferEligibilityContext.swift
[1096/1196] Compiling RevenueCatUI OpenSheet.swift
[1097/1196] Compiling RevenueCatUI PackageContext.swift
[1098/1196] Compiling RevenueCatUI PaywallPromoOfferCache.swift
[1099/1196] Compiling RevenueCatUI PlanSelectionDefaultPackage.swift
[1100/1196] Compiling RevenueCatUI RequestSizeCalculation.swift
[1101/1196] Compiling RevenueCatUI ScreenCondition.swift
[1102/1196] Compiling RevenueCatUI SelectedPackageId.swift
[1103/1196] Compiling RevenueCatUI ManageSubscriptionsButtonsView.swift
[1104/1196] Compiling RevenueCatUI NoSubscriptionsCardView.swift
[1105/1196] Compiling RevenueCatUI PromotionalOfferView.swift
[1106/1196] Compiling RevenueCatUI PurchaseCardView.swift
[1107/1196] Compiling RevenueCatUI PurchaseDetailView.swift
[1108/1196] Compiling RevenueCatUI PurchaseHistoryView.swift
[1109/1196] Compiling RevenueCatUI RelevantPurchasesListView.swift
[1110/1196] Compiling RevenueCatUI RestorePurchasesAlert.swift
[1111/1196] Compiling RevenueCatUI ScrollViewSection.swift
[1112/1196] Compiling RevenueCatUI ScrollViewWithOSBackground.swift
[1113/1196] Compiling RevenueCatUI SubscriptionDetailView.swift
[1114/1196] Compiling RevenueCatUI TintedProgressView.swift
[1115/1196] Compiling RevenueCatUI CustomerCenterViewController.swift
[1116/1196] Compiling RevenueCatUI CustomerCenterViewControllerDelegate.swift
[1117/1196] Compiling RevenueCatUI VirtualCurrenciesScrollViewWithOSBackgroundSection.swift
[1118/1196] Compiling RevenueCatUI VirtualCurrencyBalanceListRow.swift
[1119/1196] Compiling RevenueCatUI VirtualCurrencyBalancesScreen.swift
[1120/1196] Compiling RevenueCatUI ComponentInteractionData+Factories.swift
[1121/1196] Compiling RevenueCatUI Constants.swift
[1122/1196] Compiling RevenueCatUI CustomPaywallVariables.swift
[1123/1196] Compiling RevenueCatUI CustomerInfoFixtures.swift
[1124/1196] Compiling RevenueCatUI PaywallError.swift
[1125/1196] Compiling RevenueCatUI TemplateError.swift
[1126/1196] Compiling RevenueCatUI IntroEligibilityViewModel.swift
[1127/1219] Compiling RevenueCatUI LocaleFinder.swift
[1128/1219] Compiling RevenueCatUI LocalizationDictionaryExtensions.swift
[1129/1219] Compiling RevenueCatUI PaywallsV2View.swift
[1130/1219] Compiling RevenueCatUI PreviewMock.swift
[1131/1219] Compiling RevenueCatUI SafeAreaPreviewShell.swift
[1132/1219] Compiling RevenueCatUI ButtonWithFooterPreview.swift
[1133/1219] Compiling RevenueCatUI ConditionalConfigurabilityPreview.swift
[1134/1219] Compiling RevenueCatUI FallbackComponentPreview.swift
[1135/1219] Compiling RevenueCatUI FamilySharingTogglePreview.swift
[1136/1219] Compiling RevenueCatUI HeaderNestedHeroZLayerSafeAreaPreview.swift
[1137/1219] Compiling RevenueCatUI HeaderTextBodyHeroSafeAreaPreview.swift
[1138/1219] Compiling RevenueCatUI MultiTierPreview.swift
[1139/1219] Compiling RevenueCatUI PackageVisibilityPreview.swift
[1140/1219] Compiling RevenueCatUI PurchaseButtonInPackagePreview.swift
[1141/1219] Compiling RevenueCatUI Template1Preview.swift
[1142/1219] Compiling RevenueCatUI VariableHandlerV2.swift
[1143/1219] Compiling RevenueCatUI ApplySizing.swift
[1144/1219] Compiling RevenueCatUI BackgroundStyle.swift
[1145/1219] Compiling RevenueCatUI BadgeModifier.swift
[1146/1219] Compiling RevenueCatUI DisplayableColor.swift
[1147/1219] Compiling RevenueCatUI Fill.swift
[1148/1219] Compiling RevenueCatUI FixMacButtonsModifier.swift
[1149/1219] Compiling RevenueCatUI ForegroundColorScheme.swift
[1150/1219] Compiling RevenueCatUI NavigatetoURL.swift
[1151/1219] Compiling RevenueCatUI ProgressViewModifier.swift
[1152/1219] Compiling RevenueCatUI ShadowModifier.swift
[1153/1219] Compiling RevenueCatUI Shape.swift
[1154/1219] Compiling RevenueCatUI SizeModifier.swift
[1155/1219] Compiling RevenueCatUI TransitionModifier.swift
[1156/1219] Compiling RevenueCatUI LocalizationProvider.swift
[1157/1219] Compiling RevenueCatUI PackageValidator.swift
[1158/1219] Compiling RevenueCatUI PaywallComponentTypeTransformers.swift
[1159/1219] Compiling RevenueCatUI PaywallComponentViewModel.swift
[1160/1219] Compiling RevenueCatUI PresentedPartials.swift
[1161/1219] Compiling RevenueCatUI UIConfigProvider.swift
[1162/1219] Compiling RevenueCatUI ViewModelFactory.swift
[1163/1219] Compiling RevenueCatUI WorkflowNavigator.swift
[1164/1219] Compiling RevenueCatUI WorkflowScreenMapper.swift
[1165/1219] Compiling RevenueCatUI WorkflowPaywallView.swift
[1166/1219] Compiling RevenueCatUI PaywallFooterViewController.swift
[1167/1219] Compiling RevenueCatUI PaywallViewController.swift
[1168/1219] Compiling RevenueCatUI View+OnRedeemWebPurchaseAttempt.swift
[1169/1219] Compiling RevenueCatUI View+PresentPaywall.swift
[1170/1219] Compiling RevenueCatUI View+PresentPaywallFooter.swift
[1171/1219] Compiling RevenueCatUI View+PurchaseRestoreCompleted.swift
[1172/1219] Compiling RevenueCatUI AsyncButton.swift
[1173/1219] Compiling RevenueCatUI CompatibilityContentUnavailableView.swift
[1174/1219] Compiling RevenueCatUI DebugErrorView.swift
[1175/1219] Compiling RevenueCatUI AppIconDetailProvider.swift
[1176/1219] Compiling RevenueCatUI DefaultPaywallPreviews.swift
[1177/1219] Compiling RevenueCatUI DefaultPaywallView.swift
[1178/1219] Compiling RevenueCatUI DefaultPaywallWarning.swift
[1179/1219] Compiling RevenueCatUI DefaultProductCell.swift
[1180/1219] Compiling RevenueCatUI ErrorDisplay.swift
[1181/1219] Compiling RevenueCatUI ErrorView.swift
[1182/1219] Compiling RevenueCatUI FooterView.swift
[1183/1219] Compiling RevenueCatUI GradientView.swift
[1184/1219] Compiling RevenueCatUI IconView.swift
[1185/1219] Compiling RevenueCatUI IntroEligibilityStateView.swift
[1186/1219] Compiling RevenueCatUI LoadingPaywallView.swift
[1187/1219] Compiling RevenueCatUI PackageButtonStyle.swift
[1188/1219] Compiling RevenueCatUI ProgressView.swift
[1189/1219] Compiling RevenueCatUI PurchaseButton.swift
[1190/1219] Compiling RevenueCatUI RemoteImage.swift
[1191/1219] Compiling RevenueCatUI SafariView.swift
[1192/1219] Compiling RevenueCatUI TemplateBackgroundImageView.swift
[1193/1219] Compiling RevenueCatUI TemplatePackageSetting.swift
[1194/1219] Compiling RevenueCatUI TierSelectorView.swift
[1195/1219] Compiling RevenueCatUI resource_bundle_accessor.swift
[1196/1219] Compiling RevenueCatUI MockPurchases.swift
[1197/1219] Compiling RevenueCatUI PaywallEventTracker.swift
[1198/1219] Compiling RevenueCatUI PaywallPurchasesType.swift
[1199/1219] Compiling RevenueCatUI PurchaseHandler+TestData.swift
[1200/1219] Compiling RevenueCatUI PurchaseHandler.swift
[1201/1219] Compiling RevenueCatUI WorkflowContext.swift
[1202/1219] Compiling RevenueCatUI WatchTemplateView.swift
[1203/1219] Compiling RevenueCatUI Template1View.swift
[1204/1219] Compiling RevenueCatUI Template2View.swift
[1205/1219] Compiling RevenueCatUI Template3View.swift
[1206/1219] Compiling RevenueCatUI Template4View.swift
[1207/1219] Compiling RevenueCatUI Template5View.swift
[1208/1219] Compiling RevenueCatUI Template7View.swift
[1209/1219] Compiling RevenueCatUI TemplateViewType.swift
[1210/1219] Compiling RevenueCatUI BottomSheetView.swift
[1211/1219] Compiling RevenueCatUI ButtonComponentView.swift
[1212/1219] Compiling RevenueCatUI ButtonComponentViewModel.swift
[1213/1219] Compiling RevenueCatUI CarouselComponentView.swift
[1214/1219] Compiling RevenueCatUI CarouselComponentViewModel.swift
[1215/1219] Compiling RevenueCatUI ScrollViewGestureCoordinator.swift
[1216/1219] Compiling RevenueCatUI ComponentsView.swift
[1217/1219] Compiling RevenueCatUI CountdownComponentView.swift
[1218/1219] Compiling RevenueCatUI CountdownComponentViewModel.swift
[1219/1219] Compiling RevenueCatUI HeaderComponentView.swift
Build complete! (33.49s)
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: 'nimble': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/nimble/Sources/Nimble/PrivacyInfo.xcprivacy
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" : {
        "exact" : [
          "1.18.9"
        ]
      },
      "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" : [
        "Ads/AdTracker.swift",
        "Ads/AdsAPI.swift",
        "Ads/Events/AdEvent.swift",
        "Ads/Events/AdEventStore.swift",
        "Ads/Events/Networking/AdEventsRequest.swift",
        "Ads/Events/Networking/AdHTTPRequestPath.swift",
        "Ads/Events/Networking/PostAdEventsOperation.swift",
        "Ads/Events/StoredAdEvent.swift",
        "Ads/Events/StoredAdEventSerializer.swift",
        "Ads/RewardVerification/Networking/GetRewardVerificationStatusOperation.swift",
        "Ads/RewardVerification/Networking/RewardVerificationStatusCallback.swift",
        "Ads/RewardVerification/Networking/RewardVerificationStatusResponse.swift",
        "Ads/RewardVerification/RewardVerificationPollStatus.swift",
        "Ads/RewardVerification/VerifiedReward.swift",
        "Ads/RewardVerification/VirtualCurrencyReward.swift",
        "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/Checksum.swift",
        "Caching/DeviceCache.swift",
        "Caching/DirectoryHelper.swift",
        "Caching/FileRepository.swift",
        "Caching/InMemoryCachedObject.swift",
        "Caching/KeyedDeferredValueStore.swift",
        "Caching/LargeItemCacheType.swift",
        "Caching/URLWithValidation.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/Networking/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/EventsManager.swift",
        "Events/FeatureEvents/FeatureEvent.swift",
        "Events/FeatureEvents/FeatureEventStore.swift",
        "Events/FeatureEvents/Networking/FeatureEventHTTPRequestPath.swift",
        "Events/FeatureEvents/Networking/FeatureEventsRequest.swift",
        "Events/FeatureEvents/Networking/PostFeatureEventsOperation.swift",
        "Events/FeatureEvents/StoredFeatureEvent.swift",
        "Events/FeatureEvents/StoredFeatureEventSerializer.swift",
        "Events/Networking/EventsHTTPRequestPath.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/CacheStrings.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/EventsManagerStrings.swift",
        "Logging/Strings/FileRepositoryStrings.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/TransactionMetadataStrings.swift",
        "Logging/Strings/VirtualCurrencyStrings.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/SynchronizedLargeItemCache.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/IsPurchaseAllowedByRestoreBehaviorCallback.swift",
        "Networking/Caching/LogInCallback.swift",
        "Networking/Caching/OfferingsCallback.swift",
        "Networking/Caching/ProductEntitlementMappingCallback.swift",
        "Networking/Caching/VirtualCurrenciesCallback.swift",
        "Networking/Caching/WebBillingProductsCallback.swift",
        "Networking/Caching/WebOfferingProductsCallback.swift",
        "Networking/Caching/WorkflowsCallback.swift",
        "Networking/ConnectionErrorReason.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/HTTPRequestTimeoutManager.swift",
        "Networking/HTTPClient/HTTPResponse.swift",
        "Networking/HTTPClient/HTTPResponseBody.swift",
        "Networking/HTTPClient/HTTPStatusCode.swift",
        "Networking/HTTPClient/NetworkError.swift",
        "Networking/HTTPClient/RedirectLoggerTaskDelegate.swift",
        "Networking/HTTPClient/SimpleNetworkServiceType.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/GetVirtualCurrenciesOperation.swift",
        "Networking/Operations/GetWebBillingProductsOperation.swift",
        "Networking/Operations/GetWebOfferingProductsOperation.swift",
        "Networking/Operations/GetWorkflowOperation.swift",
        "Networking/Operations/Handling/CustomerInfoResponseHandler.swift",
        "Networking/Operations/HealthOperation.swift",
        "Networking/Operations/HealthReportAvailabilityOperation.swift",
        "Networking/Operations/HealthReportOperation.swift",
        "Networking/Operations/LogInOperation.swift",
        "Networking/Operations/NetworkOperation.swift",
        "Networking/Operations/PostAdServicesTokenOperation.swift",
        "Networking/Operations/PostAttributionDataOperation.swift",
        "Networking/Operations/PostIsPurchaseAllowedByRestoreBehaviorOperation.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/HealthReportAvailabilityResponse.swift",
        "Networking/Responses/HealthReportResponse.swift",
        "Networking/Responses/IsPurchaseAllowedByRestoreBehaviorResponse.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/VirtualCurrenciesResponse.swift",
        "Networking/Responses/WebBillingProductsResponse.swift",
        "Networking/Responses/WebOfferingProductsResponse.swift",
        "Networking/Responses/WorkflowsResponse.swift",
        "Networking/VirtualCurrenciesAPI.swift",
        "Networking/WebBillingAPI.swift",
        "Networking/WebBillingHTTPRequestPath.swift",
        "Networking/Workflows/WorkflowDetailProcessor.swift",
        "Networking/Workflows/WorkflowResponseAction.swift",
        "Networking/WorkflowsAPI.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/PaywallCountdownComponent.swift",
        "Paywalls/Components/PaywallHeaderComponent.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/Components/PaywallVideoComponent.swift",
        "Paywalls/Components/Transitions/PaywallAnimation.swift",
        "Paywalls/Components/Transitions/PaywallTransition.swift",
        "Paywalls/Events/CustomPaywallEvent.swift",
        "Paywalls/Events/CustomPaywallImpressionParams.swift",
        "Paywalls/Events/Networking/EventsRequest+CustomPaywallImpression.swift",
        "Paywalls/Events/Networking/EventsRequest+Paywall.swift",
        "Paywalls/Events/PaywallEvent.swift",
        "Paywalls/ExitOffer.swift",
        "Paywalls/Locale+Comparison.swift",
        "Paywalls/PaywallCacheWarming.swift",
        "Paywalls/PaywallColor.swift",
        "Paywalls/PaywallData+Localization.swift",
        "Paywalls/PaywallData.swift",
        "Paywalls/PaywallFontManagerType.swift",
        "Paywalls/PaywallSource.swift",
        "Paywalls/PaywallViewMode.swift",
        "Paywalls/SubscriptionHistoryTracker.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/ProductsManagerFactory.swift",
        "Purchasing/ProductsManagerType.swift",
        "Purchasing/ProductsRequestFactory.swift",
        "Purchasing/PurchaseOwnershipType.swift",
        "Purchasing/Purchases/Attribution.swift",
        "Purchasing/Purchases/LocalTransactionMetadata.swift",
        "Purchasing/Purchases/LocalTransactionMetadataStore.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/TransactionMetadataSyncHelper.swift",
        "Purchasing/Purchases/TransactionNotifications.swift",
        "Purchasing/Purchases/TransactionPoster.swift",
        "Purchasing/ReceiptFetcher.swift",
        "Purchasing/ReceiptRefreshPolicy.swift",
        "Purchasing/SimulatedStore/SimulatedStoreProduct.swift",
        "Purchasing/SimulatedStore/SimulatedStoreProductsManager.swift",
        "Purchasing/SimulatedStore/SimulatedStorePurchaseHandler.swift",
        "Purchasing/SimulatedStore/SimulatedStorePurchaseUI.swift",
        "Purchasing/SimulatedStore/SimulatedStoreTransaction.swift",
        "Purchasing/SimulatedStore/WebBillingProduct+SimulatedStoreProduct.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/StoreKit2PromotionalOfferPurchaseOptions.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/TestStoreTransaction.swift",
        "Purchasing/StoreKitAbstractions/TransactionReason.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+Appstack.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/PaymentAuthorizationProvider.swift",
        "Support/PaywallExtensions.swift",
        "Support/PurchasesDiagnostics.swift",
        "Support/SDKHealthError+CustomNSError.swift",
        "Support/SDKHealthManager.swift",
        "Support/StoreMessageType.swift",
        "Support/StoreMessagesHelper.swift",
        "Support/SwiftVersionCheck.swift",
        "Virtual Currencies/VirtualCurrencies.swift",
        "Virtual Currencies/VirtualCurrency.swift",
        "Virtual Currencies/VirtualCurrencyManager.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" : [
        "AppStyleExtractorTests.swift",
        "BaseSnapshotTest.swift",
        "CustomerCenter/BaseManageSubscriptionViewModelTests.swift",
        "CustomerCenter/ContactSupportUtilitiesTests.swift",
        "CustomerCenter/CreateTicketViewTests.swift",
        "CustomerCenter/CustomActionDataTests.swift",
        "CustomerCenter/CustomerCenterActionWrapperTests.swift",
        "CustomerCenter/CustomerCenterViewModelTests.swift",
        "CustomerCenter/DiscountsHandlerTests.swift",
        "CustomerCenter/EmailValidatorTests.swift",
        "CustomerCenter/FeedbackSurveyViewModelTests.swift",
        "CustomerCenter/PromotionalOfferViewModelTests.swift",
        "CustomerCenter/PromotionalOfferViewTests.swift",
        "CustomerCenter/PurchaseCardViewBadgeTests.swift",
        "CustomerCenter/PurchaseInformationTests.swift",
        "CustomerCenter/SubscriptionDetailViewModelTests.swift",
        "CustomerCenter/VirtualCurrencyBalancesScreenViewModelTests.swift",
        "Data/LocalizedAlertErrorTests.swift",
        "Data/PackageVariablesTests.swift",
        "Data/PaywallDataValidationTests.swift",
        "Data/PaywallViewConfigurationTests.swift",
        "Data/SemanticVersionTests.swift",
        "Data/TemplateViewConfigurationTests.swift",
        "Data/VariablesTests.swift",
        "Helpers/AsyncTestHelpers.swift",
        "Helpers/AvailabilityChecks.swift",
        "Helpers/ColorComputationHelpersTests.swift",
        "Helpers/CurrentTestCaseTracker.swift",
        "Helpers/DataExtensions.swift",
        "Helpers/ImageSnapshot.swift",
        "Helpers/OSVersionEquivalent.swift",
        "Helpers/PaywallEventTrackerTestDispatcher.swift",
        "Helpers/SnapshotTesting+Extensions.swift",
        "Helpers/TestCase.swift",
        "Helpers/TestLogHandler.swift",
        "ImageLoaderTests.swift",
        "LocalizationTests.swift",
        "Mocks/MockStoreProductDiscount.swift",
        "Mocks/MockTransaction.swift",
        "PaywallFooterTests.swift",
        "PaywallViewEventsTests.swift",
        "PaywallsV2/CarouselStateTests.swift",
        "PaywallsV2/CarouselTabSwitchTests.swift",
        "PaywallsV2/ConditionDeserializationTests.swift",
        "PaywallsV2/FileImageLoaderTests.swift",
        "PaywallsV2/LocaleFinderTests.swift",
        "PaywallsV2/PackageComponentViewTests.swift",
        "PaywallsV2/PackageValidatorTests.swift",
        "PaywallsV2/PaywallPreviewResourcesLoader.swift",
        "PaywallsV2/PresentedPartialsTests.swift",
        "PaywallsV2/TabsPackageInheritanceTests.swift",
        "PaywallsV2/TabsPackageSelectionResolverTests.swift",
        "PaywallsV2/TakeScreenshot.swift",
        "PaywallsV2/TextComponentLocalizationTests.swift",
        "PaywallsV2/ToPresentedOverridesTests.swift",
        "PaywallsV2/UIConfigProviderTests.swift",
        "PaywallsV2/VariableHandlerV2Tests.swift",
        "PaywallsV2/VideoAutoplayHandlerTests.swift",
        "PaywallsV2/ViewModelFactoryBadgeTests.swift",
        "PaywallsV2/ViewModelFactoryTests.swift",
        "PaywallsV2/WorkflowNavigatorTests.swift",
        "PaywallsV2/WorkflowPaywallViewTests.swift",
        "PaywallsV2/WorkflowScreenMapperTests.swift",
        "PresentIfNeededTests.swift",
        "PurchaseCompletedHandlerTests.swift",
        "Purchasing/ControlInteractionLoggerTests.swift",
        "Purchasing/MockStoreTransaction.swift",
        "Purchasing/PaywallEventTrackerTests.swift",
        "Purchasing/PurchaseHandlerTests.swift",
        "Purchasing/WorkflowContextTests.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",
        "Templates/TierSelectorComponentInteractionTests.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/Media.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "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/az.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "az"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/background.jpg",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "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/ca.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "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/da.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "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/el.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "el"
            }
          }
        },
        {
          "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/en_AU.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en_au"
            }
          }
        },
        {
          "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/en_GB.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en_gb"
            }
          }
        },
        {
          "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/es_419.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "es_419"
            }
          }
        },
        {
          "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/eu.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "eu"
            }
          }
        },
        {
          "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/fr_CA.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr_ca"
            }
          }
        },
        {
          "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/he.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "he"
            }
          }
        },
        {
          "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/hr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "hr"
            }
          }
        },
        {
          "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/icons.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "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/it.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "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/kk.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "kk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/ko.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "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/nl.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "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/pl.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "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/pt_PT.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pt_pt"
            }
          }
        },
        {
          "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/ru.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "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/sr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "sr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/sr_Latn.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "sr_latn"
            }
          }
        },
        {
          "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/th.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "th"
            }
          }
        },
        {
          "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/uk.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "uk"
            }
          }
        },
        {
          "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/zh_Hans.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh_hans"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RevenueCatUI/Resources/zh_Hant.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh_hant"
            }
          }
        }
      ],
      "sources" : [
        "Binding+Extensions.swift",
        "CrossPlatform/PlatformBezierPath.swift",
        "CrossPlatform/PlatformColor.swift",
        "CrossPlatform/PlatformFont.swift",
        "CrossPlatform/PlatformImage.swift",
        "CustomerCenter/Abstractions/CustomerCenterPurchasesType.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/CustomActionData.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/StoreProductDiscount+CustomerCenter.swift",
        "CustomerCenter/Data/Transaction.swift",
        "CustomerCenter/Extensions/CustomerCenterConfigDataAppearance+Tint.swift",
        "CustomerCenter/Extensions/CustomerCenterConfigDataSupport+URL.swift",
        "CustomerCenter/Extensions/CustomerInfo+SeeAllPurchases.swift",
        "CustomerCenter/Extensions/PurchaseInformation+Creation.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/CustomerCenterStylingUtilities.swift",
        "CustomerCenter/Utilities/EmailValidator.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/NoSubscriptionsCardViewModel.swift",
        "CustomerCenter/ViewModels/PromotionalOfferViewModel.swift",
        "CustomerCenter/ViewModels/PurchaseHistory/PurchaseDetailItem.swift",
        "CustomerCenter/ViewModels/PurchaseHistory/PurchaseDetailViewModel.swift",
        "CustomerCenter/ViewModels/PurchaseHistory/PurchaseHistoryViewModel.swift",
        "CustomerCenter/ViewModels/PurchaseHistory/PurchaseInformation+History.swift",
        "CustomerCenter/ViewModels/RelevantPurchasesListViewModel.swift",
        "CustomerCenter/ViewModels/RestorePurchasesAlertViewModel.swift",
        "CustomerCenter/ViewModels/SubscriptionDetailViewModel.swift",
        "CustomerCenter/ViewModels/VirtualCurrencyBalancesScreenViewModel.swift",
        "CustomerCenter/Views/ActiveSubscriptionButtonsView.swift",
        "CustomerCenter/Views/AppUpdateWarningView.swift",
        "CustomerCenter/Views/CompatibilityLabeledContent.swift",
        "CustomerCenter/Views/CompatibilityNavigationStack.swift",
        "CustomerCenter/Views/CompatibilityTopBarTrailing.swift",
        "CustomerCenter/Views/CreateTicketView.swift",
        "CustomerCenter/Views/CustomerCenterNavigationLink.swift",
        "CustomerCenter/Views/CustomerCenterNavigationOptions.swift",
        "CustomerCenter/Views/CustomerCenterView.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/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",
        "CustomerCenter/Views/UIKit Compatibility/CustomerCenterViewControllerDelegate.swift",
        "CustomerCenter/Views/Virtual Currencies/VirtualCurrenciesScrollViewWithOSBackgroundSection.swift",
        "CustomerCenter/Views/Virtual Currencies/VirtualCurrencyBalanceListRow.swift",
        "CustomerCenter/Views/Virtual Currencies/VirtualCurrencyBalancesScreen.swift",
        "Data/ComponentInteractionData+Factories.swift",
        "Data/Constants.swift",
        "Data/CustomPaywallVariables.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/PaywallSourceEnvironment.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",
        "Data/VirtualCurrenciesFixtures.swift",
        "Helpers/AppStyleExtractor.swift",
        "Helpers/Bundle+Extensions.swift",
        "Helpers/ColorComputationHelpers.swift",
        "Helpers/ColorInformation+MultiScheme.swift",
        "Helpers/DualColorImageGenerator.swift",
        "Helpers/EmergeRenderingMode.swift",
        "Helpers/ExitOfferHelper.swift",
        "Helpers/FileImageLoader.swift",
        "Helpers/ImageLoader.swift",
        "Helpers/Logger.swift",
        "Helpers/Optional+Extensions.swift",
        "Helpers/Package+VariableDataProvider.swift",
        "Helpers/PaywallData+Default.swift",
        "Helpers/PaywallWarning.swift",
        "Helpers/PreviewHelpers.swift",
        "Helpers/PriceFormatterExtensions.swift",
        "Helpers/PurchaseResultComparator.swift",
        "Helpers/ResumeAction.swift",
        "Helpers/RuntimeUtils.swift",
        "Helpers/StoreProduct+Extensions.swift",
        "Helpers/TemplateView+MultiTier.swift",
        "Helpers/VersionDetector.swift",
        "Modifiers/ConsistentPackageContentView.swift",
        "Modifiers/ConsistentTierContentView.swift",
        "Modifiers/EnvironmentValues+Workflow.swift",
        "Modifiers/FitToAspectRatio.swift",
        "Modifiers/FooterHidingModifier.swift",
        "Modifiers/ViewExtensions.swift",
        "PaywallFontProvider.swift",
        "PaywallView.swift",
        "Purchasing/MockPurchases.swift",
        "Purchasing/PaywallEventTracker.swift",
        "Purchasing/PaywallPurchasesType.swift",
        "Purchasing/PurchaseHandler+TestData.swift",
        "Purchasing/PurchaseHandler.swift",
        "Purchasing/WorkflowContext.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/Carousel/ScrollViewGestureCoordinator.swift",
        "Templates/V2/Components/ComponentsView.swift",
        "Templates/V2/Components/Countdown/CountdownComponentView.swift",
        "Templates/V2/Components/Countdown/CountdownComponentViewModel.swift",
        "Templates/V2/Components/Header/HeaderComponentView.swift",
        "Templates/V2/Components/Header/HeaderComponentViewModel.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/FlexSpacer.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/Tabs/TabsPackageSelectionResolver.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/Components/Video/VideoAutoplayHandler.swift",
        "Templates/V2/Components/Video/VideoComponentView.swift",
        "Templates/V2/Components/Video/VideoComponentViewModel.swift",
        "Templates/V2/Components/Video/VideoPlayerView.swift",
        "Templates/V2/Components/Video/VideoPlayerViewNSView.swift",
        "Templates/V2/Components/Video/VideoPlayerViewUIView.swift",
        "Templates/V2/EnvironmentObjects/CarouselState.swift",
        "Templates/V2/EnvironmentObjects/IntroOfferEligibilityContext.swift",
        "Templates/V2/EnvironmentObjects/OpenSheet.swift",
        "Templates/V2/EnvironmentObjects/PackageContext.swift",
        "Templates/V2/EnvironmentObjects/PaywallPromoOfferCache.swift",
        "Templates/V2/EnvironmentObjects/PlanSelectionDefaultPackage.swift",
        "Templates/V2/EnvironmentObjects/RequestSizeCalculation.swift",
        "Templates/V2/EnvironmentObjects/ScreenCondition.swift",
        "Templates/V2/EnvironmentObjects/SelectedPackageId.swift",
        "Templates/V2/Localizations/LocaleFinder.swift",
        "Templates/V2/Localizations/LocalizationDictionaryExtensions.swift",
        "Templates/V2/PaywallsV2View.swift",
        "Templates/V2/Previews/PreviewMock.swift",
        "Templates/V2/Previews/SafeAreaPreviewShell.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/ButtonWithFooterPreview.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/ConditionalConfigurabilityPreview.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/FallbackComponentPreview.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/FamilySharingTogglePreview.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/HeaderNestedHeroZLayerSafeAreaPreview.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/HeaderTextBodyHeroSafeAreaPreview.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/MultiTierPreview.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/PackageVisibilityPreview.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/PurchaseButtonInPackagePreview.swift",
        "Templates/V2/Previews/TemplateComponentsViewPreviews/Template1Preview.swift",
        "Templates/V2/Variables/VariableHandlerV2.swift",
        "Templates/V2/ViewHelpers/ApplySizing.swift",
        "Templates/V2/ViewHelpers/BackgroundStyle.swift",
        "Templates/V2/ViewHelpers/BadgeModifier.swift",
        "Templates/V2/ViewHelpers/DisplayableColor.swift",
        "Templates/V2/ViewHelpers/Fill.swift",
        "Templates/V2/ViewHelpers/FixMacButtonsModifier.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/ViewHelpers/TransitionModifier.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",
        "Templates/V2/ViewModelHelpers/WorkflowNavigator.swift",
        "Templates/V2/ViewModelHelpers/WorkflowScreenMapper.swift",
        "Templates/V2/WorkflowPaywallView.swift",
        "UIKit/PaywallFooterViewController.swift",
        "UIKit/PaywallViewController.swift",
        "View+OnRedeemWebPurchaseAttempt.swift",
        "View+PresentPaywall.swift",
        "View+PresentPaywallFooter.swift",
        "View+PurchaseRestoreCompleted.swift",
        "Views/AsyncButton.swift",
        "Views/CompatibilityContentUnavailableView.swift",
        "Views/DebugErrorView.swift",
        "Views/DefaultPaywall/AppIconDetailProvider.swift",
        "Views/DefaultPaywall/DefaultPaywallPreviews.swift",
        "Views/DefaultPaywall/DefaultPaywallView.swift",
        "Views/DefaultPaywall/DefaultPaywallWarning.swift",
        "Views/DefaultPaywall/DefaultProductCell.swift",
        "Views/ErrorDisplay.swift",
        "Views/ErrorView.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" : [
        "Ads/AdTracker.swift",
        "Ads/AdsAPI.swift",
        "Ads/Events/AdEvent.swift",
        "Ads/Events/AdEventStore.swift",
        "Ads/Events/Networking/AdEventsRequest.swift",
        "Ads/Events/Networking/AdHTTPRequestPath.swift",
        "Ads/Events/Networking/PostAdEventsOperation.swift",
        "Ads/Events/StoredAdEvent.swift",
        "Ads/Events/StoredAdEventSerializer.swift",
        "Ads/RewardVerification/Networking/GetRewardVerificationStatusOperation.swift",
        "Ads/RewardVerification/Networking/RewardVerificationStatusCallback.swift",
        "Ads/RewardVerification/Networking/RewardVerificationStatusResponse.swift",
        "Ads/RewardVerification/RewardVerificationPollStatus.swift",
        "Ads/RewardVerification/VerifiedReward.swift",
        "Ads/RewardVerification/VirtualCurrencyReward.swift",
        "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/Checksum.swift",
        "Caching/DeviceCache.swift",
        "Caching/DirectoryHelper.swift",
        "Caching/FileRepository.swift",
        "Caching/InMemoryCachedObject.swift",
        "Caching/KeyedDeferredValueStore.swift",
        "Caching/LargeItemCacheType.swift",
        "Caching/URLWithValidation.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/Networking/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/EventsManager.swift",
        "Events/FeatureEvents/FeatureEvent.swift",
        "Events/FeatureEvents/FeatureEventStore.swift",
        "Events/FeatureEvents/Networking/FeatureEventHTTPRequestPath.swift",
        "Events/FeatureEvents/Networking/FeatureEventsRequest.swift",
        "Events/FeatureEvents/Networking/PostFeatureEventsOperation.swift",
        "Events/FeatureEvents/StoredFeatureEvent.swift",
        "Events/FeatureEvents/StoredFeatureEventSerializer.swift",
        "Events/Networking/EventsHTTPRequestPath.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/CacheStrings.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/EventsManagerStrings.swift",
        "Logging/Strings/FileRepositoryStrings.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/TransactionMetadataStrings.swift",
        "Logging/Strings/VirtualCurrencyStrings.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/SynchronizedLargeItemCache.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/IsPurchaseAllowedByRestoreBehaviorCallback.swift",
        "Networking/Caching/LogInCallback.swift",
        "Networking/Caching/OfferingsCallback.swift",
        "Networking/Caching/ProductEntitlementMappingCallback.swift",
        "Networking/Caching/VirtualCurrenciesCallback.swift",
        "Networking/Caching/WebBillingProductsCallback.swift",
        "Networking/Caching/WebOfferingProductsCallback.swift",
        "Networking/Caching/WorkflowsCallback.swift",
        "Networking/ConnectionErrorReason.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/HTTPRequestTimeoutManager.swift",
        "Networking/HTTPClient/HTTPResponse.swift",
        "Networking/HTTPClient/HTTPResponseBody.swift",
        "Networking/HTTPClient/HTTPStatusCode.swift",
        "Networking/HTTPClient/NetworkError.swift",
        "Networking/HTTPClient/RedirectLoggerTaskDelegate.swift",
        "Networking/HTTPClient/SimpleNetworkServiceType.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/GetVirtualCurrenciesOperation.swift",
        "Networking/Operations/GetWebBillingProductsOperation.swift",
        "Networking/Operations/GetWebOfferingProductsOperation.swift",
        "Networking/Operations/GetWorkflowOperation.swift",
        "Networking/Operations/Handling/CustomerInfoResponseHandler.swift",
        "Networking/Operations/HealthOperation.swift",
        "Networking/Operations/HealthReportAvailabilityOperation.swift",
        "Networking/Operations/HealthReportOperation.swift",
        "Networking/Operations/LogInOperation.swift",
        "Networking/Operations/NetworkOperation.swift",
        "Networking/Operations/PostAdServicesTokenOperation.swift",
        "Networking/Operations/PostAttributionDataOperation.swift",
        "Networking/Operations/PostIsPurchaseAllowedByRestoreBehaviorOperation.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/HealthReportAvailabilityResponse.swift",
        "Networking/Responses/HealthReportResponse.swift",
        "Networking/Responses/IsPurchaseAllowedByRestoreBehaviorResponse.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/VirtualCurrenciesResponse.swift",
        "Networking/Responses/WebBillingProductsResponse.swift",
        "Networking/Responses/WebOfferingProductsResponse.swift",
        "Networking/Responses/WorkflowsResponse.swift",
        "Networking/VirtualCurrenciesAPI.swift",
        "Networking/WebBillingAPI.swift",
        "Networking/WebBillingHTTPRequestPath.swift",
        "Networking/Workflows/WorkflowDetailProcessor.swift",
        "Networking/Workflows/WorkflowResponseAction.swift",
        "Networking/WorkflowsAPI.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/PaywallCountdownComponent.swift",
        "Paywalls/Components/PaywallHeaderComponent.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/Components/PaywallVideoComponent.swift",
        "Paywalls/Components/Transitions/PaywallAnimation.swift",
        "Paywalls/Components/Transitions/PaywallTransition.swift",
        "Paywalls/Events/CustomPaywallEvent.swift",
        "Paywalls/Events/CustomPaywallImpressionParams.swift",
        "Paywalls/Events/Networking/EventsRequest+CustomPaywallImpression.swift",
        "Paywalls/Events/Networking/EventsRequest+Paywall.swift",
        "Paywalls/Events/PaywallEvent.swift",
        "Paywalls/ExitOffer.swift",
        "Paywalls/Locale+Comparison.swift",
        "Paywalls/PaywallCacheWarming.swift",
        "Paywalls/PaywallColor.swift",
        "Paywalls/PaywallData+Localization.swift",
        "Paywalls/PaywallData.swift",
        "Paywalls/PaywallFontManagerType.swift",
        "Paywalls/PaywallSource.swift",
        "Paywalls/PaywallViewMode.swift",
        "Paywalls/SubscriptionHistoryTracker.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/ProductsManagerFactory.swift",
        "Purchasing/ProductsManagerType.swift",
        "Purchasing/ProductsRequestFactory.swift",
        "Purchasing/PurchaseOwnershipType.swift",
        "Purchasing/Purchases/Attribution.swift",
        "Purchasing/Purchases/LocalTransactionMetadata.swift",
        "Purchasing/Purchases/LocalTransactionMetadataStore.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/TransactionMetadataSyncHelper.swift",
        "Purchasing/Purchases/TransactionNotifications.swift",
        "Purchasing/Purchases/TransactionPoster.swift",
        "Purchasing/ReceiptFetcher.swift",
        "Purchasing/ReceiptRefreshPolicy.swift",
        "Purchasing/SimulatedStore/SimulatedStoreProduct.swift",
        "Purchasing/SimulatedStore/SimulatedStoreProductsManager.swift",
        "Purchasing/SimulatedStore/SimulatedStorePurchaseHandler.swift",
        "Purchasing/SimulatedStore/SimulatedStorePurchaseUI.swift",
        "Purchasing/SimulatedStore/SimulatedStoreTransaction.swift",
        "Purchasing/SimulatedStore/WebBillingProduct+SimulatedStoreProduct.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/StoreKit2PromotionalOfferPurchaseOptions.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/TestStoreTransaction.swift",
        "Purchasing/StoreKitAbstractions/TransactionReason.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+Appstack.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/PaymentAuthorizationProvider.swift",
        "Support/PaywallExtensions.swift",
        "Support/PurchasesDiagnostics.swift",
        "Support/SDKHealthError+CustomNSError.swift",
        "Support/SDKHealthManager.swift",
        "Support/StoreMessageType.swift",
        "Support/StoreMessagesHelper.swift",
        "Support/SwiftVersionCheck.swift",
        "Virtual Currencies/VirtualCurrencies.swift",
        "Virtual Currencies/VirtualCurrency.swift",
        "Virtual Currencies/VirtualCurrencyManager.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.