apple / apple/containerization
[Bug]: Importing ContainerizationOCI breaks SwiftUI's @State
Open
- Dominant language
- Swift
- Stars
- 8.9k
- Forks
- 359
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 13
Description
### 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.
### 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
Contributor guide
Assessment
This issue has not been assessed yet.