Hello,
I have a small simple project with target to port a Java lib to Swift. I use both SwiftPM and, with open Package.swift, also Xcode.
Some code is ported (in *.swift files), some not (in *.java files) and I work at less Swift files with a mix of Java and Swift code. Until this evening no problem.
After some changes I use CMD+B and the compiler run and run and run... and the fan of MacBook began to run. Same effect with swift build on CLI. Normally it ends in seconds!
How can I get more detail informations from compiler and where he maybe running in endless loop?
Call on CLI with swift build -Xswiftc -v Xcc -v print not much.
I working with last Xcode version (no Beta) and Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) on Sonoma 14.6.1
thx