Skip to content

Commit

Permalink
For now compile env in Swift 5 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Aug 12, 2024
1 parent e618ebf commit 5d1d540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/Env/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let package = Package(
.product(name: "KeychainSwift", package: "keychain-swift"),
],
swiftSettings: [
.swiftLanguageMode(.v6),
.swiftLanguageMode(.v5),
]
),
.testTarget(
Expand Down

0 comments on commit 5d1d540

Please sign in to comment.