You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above line will export the benchmark-runner to all dependents (it'll even show up in Xcode's UI if you add Collections to add as a dependency of your own app/lib).
You can just remove the above line swift run swift-collections-benchmark will still function but it will not be exported to other packages.
The text was updated successfully, but these errors were encountered:
swift-collections/Package.swift
Line 58 in 65a3841
The above line will export the benchmark-runner to all dependents (it'll even show up in Xcode's UI if you add Collections to add as a dependency of your own app/lib).
You can just remove the above line
swift run swift-collections-benchmark
will still function but it will not be exported to other packages.The text was updated successfully, but these errors were encountered: