Add @Sendable
to AdaptHandler
and RetryHandler
Closure Parameters
#1138
Annotations
10 warnings and 3 notices
|
Source/Features/ResponseSerialization.swift#L360
type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
|
Source/Features/ResponseSerialization.swift#L360
type 'JSONResponseSerializer.SerializedObject' (aka 'Any') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
|
Source/Features/ResponseSerialization.swift#L443
conformance of 'JSONDecoder' to 'Sendable' is only available in application extensions for macOS 13.0 or newer; this is an error in the Swift 6 language mode
|
Source/Features/ResponseSerialization.swift#L445
conformance of 'PropertyListDecoder' to 'Sendable' is only available in application extensions for macOS 13.0 or newer; this is an error in the Swift 6 language mode
|
Source/Core/DataStreamRequest.swift#L162
capture of 'stream' with non-sendable type 'OutputStream' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
Source/Features/ResponseSerialization.swift#L360
type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
|
Source/Features/ResponseSerialization.swift#L360
type 'JSONResponseSerializer.SerializedObject' (aka 'Any') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
|
Source/Features/ResponseSerialization.swift#L443
conformance of 'JSONDecoder' to 'Sendable' is only available in application extensions for macOS 13.0 or newer; this is an error in the Swift 6 language mode
|
Source/Features/ResponseSerialization.swift#L445
conformance of 'PropertyListDecoder' to 'Sendable' is only available in application extensions for macOS 13.0 or newer; this is an error in the Swift 6 language mode
|
|
|
|
This job succeeded
Loading