Release version 12.1.0 (#1407)
Features:
- Added support for declaring
typealias
andlambda
elements inside astruct
. - Restored support for
internal const
.
Bug fixes:
- Fixed compilation issues in C++, JNI, and CBridge when "overloading over inheritance", i.e. both the child and the
parent types have functions with the same name (but of different signature).
Removed:
- Support for
@Swift(Extension)
attribute was removed.