Skip to content

Commit

Permalink
Add Swift 5 language mode to Swift 6 manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
DandyLyons committed Sep 2, 2024
1 parent 34408c9 commit 830a1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ let package = Package(
]
),
],
swiftLanguageModes: [.v6]
swiftLanguageModes: [.v6, .v5]
)

0 comments on commit 830a1bd

Please sign in to comment.