ChimeHQ / LanguageClient

Language Server Protocol (LSP) client for Swift
BSD 3-Clause "New" or "Revised" License
93 stars 10 forks source link

No such module 'AnyCodable' in 0.3.0 #2

Closed intitni closed 1 year ago

intitni commented 1 year ago

Hi,

Just trying out this package. But Xcode complains that there is no module called AnyCodable. I noticed that the last commit says it removed AnyCodable and replaced it with LSPAny, but at the top of the files, AnyCodable is still imported. Should they be removed?

mattmassicotte commented 1 year ago

Yes they definitely should and thank you for reporting this. Kind of unclear how this mistake got pass me. Now fixed on main and I'll be making a new release in a moment.