---
title: "send(completion:)"
framework: combine
role: symbol
role_heading: Instance Method
path: "combine/subject/send(completion:)"
---

# send(completion:)

Sends a completion signal to the subscriber.

## Declaration

```swift
func send(completion: Subscribers.Completion<Self.Failure>)
```

## Parameters

- `completion`: A Completion instance which indicates whether publishing has finished normally or failed with an error.

## Mentioned in

Using Combine for Your App’s Asynchronous Code

## See Also

### Delivering life cycle events to subscribers

- [send(subscription:)](combine/subject/send(subscription:).md)
