Add @Sendable
to AdaptHandler
and RetryHandler
Closure Parameters
#1138
Annotations
10 warnings and 3 notices
macOS 14, Xcode 16.0, Swift 6.0
alamofire/alamofire/firewalk 0.11.0 is already installed and up-to-date.
To reinstall 0.11.0, run:
brew reinstall firewalk
|
macOS 14, Xcode 16.0, Swift 6.0:
Source/Features/ResponseSerialization.swift#L360
type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
|
macOS 14, Xcode 16.0, Swift 6.0:
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
|
macOS 14, Xcode 16.0, Swift 6.0:
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
|
macOS 14, Xcode 16.0, Swift 6.0:
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
|
macOS 14, Xcode 16.0, Swift 6.0:
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
|
macOS 14, Xcode 16.0, Swift 6.0:
Source/Features/ResponseSerialization.swift#L360
type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
|
macOS 14, Xcode 16.0, Swift 6.0:
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
|
macOS 14, Xcode 16.0, Swift 6.0:
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
|
macOS 14, Xcode 16.0, Swift 6.0:
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
|
macOS 14, Xcode 16.0, Swift 6.0
Skipped Alamofire_macOS_Tests.DataRequestCombineTests.testThatPublishedDataRequestCanBeCancelledAutomatically
|
macOS 14, Xcode 16.0, Swift 6.0
Skipped Alamofire_macOS_Tests.DataStreamRequestCombineTests.testThatPublishedDataStreamRequestCanBeCancelledAutomatically
|
macOS 14, Xcode 16.0, Swift 6.0
Skipped Alamofire_macOS_Tests.DownloadRequestCombineTests.testThatPublishedDownloadRequestCanBeCancelledAutomatically
|
Loading