Home:ALL Converter>Cyclic Dependency on Swift

Cyclic Dependency on Swift

Ask Time:2022-03-16T02:28:29         Author:Ege Seçkin

Json Formatter

I have 2 different packages created with swift package manager and they are both dependent to each other. When I add dependency to both of them I had an error: "cyclic dependency declaration found ". But I have to add dependency to both of the packages.

Author:Ege Seçkin,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/71487276/cyclic-dependency-on-swift
yy