You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that minor versions of SwiftkubeModel are not backward compatible. For example settings has been removed from SwiftkubeModel0.4.0, however it's used in SwiftkubeClient0.9.0. So installing SwiftkubeClient0.9.0 without manually pinning SwiftkubeModel to 0.3.x in the main project would cause the project failing to compile.
So, I would recommend updating the dependency on SwiftkubeModel to upToNextMinor in Package.swift.
The text was updated successfully, but these errors were encountered:
It seems that minor versions of
SwiftkubeModel
are not backward compatible. For examplesettings
has been removed fromSwiftkubeModel
0.4.0
, however it's used inSwiftkubeClient
0.9.0
. So installingSwiftkubeClient
0.9.0
without manually pinningSwiftkubeModel
to0.3.x
in the main project would cause the project failing to compile.So, I would recommend updating the dependency on
SwiftkubeModel
toupToNextMinor
inPackage.swift
.The text was updated successfully, but these errors were encountered: