In the world of concurrent programming, Swift's actors provide a powerful abstraction for ensuring thread-safety and avoiding common concurrency pitfalls like data races. However, one design decision that might surprise some developers is the lack of...