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. |
||
|---|---|---|
| .. | ||
| TSResource | ||
| AttachmentUpload.swift | ||
| AttachmentUploadManager.swift | ||
| AttachmentUploadRecord.swift | ||
| Upload.swift | ||
| UploadEndpoint.swift | ||
| UploadEndpointCDN2.swift | ||
| UploadEndpointCDN3.swift | ||
| UploadMetadata.swift | ||
| UploadShims.swift | ||
| UploadV2.swift | ||