Skip to content

Commit

Permalink
[sendable] Sendable conformance checks cause errors on 5.6 but warnin…
Browse files Browse the repository at this point in the history
…gs on 5.7
  • Loading branch information
ktoso committed Aug 15, 2022
1 parent 8fc79ca commit 6b0ccb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Logging/Logging.swift
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ extension Logger {
case string(String)

/// A metadata value which is some `CustomStringConvertible`.
#if compiler(>=5.6)
#if compiler(>=5.7)
case stringConvertible(CustomStringConvertible & Sendable)
#else
case stringConvertible(CustomStringConvertible)
Expand Down

0 comments on commit 6b0ccb1

Please sign in to comment.