---
title: "appendChild(_:)"
framework: usdkit
role: symbol
role_heading: Instance Method
path: "usdkit/usdprim/spec/appendchild(_:)"
---

# appendChild(_:)

Appends child to the end of the children list.

## Declaration

```swift
func appendChild(_ child: USDPrim.Spec)
```

## Parameters

- `child`: The child prim spec to append.
