Skip to content

Commit d5fe83d

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents 6cfd92f + ea3fbf8 commit d5fe83d

File tree

3 files changed

+62
-34
lines changed

3 files changed

+62
-34
lines changed

Sources/SwiftOptions/Option.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public struct OptionAttributes: OptionSet, Hashable {
2525
public static let doesNotAffectIncrementalBuild = OptionAttributes(rawValue: 0x20)
2626
public static let autolinkExtract = OptionAttributes(rawValue: 0x40)
2727
public static let moduleWrap = OptionAttributes(rawValue: 0x80)
28-
public static let indent = OptionAttributes(rawValue: 0x100)
28+
public static let synthesizeInterface = OptionAttributes(rawValue: 0x100)
2929
public static let argumentIsPath = OptionAttributes(rawValue: 0x200)
3030
public static let moduleInterface = OptionAttributes(rawValue: 0x400)
3131
public static let supplementaryOutput = OptionAttributes(rawValue: 0x800)

0 commit comments

Comments
 (0)