I get the same warning in XCode14.3.
The warning is pointing at an Apple framework, AppleScriptObjC.framework.
@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate
{
override init()
{
Bundle.main.loadAppleScriptObjectiveCScripts() // warning here
...
}
...
}