Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depend on specific products from swift-collections #307

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

erichoracek
Copy link
Contributor

Before this change, once consumers update to SwiftCollections 1.1.0 they'll pull in all of the new collection dependencies (HashTree, BitCollections, etc.). In our case, this increased our binary size by ~1MB. To fix this, we switch to only depending on what we need.

Before this change, once consumers update to SwiftCollections 1.1.0 they'll pull in all of the new collection dependencies (HashTree, BitCollections, etc.). In our case, this increased our binary size by ~1MB. To fix this, we switch to only depending on what we need.
Package.swift Outdated Show resolved Hide resolved
@erichoracek erichoracek changed the title Only depend on OrderedCollections from swift-collections Depend on specific products from swift-collections Feb 16, 2024
@FranzBusch
Copy link
Member

@swift-ci please test

@FranzBusch FranzBusch merged commit d162617 into apple:main Feb 28, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants