```swift promise.then { // test 1 }.then { // test 2 }.always { // always 1 } ``` Are not correctly executed on Xcode 12 and the result is not catched.