Peculiar warning from xcodebuild

I'm getting the following error messages from xcodebuild when building my swift package from the command line. It's not causing the build to fail or anything, but I'd rather be safer and fix this so that xcodebuild is happy. Is there any particular reason for this error popping up? My swift package contains three modules and each one is getting a similar error.

2023-02-04 23:58:32.550 xcodebuild[52859:2346817] [MT] IDEFileReferenceDebug: [Load] <IDEFileReference, 0x600000d67c00: name:Documentation.docc path:absolute:/Users/trevorhafner/Desktop/PERSONAL STUFF/App DEV/TransportBase/Sources/ColorBase/Documentation.docc> Failed to load container at path: /Users/trevorhafner/Desktop/PERSONAL STUFF/App DEV/TransportBase/Sources/ColorBase/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder".}

I've been having the same issue too. It's happening for a lot of my mock assets.

I'm getting this when running my UITests.

Did you manage to find how to stop this warning?

Thanks

Peculiar warning from xcodebuild
 
 
Q