<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/Unmanaged",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Swift"
    ],
    "preciseIdentifier" : "s:s9UnmanagedV"
  },
  "title" : "Unmanaged"
}
-->

# Unmanaged

A type for propagating an unmanaged object reference.

```
@frozen struct Unmanaged<Instance> where Instance : AnyObject
```

## Overview

When you use this type, you become partially responsible for
keeping the object alive.

## Relationships

### Conforms To

[`Escapable`](/documentation/Swift/Escapable)

[`Sendable`](/documentation/Swift/Sendable)

[`AtomicRepresentable`](/documentation/Synchronization/AtomicRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`AtomicOptionalRepresentable`](/documentation/Synchronization/AtomicOptionalRepresentable)

[`Copyable`](/documentation/Swift/Copyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)