Skip to content

[Feature] SPM Improvement  #2842

@ryang1428

Description

@ryang1428

Is your feature request related to a problem? Please describe.

  • When bringing in the SDK via Swift Package Manager, in the current setup when downloading the Stripe package, it also needs to compile the code. This increases compile time, which for us is important as we pay for build minutes for our CI (via Git Actions).

Describe the solution you'd like

  • Provide a swift package that references binary targets of xcframeworks
    • Here's an example of another SDK we use which does this

Describe alternatives you've considered

  • We currently cannot leverage SPM and import the SDK using the xcframework, which just increases the effort to keep the SDK updated. Going this route also muddies up our commit history, we've seen some updates contain over 1m changes (most of which are JSON files we found).

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind:improvementtriagedIssue has been reviewed by Stripe and is being tracked internally

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions