OK I have searched the internet and I cannot find any source which explain the whole syntax for swift package manager.
My Swift code use C libraries so I need to include -Xcc -l ... and -Xlinker -L.... parameters with swift build everytime I want to build my project. How can i automatize it? I want to put those parameters into my Package.swift. There is zero documentation about this issue. I use Linux not MacOS.
Yes I can found these links via google. I mean, how can I use -Xcc, -Xlinker with Swift Package manager? Where and how I can use LinkerSettings option?