I'm getting an odd Error in Xcode when I'm trying to build that I can't seem to track down. SwiftTheme has been added via SPM (version 0.6.0). I've tried re-adding the package, deleting DerivedData, and more, but I can't stop the Error from occurring when adding SwiftTheme. I've even tried SwiftTheme 0.5.5 and I have the same issue. I'm wondering if maybe it's a conflict with one of my other packages, but I am not sure. Here is the Error:
Here are the packages I use:
Any ideas on what I should look for as to what could be causing this Error in this specific part of the code? I can't help but think this is some compiler problem in Xcode 12.4. I am on an M1 Mac.
I'm getting an odd Error in Xcode when I'm trying to build that I can't seem to track down. SwiftTheme has been added via SPM (version 0.6.0). I've tried re-adding the package, deleting DerivedData, and more, but I can't stop the Error from occurring when adding SwiftTheme. I've even tried SwiftTheme 0.5.5 and I have the same issue. I'm wondering if maybe it's a conflict with one of my other packages, but I am not sure. Here is the Error:
Here are the packages I use:
Any ideas on what I should look for as to what could be causing this Error in this specific part of the code? I can't help but think this is some compiler problem in Xcode 12.4. I am on an M1 Mac.