Aspects

Aspects are special attributes that influence how the compiler emits the final executable. In Swift, they use regular attributes syntax. Aspects are covered in more detail in their own section, including how to use them and how to create your own.

See Also