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

Turn on Swift 6 mode in examples project. #247

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mbrandonw
Copy link
Member

I noticed a small Swift 6 problem in the examples app and realized that Swift 6 mode was not turned on. This does not turn on Swift 6 for the CaseStudiesTests target because all of our assertEventually… test helpers use @MainActor auto closures, and I can't figure out how to appease Swift to execute them.

@mbrandonw mbrandonw changed the title Turn off Swift 6 mode in examples project. Turn on Swift 6 mode in examples project. Oct 30, 2024
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.

1 participant