---
title: TaskLocal()
framework: swift
role: symbol
role_heading: Macro
path: swift/tasklocal()
---

# TaskLocal()

Macro that introduces a TaskLocal binding.

## Declaration

```swift
@attached(accessor) @attached(peer, names: prefixed(`$`)) macro TaskLocal()
```

## Overview

Overview For information about task-local bindings, see TaskLocal. note: TaskLocal

## See Also

### Task-Local Storage

- [TaskLocal](swift/tasklocal.md)
