ARC (Automatic Reference Counting) class instance માટે memory ને compile time પર strong reference track કરીને manage કરે છે: compiler retain/release call insert કરે છે, અને જ્યારે object ની strong count શૂન્ય થાય ત્યારે તે તરત deallocate થાય છે — deterministically, background garbage collector દ્વારા નહીં.
