Hi everyone,
The review of SE-0492 "Section Placement Control" begins now and runs through October 6, 2025.
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 via the forum messaging feature. When contacting the review manager directly, please keep the proposal link at the top of the message.
Try it out
Development toolchains built from main
have this feature available as an experimental feature with the name SymbolLinkageMarkers
. The attribute names also have underscores, i.e., @_section
and @_used
, as does the #if
check (_objectFileFormat
).
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 https://github.com/swiftlang/swift-evolution/blob/main/process.md .
Thanks for contributing to Swift!
Doug Gregor
Review Manager