Closed igorkulman closed 4 years ago
Any reason the Package.swift starts with // swift-tools-version:5.2?
Package.swift
// swift-tools-version:5.2
Because of this the package cannot be added via Xcode 11.3.1. I think there is nothing Swift 5.2. specific in the source code.
@igorkulman Oh, I just didn't know. I just fixed it with // swift-tools-version:5.0!
// swift-tools-version:5.0
Thanks
Any reason the
Package.swift
starts with// swift-tools-version:5.2
?Because of this the package cannot be added via Xcode 11.3.1. I think there is nothing Swift 5.2. specific in the source code.