Just leaving it here for those who search.
xcode 26 & swift 6.3 is good. xcode 27 + swift 6.4 is bad
researcher agent said: Root cause: Swift 6.4's SwiftPM switched its default build system to swiftbuild (Apple's new swift-build engine), and that engine can't handle xtool's cross-compilation setup on Linux..
linux-box$ xtool dev build Planning... Building for debugging... [8/8] Linking prj1-App Build complete! (140.29s) Wrote to /home/node/xtool/prj1/xtool/prj1.app
Working 👍
Just leaving it here for those who search.
xcode 26 & swift 6.3 is good. xcode 27 + swift 6.4 is bad
researcher agent said:
Root cause: Swift 6.4's SwiftPM switched its default build system to swiftbuild (Apple's new swift-build engine), and that engine can't handle xtool's cross-compilation setup on Linux..linux-box$ xtool dev build Planning... Building for debugging... [8/8] Linking prj1-App Build complete! (140.29s) Wrote to /home/node/xtool/prj1/xtool/prj1.appWorking 👍