Swift Runtime with Sourcery
Use Sourcery templating to re-create an Objective-C inspired runtime in Swift.
Perhaps the most important feature of Objective-C (ObjC) is its reflection API; a programmer interface, available at runtime, that provides access to an object’s structure and…