I am receiving the error "Index out of range" when I reload my tableview. If I comment out tableView.reloadData and print the array count it shows a full array, however when I have it in the main dispatch queue it will print an empty array and cause an error.I am receiving the error "Index out of range" w