jessewilson
07/08/2025, 7:37 PMjessewilson
07/08/2025, 7:37 PM$ xcode-kotlin info
Running xcode-cli with arguments: info
Loading property list from file at /Users/jwilson/Library/Developer/Xcode/Plug-ins/Kotlin.ideplugin/Contents/Info.plist
Loading property list from file at /opt/homebrew/Cellar/xcode-kotlin/2.2.1/share/Kotlin.ideplugin/Contents/Info.plist
Installed plugin version: 2.2.1
Bundled plugin version: 2.2.1
Language spec installed: Yes
LLDB init installed: Yes
LLDB Xcode init sources main LLDB init: Yes
Loading property list from /Applications/Xcode-16.4.0.app/Contents/version.plist.
Loading property list from file at /Users/jwilson/Library/Developer/Xcode/Plug-ins/Kotlin.ideplugin/Contents/Info.plist
Installed Xcode versions:
✔ Xcode 16.4 (16F6) null /Applications/Xcode-16.4.0.app
✔ - plugin is compatible, x - plugin is not compatible
Run 'xcode-kotlin sync' to add compatibility for all listed Xcode versions.
jessewilson
07/08/2025, 7:39 PMjessewilson
07/08/2025, 7:40 PMjessewilson
07/08/2025, 7:40 PMjessewilson
07/08/2025, 7:41 PMbuild/
file in that project is emptykpgalligan
07/08/2025, 8:16 PMDoes it matter if I’m pointing it at a Kotlin source directory I haven’t yet built? I’m attempting to debug something we publish as a SPM module, and I just happen to have the sources handy, but thelldb, Kotlin or not, writes absolute paths of source files as they're built. So, if you have a folder with Kotlin, but pointing at a binary SPM, it won't know that the Kotlin is what that binary is from.file in that project is emptybuild/
kpgalligan
07/08/2025, 8:18 PMkpgalligan
07/08/2025, 8:20 PM