error: GettingStarted.playground:15:5: error: use of unresolved identifier 'getData'
getData(request: request).thenWithResult { data in
^~~~~~~
error: GettingStarted.playground:17:9: error: use of unresolved identifier 'parse'
parse(data: data)
^~~~~
error: GettingStarted.playground:20:13: error: use of unresolved identifier 'map'
map(data: parsedData)
^~~