swift-sdk-generator
swift-sdk-generator copied to clipboard
Replace custom `async` file system wrapper with `NIOFileSystem`
We currently have our own, not necessarily well-tested or valid implementation of async
file system APIs in https://github.com/apple/swift-sdk-generator/tree/main/Sources/GeneratorEngine/FileSystem. With NIOFileSystem
now available in SwiftNIO 2.63, we should use that instead.