Skip to content

Commit

Permalink
Swift 6 language mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tevelee committed Aug 16, 2024
1 parent 25566ab commit a5d5d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package@swift-6.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ let package = Package(
exclude: ["Example"],
swiftSettings: [
.enableUpcomingFeature("ExistentialAny"),
.swiftLanguageVersion(.v6)
.swiftLanguageMode(.v6)
]
),
.testTarget(
name: "FlowTests",
dependencies: ["Flow"],
swiftSettings: [
.enableUpcomingFeature("ExistentialAny"),
.swiftLanguageVersion(.v6)
.swiftLanguageMode(.v6)
]
)
]
Expand Down

0 comments on commit a5d5d4d

Please sign in to comment.