duckduckgo / iOS

DuckDuckGo iOS Application

Home Page:https://itunes.apple.com/us/app/duckduckgo-privacy-browser/id663592361?mt=8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift 6 Strict Concurrency Support

pappalar opened this issue · comments

Hello!

Wanted to make a report for future codebase evolution.
I tested the develop branch with complete Strict Concurrency flag, that will be the default in Swift 6 and noticed that the codebase would not compile due to @mainactor and some Sendable conformance missing.