Добрый вечер. Извините за такой вопрос, но все же: свифт сам за собой мусор убирает? В том плане, что утечек памяти нет особых? Я просто вычитал в интернете такое: Swift is a smart language, and it knows that many devs don’t like handing the memory back to the environment; hence, it keeps track of the allocated memory using a mechanism called ARC (automatic reference counting).