FileHandle(forWritingTo:) throws when file doesn't exist — it opens, not creates. Changed to Data.append + Data.write which creates the file automatically.
FileHandle(forWritingTo:) throws when file doesn't exist — it opens, not creates. Changed to Data.append + Data.write which creates the file automatically.