Files
swift-mirror/tools/swift-plugin-server
Max Desiatov b5e8cfb931 swift-plugin-server: update for throwing SwiftSyntax API (#78114)
Depends on https://github.com/swiftlang/swift-syntax/pull/2915

The `main` method on `CompilerPluginMessageListener` can synchronously clean up resources that cannot be dealt with in a deinitializer due to possible errors thrown during the clean up. Usually this includes closure of file handles, sockets, shutting down external processes and IPC resources set up for these processes, etc.
2024-12-12 09:24:17 +00:00
..