Skip to content

Release version 12.1.0 (#1407)

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 13:00
9203671

Features:

  • Added support for declaring typealias and lambda elements inside a struct.
  • 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.