Skip to content

2.16.5

Choose a tag to compare

@matthewbastien matthewbastien released this 27 May 15:44
· 27 commits to main since this release
3a78148

Added

  • Add swift.sourcekit-lsp.includeDeclarationInFindAllReferences setting to control whether the symbol declaration is included in Find All References results (#2236)
  • Add support for swift-testing warnings (#2244)

Fixed

  • Fix swift-testing timeout when doing a Run All tests w/ multiple test targets when using swift-build (#2207)
  • Run toolchain executables via swiftly run <tool> when the active toolchain is managed by swiftly (#2177)
  • Run toolchain executables via xcrun <tool> when the active toolchain is managed by Xcode (#2253)
  • Fix swift.buildPath being ignored by swift package plugin tasks (#2235)
  • Fix nightly toolchains providing a value to --swift-testing-event-stream-version that swift-testing doesn't support (#2247)
  • Fix error during toolchain selection when swiftly has no active toolchain (#2246)