Summary
After updating Xcode, I encountered the following error in the package, and I am unable to build the project.
Package protocol cannot refine an internal protocol
Associated type in a package protocol uses an internal type in its requirement
Environment
- macOS version: 14.5
- Xcode version: 16.0 beta 3 (16A5202i)
- Swift version: 6.0
- Package version: 0.2.0
Steps to reproduce
- Update Xcode to 16.0 beta.
- Open the project and attempt to build.
- The aforementioned error appears.

I would appreciate any guidance or solutions to resolve this issue.
Thank you.
Summary
After updating Xcode, I encountered the following error in the package, and I am unable to build the project.
Package protocol cannot refine an internal protocolAssociated type in a package protocol uses an internal type in its requirementEnvironment
Steps to reproduce
I would appreciate any guidance or solutions to resolve this issue.
Thank you.