How to use Dynamic Member Lookup in Swift SE-0195 has been approved, so here’s a guide to get you started. Swift Evolution proposal SE-0195 brings Swift closer in behavior to scripting languages, but does so in a type-safe way – you don’t lose any of Swift’s safety, but you do gain the ability to write the kind of code you’re more likely to see in PHP and Python. In this article I want to walk you