Swift Package.resolved contains incorrect version when using 'from:' #42186
-
How are you running Renovate?A Mend.io-hosted app Which platform you running Renovate on?GitHub.com Which version of Renovate are you using?"renovateVersion": "43.91.5" Please tell us more about your question or problemSince #41782, When using dependencies: [
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "601.0.1"),
...
],
https://github.com/swiftty/api-diff-viewer/pull/6/changes Logs (if relevant)Logsrenovate deps log {
"currentValue": "from: \"601.0.1\"",
"currentVersion": "601.0.1",
"currentVersionAgeInDays": 358,
"currentVersionTimestamp": "2025-04-02T20:32:36.000Z",
"datasource": "github-tags",
"depName": "swiftlang/swift-syntax",
"isSingleVersion": false,
"mostRecentTimestamp": "2026-03-20T19:02:25.000Z",
"packageName": "swiftlang/swift-syntax",
"registryUrl": "https://github.com",
"sourceUrl": "https://github.com/swiftlang/swift-syntax",
"versioning": "swift",
"warnings": [],
"updates": [
{
"bucket": "major",
"newVersion": "603.0.0",
"newValue": "from: \"603.0.0\"",
"releaseTimestamp": "2026-03-06T16:56:48.000Z",
"newVersionAgeInDays": 20,
"newMajor": 603,
"newMinor": 0,
"newPatch": 0,
"updateType": "major",
"isBreaking": true,
"isRange": true,
"libYears": 0.9256168188736682,
"branchName": "renovate/swiftlang-swift-syntax-603.x"
}
]
}swift build error log |
Beta Was this translation helpful? Give feedback.
Answered by
jamietanna
Mar 27, 2026
Replies: 1 comment 1 reply
-
|
Ooh thanks for reporting 🙇 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Converted into bug: #42188