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
+4
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,7 @@ extension Option {
327
327
publicstaticletemitObjcHeaderPath:Option=Option("-emit-objc-header-path",.separate, attributes:[.frontend,.noInteractive,.argumentIsPath,.supplementaryOutput,.cacheInvariant], metaVar:"<path>", helpText:"Emit an Objective-C header file to <path>")
328
328
publicstaticletemitObjcHeader:Option=Option("-emit-objc-header",.flag, attributes:[.frontend,.noInteractive,.supplementaryOutput], helpText:"Emit an Objective-C header file")
publicstaticletexperimentalHermeticSealAtLink:Option=Option("-experimental-hermetic-seal-at-link",.flag, attributes:[.helpHidden,.frontend], helpText:"Library code can assume that all clients are visible at linktime, and aggressively strip unused code")
456
457
publicstaticletexperimentalLazyTypecheck:Option=Option("-experimental-lazy-typecheck",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Type-check lazily as needed to produce requested outputs")
457
458
publicstaticletexperimentalOneWayClosureParams:Option=Option("-experimental-one-way-closure-params",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Enable experimental support for one-way closure parameters")
459
+
publicstaticletexperimentalPackageInterfaceLoad:Option=Option("-experimental-package-interface-load",.flag, attributes:[.helpHidden,.frontend,.moduleInterface], helpText:"Supports loading a module via .package.swiftinterface in the same package")
458
460
publicstaticletExperimentalPerformanceAnnotations:Option=Option("-experimental-performance-annotations",.flag, attributes:[.helpHidden,.frontend], helpText:"Deprecated, has no effect")
publicstaticletplatformCCallingConvention:Option=Option("-experimental-platform-c-calling-convention",.separate, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Which calling convention is used to perform non-swift calls. Defaults to llvm's standard C calling convention.")
0 commit comments