Holly Borla

Results 49 comments of 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...

@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...

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...