apple / swift-openapi-urlsession

URLSession transport for Swift OpenAPI Generator.
https://swiftpackageindex.com/apple/swift-openapi-urlsession/documentation
Apache License 2.0
160 stars 29 forks source link

Add visionOS to available annotations #41

Open simonjbeaumont opened 10 months ago

simonjbeaumont commented 10 months ago

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.

simonjbeaumont commented 10 months ago

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.