swift-nio
swift-nio copied to clipboard
Support for Vision
Hi. In certain places like Source/NIOFileSystem/FileSystem there is:
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(Linux) || os(Android)
Can you please add os(visionOS) to this across the project. Thanks.