Skip to content

Commit

Permalink
Remove duplicated flag
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Dec 17, 2024
1 parent 63c7857 commit f0790d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ let swiftSettings: [SwiftSetting] = [
// https://github.com/swiftlang/swift-evolution/blob/main/proposals/0409-access-level-on-imports.md
.enableUpcomingFeature("InternalImportsByDefault"),
.enableExperimentalFeature("AccessLevelOnImport"),
// https://github.com/swiftlang/swift-evolution/blob/main/proposals/0444-member-import-visibility.md
.enableUpcomingFeature("MemberImportVisibility"),
]

let package = Package(
Expand Down

0 comments on commit f0790d4

Please sign in to comment.