This issue has been solved.
Xcode was crashing regardless of which file was opened.
The crash occurred when linking a .xcframework using Swift Package Manager, which had been converted using Xcode 14.2 with the following command:
swift run --package-path .project -c release make-xcframework -ios source.framework -output ./
The crash do not occurred by converting the framework using Xcode 16.2 instead.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: