SwiftCron
SwiftCron copied to clipboard
Can't import from Swift 5.3.2 / Xcode 12
Using Xcode 12 with Swift 5.3.2, I am unable to import this package.
package at 'https://github.com/TheCodedSelf/SwiftCron.git' @ d633279e53c010c4e639971fa020513d6d2c3b9c is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version:5.3' to specify the current tools version
Steps to reproduce
- Create a new Swift project in Xcode 12
- File > Swift Packages > Add Package Dependency...
- Paste URL
https://github.com/TheCodedSelf/SwiftCron.git - Branch =
master