---
title: uint
framework: applearchive
role: symbol
role_heading: Type Property
path: applearchive/archiveheader/fieldtype-swift.struct/uint
---

# uint

A constant that indicates the field is an unsigned integer.

## Declaration

```swift
static let uint: ArchiveHeader.FieldType
```

## See Also

### Field Types

- [blob](applearchive/archiveheader/fieldtype-swift.struct/blob.md)
- [flag](applearchive/archiveheader/fieldtype-swift.struct/flag.md)
- [hash](applearchive/archiveheader/fieldtype-swift.struct/hash.md)
- [string](applearchive/archiveheader/fieldtype-swift.struct/string.md)
- [timespec](applearchive/archiveheader/fieldtype-swift.struct/timespec.md)
