Skip to content

Commit

Permalink
Remove @unchecked from ImagePipeline.Error Sendable conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Oct 27, 2024
1 parent de39ec1 commit 4878846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Nuke/Pipeline/ImagePipeline+Error.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Foundation

extension ImagePipeline {
/// Represents all possible image pipeline errors.
public enum Error: Swift.Error, CustomStringConvertible, @unchecked Sendable {
public enum Error: Swift.Error, CustomStringConvertible, Sendable {
/// Returned if data not cached and ``ImageRequest/Options-swift.struct/returnCacheDataDontLoad`` option is specified.
case dataMissingInCache
/// Data loader failed to load image data with a wrapped error.
Expand Down

0 comments on commit 4878846

Please sign in to comment.