Skip to content

Add swift-parser-diagnostics as direct dependency#238

Open
paulgessinger wants to merge 1 commit into
pointfreeco:mainfrom
paulgessinger:add-swift-parser-diagnostics
Open

Add swift-parser-diagnostics as direct dependency#238
paulgessinger wants to merge 1 commit into
pointfreeco:mainfrom
paulgessinger:add-swift-parser-diagnostics

Conversation

@paulgessinger

Copy link
Copy Markdown

Starting in XCode 26.2 I get warnings like:

'CasePathsMacros' is missing a dependency on 'SwiftParserDiagnostics' because dependency scan of Swift module 'CasePathsMacros' discovered a dependency on 'SwiftParserDiagnostics'

I think this is because indeed that target is not explicitly listed. This PR is my attempt to fix that.

@SplittyDev

Copy link
Copy Markdown

I think it's a transient issue. Cleaning the build cache and rebuilding made it work for me on Xcode 26.2

@paulgessinger

paulgessinger commented Dec 15, 2025

Copy link
Copy Markdown
Author

@SplittyDev I was on the 26.2 RC and a clean build didn't seem to make a difference for me. But I'll try again on the released version, and report back.

@stephencelis

Copy link
Copy Markdown
Member

@paulgessinger Circling back around to this. Is this still necessary in your project, and if so can you share a project that reproduces?

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.

3 participants