Using CSV and Swift 3.0

Hello, I'm not entirely sure where this goes as I couldn't find a relevant forum to post this in. A couple of notes: 1. I am new to Apple programming and this Swift 3.0. I am working through this tutorial https://makeapppie.com/2016/05/30/how-to-read-csv-files-from-the-web-in-swift/, and I have made it to the "Reading a file" section and completed writing the code for that section. However, I can't seem to follow why Xcode is tossing me an error other than the line seems to be from Swift 2.x and the migration guide seems to be indicating that the line should read something along the lines of "contentsOf: ..." Can someone advise how this line should appear? I'm not clear from looking at the API guide or the migration guide. (It may also be I'm looking at the wrong section, so if someone could show me where they found it, that'd be awesome.) Thanks!

Using CSV and Swift 3.0
 
 
Q