Have there been any changes in recent versions of SwiftyDropbox to accommodate any new security restrictions on Ventura?
I developed a macOS app with a FileProvider Finder extension, which initialises smoothly under Monterey and earlier versions; however, some people installing it on Ventura are reporting a whole string of "Allow / Deny / Always Allow" dialogs repeatedly asking the user to enter the "login" keychain password to access "com.<companyname>.<appname>.dropbox.authv2". So it looks like something might have changed in Ventura's default security handling.
The app was built with SwiftyDropbox 8.2.1; I did a minor tweak to the OAuth Keychain code, to make sure it saved the tokens to a keychain related to an app group (so it can be accessed both by my main app and the extension). So I'm trying to work out whether this is a known issue related to Ventura and I should update the app to use SwiftyDropbox 9.2, or whether the issue is something I need to fix outside of SwiftyDropbox!