<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 8.0.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/ReferenceConvertible",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation20ReferenceConvertibleP"
  },
  "title" : "ReferenceConvertible"
}
-->

# ReferenceConvertible

A decoration applied to types that are backed by a Foundation reference type.

```
protocol ReferenceConvertible : CustomDebugStringConvertible, CustomStringConvertible, Hashable, _ObjectiveCBridgeable
```

## Overview

All `ReferenceConvertible` types are hashable, equatable, and provide description functions.

> Warning:
> Don’t create new conformances to this protocol. `ReferenceConvertible` only supports types provided by the SDK.

## Topics

### Supporting types

[`ReferenceType`](/documentation/Foundation/ReferenceConvertible/ReferenceType)



---

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)