In Swift, I notice there is no @autoreleasepool{} construct, although Swift does use ARC. What is the proper way to manage an autoreleasepool in Swift, or has it be
@autoreleasepool{}
There is! It's just not really mentioned anywhere.
autoreleasepool { Do things.... }