Skip to content

Example repository showing a SwiftPM build tool plugin dependency issue

Notifications You must be signed in to change notification settings

DougGregor/swift-java-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

42555c8 · Oct 21, 2024

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Example issue with build tool dependencies for swift-java

This repository highlights a bug found with the Swift Package Manager's dependency handling for build tool plugins. The package doesn't build because the Java2SwiftPlugin isn't seeing the "JavaKit" dependency of the "JavaMath" target. If we uncomment the marked line in Package.swift to also add a "JavaKitJar" dependency, we see both the JavaKit and JavaKitJar dependencies correctly.

About

Example repository showing a SwiftPM build tool plugin dependency issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages