Closed alessandroboron closed 3 days ago
Task/Issue URL: https://app.asana.com/0/1201037661562251/1208822723600157/f
Description:
Fix compilation issue for Xcode 15 due to usage of [@retroactive](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0364-retroactive-conformance-warning.md#source-compatibility) keyword.
[@retroactive](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0364-retroactive-conformance-warning.md#source-compatibility)
Silence the warning by fully qualifying the protocol name with module name.
Optional E2E tests:
Steps to test this PR:
extension File: Swift.Equatable, Swift.Hashable
Definition of Done:
Pull Request Review Checklist Software Engineering Expectations Technical Design Template Pull Request Documentation
Task/Issue URL: https://app.asana.com/0/1201037661562251/1208822723600157/f
Description:
Fix compilation issue for Xcode 15 due to usage of
[@retroactive](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0364-retroactive-conformance-warning.md#source-compatibility)
keyword.Silence the warning by fully qualifying the protocol name with module name.
Optional E2E tests:
Steps to test this PR:
extension File: Swift.Equatable, Swift.Hashable
Definition of Done:
Internal references:
Pull Request Review Checklist Software Engineering Expectations Technical Design Template Pull Request Documentation