Skip to content

Commit c03d49a

Browse files
committed
Update to swift 6
1 parent c81c876 commit c03d49a

2 files changed

Lines changed: 44 additions & 48 deletions

File tree

Package.resolved

Lines changed: 39 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
1-
// swift-tools-version:5.3
1+
// swift-tools-version:6.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
55

66
let package = Package(
77
name: "punic",
88
products: [
9-
// Products define the executables and libraries produced by a package, and make them visible to other packages.
10-
.executable(
11-
name: "punic",
12-
targets: ["punic"])
9+
.executable(name: "punic", targets: ["punic"])
1310
],
1411
dependencies: [
15-
.package(url: "https://github.com/tadija/AEXML.git", from: "4.5.0"),
12+
.package(url: "https://github.com/tadija/AEXML.git", from: "4.7.0"),
1613
.package(url: "https://github.com/nvzqz/FileKit.git", from: "6.0.0"),
17-
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.0.2"),
18-
.package(url: "https://github.com/phimage/XcodeProjKit.git", from: "2.1.5")
14+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.1"),
15+
.package(url: "https://github.com/phimage/XcodeProjKit.git", from: "4.0.0")
1916
],
2017
targets: [
2118
.target(

0 commit comments

Comments
 (0)