Skip to content

Commit

Permalink
Xcode 16 warning: Extension declares a conformance of imported type '…
Browse files Browse the repository at this point in the history
…Diagnostic' to imported protocols 'Error', 'Sendable'; this will not behave correctly if the owners of 'SwiftDiagnostics' introduce this conformance in the future
  • Loading branch information
ikhvorost committed Jun 17, 2024
1 parent c21deb4 commit 93e0318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ReactBridgeMacros/ErrorMessage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import SwiftDiagnostics
import SwiftSyntax


extension Diagnostic: Error {}
extension SwiftDiagnostics.Diagnostic: Swift.Error {}

enum ErrorMessage: DiagnosticMessage {
// Errors
Expand Down

0 comments on commit 93e0318

Please sign in to comment.