phoney
phoney
I believe that the implicitly unwrapped optional methods that are getting the warnings can be simply removed. They seem to all be identical to the plain unwrapped optional methods and...
@zeusent Couple questions: Are you using the latest Xcode compiler? When you say you have a similar problem are you referring to your use of ObjectMapper or something else?
There's some discussion of this issue https://bugs.swift.org/browse/SR-6690 and https://bugs.swift.org/browse/SR-637 I think your case may be related to the return type of the functions (but I'm not sure).
Doesn't seem fixed to me. I'm using Xcode 9.4.1 and pod version 3.3 and I see the warnings. Looking at the code I see checks for swift >= 4.1.5 and...