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

Use _NIOFileSystem for file system operations.

Open zaneenders opened this issue 4 months ago • 1 comments

Motivation: Add support for _NIOFileSystem to move away from OSFileSystem as per issue #76.

Modifications: Add SDKFileSystem that uses _NIOFileSystem. Change default AsyncFileSystem to SDKFileSystem

Result:

Using Swift NIO for file system operations.

zaneenders avatar Sep 30 '24 01:09 zaneenders