SwiftUI RasterSource doesn't allow expected use of .scheme
property
#2258
Labels
bug 🪲
Something is broken!
.scheme
property
#2258
Environment
Observed behavior and steps to reproduce
Trying to set the
.scheme
property as normal gives a compiler error as shown:As I workaround, I can do this instead:
Expected behavior
.scheme
should be settable as expected inline as follows:Notes / preliminary analysis
Unclear why this is different - the property appears to be declared in a similar fashion to the others, e.g.
Here's what Claude had to say:
The text was updated successfully, but these errors were encountered: