---
title: sharedLibraryVersionMismatch
framework: system
role: symbol
role_heading: Type Property
path: system/errno/sharedlibraryversionmismatch
---

# sharedLibraryVersionMismatch

Shared library version mismatch.

## Declaration

```swift
static var sharedLibraryVersionMismatch: Errno { get }
```

## Mentioned in

Adopting Swift Error Constants

## Discussion

Discussion The version of the shared library on the system doesn’t match the expected version. The corresponding C error is ESHLIBVERS.

## See Also

### Executable File Errors

- [badCPUType](system/errno/badcputype.md)
- [badExecutable](system/errno/badexecutable.md)
- [execFormatError](system/errno/execformaterror.md)
- [malformedMachO](system/errno/malformedmacho.md)
