Skip to content

Commit

Permalink
Swift 6 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG authored Jul 9, 2024
1 parent 900ba59 commit 0d7049a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CachedAsyncImage/CachedAsyncImage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ private extension CachedAsyncImage {

// MARK: - AsyncImageURLSession

private class URLSessionTaskController: NSObject, URLSessionTaskDelegate {
private class URLSessionTaskController: NSObject, URLSessionTaskDelegate, @unchecked Sendable {
var metrics: URLSessionTaskMetrics?

// https://developer.apple.com/documentation/foundation/urlsessiontaskdelegate/1643148-urlsession
Expand Down

0 comments on commit 0d7049a

Please sign in to comment.