This is minor and not a bug as far as I understand.
Seems the cast do succeed as everything works as expected.
Build warning is being raised though and pollutes build output.
Maybe it would be possible to replace the cast with NSString.create(string = s1) or add a suppress in the generated class if we are sure it is a false warning.
This is minor and not a bug as far as I understand.
Seems the cast do succeed as everything works as expected.
Build warning is being raised though and pollutes build output.
Maybe it would be possible to replace the cast with NSString.create(string = s1) or add a suppress in the generated class if we are sure it is a false warning.