I'm encountering a persistent issue after transitioning my project from Xcode 14.3.1 to Xcode 15.0.1, with the iOS build target initially set at 13.0 and also tested on 14.0. The problem persists across both iOS targets. The specific error is: "Stored properties cannot be marked unavailable with '@available'" found in AAChartModel.swift at line 504. Despite attempting solutions suggested in similar GitHub issue threads, the error remains unresolved. This seems to be a compatibility issue with Xcode 15.0.1, particularly concerning the @available attribute usage on stored properties within the AAChartKit-Swift library.
I tried to resolve the package's latest version and researched package dependency, but I didn't fix it.
