I have done the following
Steps to reproduce
Import ContainerizationOCI in a SwiftUI View with a @State variable.
Current behavior
An error is thrown that State is ambiguous.
Expected behavior
No errors.
Environment
- OS: macOS 26.0 Beta 3 (25A5306g)
- Swift: Apple Swift version 6.2
- Xcode: Version 26.0 Beta 2 (17A5241o)
Relevant log output
Code of Conduct