---
title: compileFailure
framework: metal
role: symbol
role_heading: Type Property
path: metal/mtllibraryerror-swift.struct/compilefailure
---

# compileFailure

The library or function failed to compile.

## Declaration

```swift
static var compileFailure: MTLLibraryError.Code { get }
```

## See Also

### Errors

- [unsupported](metal/mtllibraryerror-swift.struct/unsupported.md)
- [internal](metal/mtllibraryerror-swift.struct/internal.md)
- [compileWarning](metal/mtllibraryerror-swift.struct/compilewarning.md)
- [fileNotFound](metal/mtllibraryerror-swift.struct/filenotfound.md)
- [functionNotFound](metal/mtllibraryerror-swift.struct/functionnotfound.md)
