Expression implicitly coerced from ‘String?’ to ‘Any’- WHY SWIFT, WHY :(
A common warning in Swift

Error messages in Swift can be troublesome, particularly if you have a manager who demands that you remove any warnings from your code before committing to your repository.
This article will explain warning Expression implicitly coerced from ‘String?’ to ‘Any’
can be avoided…