line 24 should be changed to: let profileImageURL = json["**profile_image_url_https**"] as? String, this will use the https url; Apple won't let you load from http links
line 24 should be changed to:
let profileImageURL = json["profile_image_url_https"] as? String,
this will use the https url; Apple won't let you load from http links