While I'm executing the flutter config command to activate SPM and everything seems to be OK :

When I'm trying a flutter pub get, I've got this error message and my pipeline is failing
Plugin my_spm_plugin is only Swift Package Manager compatible. Try enabling Swift Package Manager by running "flutter config --enable-swift-package-manager" or remove the plugin as a dependency.
On my local machine, everything is working fine. What can I do?
While I'm executing the flutter config command to activate SPM and everything seems to be OK :
When I'm trying a flutter pub get, I've got this error message and my pipeline is failing
On my local machine, everything is working fine. What can I do?