Skip to content

Commit 93e0318

Browse files
committed
Xcode 16 warning: Extension declares a conformance of imported type 'Diagnostic' to imported protocols 'Error', 'Sendable'; this will not behave correctly if the owners of 'SwiftDiagnostics' introduce this conformance in the future
1 parent c21deb4 commit 93e0318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ReactBridgeMacros/ErrorMessage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import SwiftDiagnostics
2727
import SwiftSyntax
2828

2929

30-
extension Diagnostic: Error {}
30+
extension SwiftDiagnostics.Diagnostic: Swift.Error {}
3131

3232
enum ErrorMessage: DiagnosticMessage {
3333
// Errors

0 commit comments

Comments
 (0)