We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31aa63 commit 94f8e7cCopy full SHA for 94f8e7c
Tool/Sources/XcodeInspector/XcodeInspector.swift
@@ -18,6 +18,7 @@ public enum XcodeInspectorActor: GlobalActor {
18
public static let shared = Actor()
19
}
20
21
+#warning("TODO: Consider rewriting it with Swift Observation")
22
public final class XcodeInspector: ObservableObject {
23
public static let shared = XcodeInspector()
24
0 commit comments