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
Convert more package collections code to async/await (#7739)
### Motivation:
Safer more readable code ready for Swift 6.
### Modifications:
Moved `PackageCollectionProvider` to `async`/`await`.
### Result:
Removed numerous completion handler methods.
0 commit comments