Skip to content

Commit

Permalink
Enable MemberImportVisibility check on all targets (#19)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rnro and glbrntt authored Dec 11, 2024
1 parent a2834ea commit af08da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ let defaultSwiftSettings: [SwiftSetting] = [
.swiftLanguageMode(.v6),
.enableUpcomingFeature("ExistentialAny"),
.enableUpcomingFeature("InternalImportsByDefault"),
.enableUpcomingFeature("MemberImportVisibility"),
]

let targets: [Target] = [
Expand Down

0 comments on commit af08da4

Please sign in to comment.