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

Switch concurrency warnings to complete #523

Open
maxgoedjen opened this issue Jan 25, 2024 · 5 comments
Open

Switch concurrency warnings to complete #523

maxgoedjen opened this issue Jan 25, 2024 · 5 comments

Comments

@maxgoedjen
Copy link
Owner

Once Xcode 15.4 is out.

@PBHDK
Copy link
Contributor

PBHDK commented Apr 3, 2024

Hi @maxgoedjen

Does this have to do with the following error, which is showing up for me in /Users/paul/src/secretive/Sources/Packages/Sources/SmartCardSecretKit/SmartCardStore.swift::120 for instance?

Instance methods of non-Sendable types cannot be marked as '@Sendable'; this is an error in Swift 6

I spent quite a while trying to debug this, but since it's code I didn't touch, I believe it might an issue with the (my?) current toolchain.

@maxgoedjen
Copy link
Owner Author

@PBHDK yeah, that's it – any time you see Sendability mentioned that's related to this, not anything wrong with your toolchain.

@PBHDK
Copy link
Contributor

PBHDK commented Apr 3, 2024

@maxgoedjen oh, that's unfortunate.

Is there an obvious workaround I'm missing? ATM, I'm not able to build because of this ...

@maxgoedjen
Copy link
Owner Author

@PBHDK for the moment, you can turn down the concurrency warnings – there's a few in Xcode settings, and a few in the package. Try setting them to "minimal" or "targeted".

@PBHDK
Copy link
Contributor

PBHDK commented Apr 3, 2024

Will do. Thanks, @maxgoedjen !

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

No branches or pull requests

2 participants