[swift-users] [Announcement] Swift Automatic Sign Key

2017-11-08 Thread Mishal Shah via swift-users
We are updating the Linux development snapshot signing key to 'Swift Automatic 
Signing Key #2', because 'Swift Automatic Signing Key #1' will expire on 
November 18th 2017.

Starting November 9th, 2017 we will be publishing development snapshots with 
the new signing key.  

The new signing key is also available on https://swift.org/download 
 under "Active Signing Keys”. 

Swift Automatic Signing Key #2 mailto:swift-infrastruct...@swift.org>>

Download:   https://swift.org/keys/automatic-signing-key-2.asc 

Fingerprint:8513 444E 2DA3 6B7C 1659 AF4D 7638 F1FB 2B2B 08C4
Long ID:7638F1FB2B2B08C4

To import the key, run:
$ gpg --keyserver hkp://pool.sks-keyservers.net  
 --recv-keys '8513 444E 2DA3 6B7C 1659  AF4D 7638 F1FB 2B2B 08C4'

Or:

$ wget -q -O - https://swift.org/keys/automatic-signing-key-2.asc 
 |   gpg --import -

Please email swift-infrastruct...@swift.org if you have any questions. 

Thanks,
Mishal Shah

___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


Re: [swift-users] Swift-4.0-release repositories.

2017-10-17 Thread Mishal Shah via swift-users
Hi Tim,

You can clone relevant repositories using ./utils/update-checkout script in 
swift repository.

For example:
./utils/update-checkout --clone-with-ssh --tag swift-4.0-RELEASE

For more info: 
./utils/update-checkout --help

Thanks,
Mishal Shah

> On Oct 17, 2017, at 12:57 AM, Tim Hawkins via swift-users 
>  wrote:
> 
> How do i check out a complete set of code from all the relevant swift 
> repositories that match the the swift-4.0-release? 
> 
> I can find any docs anywhere that describe how to acquire the code for a 
> given release. 
> ___
> swift-users mailing list
> swift-users@swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


Re: [swift-users] Build toolchain failure for swift-4.0-branch on Mac OSX 10.12.6

2017-08-29 Thread Mishal Shah via swift-users
Adding swift-lldb-dev group. 

Thanks,
Mishal Shah

> On Aug 29, 2017, at 4:00 PM, Raj Barik via swift-users 
>  wrote:
> 
> OSx version: 10.12.6 (16G29)
> Steps to reproduce the error:
> 1)
> git clone https://github.com/apple/swift.git 
> 
> ./swift/utils/update-checkout --clone --scheme swift-4.0-branch
> 2) Edit build-preset.ini to remove tests and assertions:
> 
> [preset: mixin_lightweight_assertions]
> #assertions
> #no-swift-stdlib-assertions
> no-assertions
> swift-assertions
> 
> 
> [preset: buildbot_osx_package]
> mixin-preset=
> mixin_osx_package_base
> mixin_lightweight_assertions
> ...
> 
> 3) Execute: ./swift/util/build-toolchain local.swift
> 
> Error:
> 
> /bin/sh -c 
> $HOME/swift-4.0/build/Ninja+cmark-RelWithDebInfo+llvm-RelWithDebInfo+swift-RelWithDebInfoAssert+stdlib-RelWithDebInfo/lldb-macosx-x86_64/lldb.build/CustomSwift-Release/lldb-core.build/Script-261EECA21337D399001D193C.sh
> + '[' CustomSwift-Release == 'CustomSwift-*' ']'
> + /usr/bin/env python $HOME/swift-4.0/lldb/scripts/Xcode/build-llvm.py
> Traceback (most recent call last):
>   File "$HOME/swift-4.0/lldb/scripts/Xcode/build-llvm.py", line 355, in 
> 
> write_archives_txt()
>   File "$HOME/swift-4.0/lldb/scripts/Xcode/build-llvm.py", line 107, in 
> write_archives_txt
> for archive in archive_list():
>   File "$HOME/swift-4.0/lldb/scripts/Xcode/build-llvm.py", line 101, in 
> archive_list
> archive_lists = [collect_archives_in_path(path) for path in paths]
>   File "$HOME/swift-4.0/lldb/scripts/Xcode/build-llvm.py", line 85, in 
> collect_archives_in_path
> files = os.listdir(path)
> OSError: [Errno 2] No such file or directory: 
> '$HOME/swift-4.0/build/Ninja+cmark-RelWithDebInfo+llvm-RelWithDebInfo+swift-RelWithDebInfoAssert+stdlib-RelWithDebInfo/llvm-macosx-x86_64/src'
> Command /bin/sh failed with exit code 1
> 
> ** BUILD FAILED **
> 
> 
> The following build commands failed:
>   PhaseScriptExecution Build\ llvm\ and\ clang 
> $HOME/swift-4.0/build/Ninja+cmark-RelWithDebInfo+llvm-RelWithDebInfo+swift-RelWithDebInfoAssert+stdlib-RelWithDebInfo/lldb-macosx-x86_64/lldb.build/CustomSwift-Release/lldb-core.build/Script-261EECA21337D399001D193C.sh
> (1 failure)
> ./utils/build-script: fatal error: command terminated with a non-zero exit 
> status 65, aborting
> ./utils/build-script: fatal error: command terminated with a non-zero exit 
> status 1, aborting
> ___
> swift-users mailing list
> swift-users@swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


