Skip to content

Commit

Permalink
Revert "Enable MemberImportVisibility check on all targets" (#3028)
Browse files Browse the repository at this point in the history
Reverts #3021
  • Loading branch information
rnro authored Dec 16, 2024
1 parent 55d0f72 commit b99b627
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -566,14 +566,3 @@ if Context.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
.package(path: "../swift-system"),
]
}

// --- STANDARD CROSS-REPO SETTINGS DO NOT EDIT --- //
for target in package.targets {
if target.type != .plugin {
var settings = target.swiftSettings ?? []
// https://github.com/swiftlang/swift-evolution/blob/main/proposals/0444-member-import-visibility.md
settings.append(.enableUpcomingFeature("MemberImportVisibility"))
target.swiftSettings = settings
}
}
// --- END: STANDARD CROSS-REPO SETTINGS DO NOT EDIT --- //

0 comments on commit b99b627

Please sign in to comment.