swiftlang / swift-package-manager

The Package Manager for the Swift Programming Language
Apache License 2.0
9.65k stars 1.31k forks source link

Increase adoption of `async` in manifest loading code #7724

Open MaxDesiatov opened 3 days ago

MaxDesiatov commented 3 days ago

FIXME: this needs reentrancy assertions added, since previously blocking code couldn't be reentrant, but now all async functions on Workspace will.