> Is this in your package file?
> targets: [
>     Target(
>         name: "Foo",
>         dependencies: [.Target(name: "Bar")]),
>     Target(
>         name: "Bar")

No. So for each module I write, I need to specify all the imported
stuff as dependency?
Shouldn't this be automatically picked in the build phase by seeing
imports in a file. Am I expecting too much?


-- 
Regards,
`Tarun`
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to