Sensibility is agnostic to actor isolation. You can make a struct isolate on the main actor, which would by default be Sendable. But you can then go further and declare it to be not Sendable.
Same applies for protocols and generic constraints
Sensibility is agnostic to actor isolation. You can make a struct isolate on the main actor, which would by default be Sendable. But you can then go further and declare it to be not Sendable.
Same applies for protocols and generic constraints