Closed LandryNorris closed 1 month ago
Previously, swift-klib-plugin would always register a task to create cinterops. Since Linux doesn't have xcrun, the task would fail. The latest version of the plugin skips this on non-mac hosts.
swift-klib-plugin
xcrun
Previously,
swift-klib-plugin
would always register a task to create cinterops. Since Linux doesn't havexcrun
, the task would fail. The latest version of the plugin skips this on non-mac hosts.