We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccc87f commit 977ef19Copy full SHA for 977ef19
lib/Macros/Sources/ObservationMacros/Availability.swift
@@ -86,7 +86,7 @@ extension AttributeListSyntax.Element {
86
if let availability = ifConfig.availability {
87
return .ifConfigDecl(availability)
88
}
89
- default:
+ @unknown default:
90
break
91
92
return nil
0 commit comments