Hey guys.
I am using XCode 12 and have not been able to run the unit tests in my project ever since. No matter if I run them from the project navigator or Cmd+U, XCode will crash immediately. Worth noting is that if I remove all Swift packages from the project, the crash does not occur anymore. Besides of this, the project is building and running with no problem.
Here are the crash logs description which XCode produces:
Does anyone have any idea what might be causing this? Could this be a bug of XCode 12?
I am using XCode 12 and have not been able to run the unit tests in my project ever since. No matter if I run them from the project navigator or Cmd+U, XCode will crash immediately. Worth noting is that if I remove all Swift packages from the project, the crash does not occur anymore. Besides of this, the project is building and running with no problem.
Here are the crash logs description which XCode produces:
Code Block ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-17219/IDEFoundation/ProjectModel/Containers/IDEContainer.m:580 Details: Error: Mismatch between existing container extension: <DVTExtension 0x7fa463470c00: Swift Package Folder (Xcode.IDEFoundation.Container.SwiftPackageFolder) from com.apple.dt.IDE.IDESwiftPackageSupport> and requested container extension: <DVTExtension 0x7fa463534d80: Folder (Xcode.IDEFoundation.Container.Folder) from com.apple.dt.IDEFoundation> for file path: <DVTFilePath:0x7fa453fbdad0:'/Users/user/Library/Developer/Xcode/DerivedData/Todo-dkjattczfixsreftvpdtszvowvcc/SourcePackages/checkouts/ptwidgets/Sources/Resources'>
Does anyone have any idea what might be causing this? Could this be a bug of XCode 12?