Re: [swift-users] Why no new Development Snapshots since Aug 3?

2017-08-15 Thread Mishal Shah via swift-users
Hi Jens, 

Can you please try again? It should be fixed now. 

Thanks,
Mishal Shah

> On Aug 15, 2017, at 9:36 PM, Jens Persson  > wrote:
> 
> Follow up question:
> The current snapshot link 
> https://swift.org/builds/development/xcode/swift-DEVELOPMENT-SNAPSHOT-2017-08-15-a/swift-DEVELOPMENT-SNAPSHOT-2017-08-15-a-osx.pkg
>  
> 
> doesn't work:
> Forbidden
> You don't have permission to access 
> /builds/development/xcode/swift-DEVELOPMENT-SNAPSHOT-2017-08-15-a/swift-DEVELOPMENT-SNAPSHOT-2017-08-15-a-osx.pkg
>  on this server.
> 
> (I could download 2017-08-14 yesterday though.)
> /Jens
> 
> On Fri, Aug 11, 2017 at 9:55 PM, Jens Persson via swift-users 
> mailto:swift-users@swift.org>> wrote:
> Ok, thanks!
> /Jens
> 
> On Fri, Aug 11, 2017 at 5:39 AM, Mishal Shah  > wrote:
> Hi Jens, 
> 
> We are working on resolving LLDB build and test failures, once these failures 
>  have been resolved we will be releasing new toolchains.
> 
> https://ci.swift.org/job/oss-lldb-incremental-osx/ 
> 
> https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-16_04/ 
> 
> https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-16_10/ 
> 
> 
> Thanks,
> Mishal Shah
> 
>> On Aug 10, 2017, at 6:42 PM, Jens Persson via swift-users 
>> mailto:swift-users@swift.org>> wrote:
>> 
>> The most recent Development Snapshot is 2017-08-03, but it used to be a new 
>> one almost daily. What happened?
>> /Jens
>> ___
>> swift-users mailing list
>> swift-users@swift.org 
>> https://lists.swift.org/mailman/listinfo/swift-users 
>> 
> 
> 
> 
> ___
> swift-users mailing list
> swift-users@swift.org 
> https://lists.swift.org/mailman/listinfo/swift-users 
> 
> 
> 

___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


Re: [swift-users] Why no new Development Snapshots since Aug 3?

2017-08-10 Thread Mishal Shah via swift-users
Hi Jens, 

We are working on resolving LLDB build and test failures, once these failures  
have been resolved we will be releasing new toolchains.

https://ci.swift.org/job/oss-lldb-incremental-osx/
https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-16_04/
https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-16_10/

Thanks,
Mishal Shah

> On Aug 10, 2017, at 6:42 PM, Jens Persson via swift-users 
>  wrote:
> 
> The most recent Development Snapshot is 2017-08-03, but it used to be a new 
> one almost daily. What happened?
> /Jens
> ___
> swift-users mailing list
> swift-users@swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


Re: [swift-users] [swift-dev] Reminder: Swift.org scheduled outages for bug reporting, mailing lists, website and CI

2017-08-05 Thread Mishal Shah via swift-users
Hi Everyone! 

