I have next Source Layout

../Sources/Executable/main.swift
../Sources/Executable/classA.swift
../Sources/liba/some1.swift
../Sources/liba/some2.swift

How to include liba to Executable main.swift? 

It’s not clear from this file
https://github.com/apple/swift-package-manager/blob/master/Documentation/SourceLayouts.md
 
<https://github.com/apple/swift-package-manager/blob/master/Documentation/SourceLayouts.md>

I’ve tried just simple import. Does not work.

P.S.: I know how to make dependency lib, but I don’t want it for my current 
situation.
 
Best Regards,
Volodymyr Boichentsov





_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to