---
title: assemblyLanguageSource
framework: uniformtypeidentifiers
role: symbol
role_heading: Type Property
path: uniformtypeidentifiers/uttype-swift.struct/assemblylanguagesource
---

# assemblyLanguageSource

A type that represents assembly language source code.

## Declaration

```swift
static var assemblyLanguageSource: UTType { get }
```

## Discussion

Discussion The identifier for this type is public.assembly-source. This type conforms to UTTypeSourceCode.

## See Also

### Compiled programming language sources

- [cHeader](uniformtypeidentifiers/uttype-swift.struct/cheader.md)
- [cSource](uniformtypeidentifiers/uttype-swift.struct/csource.md)
- [cPlusPlusHeader](uniformtypeidentifiers/uttype-swift.struct/cplusplusheader.md)
- [cPlusPlusSource](uniformtypeidentifiers/uttype-swift.struct/cplusplussource.md)
- [objectiveCPlusPlusSource](uniformtypeidentifiers/uttype-swift.struct/objectivecplusplussource.md)
- [objectiveCSource](uniformtypeidentifiers/uttype-swift.struct/objectivecsource.md)
- [swiftSource](uniformtypeidentifiers/uttype-swift.struct/swiftsource.md)
