[swift-corelibs-dev] corelibs-xctest + swiftpm

Daniel Dunbar daniel_dunbar at apple.com
Mon Jan 4 11:19:27 CST 2016


I think this makes sense (and commented in your PR). For now we will still need the manual build process because we need XCTest to build first in CI, so that we can use it in building/testing the package manager itself, but it certainly makes sense to shoot for it to just be yet another package.

 - Daniel

> On Dec 31, 2015, at 11:42 AM, Keith Smiley via swift-corelibs-dev <swift-corelibs-dev at swift.org> wrote:
> 
> Hey all,
> 
> I was working on integrating a project with corelibs-xctest and I noticed that
> it doesn't currently support building with swiftpm and instead provides
> `.xcodeproj` which generates a `.framework`. Is there any future plan to also
> include a `Package.swift` so that user's could build it either way? Because of
> how simple corelibs-xctest is this is just a matter of including a barebones
> `Package.swift` and moving the source files.
> 
> 
> Thanks!
> 
> --
> Keith Smiley
> 
> _______________________________________________
> swift-corelibs-dev mailing list
> swift-corelibs-dev at swift.org
> https://lists.swift.org/mailman/listinfo/swift-corelibs-dev



More information about the swift-corelibs-dev mailing list