jmjauer
(Johannes Auer)
1
Using @preconcurrency import silences the warnings for not yet Sendable annotated types from frameworks. I there a way to silence these warnings for sdtlib types (like AsyncStream)?
xwu
(Xiaodi Wu)
2
Have you tried @preconcurrency import Swift?
jmjauer
(Johannes Auer)
3
I tried it, but it does not silence the warnings.