Let’s start with the problem:
class IfOrLet {
private var string1: String? = "some string 1"
init {
if(string1 != null) {
...
For further actions, you may consider blocking this person and/or reporting abuse
++1 let is threadsafe