Files
swift-mirror/test/Concurrency
Michael Gottesman c14e4b0376 [rbi] Prefer field specific isolation over nominal type isolation when inferring isolation.
Specifically given a nominal type like the following:

```swift
@MainActor
struct Foo {
  @CustomActor var ns: NonSendableKlass
}
```

the isolation for ns should be CustomActor not MainActor.

rdar://160603379
2025-10-22 09:33:44 -07:00
..
2024-12-02 16:54:12 -05:00