FloatingPanel icon indicating copy to clipboard operation
FloatingPanel copied to clipboard

Fix existential-any for Swift6

Open kitwtnb opened this issue 1 year ago • 1 comments

Added any to each protocols to resolve existential-any build errors on Swift 6.
https://github.com/swiftlang/swift-evolution/blob/main/proposals/0335-existential-any.md

kitwtnb avatar Jul 15 '24 07:07 kitwtnb

Thanks for your PR. This is no problem for Swift 6, but we need to consider the support versions of Swift. I'm planning to support Swift 6 on swift-6 branch which will bump up the minimum support Swift version, Xcode and iOS, and then will be released in v2.9.0 or v3.0.0,

I'm welcome this PR's target branch to swift-6 branch. a862b4d should be ok just for the branch. And then if you would, I'm happy to change SWIFT_UPCOMING_FEATURE_EXISTENTIAL_ANY = YES; in the FloatingPanel project file.

scenee avatar Jul 19 '24 03:07 scenee

Rebase on swift-6 branch and change target branch to swift-6.
Also added upcoming feature to the project file.

kitwtnb avatar Jul 23 '24 06:07 kitwtnb

Thanks for your work.

scenee avatar Aug 05 '24 12:08 scenee