<!--
{
  "availability" : [
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Security",
  "identifier" : "/documentation/Security/kSecGuestAttributeArchitecture",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Security"
    ],
    "preciseIdentifier" : "c:@kSecGuestAttributeArchitecture"
  },
  "title" : "kSecGuestAttributeArchitecture"
}
-->

# kSecGuestAttributeArchitecture

A key whose value is a number representing the CPU type under which the guest code is designed to run.

```
let kSecGuestAttributeArchitecture: CFString
```

## Discussion

See the ARCH(3) manual page for a list of possible CPU types.

---

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)