i get this error when i try to resolve dependencies for a package with a direct and transitive dependency on SwiftSyntax:
Dependencies could not be resolved because root depends on 'swift-dom' 1.0.1..<1.1.0 and root depends on 'swift-syntax' 600.0.0-prerelease-2024-05-28.
'swift-dom' >= 1.0.1 practically depends on 'swift-syntax' 510.0.1..<601.0.0 because 'swift-dom' 1.0.1 depends on 'swift-syntax' 510.0.1..<601.0.0 and no versions of 'swift-dom' match the requirement 1.0.2..<1.1.0.
under semver sort order, doesn’t 600.0.0-prerelease-2024-05-28
fall within the range 510.0.1 ..< 601.0.0
?
2 posts - 2 participants