Skip to content

Commit

Permalink
Remove Package@swift-6.0.swift
Browse files Browse the repository at this point in the history
We can enable swift 6 mode using swiftLanguageVersions
  • Loading branch information
adam-fowler committed Oct 14, 2024
1 parent a561c5f commit fb2c325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 150 deletions.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,6 @@ let package = Package(
],
resources: [.process("Certificates")]
),
]
],
swiftLanguageVersions: [.v5, .version("6")]
)
149 changes: 0 additions & 149 deletions Package@swift-6.0.swift

This file was deleted.

0 comments on commit fb2c325

Please sign in to comment.