autoreleasepool with Swift 6 – explanation of error “Capture of … with non-sendable type ‘CVPixelBuffer’ (aka ‘CVBuffer’) in an isolated closure”
I have seen other questions dealing with “Capture of … with non-sendable type ‘…’ in an isolated closure” error, but none of them talk about autoreleasepool
.