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.
SWIFT_OBSERVATION_MACROS
1 parent 8a16c8b commit d6962f3Copy full SHA for d6962f3
stdlib/public/Observation/Sources/Observation/Macros.swift
@@ -9,8 +9,6 @@
9
//
10
//===----------------------------------------------------------------------===//
11
12
-#if SWIFT_OBSERVATION_MACROS
13
-#if compiler(>=5.8) && hasAttribute(attached)
14
@available(SwiftStdlib 5.9, *)
15
@attached(member)
16
@attached(memberAttribute)
@@ -22,5 +20,3 @@ public macro Observable() =
22
20
@attached(accessor)
23
21
public macro ObservableProperty() =
24
#externalMacro(module: "ObservationMacros", type: "ObservablePropertyMacro")
25
-#endif
26
0 commit comments