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 05293f2 commit 3866535Copy full SHA for 3866535
stdlib/public/SDK/ARKit/ARKit.swift
@@ -17,6 +17,7 @@ extension ARCamera {
17
/**
18
A value describing the camera's tracking state.
19
*/
20
+ @_frozen
21
public enum TrackingState {
22
public enum Reason {
23
/** Tracking is limited due to initialization in progress. */
stdlib/public/SDK/Dispatch/Dispatch.swift
@@ -121,7 +121,7 @@ public struct DispatchQoS : Equatable {
121
}
122
123
///
124
-
+@_frozen
125
public enum DispatchTimeoutResult {
126
case success
127
case timedOut
0 commit comments