<!--
{
  "documentType" : "article",
  "framework" : "SwiftData",
  "identifier" : "/documentation/SwiftData/PersistentModelInternal",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Internal symbols"
}
-->

# Internal symbols

Restricted-use symbols that the framework requires for macro expansion and
other internal tasks.

## Discussion> Important: Don’t use these restricted symbols directly. The framework depends
> on the symbols for macro expansion and other nonpublic tasks.

## Topics

### Storage

[`protocol BackingData`](/documentation/SwiftData/BackingData)

An interface for providing in-memory storage for a persistent model.



---

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)