SwiftGen-L10n v0.3.0 Release Notes

    • 0️⃣ Reducted the default code generated by SwiftGenColorEnumBuilder to avoid clobbering the UIColor namespace
    • 🔄 Changed the "namespacing enum" in UIStoryboard to a struct to avoid confusion with the inner enums
    • The UIStoryboard.Scene enums now use static func instead of static var for the dedicated ViewController constructors

    because it feels more explicit that calling a function like UIStoryboard.Scene.Wizard.validatePasswordViewController() will actually instantiate a new ViewController, rather than returning an existing one.