Swift 3.1 Released
swift.org
Swift 3.1 Released
1–10 of 71 posts
Re: Swift 3.1 Released
#2To me that seems like a nice way of doing it - warning developers about approaching changes with a fairly strong warning message, and allowing time for those changes to take place.
Re: Swift 3.1 Released
#3http://stackoverflow.com/questions/42045139/i-want-a-compile...
Re: Swift 3.1 Released
#4Hopefully it has support for warnings when formatting strings with optional values: http://stackoverflow.com/questions/42045139/i-want-a-compile...
Seems like a pretty easy mistake to make, since third party libraries I use were littered with exactly the same mistake.
Re: Swift 3.1 Released
#5Re: Swift 3.1 Released
#6Just installed, compiling a fairly large project gives me "Command failed due to signal: Illegal instruction: 4" without any further information. Smooth...
Re: Swift 3.1 Released
#7Just installed, compiling a fairly large project gives me "Command failed due to signal: Illegal instruction: 4" without any further information. Smooth...
Congratulations, you managed to crash the compiler. Can you please file a bug? https://swift.org/contributing/#reporting-bugs
Re: Swift 3.1 Released
#8Hopefully it has support for warnings when formatting strings with optional values: http://stackoverflow.com/questions/42045139/i-want-a-compile...
Good news - it does. For me, it fixed a lot of bugs that I had no idea existed. Seems like a pretty easy mistake to make, since third party libraries I use were littered with exactly the same mistake.
Re: Swift 3.1 Released
#9Earlier quoted context omitted.
Congratulations, you managed to crash the compiler. Can you please file a bug? https://swift.org/contributing/#reporting-bugs
Of course, just did. Very surprised that this happens for a 'source compatible' point release of Swift. Especially as this can be triggered with only five fairly simple lines of code. Not good.
Re: Swift 3.1 Released
#10Earlier quoted context omitted.
Congratulations, you managed to crash the compiler. Can you please file a bug? https://swift.org/contributing/#reporting-bugs
Of course, just did. Very surprised that this happens for a 'source compatible' point release of Swift. Especially as this can be triggered with only five fairly simple lines of code. Not good.