It seems that for some reason Swift have chosen to make coding in it less readable by forcing users to remove completion handler parameter labels. I have read the Swift dis
Semi-workaround, note the _
completion: (_ success: Bool) -> Void