---
title: currentIndex
framework: swift
role: symbol
role_heading: Instance Property
path: swift/unkeyeddecodingcontainer/currentindex
---

# currentIndex

The current decoding index of the container (i.e. the index of the next element to be decoded.) Incremented after every successful decode call.

## Declaration

```swift
var currentIndex: Int { get }
```
