[swift-users] "swift package describe" performs fetch

2017-04-06 Thread Toni Suter via swift-users
Hi everyone, I would like to obtain detailed information about a package and all its dependencies in an automated fashion. At first I thought that the two commands "swift package describe" and "swift package show-dependencies" are a perfect fit for that. More concretely, I wanted to perform the

[swift-users] GCD interaction w/ external threads

2017-04-06 Thread Helge Hess via swift-users
Hi, I have this little project (mod-swift.org) in which I embed Swift into Apache. I’m trying to understand the implications of hosting GCD Swift code inside an Apache process Though I guess those are pretty generic questions. - Can I create a concurrent queue from within an external thread and