---
title: stages
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsstagedmigrationmanager/stages
---

# stages

The migration stages.

## Declaration

```swift
var stages: [NSMigrationStage] { get }
```

## Discussion

Discussion Core Data sets this property to the stages parameter you specify when creating the migration manager.
