This warning might be going to be an error in Swift 6. Need to fix and remove this warning.
Implementation Details :construction:
By adding this attribute to ChartViewDelegate, we explicitly marked it as MainActor. Since UIViewController and UIView also have the MainActor attribute by default, there should be no practical change in behavior.
Issue Link :link:
Goals :soccer:
This warning might be going to be an error in Swift 6. Need to fix and remove this warning.
Implementation Details :construction:
By adding this attribute to
ChartViewDelegate
, we explicitly marked it as MainActor. Since UIViewController and UIView also have the MainActor attribute by default, there should be no practical change in behavior.