http://josephdepqbvoq7tm7uvynwmsji4354zmd3yp3rrtc245rilvq4ixayd.onion/posts/supporting-multiple-swift-package-versions-without-breaking-compatibility
(minor).(patch) @swift-(major).(minor) @swift-(major) In this example
a new
[email protected] file can be added with
a small change: - // swift-tools-version:5.2 + // swift-tools-version:5.3 platforms: [ - .iOS(.v8), + .iOS(.v9), ], This change is arguably not
a breaking change so does not require
a new major version of the package but it still fixes the warning.