Problem Statement
What capability was expanded in Swift to reduce boiler-plate code via compile-time transformation?
Explanation
Swift now supports macros, enabling compile-time code generation or transformation which reduces the amount of repetitive code you write. This is one of the notable recent additions to the language ecosystem.
Practice Sets
This question appears in the following practice sets: