Holly Borla
Holly Borla
I believe @gottesmm or @ktoso fixed this recently
@ktoso is starting to build a general runtime entry point to support this in https://github.com/swiftlang/swift/pull/75200
> The concurrency runtime function could also accept more parameters to allow the compiler to feed through information from the type checker, such as why the expected isolation is what...
@moreindirection are you compiling with `-strict-concurrency=complete`? This is expected behavior under minimal concurrency checking, because the `@MainActor` annotation on `UIView` is considered to be `@preconcurrency`.
I see the reported behavior only with minimal checking. When you turn on complete checking or Swift 6 mode, the diagnostic comes back. This is expected behavior because `UIView` is...
Only during archive builds, the error `Command SwiftCompile failed with a nonzero exit code` occurs.
@ukit-tokyo could you please paste more of the stack trace? I need more information about where the crash is in order to triage the issue.
Is there a corresponding main PR? Could you please link it in the description? EDIT: I see it, sorry, I was confused because the the "original PR" and "issue" labels...
@swift-ci please smoke test
Ah sorry, I'm triaging fairly quickly to make progress through the large backlog of untraiged issues. I saw `Sendable` and "ABI difference between Swift 5 and Swift 6" and assumed...