The document discusses whether Swift is ready for production use. It notes that Swift is growing in popularity and stability according to language indexes. Swift 1.2 includes improvements like faster builds and better compiler diagnostics. A new app was written in Swift for Duolingo in 3 months, and it had a low crash rate despite tooling issues. While interfacing with Objective-C and compiler bugs are still problems, the document concludes that Swift is ready for new code due to its type safety and architecture benefits. Learning functional patterns and dealing with strict typing are identified as challenges to using Swift.