[6.2] Drop support for building with Swift 6.1 #2320
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cherry-pick #2300 into
release/6.2
SourceKitD.getOrCreate()
,setenv
(3) was called with a key that might contain=
character. In such cases,setenv
failed an Error was thrown and failed. That logic was in a compatibility logic that was only used when sourcekit-lsp was used with older version of sourcekitd, which is not likely to happen. So cherry-pick the commit removing that logic. This change also obsolutessourcekitd_plugin_initialize
which was also used by only oldersourcekitd
.