Skip to content

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

Open
rintaro wants to merge 1 commit into
swiftlang:mainfrom
rintaro:package-missing-deps
Open

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

Conversation

@rintaro
Copy link
Copy Markdown
Member

@rintaro rintaro commented May 28, 2026

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.
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