Update:
— bugs.swift.org is back online.
— lists.swift.org is back online. 
— swift.org website is back online with latest toolchains, the older 
toolchains will be available by Tuesday Aug 8th 2017.
— ci.swift.org is back online, but we’re still working on restoring 
pull request testing. We expect full functionality by tomorrow.

Thanks,
Mishal Shah

> On Aug 4, 2017, at 2:02 PM, Nicole Jacque via swift-dev  
> wrote:
> 
> Just a reminder, the mailing list server and CI will be going offline in 
> about an hour.
> 
>> On Aug 2, 2017, at 4:52 PM, Nicole Jacque > > wrote:
>> 
>> Hello All-
>> 
>> We will have some downtime for swift.org  resources over 
>> the weekend as we upgrade our infrastructure.  
>> 
>> The outage schedule will be as follows:
>> bugs.swift.org  will become unavailable starting at 
>> 9 PM Thursday, Aug 3 (Pacific) until the upgrade is completed on Saturday, 
>> Aug 5
>> swift.org  mailing lists (including this list)  will 
>> become unavailable starting at 3 PM Friday, Aug 4 until the upgrade is 
>> completed on Saturday
>> ci.swift.org  and all CI infrastructure will become 
>> unavailable starting at 3 PM Friday, Aug 4 until the upgrade is completed on 
>> Saturday.  We will also be locking the repos at this time until CI is back 
>> up.
>> The swift.org  website will be unavailable for a short 
>> time on Saturday afternoon.
>> 
>> We expect the upgrade to be complete on Saturday afternoon or evening.  We 
>> will send out email when the upgrade is complete.
>> 
>> Thanks,
>> Nicole
>> 
> 
> ___
> swift-dev mailing list
> swift-...@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


Re: [swift-users] Build from command line using swift 4 toolchain

2017-05-22 Thread Mishal Shah via swift-users
Hi Halen, 

You can set the toolchain with --toolchain flag for xcrun and -toolchain for 
xcodebuild, here is more detail https://swift.org/download/#using-downloads

Thanks, 
Mishal Shah
> On May 22, 2017, at 2:03 PM, Halen Wooten via swift-users 
>  wrote:
> 
> Hi,
> 
> I downloaded the Swift 4 toolchain from swift.org and change my
> setting in Xcode. However, when I build xcode projects from the
> command line it's still using Swift 3.1. How can I instruct the
> command line tools to build with Swift 4?
> 
> Thanks for the help,
> 
> Halen
> ___
> swift-users mailing list
> swift-users@swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


Re: [swift-users] I have a problems to install Swift on Ubuntu 16.04

2017-02-16 Thread Mishal Shah via swift-users
Hi Francesco, 

Which toolchain are you using? Is it the development or swift 3.1 snapshot and 
which build did you download swift.org?

Thanks, 
Mishal Shah
> On Feb 15, 2017, at 10:42 AM, Francesco via swift-users 
>  wrote:
> 
> I followed all the procedures indicated on the Swift site to install Swift on 
> Ubuntu 4.16, but when I enter the terminal command "swift" gives me this 
> error: can not execute binary file: executable format can invalid, help me 
> solve the problem, thank you. ;-)
> ___
> swift-users mailing list
> swift-users@swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


Re: [swift-users] Planned Outage - Nov 15th 2016 at 11pm PST

2016-11-16 Thread Mishal Shah via swift-users
All of the services are back online.

Sorry for any inconvenience.

Thanks,
Mishal Shah

> On Nov 15, 2016, at 12:18 PM, mishal_shah via swift-users 
>  wrote:
> 
> Planned Outage:
> 
> When: 
> Nov 15th 2016 at 11pm PST 
> 
> Duration:
> 1-2hrs
> 
> Services affected:
> 
> - Swift Website: swift.org
> - Swift CI: ci.swift.org
> - Swift Bugs: bugs.swift.org
> - Swift Mail: lists.swift.org
> 
> Thanks, 
> Mishal Shah
> ___
> swift-users mailing list
> swift-users@swift.org
> https://lists.swift.org/mailman/listinfo/swift-users
___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


Re: [swift-users] Ubuntu 16.04 support?

2016-09-21 Thread Mishal Shah via swift-users
I should have Ubuntu 16.04 system available on ci.swift.org by end of day.

