Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Swift 5.5 / Xcode 13 #57

Merged
merged 1 commit into from
Jun 9, 2021
Merged

Conversation

siejkowski
Copy link
Contributor

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 this context, it must be wrapped in backticks.

Change is compatible with previous Swift versions.

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 this context, it must be wrapped in backticks.

Change is compatible with previous Swift versions.
@codecov
Copy link

codecov bot commented Jun 8, 2021

Codecov Report

Merging #57 (28510ef) into master (743fbf2) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #57   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           75        57   -18     
=========================================
- Hits            75        57   -18     
Impacted Files Coverage Δ
Sources/AwaitKit/DispatchQueue+Await.swift 100.00% <100.00%> (ø)
Sources/AwaitKit/DispatchQueue+Async.swift 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 743fbf2...28510ef. Read the comment docs.

@yannickl
Copy link
Owner

yannickl commented Jun 9, 2021

Unfortunately my internet connection is really bad and I can't download the last Xcode... :( And so I can't test it locally yet. I mostly trust you there (it looks good to me though).

Thanks for the help!

@yannickl yannickl merged commit 4b725f4 into yannickl:master Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants