XCode Swift package manager only shows version 5.x

I’m adding Realm as Swift package into my project, but all it can find is version 5.x, as of now, the latest release version on Realm’s Github page is 10.15.1, is there anything I’m missing?

Thanks!

Hi @Haozhe_Xu ,

The 5.x and 10.x releases are incompatible, and require a specific migration, so the choice of releases has been to make that clear, and avoid accidental upgrades that would break the builds.

If you input a 10.x release into the field, you can build against the most recent versions, i.e.

image

2 Likes

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.