---
title: "receive(completion:)"
framework: combine
role: symbol
role_heading: Instance Method
path: "combine/record/recording-swift.struct/receive(completion:)"
---

# receive(completion:)

Add a completion to the recording.

## Declaration

```swift
mutating func receive(completion: Subscribers.Completion<Failure>)
```

## Discussion

Discussion A fatalError will be raised if more than one completion is added.
