Janosch Hildebrand
Janosch Hildebrand
@viceice Thanks for the suggestions! I made some changes in response and added some questions for some specifics in the respective conversations. I also noticed that some managers seem to...
Was there any conclusion regarding detecting the list of lockfiles in `extractPackageFile`? Otherwise I think this should be ready for another review. No hurry though.
@viceice ~~I modified the test to use `binarySource: 'install'`. Is mocking `datasource.getPkgReleases` OK or should the test work without that?~~ Regarding `toolsVersion`, Swift package manager (currently) always requires a tools...
@viceice I'm testing install mode locally and I've run into an issue I could use your guidance on. Swift release versions (for the tool installs) are causing me some trouble...
Thanks! Docker as the datasource seems to work. Regarding "allowed version", do you mean the [package rule](https://docs.renovatebot.com/configuration-options/#allowedversions)? Is there a way to apply that locally, the tool versions are fetched...
Updated as discussed, using docker as the tool version source now and using the latest available tool version. I've left the code to extract the package tool version in the...
The NPM versioning and `>=` range tie into my question in response to your previous review. You might have missed that at the time so I'll paste it here for...
For reference, i also reported this on the Swift repository a while back: https://github.com/swiftlang/swift/issues/76014
Perhaps this is fixed by https://github.com/swiftlang/swift/pull/76383 - the nightly toolchains don't yet work on macOS 15 but if someone has a macOS 14 install around they might be able to...
Also present in Xcode 16.1 Beta 2. Which I guess makes sense since that appears to still be based on the Swift 6.0.0 release. The PR I linked is only...