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

Merged
merged 6 commits into from
Feb 25, 2025
Merged

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
@stephencelis stephencelis merged commit a488fef into main Feb 25, 2025
10 checks passed
@stephencelis stephencelis deleted the swift-6-mode-examples branch February 25, 2025 18:40
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