---
title: achievements
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkgameactivity/achievements
---

# achievements

All achievements that have been associated with this activity.

## Declaration

```swift
var achievements: Set<GKAchievement> { get }
```

## Discussion

Discussion Progress of each achievement will be reported when the activity ends.

## See Also

### Getting and removing achievements

- [removeAchievements(_:)](gamekit/gkgameactivity/removeachievements(_:).md)
- [progress(on:)](gamekit/gkgameactivity/progress(on:).md)
- [setProgress(on:to:)](gamekit/gkgameactivity/setprogress(on:to:).md)
- [setAchievementCompleted(_:)](gamekit/gkgameactivity/setachievementcompleted(_:).md)
