---
title: "init(_:)"
framework: xpc
role: symbol
role_heading: Initializer
path: "xpc/xpcendpoint/init(_:)"
---

# init(_:)

Copy-initialize from a C endpoint object.

## Declaration

```swift
init(_ endpoint: xpc_endpoint_t)
```

## Parameters

- `endpoint`: The C endpoint object.
