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/ExtraOptions.swift
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ extension Option {
22
22
publicstaticletemitModuleSerializeDiagnosticsPath:Option=Option("-emit-module-serialize-diagnostics-path",.separate, attributes:[.argumentIsPath,.supplementaryOutput], metaVar:"<path>", helpText:"Emit a serialized diagnostics file for the emit-module task to <path>")
23
23
publicstaticletemitModuleDependenciesPath:Option=Option("-emit-module-dependencies-path",.separate, attributes:[.argumentIsPath,.supplementaryOutput], metaVar:"<path>", helpText:"Emit a discovered dependencies file for the emit-module task to <path>")
24
24
publicstaticletuseFrontendParseableOutput:Option=Option("-use-frontend-parseable-output",.flag, attributes:[.helpHidden], helpText:"Emit parseable-output from swift-frontend jobs instead of from the driver")
25
+
publicstaticletprintExplicitDependencyGraph:Option=Option("-print-explicit-dependency-graph",.flag, attributes:[.helpHidden], helpText:"Print the result of module dependency scanning after external module resolution to output")
26
+
publicstaticletprintPreprocessedExplicitDependencyGraph:Option=Option("-print-preprocessed-explicit-dependency-graph",.flag, attributes:[.helpHidden], helpText:"Print the result of module dependency scanning to output")
25
27
26
28
// API digester operations
27
29
publicstaticletemitDigesterBaseline:Option=Option("-emit-digester-baseline",.flag, attributes:[.noInteractive,.supplementaryOutput], helpText:"Emit a baseline file for the module using the API digester")
0 commit comments