# Swift

> <img width="35" class="img-initial otel-icon" src="/img/logos/32x32/Swift.svg" alt="Swift"> A language-specific implementation of OpenTelemetry in Swift.

---

LLMS index: [llms.txt](/llms.txt)

---


Welcome to the OpenTelemetry Swift documentation. This section introduces
how to use OpenTelemetry with Swift to generate and collect telemetry data
such as metrics, logs, and traces using the OpenTelemetry API and SDKs.

These pages are intended to help you get started and understand the current
capabilities and status of OpenTelemetry Swift.

## Status and Releases

The current status of the major functional components for OpenTelemetry
Swift is as follows:

| Traces              | Metrics              | Logs              |
| ------------------- | -------------------- | ----------------- |
| [Stable](/docs/specs/otel/versioning-and-stability/#stable) | [Development](/docs/specs/otel/versioning-and-stability/#development) | [Development](/docs/specs/otel/versioning-and-stability/#development) |

For releases, including the [latest release][], see [Releases][]. 

[latest release]:
  <https://github.com/open-telemetry/opentelemetry-swift/releases/latest>
[Releases]:
  <https://github.com/open-telemetry/opentelemetry-swift/releases>
{{__hugo_ctx/}}


## Further Reading

- [OpenTelemetry for Swift on GitHub](https://github.com/open-telemetry/opentelemetry-swift)
- [Installation](https://github.com/open-telemetry/opentelemetry-swift#installation)

---

Section pages:

- [Getting Started](/uk/docs/languages/swift/getting-started/): Get telemetry for your app in less than 5 minutes!
- [Instrumentation](/uk/docs/languages/swift/instrumentation/): Instrumentation for OpenTelemetry Swift
- [Instrumentation Libraries](/uk/docs/languages/swift/libraries/)
- [Examples](/uk/docs/languages/swift/examples/)
- [Registry](/uk/docs/languages/swift/registry/): Instrumentation libraries, exporters and other useful components for OpenTelemetry Swift
