vapor-community / Imperial

Federated Authentication with OAuth providers
MIT License
155 stars 48 forks source link

Nil coalescing operator in Optional+Imperial.swift causing error #14

Closed dougpenny closed 6 years ago

dougpenny commented 6 years ago

For some reason, the nil coalescing operator defined in Optional+Imperial.swift is causing the following error in my project:

Ambiguous operator declarations found for operator

Commenting out line 16 removes the error and allows the project to build.