### Description This doesn't compile ``` @Table struct A { // ✅ var single: B.ID // ❌ var array: [B.ID] // ❌ var dictionary: [B.ID: Double] } @Table struct B: Identifiable { let id: UUID } ``` ### Checklist - [ ] I have determined whether this bug is also reproducible in a vanilla SwiftUI project. - [ ] I have determined whether this bug is also reproducible in a vanilla GRDB project. - [x] If possible, I've reproduced the issue using the `main` branch of this package. - [x] This issue hasn't been addressed in an [existing GitHub issue](https://github.com/pointfreeco/sharing-grdb/issues) or [discussion](https://github.com/pointfreeco/sharing-grdb/discussions). ### Expected behavior The code should compile ### Actual behavior <img width="2258" height="597" alt="Image" src="https://github.com/user-attachments/assets/9ceaf6d3-21b4-437b-b3f3-7160a0c2403b" /> ### Reproducing project _No response_ ### SharingGRDB version information _No response_ ### Sharing version information _No response_ ### GRDB version information _No response_ ### Destination operating system _No response_ ### Xcode version information Version 16.2 (16C5032a) ### Swift Compiler version information ```shell ```
Description
This doesn't compile
Checklist
mainbranch of this package.Expected behavior
The code should compile
Actual behavior
Reproducing project
No response
SharingGRDB version information
No response
Sharing version information
No response
GRDB version information
No response
Destination operating system
No response
Xcode version information
Version 16.2 (16C5032a)
Swift Compiler version information