Dependency cycles are types of conflicts that occur when a package references itself. If you name your project UiPath, Studio detects a dependency conflict. This happens because the UiPath package already exists and is a dependency to UiPath.
If you created any custom activities you should not reference the same activity package in that custom activity itself so it will create dependency cycles. You have to remove the custom activity package from the library which you created. Thanks.