I am trying to use the following package in a project:
https://github.com/richardtop/CalendarKit.git
When I try adding the package via the Swift Package Manager, I get an error about toolchain versions (please see the pic below). I am using XCode 12.4, and my computer is too old to install 12.5.
I tried installing the latest toolchain, but it did not resolve the problem:
Does anyone know if I can get the package to recognize the v5 toolchain I installed?
I've updated the toolchain to 5.3
, so now there should be no problems of installing CalendarKit with that Swift Toolchain version.