Skip to content

Commit

Permalink
Enable Swift 6 language mode
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitepower18 committed Sep 11, 2024
1 parent cdf6794 commit 0a08baf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.10
// swift-tools-version: 6.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -16,6 +16,10 @@ let package = Package(
// Targets are the basic building blocks of a package, defining a module or a test suite.
// Targets can depend on other targets in this package and products from dependencies.
.target(
name: "EmailClientHelper"),
name: "EmailClientHelper",
swiftSettings: [
.swiftLanguageMode(.v6)
]
),
]
)

0 comments on commit 0a08baf

Please sign in to comment.