ConditionallySourceKitFree
public protocol ConditionallySourceKitFree : Rule
A rule that may or may not require SourceKit depending on its configuration.
-
Whether this rule is currently configured in a way that doesn’t require SourceKit.
Declaration
Swift
var isEffectivelySourceKitFree: Bool { get }