I anticipate a long future of an ambiguous meaning of `@\unchecked Sendable`:

Meaning 1 (the official meaning):
This type is Sendable, but it cannot be proven due to limitations of the compiler, language, or frameworks.

Meaning 2 (the…other meaning):
This type is totally NOT Sendable, but I am way too tired to make it so. Please forgive me, those who suffer what I do today.

I fear in the not-to-distant future we will regret that these have the same spelling.

@cocoaphony Many people will never accept a force-unwrap even though it is super easy to do. I agree it isn’t as impactful, not by a long shot. But I think many developers will just not accept unchecked in the same way.
@mattiem @cocoaphony maybe it should be `@uncheckedSendable!` heh bangs are scary

@cwagdev @cocoaphony ha!

But you know, I don't think you should be afraid of unchecked. I just think it always requires justification. Sometimes people are using it to "shut up the compiler" and I think that is something they will regret doing in the long run, even if it is really tempting right now.

@mattiem @cocoaphony I’d wager 90% of the usage is to shut up the compiler lol