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 d4409f3 commit a30e2dcCopy full SHA for a30e2dc
Sources/SwiftIfConfig/BuildConfiguration.swift
@@ -44,7 +44,8 @@ public enum CanImportVersion {
44
/// be imported is a complicated task only implemented in the Swift compiler.
45
/// Therefore, queries are permitted to throw an error to report when they
46
/// cannot answer a query, in which case this error will be reported to
47
-/// the caller.
+/// the caller and the condition will be treated as being "false", so the
48
+/// code covered by the condition will be inactive.
49
public protocol BuildConfiguration {
50
/// Determine whether a given custom build condition has been set.
51
///
0 commit comments