---
title: xpc_null_create()
framework: xpc
role: symbol
role_heading: Function
path: xpc/xpc_null_create()
---

# xpc_null_create()

Creates an XPC object that represents the null object.

## Declaration

```swift
func xpc_null_create() -> xpc_object_t
```

## Return Value

Return Value A new null object.
