swift-sdk-generator icon indicating copy to clipboard operation
swift-sdk-generator copied to clipboard

Replace custom `async` file system wrapper with `NIOFileSystem`

Open MaxDesiatov opened this issue 1 year ago • 7 comments

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.

MaxDesiatov avatar Jan 24 '24 14:01 MaxDesiatov