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: Sources/SwiftOptions/Options.swift
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ extension Option {
86
86
publicstaticletcolorDiagnostics:Option=Option("-color-diagnostics",.flag, attributes:[.frontend,.doesNotAffectIncrementalBuild], helpText:"Print diagnostics in color")
87
87
publicstaticletcompareToBaselinePath:Option=Option("-compare-to-baseline-path",.separate, attributes:[.noInteractive,.argumentIsPath], metaVar:"<path>", helpText:"Compare the built module to the baseline at <path> and diagnose breaking changes using the API digester")
88
88
publicstaticletcompileModuleFromInterface:Option=Option("-compile-module-from-interface",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Treat the (single) input as a swiftinterface and produce a module", group:.modes)
89
+
publicstaticletcompilerAssertions:Option=Option("-compiler-assertions",.flag, attributes:[.frontend,.doesNotAffectIncrementalBuild,.cacheInvariant], helpText:"Enable internal self-checks while compiling", group:.internalDebug)
89
90
publicstaticletcompilerStyleDiags:Option=Option("-compiler-style-diags",.flag, attributes:[.noDriver], helpText:"Print compiler style diagnostics to stderr.")
90
91
publicstaticletcompilerStyleDiags_:Option=Option("--compiler-style-diags",.flag, alias:Option.compilerStyleDiags, attributes:[.noDriver], helpText:"Print compiler style diagnostics to stderr.")
0 commit comments