Errors when coding JSON Parsing Tutorial

I’m currently following the JSON Parsing Tutorial and have just run my code after getting to 21 minutes, but I have received lots of errors. Does anyone know how to fix these?
I have included an image for reference.

As the first error indicates, the URL you are trying to load starts with http instead of https. There are two solutions to this issue:

  1. Use an https URL
  2. Add the key Allow Arbitrary Loads in Web Content to your Info.plist file, as in the image below.