MBL-2679: Use stripe-ios-spm module instead of stripe-ios #2568
+10
−10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📲 What
Use the
stripe-ios-spm
mirror repo, instead ofstripe-ios
.🤔 Why
stripe-ios
is our largest downloaded package, clocking in at several gigabytes. Their mirror repostripe-ios-spm
has no git history, making it substantially smaller.One of the biggest time consumers on CircleCI is downloading our SPM packages and then caching them in a workspace. By reducing our SPM package sizes, we shave entire minutes off our build times on CircleCI:

I saw speed-ups of around ~5-6 minutes for the entire build pipeline by making this change.
👀 See
I triple-checked that this is a valid and supported SPM repo: