This update adds support for Swift frameworks.
It allows libraries developers to create wrappers for Swift frameworks. This is an important feature as Swift is becoming popular and many open source projects are written in Swift.
Example: https://www.b4x.com/android/forum/threads/iswiftybutton.75551/#content
Note that there are Swift features that are not supported by Objective C and will therefore not be exposed: https://developer.apple.com/library....html#//apple_ref/doc/uid/TP40014216-CH4-ID53
Swift frameworks are supported by iOS 8+ and require Xcode 8 (if using a local builder).
It allows libraries developers to create wrappers for Swift frameworks. This is an important feature as Swift is becoming popular and many open source projects are written in Swift.
Example: https://www.b4x.com/android/forum/threads/iswiftybutton.75551/#content
Note that there are Swift features that are not supported by Objective C and will therefore not be exposed: https://developer.apple.com/library....html#//apple_ref/doc/uid/TP40014216-CH4-ID53
Swift frameworks are supported by iOS 8+ and require Xcode 8 (if using a local builder).