SwiftCron icon indicating copy to clipboard operation
SwiftCron copied to clipboard

Can't import from Swift 5.3.2 / Xcode 12

Open nicwaller opened this issue 5 years ago • 0 comments

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

image

Steps to reproduce

  1. Create a new Swift project in Xcode 12
  2. File > Swift Packages > Add Package Dependency...
  3. Paste URL https://github.com/TheCodedSelf/SwiftCron.git
  4. Branch = master

nicwaller avatar Jan 14 '21 17:01 nicwaller