Re: [swift-evolution] Swift 4: Support for static libs / modular development.

2017-05-11 Thread Keith Smiley via swift-evolution
Until we have native support for this in Xcode (or some sort of SwiftPM integration that would help with this), I found a workaround to allow you to trick Xcode into building static frameworks, so you can sidestep the dynamic framework issues. You can find it here: https://github.com/keith/swift-st

Re: [swift-evolution] Swift 4: Support for static libs / modular development.

2017-03-09 Thread Jacek Suliga via swift-evolution
I'd like to add a +1 for this request/discussion starter. We're on the same boat, with 70+ dynamic libraries, facing the same challenges as Raphael mentioned. Jacek Suliga | Flagship Infra On Fri, Feb 17, 2017 at 10:02 AM, Raphael Sebbe via swift-evolution < swift-evolution@swift.org> wrote: > S

Re: [swift-evolution] Swift 4: Support for static libs / modular development.

2017-02-17 Thread Raphael Sebbe via swift-evolution
Sure, thank you. If SwiftPM gets a working integration in Xcode 9, that could do it. Raphael On Fri, Feb 17, 2017 at 1:50 PM Ole Begemann wrote: > > > On 17 Feb 2017, at 10:28, Raphael Sebbe via swift-evolution < > swift-evolution@swift.org> wrote: > > > > I'm not fully aware of the state of di

Re: [swift-evolution] Swift 4: Support for static libs / modular development.

2017-02-17 Thread Ole Begemann via swift-evolution
> On 17 Feb 2017, at 10:28, Raphael Sebbe via swift-evolution > wrote: > > I'm not fully aware of the state of discussion, so sorry if it is already > being addressed. I wanted to bring some feedback and awareness about the need > of a supported way to build app components as *static librarie

[swift-evolution] Swift 4: Support for static libs / modular development.

2017-02-17 Thread Raphael Sebbe via swift-evolution
I'm not fully aware of the state of discussion, so sorry if it is already being addressed. I wanted to bring some feedback and awareness about the need of a supported way to build app components as *static libraries* in Swift. We've moved most of our new developments to Swift 3. Our apps are compl