mirror of
https://github.com/apple/container.git
synced 2026-07-14 13:37:02 +00:00
d3a52c53fa
## Type of Change - [x] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Documentation update ## Motivation and Context Build fails with: > - note: closure captures reference to mutable var 'self' which is accessible to code in the current task > - error: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure [#SendingClosureRisksDataRace] ## Testing - [x] Tested locally - [ ] Added/updated tests - [ ] Added/updated docs