Swift Concurrency focuses on the issue of synchronously waiting for async work.Swift follows the philosophy of failing fast and making users aware of potential deadlock problems upfront.SwiftUI and actors have limited support for dealing with async state, leading to painful rearchitecting.The challenge lies in distinguishing between safe and unsafe blocking of threads in async code.