Thanks,
Mishal Shah

> On Sep 21, 2016, at 9:25 AM, Todd Fiala  wrote:
> 
> Hmm, likes get a JIRA tracking this if we don’t have one already.
> 
> Mishal, what’s the current ETA on the Ubuntu 16.04 switch-over?
> 
> -Todd
> 
>> On Sep 21, 2016, at 9:11 AM, Michael Gottesman  wrote:
>> 
>> +CC Todd.
>> 
>>> On Sep 20, 2016, at 9:25 PM, Ron Olson via swift-users 
>>>  wrote:
>>> 
>>> Hmm, I don’t get that at all:
>>> 
>>> Welcome to Swift version 3.0 (swift-3.0-RELEASE). Type :help for assistance.
>>> 1> import Foundation
>>> 2> NSURL(string:"http://swift.org";)
>>> $R0: Foundation.NSURL? = 0x00427f00 {
>>> Foundation.NSObject = {}
>>> _base = {
>>> info = 7552
>>> pad = 0
>>> }
>>> _flags = 536887337
>>> _encoding = 0
>>> _string = 0x00427bd0 -> 0x7475d720 full type metadata for 
>>> Foundation.NSString + 16
>>> _baseURL = nil
>>> _extra = nil
>>> _resourceInfo = nil
>>> _range1 = {
>>> location = 0
>>> length = 4
>>> }
>>> _range2 = {
>>> location = 7
>>> length = 9
>>> }
>>> 
>>> … more of the same …
>>> 
>>> On 20 Sep 2016, at 22:28, Bouke Haarsma via swift-users wrote:
>>> 
>>> 
>>> On 2016-09-20 16:37:18 +, Lane Schwartz via swift-users said:
>>> 
>>> In addition to the installation instructions per swift.org, I also needed 
>>> to install "libpython2.7-dev". When starting the Swift REPL it threw the 
>>> following error;
>>> 
>>> ...swift/usr/bin/lldb: error while loading shared libraries: 
>>> libpython2.7.so.1.0: cannot open shared object file: No such file or 
>>> directory
>>> 
>>> Installing that package resolved that issue. However the REPL loads, it 
>>> throws errors like this:
>>> 
>>> ubuntu-1604:~$ swift
>>> Welcome to Swift version 3.0 (swift-3.0-RELEASE). Type :help for assistance.
>>>   1> import Foundation
>>>   2> NSURL(string: "http://swift.org";)
>>> error: Couldn't lookup symbols:
>>>   type metadata accessor for Foundation.NSURL
>>>   Foundation.NSURL.__allocating_init (string : Swift.String) -> 
>>> Swift.Optional
>>> 
>>> I've downgraded to 14.04 LTS.
>>> 
>>> Thanks.
>>> 
>>> 
>>> On Tue, Sep 20, 2016 at 11:28 AM, Ron Olson via swift-users 
>>>  wrote:
>>> I downloaded the Ubuntu 15 release.
>>> 
>>> On 20 Sep 2016, at 11:26, Lane Schwartz wrote:
>>> 
>>> Thanks, Ron. Which binary release did you download? The ubuntu 15 release? 
>>> Or the 14 release?
>>> 
>>> On Tue, Sep 20, 2016 at 11:12 AM, Ron Olson via swift-users 
>>>  wrote:
>>> I can verify that the 3.0 Release works under 16; I downloaded it this 
>>> morning and it works fine.
>>> 
>>> 
>>> On 20 Sep 2016, at 11:10, Lane Schwartz via swift-users wrote:
>>> 
>>> I see that there are swift packages for Ubuntu 14 and 15, but not 16. Is
>>> Swift 3.0 known to work with Ubuntu 16? Can either of the aforementioned
>>> binary releases be used, or is compilation from source required?
>>> 
>>> Thanks,
>>> Lane
>>> ___
>>> swift-users mailing list
>>> swift-users@swift.org
>>> https://lists.swift.org/mailman/listinfo/swift-users
>>> ___
>>> swift-users mailing list
>>> swift-users@swift.org
>>> https://lists.swift.org/mailman/listinfo/swift-users
>>> 
>>> 
>>> 
>>> -- 
>>> When a place gets crowded enough to require ID's, social collapse is not
>>> far away.  It is time to go elsewhere.  The best thing about space travel
>>> is that it made it possible to go elsewhere.
>>> -- R.A. Heinlein, "Time Enough For Love"
>>> 
>>> 
>>> ___
>>> swift-users mailing list
>>> swift-users@swift.org
>>> https://lists.swift.org/mailman/listinfo/swift-users
>>> 
>>> 
>>> 
>>> 
>>> -- 
>>> When a place gets crowded enough to require ID's, social collapse is not
>>> far away.  It is time to go elsewhere.  The best thing about space travel
>>> is that it made it possible to go elsewhere.
>>> -- R.A. Heinlein, "Time Enough For Love"
>>> ___
>>> swift-users mailing list
>>> swift-users@swift.org
>>> https://lists.swift.org/mailman/listinfo/swift-users
>>> 
>>> 
>>> -- 
>>> -Bouke
>>> ___
>>> swift-users mailing list
>>> swift-users@swift.org
>>> https://lists.swift.org/mailman/listinfo/swift-users
>>> ___
>>> swift-users mailing list
>>> swift-users@swift.org
>>> https://lists.swift.org/mailman/listinfo/swift-users
>> 
> 
___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


Re: [swift-users] build-toolchain failing

2016-08-04 Thread Mishal Shah via swift-users
Hi David, 

Which version of Xcode are you using? We now require Xcode 8 Beta 4 to be able 
to build swift. Also, please provide full error message.

Thanks, 
Mishal Shah
> On Aug 4, 2016, at 2:00 AM, David Liu via swift-users  
> wrote:
> 
> I am getting errors compiling the toolchain from the tip of master. 
> Specifically inside of stdlib/SDK/.., it has some syntax issue which leads to 
> compilation failure.
> I did a swift/utils/update-checkout then swift/utils/build-toolchain.
> I see the CI builds are green, am I out of sync some where?  Any help would 
> be much appreciated.
> 
> Thanks
> 
> Dave
> ___
> swift-users mailing list
> swift-users@swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


[swift-users] New Swift Snapshots Available!

2016-07-25 Thread Mishal Shah via swift-users
New Swift Snapshots Available!

Download new packages from https://swift.org/download/ 


Swift Development: (master) 

Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-07-25-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 

https://github.com/apple/swift-cmark 
https://github.com/apple/swift-integration-tests 

https://github.com/apple/swift-compiler-rt 



Thanks, 
Mishal Shah
___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


[swift-users] Swift 3.0 Preview 1 Branch and Tag Updated

2016-06-27 Thread Mishal Shah via swift-users
Swift 3.0 Preview 1 branch (swift-3.0-preview-1-branch) and tag 
(swift-3.0-PREVIEW-1) has been updated to build with Xcode 8 beta 1.

New Linux toolchains for Swift 3.0 Preview 1 are available at 
swift.org/download .

Repositories updated: 
https://github.com/apple/swift/tree/swift-3.0-preview-1-branch 

https://github.com/apple/swift-package-manager/tree/swift-3.0-preview-1-branch 

https://github.com/apple/swift-lldb/tree/swift-3.0-preview-1-branch 


Thanks, 
Mishal Shah___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


Re: [swift-users] New Swift Snapshots Available!

2016-06-21 Thread Mishal Shah via swift-users
Thanks Charles! I have created Jira issue to track this bug. 

https://bugs.swift.org/browse/SR-1853

Mishal Shah
> On Jun 21, 2016, at 10:46 AM, Charles Lane via swift-users 
>  wrote:
> 
> This is a little snippet of the error :
> 
> :0: error: invalid version number in '-miphoneos-version-min=10.0.0'
> Assertion failed: (Maj < 10 && Min < 100 && Rev < 100 && "Invalid version!"), 
> function getDarwinDefines, file 
> /Users/buildnode/jenkins/workspace/oss-swift-package-osx/llvm/tools/clang/lib/Basic/Targets.cpp,
>  line 158.
> 
> 
> > Can you reduce the problem to a small test case? Please file a bug report 
> > onbugs.swift.org (http://bugs.swift.org 
> > )for this, and include information on the last 
> > toolchain which worked.
> > 
> > - Daniel
> > 
> > > On Jun 21, 2016, at 5:16 AM, Charles Lane via 
> > > swift-users > > (mailto:swift-users@swift.org 
> > > )>wrote:
> > > I’m running macOS Sierra. When I set ios 10 as the deployment target, I 
> > > get an error: Command failed due to signal: Illegal instruction: 4
> > > It seems to build ok when using 9.3 or below as the build target.
> > > 
> > > ___
> > > swift-users mailing list
> > > swift-users@swift.org 
> > > (mailto:swift-users@swift.org 
> > > )
> > > https://lists.swift.org/mailman/listinfo/swift-users 
> > > 
> > 
> > 
> > 
> ___
> swift-users mailing list
> swift-users@swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


[swift-users] New Swift Snapshots Available!

2016-06-20 Thread Mishal Shah via swift-users
New Swift Snapshots Available!

Download new packages from https://swift.org/download/ 


Swift Development: (master)
Note: Swift Development toolchain now requires Xcode 8.0 beta. 

Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-06-20-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 

https://github.com/apple/swift-cmark 
https://github.com/apple/swift-integration-tests 

https://github.com/apple/swift-compiler-rt 



Thanks, 
Mishal Shah___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


Re: [swift-users] Swift 3.0 Preview 1 Snapshots available!

2016-06-01 Thread Mishal Shah via swift-users
Hi Charles, 

Trunk Development toolchain was created from master branch, and Swift 3.0 
Preview 1 toolchain was created from swift-3.0-preview-1-branch. 

Difference between master and swift-3.0-preview-1-branch: 
https://github.com/apple/swift/compare/swift-3.0-preview-1-branch

Master branch: https://github.com/apple/swift/tree/master
Swift 3.0 Preview 1 branch: 
https://github.com/apple/swift/tree/swift-3.0-preview-1-branch

Thanks, 
Mishal Shah

> On Jun 1, 2016, at 12:30 PM, Charles Lane  wrote:
> 
> I see that there is a ‘Trunk Development(master)’ and the 'Swift 3.0 Preview 
> 1 Release Branch’ both from May 31, 2016.
> Is there any difference in these two releases?
> 
> Thanks,
> Chuck Lane
> 

___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


[swift-users] New Swift snapshots available!

2016-05-31 Thread Mishal Shah via swift-users
New Swift snapshots available! 

Download new packages from https://swift.org/download/ 


Swift Development: (master)
Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-05-31-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 

https://github.com/apple/swift-cmark 
https://github.com/apple/swift-integration-tests 

https://github.com/apple/swift-compiler-rt 


Thanks, 
Mishal Shah___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


[swift-users] Swift 3.0 Preview 1 Snapshots available!

2016-05-31 Thread Mishal Shah via swift-users
New Swift snapshots available! 

Download new packages from https://swift.org/download/ 


Swift 3.0 Preview 1: (swift-3.0-preview-1-branch)
Following repository are tagged with swift-3.0-preview-1-SNAPSHOT-2016-05-31-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 

https://github.com/apple/swift-cmark 
https://github.com/apple/swift-integration-tests 

https://github.com/apple/swift-compiler-rt 


Thanks, 
Mishal Shah___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


[swift-users] New Swift snapshots available!

2016-05-09 Thread Mishal Shah via swift-users
New Swift snapshots available! 

Download new packages from https://swift.org/download/ 


Swift Development: (master)
Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-05-09-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 

https://github.com/apple/swift-cmark 
https://github.com/apple/swift-integration-tests 

https://github.com/apple/swift-compiler-rt 


Thanks, 
Mishal Shah___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


Re: [swift-users] Swift CI - Planned Maintenance Outage on May 4th 2016

2016-05-04 Thread Mishal Shah via swift-users
Maintenance completed. 

Thanks, 
Mishal Shah
> On May 3, 2016, at 11:50 PM, Mishal Shah  wrote:
> 
> Planned Maintenance Outage on Swift CI (ci.swift.org )
> 
> When will the downtime occur?
> May 4th 2016 - 7am to 10am PST
> 
> What does this mean?
> Jenkins master will stops executing new builds, so the new builds don’t 
> failed during maintenance. 
> 
> Once the maintenance has been completed I will send followup email. 
> 
> Thanks, 
> Mishal Shah

___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


[swift-users] Swift CI - Planned Maintenance Outage on May 4th 2016

2016-05-03 Thread Mishal Shah via swift-users
Planned Maintenance Outage on Swift CI (ci.swift.org)

When will the downtime occur?
May 4th 2016 - 7am to 10am PST

What does this mean?
Jenkins master will stops executing new builds, so the new builds don’t failed 
during maintenance. 

Once the maintenance has been completed I will send followup email. 

Thanks, 
Mishal Shah___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


[swift-users] New Swift snapshots available!

2016-05-03 Thread Mishal Shah via swift-users
New Swift snapshots available! 

Download new packages from https://swift.org/download/ 


Swift Development: (master)
Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-05-03-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 

https://github.com/apple/swift-cmark 
https://github.com/apple/swift-integration-tests 

https://github.com/apple/swift-compiler-rt 


Thanks, 
Mishal Shah___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


[swift-users] New Swift snapshots available!

2016-04-25 Thread Mishal Shah via swift-users
New Swift snapshots available! 

Download new packages from https://swift.org/download/ 



Swift 2.2.x: (swift-2.2-branch)
Following repository are tagged with swift-2.2.1-SNAPSHOT-2016-04-23-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-cmark 
https://github.com/apple/swift-integration-tests 
  


Swift Development: (master)
Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-04-25-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 

https://github.com/apple/swift-cmark 
https://github.com/apple/swift-integration-tests 

https://github.com/apple/swift-compiler-rt 


Thanks, 
Mishal Shah___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


[swift-users] New Swift snapshots available!

2016-04-12 Thread Mishal Shah via swift-users
New Swift snapshots available! 

Download new packages from https://swift.org/download/ 



Swift 2.2.x: (swift-2.2-branch)
Following repository are tagged with swift-2.2.1-SNAPSHOT-2016-04-12-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-cmark 
https://github.com/apple/swift-integration-tests 
  


Swift Development: (master)
Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-04-12-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 

https://github.com/apple/swift-cmark 
https://github.com/apple/swift-integration-tests 

https://github.com/apple/swift-compiler-rt

Thanks, 
Mishal Shah___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


[swift-users] New Swift development snapshots available!

2016-03-24 Thread Mishal Shah via swift-users
New Swift snapshots available! 

Download new packages from https://swift.org/download/ 


Swift Development: (master)
Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-03-24-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 

https://github.com/apple/swift-cmark 
https://github.com/apple/swift-integration-tests 

https://github.com/apple/swift-compiler-rt

Thanks, 
Mishal Shah

___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


[swift-users] New Swift 2.2 Toolchain snapshot - Dec 31, 2015

2015-12-31 Thread Mishal Shah via swift-users
New Swift 2.2 snapshot available! 

Download new packages from https://swift.org/download/ 


Following repository are tagged with swift-2.2-SNAPSHOT-2015-12-31-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 
  

Thanks, 
Mishal Shah___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


[swift-users] New Swift 2.2 Toolchain snapshot - Dec 22, 2015

2015-12-23 Thread Mishal Shah via swift-users
New Swift 2.2 snapshot available! 

Download new packages from https://swift.org/download/ 


Following repository are tagged with swift-2.2-SNAPSHOT-2015-12-22-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 
  

Thanks, 
Mishal Shah___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


[swift-users] New Swift 2.2 Toolchain snapshot - Dec 18, 2015

2015-12-19 Thread Mishal Shah via swift-users
New Swift 2.2 snapshot available! 

Download new packages from https://swift.org/download/ 


Following repository are tagged with swift-2.2-SNAPSHOT-2015-12-18-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 
  

Thanks, 
Mishal Shah___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users


[swift-users] New Swift 2.2 Toolchain snapshot - Dec 10, 2015

2015-12-11 Thread Mishal Shah via swift-users
New Swift 2.2 snapshot available! 

Download new packages from https://swift.org/download/ 


Following repository are tagged with swift-2.2-SNAPSHOT-2015-12-10-a

https://github.com/apple/swift  

https://github.com/apple/swift-clang  

https://github.com/apple/swift-llbuild  

https://github.com/apple/swift-lldb    

https://github.com/apple/swift-llvm    

https://github.com/apple/swift-corelibs-foundation 
 
https://github.com/apple/swift-corelibs-xctest 
 
https://github.com/apple/swift-package-manager 
  

Thanks, 
Mishal Shah___
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users