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
@@ -134,6 +134,8 @@ extension Option {
134
134
publicstaticletdebugTimeFunctionBodies:Option=Option("-debug-time-function-bodies",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Dumps the time it takes to type-check each function body")
135
135
publicstaticletdebuggerSupport:Option=Option("-debugger-support",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Process swift code as if running in the debugger")
136
136
publicstaticletdebuggerTestingTransform:Option=Option("-debugger-testing-transform",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Instrument the code with calls to an intrinsic that record the expected values of local variables so they can be compared against the results from the debugger.")
publicstaticletdefaultIsolation:Option=Option("-default-isolation",.separate, attributes:[.frontend], metaVar:"MainActor|nonisolated", helpText:"Specify the default actor isolation: MainActor or nonisolated. Defaults to nonisolated.")
137
139
publicstaticletdefineAvailability:Option=Option("-define-availability",.separate, attributes:[.frontend,.noInteractive], metaVar:"<macro>", helpText:"Define an availability macro in the format 'macroName : iOS 13.0, macOS 10.15'")
138
140
publicstaticletdefineDisabledAvailabilityDomain:Option=Option("-define-disabled-availability-domain",.separate, attributes:[.helpHidden,.frontend,.noInteractive], metaVar:"<domain>", helpText:"Defines a custom availability domain that is unavailable at compile time")
139
141
publicstaticletdefineDynamicAvailabilityDomain:Option=Option("-define-dynamic-availability-domain",.separate, attributes:[.helpHidden,.frontend,.noInteractive], metaVar:"<domain>", helpText:"Defines a custom availability domain that can be enabled or disabled at runtime")
0 commit comments