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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -298,6 +298,7 @@ extension Option {
298
298
publicstaticletenableExperimentalCxxInterop:Option=Option("-enable-experimental-cxx-interop",.flag, helpText:"Allow importing C++ modules into Swift (experimental feature)")
299
299
publicstaticletenableExperimentalDistributed:Option=Option("-enable-experimental-distributed",.flag, attributes:[.helpHidden,.frontend,.noDriver,.moduleInterface], helpText:"Enable experimental 'distributed' actors and functions")
300
300
publicstaticletenableExperimentalEagerClangModuleDiagnostics:Option=Option("-enable-experimental-eager-clang-module-diagnostics",.flag, attributes:[.helpHidden,.frontend,.noDriver,.moduleInterface], helpText:"Enable experimental eager diagnostics reporting on the importability of all referenced C, C++, and Objective-C libraries")
301
+
publicstaticletenableExperimentalFeature:Option=Option("-enable-experimental-feature",.separate, attributes:[.frontend], helpText:"Enable an experimental feature")
publicstaticletexperimentalTypeInferenceFromDefaults:Option=Option("-enable-experimental-type-inference-from-defaults",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Enable experimental support for generic parameter inference from default values")
311
+
publicstaticletenableFutureFeature:Option=Option("-enable-future-feature",.separate, attributes:[.frontend], helpText:"Enable a feature that will be introduced in a future language version")
310
312
publicstaticletenableExperimentalVariadicGenerics:Option=Option("-enable-experimental-variadic-generics",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Enable experimental support for variadic generic types")
311
313
publicstaticletenableExplicitExistentialTypes:Option=Option("-enable-explicit-existential-types",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Enable experimental support for explicit existential types")
312
314
publicstaticletenableImplicitDynamic:Option=Option("-enable-implicit-dynamic",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Add 'dynamic' to all declarations")
0 commit comments