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

SWIFT_STRICT_CONCURRENCY compiler check to complete #50

Open
brenovaladao opened this issue Sep 21, 2023 · 0 comments · May be fixed by #52
Open

SWIFT_STRICT_CONCURRENCY compiler check to complete #50

brenovaladao opened this issue Sep 21, 2023 · 0 comments · May be fixed by #52
Assignees
Labels
WIP Already in progress

Comments

@brenovaladao
Copy link

By default we have this flag as minimal, which is not ideal, I'm updating lea project to have it as complete, and after this change, I started to get warnings from the public types in the Networking library regarding conformance to Sendable

For now, the fix is to import as@preconcurrency import Networking, but ideally we should have the lib ready for this

@matejmolnar matejmolnar self-assigned this Nov 27, 2023
@matejmolnar matejmolnar linked a pull request Nov 27, 2023 that will close this issue
@matejmolnar matejmolnar linked a pull request Dec 6, 2023 that will close this issue
@cejanen cejanen added the WIP Already in progress label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Already in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants