Signal-iOS/SignalServiceKit/Upload/TSResource
Adam Sharp f00c613f38 Mark actor properties nonisolated where it isn't inferred
Swift 6 began generating a warning that `await` is required when accessing
`let` properties on actors where the type is not `Sendable`. (If the type is
`Sendable`, they are automatically inferred to be `nonisolated`.)

This resolves that specific warning, but would generate different warnings
under strict concurrency checking or Swift 6 mode. The ultimate solution should
be to audit these types for sendability.
2024-11-15 19:10:46 -05:00
..
TSAttachmentUpload.swift add asyncRequest method to NetworkManager to deprecate Promises 2024-10-22 10:57:19 -05:00
TSAttachmentUploadManager.swift Mark actor properties nonisolated where it isn't inferred 2024-11-15 19:10:46 -05:00
TSAttachmentUploadShims.swift Move BlurHash method into TSAttachmentUploadManager 2024-07-03 19:35:40 -05:00
TSResourceUploadManager.swift Move around some code in prep for media tier uploads 2024-08-22 11:04:13 -05:00
UploadProgress.swift Use TSResourceId in upload notifications 2024-03-29 14:44:00 -07:00