swift
b5e8cfb9 - swift-plugin-server: update for throwing SwiftSyntax API (#78114)

Commit
1 year ago
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.
Author
Parents
Loading