---
title: nextModel
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nscustommigrationstage/nextmodel
---

# nextModel

The reference that represents the migration’s destination model.

## Declaration

```swift
var nextModel: NSManagedObjectModelReference { get }
```

## Discussion

Discussion Core Data sets this property to the nextModel parameter you specify when creating the migration stage.

## See Also

### Accessing model references

- [currentModel](coredata/nscustommigrationstage/currentmodel.md)
