Skip to content

Commit af08da4

Browse files
rnroglbrntt
andauthored
Enable MemberImportVisibility check on all targets (#19)
Enable MemberImportVisibility check on all targets. Use a standard string header and footer to bracket the new block for ease of updating in the future with scripts. --------- Co-authored-by: George Barnett <[email protected]>
1 parent a2834ea commit af08da4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ let defaultSwiftSettings: [SwiftSetting] = [
4343
.swiftLanguageMode(.v6),
4444
.enableUpcomingFeature("ExistentialAny"),
4545
.enableUpcomingFeature("InternalImportsByDefault"),
46+
.enableUpcomingFeature("MemberImportVisibility"),
4647
]
4748

4849
let targets: [Target] = [

0 commit comments

Comments
 (0)