### I have done the following - [x] I have searched the existing issues - [x] If possible, I've reproduced the issue using the 'main' branch of this project ### Steps to reproduce Import ContainerizationOCI in a SwiftUI View with a @State variable. ### Current behavior An error is thrown that State is ambiguous. <img width="741" height="340" alt="Image" src="https://github.com/user-attachments/assets/0cca7e7d-4fda-4aa1-aaa2-a78559621009" /> ### Expected behavior No errors. ### Environment ```markdown - OS: macOS 26.0 Beta 3 (25A5306g) - Swift: Apple Swift version 6.2 - Xcode: Version 26.0 Beta 2 (17A5241o) ``` ### Relevant log output ```shell ``` ### Code of Conduct - [x] I agree to follow this project's Code of Conduct