-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
kind:improvementtriagedIssue has been reviewed by Stripe and is being tracked internallyIssue has been reviewed by Stripe and is being tracked internally
Description
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
Labels
kind:improvementtriagedIssue has been reviewed by Stripe and is being tracked internallyIssue has been reviewed by Stripe and is being tracked internally