Signal-iOS/SignalServiceKit/Upload
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
..
TSResource Mark actor properties nonisolated where it isn't inferred 2024-11-15 19:10:46 -05:00
AttachmentUpload.swift Hook up link'n'sync (dev only, without error handling) 2024-10-25 14:42:31 -07:00
AttachmentUploadManager.swift Migrate to new Media/Message backup auth credentials 2024-11-01 15:46:58 -05:00
AttachmentUploadRecord.swift enable internal imports by default 2024-09-29 20:03:17 -05:00
Upload.swift Hook up link'n'sync (dev only, without error handling) 2024-10-25 14:42:31 -07:00
UploadEndpoint.swift Add persistent resumable upload support 2024-08-15 11:14:28 -05:00
UploadEndpointCDN2.swift Use new async OWSUrlSession methods 2024-11-04 15:29:53 -06:00
UploadEndpointCDN3.swift Use new async OWSUrlSession methods 2024-11-04 15:29:53 -06:00
UploadMetadata.swift Hook up link'n'sync (dev only, without error handling) 2024-10-25 14:42:31 -07:00
UploadShims.swift Add separate transit tier encryption info 2024-04-02 09:57:59 -07:00
UploadV2.swift Consolidate error handling for OWSURLSession 2024-11-04 15:49:11 -06:00