@@ -19,6 +19,7 @@ more likely to change than other configurations.
| `custom_types` | | A map which controls how custom types are exposed to Swift. See the [custom types section of the manual](../types/custom_types.md#custom-types-in-the-bindings-code) |
| `omit_localized_error_conformance` | `false` | Whether to make generated error types conform to `LocalizedError`. |
| `omit_checksums` | `false` | Whether to omit checking the library checksums as the library is initialized. Changing this will shoot yourself in the foot if you mixup your build pipeline in any way, but might speed up initialization.
| `link_frameworks` | `[]` | The extra frameworks to link this binary against, such as `CoreBluetooth` or `CoreAudio`. Usually only used for interacting with native platform libraries.
[^1]:`namespace` is the top-level namespace from your UDL file.