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
publicstaticletmoduleName:Option=Option("-module-name",.separate, attributes:[.frontend,.synthesizeInterface,.moduleInterface], helpText:"Name of the module to build")
publicstaticletmodulePath:Option=Option("-module-path",.separate, attributes:[.frontend], helpText:"Path to this module's binary swiftmodule artifact (required by debug info)")
710
712
publicstaticletmodule:Option=Option("-module",.separate, attributes:[.noDriver], metaVar:"<name>", helpText:"Names of modules")
711
713
publicstaticletmodule_:Option=Option("--module",.separate, alias:Option.module, attributes:[.noDriver], metaVar:"<name>", helpText:"Names of modules")
712
714
publicstaticletnewDriverPath:Option=Option("-new-driver-path",.separate, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<path>", helpText:"Path of the new driver to be used")
0 commit comments