Skip to content

Swift plugins are incorrectly built using cross compilation sdk #6673

@rauhul

Description

@rauhul

Description

Package plugins are incorrectly built using target sdk settings when using the --experimental-swift-sdk flag.

This results in the plugin failing to build in my case because my cc SDK doesn't contain a module required for the plugin (Foundation). Additionally my sdk has a toolset.json that uses a number of compiler and linker flags entirely incompatible with the host platform.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions