Adding @preconcurrency to sdtlib types

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)?

Have you tried @preconcurrency import Swift?

I tried it, but it does not silence the warnings.