概要
This skill provides specialized guidance for implementing Swift's ownership model to enhance performance in modern xOS development. It helps developers manage memory more efficiently by reducing ARC traffic, handling large value types without unnecessary copies, and implementing noncopyable types (~Copyable). It is particularly useful for performance-critical sections of code where micro-optimizations significantly impact the user experience across iOS, iPadOS, watchOS, and tvOS applications.