When developing an iOS project with multiple local Swift Packages using Cursor + SweetPad(Which uses xcode-build-server), do I need to rebuild to get the latest intelligent code completion if a Swift Package changes? I'm finding that I need to rebuild, but is this expected behavior? With Xcode, a recompile isn't necessary.
Thank you!