Skip to content

Commit

Permalink
specify Swift v5 for SwiftPM
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineDominion authored Jun 25, 2019
1 parent f918bde commit 5e5f6c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// swift-tools-version:5.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

Expand All @@ -11,10 +10,7 @@ let package = Package(
name: "SwiftCSV",
targets: ["SwiftCSV"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
],
swiftLanguageVersions: [.v5],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
Expand Down

0 comments on commit 5e5f6c2

Please sign in to comment.