I was trying to update my Vapor packages and JWT fails due to:
error: Dependencies could not be resolved because root depends on 'jwt' 5.0.0-beta.4..<6.0.0.
'jwt' >= 5.0.0-beta.4 cannot be used because 'jwt' >= 5.0.0 contains incompatible tools version (6.0.0) and no versions of 'jwt' match the requirement 5.0.0-beta.4..<5.0.0.
Right now I'm running Xcode 15.4 with swift 5.10 and my app's package specifies 5.0.0-beta.4. Looks like I cannot upgrade to the latest unless I run Xcode 16? Is this correct?