Closed bsdavidson closed 3 years ago
The use of @availability on enum cases with values were removed in https://github.com/apple/swift/commit/511ada4a50b9dd16a389b1aa9c1069e8e3f49046
@availability
There are already guards in other places to prevent using this in versions less than iOS13, so this PR just removes the annotation.
The use of
@availability
on enum cases with values were removed in https://github.com/apple/swift/commit/511ada4a50b9dd16a389b1aa9c1069e8e3f49046There are already guards in other places to prevent using this in versions less than iOS13, so this PR just removes the annotation.