Swift reflection?

Is it possible to cocos call functions on swift methods?

I’m trying to implement some native IOS functionality, but all iOS resources today are written on Swift and everyday ObjectiveC is harder to find.

My question is if there is some way we can write native with swift and acess with Cocos.

I’m trying to use iOS Speech Recognition the only resource i’ve found was this:

but i’m having a hard time trying to make this work