Closed TheGnuGod closed 1 month ago
Because the package.swift doesn't have the // swift-tools-version: whatever comment, Swift is assuming it's on 3.1.0, which isn't valid anymore.
package.swift
// swift-tools-version: whatever
Because the
package.swift
doesn't have the// swift-tools-version: whatever
comment, Swift is assuming it's on 3.1.0, which isn't valid anymore.