Hello Swift community,
The review of "Member import visibility" begins now and runs through September 23, 2024. The proposal is available here:
https://github.com/swiftlang/swift-evolution/blob/main/proposals/0444-member-import-visibility.md
Reviews are an important part of the Swift evolution process. All review feedback should be either on this forum thread or, if you would like to keep your feedback private, directly to the review manager by email. When emailing the review manager directly, please include "SE-0444" in the subject line.
Trying it out
If you'd like to try this proposal out, you can download a toolchain supporting it here . Any trunk development snapshot dated September 6, 2024 or later should do (newer snapshots may include diagnostic improvements). You will need to add -enable-experimental-feature MemberImportVisibility
to your build flags.
What goes into a review?
The goal of the review process is to improve the proposal under review through constructive criticism and, eventually, determine the direction of Swift. When writing your review, here are some questions you might want to answer in your review:
- What is your evaluation of the proposal?
- Is the problem being addressed significant enough to warrant a change to Swift?
- Does this proposal fit well with the feel and direction of Swift?
- If you have used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?
- How much effort did you put into your review? A glance, a quick reading, or an in-depth study?
More information about the Swift evolution process is available at
swift-evolution/process.md at main · apple/swift-evolution · GitHub
Happy reviewing,
—Becca Royal-Gordon
SE-0444 Review Manager