---
title: softwareVersion
framework: healthkit
role: symbol
role_heading: Instance Property
path: healthkit/hkdevice/softwareversion
---

# softwareVersion

An arbitrary string representing the version of the software running on the device.

## Declaration

```swift
var softwareVersion: String? { get }
```

## See Also

### Accessing Data About a Device

- [udiDeviceIdentifier](healthkit/hkdevice/udideviceidentifier.md)
- [firmwareVersion](healthkit/hkdevice/firmwareversion.md)
- [hardwareVersion](healthkit/hkdevice/hardwareversion.md)
- [localIdentifier](healthkit/hkdevice/localidentifier.md)
- [manufacturer](healthkit/hkdevice/manufacturer.md)
- [model](healthkit/hkdevice/model.md)
- [name](healthkit/hkdevice/name.md)
