SE-0148, Generic Subscripts, will probably be reviewed soon: https://github.com/apple/swift-evolution/commit/b5788812dc7dc6c4f94f8a3ab1bade2f4ab07d0a
iOS, watchOS, tvOS added as supported platforms to swift-corelibs-xctest, apple/swift-corelibs-xctest#176.
String manifesto
https://github.com/apple/swift/blob/master/docs/StringManifesto.md
SE-site legibility improvements: https://github.com/apple/swift-evolution/pull/592
I think it would be great mentioning about PR Add Unit Testing Infrastructure for swift-corelibs-xctest. Maybe someone will help proceeding with this PR.
Unofficial Official Docker container for Swift
https://github.com/swiftdocker/docker-swift
https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20170116/004470.html
Slashdot interview with Lattner:
https://developers.slashdot.org/story/17/01/23/085232/slashdots-interview-with-swift-creator-chris-lattner
We've just published a roadmap for the Swift 4 Package Manager: https://lists.swift.org/pipermail/swift-evolution-announce/2017-January/000307.html
another podcast interview:
https://swiftcoders.podbean.com/e/37-chris-lattner-creator-of-swift
SE-0149 under review: https://lists.swift.org/pipermail/swift-evolution-announce/2017-January/000308.html
URLSession Test Fest
If you鈥檝e been wondering how to make a meaningful contribution, this is the perfect time. It鈥檇 be great to greatly expand both unit test and higher level test coverage of URLSession.
https://lists.swift.org/pipermail/swift-corelibs-dev/Week-of-Mon-20170123/001092.html
Swift 3.1 Development Snapshots
Get a leg up on testing out Swift 3.1.
Swift 3.1 Snapshots are prebuilt binaries that are automatically created from the
swift-3.1-branchbranch.
Development snapshots download page: https://swift.org/download/#snapshots
Announcement: https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20170123/003862.html
GitHub syntax highlighting for Swift has finally picked up several recent fixes: https://github.com/textmate/swift.tmbundle/compare/textmate:841f53f...textmate:c7aca87
https://twitter.com/jtbandes/status/823991172527898624
0xFFFF // <-- no longer a hideous red color 馃悾
I don't think it's a recent thing, but @calebd turned me on to https://fossies.org/dox/swift-swift-3.0.2-RELEASE/, and it's changing my life. You can type in the name of any class in the Swift compiler C++ source code, and it'll show you class diagrams, documentation, and more. Suuuuper helpful.
@modocache that is AMAZING! I looked up what I thought would make the scariest class diagram and wasn't disappointed 馃槃 (https://fossies.org/dox/swift-swift-3.0.2-RELEASE/structVisitNodeResult.html)
Swift ABI Stability Manifesto
_Is it manifesto week or something?_
https://github.com/apple/swift/blob/master/docs/ABIStabilityManifesto.md
Most helpful comment
I don't think it's a recent thing, but @calebd turned me on to https://fossies.org/dox/swift-swift-3.0.2-RELEASE/, and it's changing my life. You can type in the name of any class in the Swift compiler C++ source code, and it'll show you class diagrams, documentation, and more. Suuuuper helpful.