Hey @bonnell 
It´s unbelievable, all my GET and POST Requests with the RestAPI suddenly aren´t working anymore. I didn´t changed any code. This is the code where it crashes:
request.performRequestWithHandler { (data, response, error) -> Void in ``print("performing request...") print(response.statusCode)It says “performing request”, then “403” as statusCode and then “fatal error: unexpectedly found nil while unwrapping an Optional value” and crashes.
Have your an Idee why the status code isn´t 200 anymore and why it crashes?