Skip to content

Conversation

@euanh
Copy link
Contributor

@euanh euanh commented Nov 29, 2024

Swift 6.0 complains:

warning: extension declares a conformance of imported type
'Triple' to imported protocol 'ExpressibleByArgument'

This warning can be silenced by qualifying the names:

https://github.com/swiftlang/swift-evolution/blob/main/proposals/0364-retroactive-conformance-warning.md#source-compatibility

Testing:

  • Builds with Swift 5.8, 5.9 and 6.0
  • EndToEndTests continue to pass locally.

Swift 6.0 complains:

    warning: extension declares a conformance of imported type
    'Triple' to imported protocol 'ExpressibleByArgument'

This warning can be silenced by qualifying the names:

    https://github.com/swiftlang/swift-evolution/blob/main/proposals/0364-retroactive-conformance-warning.md#source-compatibility

Testing:
* Builds with Swift 5.8, 5.9 and 6.0
* EndToEndTests continue to pass locally.
@euanh euanh requested a review from MaxDesiatov as a code owner November 29, 2024 09:38
@euanh
Copy link
Contributor Author

euanh commented Nov 29, 2024

@swift-ci test

@euanh euanh merged commit fb0c669 into swiftlang:main Nov 29, 2024
3 checks passed
@euanh euanh deleted the swift-6-extension-warning branch November 29, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants