I'm trying to reference my Firebase class but it's saying I can't find the module...This is strange because everything else in my Firebase is working like:
FIRAuth.auth()?.createUserWithEmail
is working no problem and signing in works too
but when I'm trying to do
let firebase = Firebase(url: "url.com")
I get my module not found problem...

I'm fairly certain I installed it correctly and I tried to follow the advice that people have posted on here already but I'm either doing it wrong or can't figure it out. This is what my build phases looks like. 