swift-openapi-urlsession
swift-openapi-urlsession copied to clipboard
Add visionOS to available annotations
Motivation
As per #38, this isn't strictly necessary but we can be explicit by adding visionOS to the availability annotations.
Modifications
Add visionOS 1 to the list of platforms in @available annotations.
Result
All supported platforms are listed in the @available annotations.
Test Plan
None.
Converting this PR to a draft for now because the Linux toolchain doesn't understand this yet. Opened https://github.com/apple/swift-openapi-generator/issues/414 to keep track of this.