Skip to content

Add missing dependencies in Package.swift and CMakeLists.txt - #62

Merged
rintaro merged 1 commit into
swiftlang:mainfrom
rintaro:package-missing-deps
May 29, 2026
Merged

Add missing dependencies in Package.swift and CMakeLists.txt#62
rintaro merged 1 commit into
swiftlang:mainfrom
rintaro:package-missing-deps

Conversation

@rintaro

@rintaro rintaro commented May 28, 2026

Copy link
Copy Markdown
Member

Add missing target dependencies in Package.swift or target_link_libraries in CMakeLists.txt

LanguageServerProtocolTransportTests imports LanguageServerProtocol
but didn't declare it in Package.swift; LanguageServerProtocolTransport
imports ToolsProtocolsSwiftExtensions but didn't declare it in
CMakeLists.txt. Both built today via transitive resolution but
should be declared explicitly.
@rintaro
rintaro merged commit 63aeb9e into swiftlang:main May 29, 2026
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants