Re: [swift-dev] Nightly builds?

2017-01-10 Thread Ankit Agarwal via swift-dev
On Wed, Jan 11, 2017 at 12:35 AM, Erica Sadun wrote: > I just got the JIRA yesterday, so that build is probably going to be too > early. > I thought Ankit Aggarwal had set one up a while ago. > > I shut it down because Swift.org started nightly builds — which is more secure and official place to

Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - Ubuntu 15.10 (swift 3.0) #131

2016-10-28 Thread Ankit Agarwal via swift-dev
Yes will cherry-pick the fix soon On Saturday 29 October 2016, Doug Coleman via swift-dev wrote: > https://bugs.swift.org/browse/SR-3078 > > Man…I’m working with a really bad signal and messing up the urls. Sorry! > > > On Oct 28, 2016, at 6:20 PM, Doug Coleman > wrote: > > :0: error: error par

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #7952

2016-10-15 Thread Ankit Agarwal via swift-dev
Figured out the issue, raised a fix here https://github.com/apple/swift-package-manager/pull/740 On Sat, Oct 15, 2016 at 11:08 PM, wrote: > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#7952] > Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux- > ubuntu-14_04/7952/ > P

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 15.10 (master) #6803

2016-07-25 Thread Ankit Agarwal via swift-dev
working on a fix On Mon, Jul 25, 2016 at 11:27 PM, wrote: > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#6803] > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/6803/ > Project: oss-swift-incremental-RA-linux-ubuntu-15_10 > Date of build: Mon, 25 Jul

Re: [swift-dev] Standard Library not built in release mode with -R in build script

2016-07-21 Thread Ankit Agarwal via swift-dev
Got it, thanks! On Thu, Jul 21, 2016 at 9:08 PM, Dmitri Gribenko wrote: > On Thu, Jul 21, 2016 at 8:35 AM, Ankit Agarwal via swift-dev > wrote: > > Standard library is not built in release mode by default with -R flag in > > build script. Is that intended behaviour? > >

[swift-dev] Standard Library not built in release mode with -R in build script

2016-07-21 Thread Ankit Agarwal via swift-dev
Standard library is not built in release mode by default with -R flag in build script. Is that intended behaviour? Passing `--no-swift-stdlib-assertions --build-swift-static-stdlib --swift-enable-ast-verifier=0` to build script created the build in folder `Ninja-ReleaseAssert+stdlib-Release` --

[swift-dev] Swiftpm CI failure on OSX due to watchkit

2016-04-05 Thread Ankit Agarwal via swift-dev
Hi, https://github.com/apple/swift-package-manager/pull/219 has failed OSX CI twice due to what seems like an issue in WatchKit Log: https://ci.swift.org/job/swift-package-manager-PR-osx/88/consoleFull#1156550732ee1a197b-acac-4b17-83cf-a53b95139a76 Appreciate any help. -- Ankit ___

Re: [swift-dev] how to write package.swift if i want to use dependency file in local?

2016-01-06 Thread Ankit Agarwal via swift-dev
I am assuming by downloaded you meant Downloaded the zip from github. Suppose you have all three downloaded side by side some-dir ├── PlayingCard ├── FisherYates └── DeckOfPlayingCards since you downloaded as a zip and not cloned these directories will not be under git version control anymore. p

Re: [swift-dev] iOS apps with Swift in Ubuntu

2015-12-15 Thread Ankit Agarwal via swift-dev
Highly unlikely because many many other frameworks needed for iOS development eg UIKit etc are not available on Linux and have no plans to be made available as of now. Also it's very difficult to make an iOS app without an IDE (read: Xcode) which also doesn't have any plans to be made available for

Re: [swift-dev] iOS apps with Swift in Ubuntu

2015-12-15 Thread Ankit Agarwal via swift-dev
Highly unlikely because many many other frameworks needed for iOS development eg UIKit etc are not available on Linux and have no plans to be made available as of now. Also it's very difficult to make an iOS app without an IDE (read: Xcode) which also doesn't have any plans to be made available for