You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that if Package.swift does not have swift-tools-version:6.0, pluginGeneratedResources are not propagated from JavaCompilerPlugin to Java2Swift.
Save identifying the underlying issue, the plugin should error if a pre-6.0 tools version is found. Or at least a note in the README.
The text was updated successfully, but these errors were encountered:
lhoward
changed the title
Tools version prior to 6.0 breaks Java2Swift in difficult to diagnose ways
Java2Swift: Tools version prior to 6.0 breaks Java2Swift in difficult to diagnose ways
Nov 7, 2024
It appears that if Package.swift does not have
swift-tools-version:6.0
,pluginGeneratedResources
are not propagated from JavaCompilerPlugin to Java2Swift.Save identifying the underlying issue, the plugin should error if a pre-6.0 tools version is found. Or at least a note in the README.
More info: https://forums.swift.org/t/diagnosing-java2swift-issues/75743/8
The text was updated successfully, but these errors were encountered: