You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Library/Core/Validatable.swift
+1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ extension Validatable {
31
31
/**
32
32
Validates this entity and asserts if it encounters a invalid situation, a validatable should also validate it sub-validatables if it has any. In -O builds (the default for Xcode's Release configuration), validation is not evaluated, and there are no effects.
33
33
*/
34
+
@available(*, deprecated, message="Use validate() instead, preferably from a testcase.")
0 commit comments