Skip to content

AwaitKit doesn't compile in Xcode 13 / Swift 5.5 #58

@siejkowski

Description

@siejkowski

The introduction of async/await in Swift 5.5 (https://github.com/apple/swift-evolution/blob/main/proposals/0296-async-await.md) promoted the "await" word to keyword. Therefore to use it in the context of function call, it must be wrapped in backticks, just as for the methods called with other language keywords.

I've made a PR that adds the backticks in the right place: #57

Change is compatible with previous Swift versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions