Hello, I am new to Swift and am trying to build out my login/sign up page. I have successfully installed/initialized Supabase as my backend. My app was running great until I attempted to add the ability to keep the user logged in across app sessions. This error consistently appears when trying to do so: "Value of type 'Session' has no member 'session'" Can somebody assist me ? If you need to see additional parts of my code let me know! All package dependencies are up to date. User data was being saved and authenticated in Supabase flawlessly prior to me attempting to make this change: Keep user logged in across launch sessions.