[Accepted] SE-0044: Import as member

Proposal link: swift-evolution/0044-import-as-member.md at master · apple/swift-evolution · GitHub

The review of SE-0044 “Import as member” ran from March 15...22, 2016. The proposal has been *accepted*.

While there wasn’t a huge amount of feedback, all of the feedback received was positive. During the review period, the proposal was amended to support mapping getter/setter functions to subscripts (via the swift_name attribute) and to support importing instance members into an extension of an Objective-C protocol.

The core team has requested one small change to the proposal: that the “newValue” placeholder name introduced for the value parameter of subscript setters also be required for the value parameter of property setters, for consistency.

Cheers,
Doug Gregor
Review Manager