I am a happy NeoVim user with a frankensetup from xcodebuild-nvim and Evans dotfiles. Works great for xcode projects with many spm local dependencies!
But I kinda want to work on SPM packages too, without Xcodebuild and I cant find any plugin or tool, that would scan Package.swift and let me build/test a specific target from that package.
Did I miss that somewhere? Should I use the command line for that separately?
As a quick followup: I wrote a neotest adapter for swift-testing, check it out on GitHub. Supports discovering, running and debugging tests written for Apples Swift Testing framework.