I passed 2000 Urls in my collection of Swift Urls. I tried to add tags for many urls to make it easier to search a topic. For example, if you're interested in AppleTV or functional programming:
http://www.h4labs.com/dev/ios/swift.html?q=AppleTV&age=10000
http://www.h4labs.com/dev/ios/swift.html?q=functional&age=10000
The age parameter will let you filter by days. Say all blogs written in the last 3 days, for instance:
http://www.h4labs.com/dev/ios/swift.html?q=&age=3
Here's the main site: http://www.h4labs.com/dev/ios/swift.html
Finally, the raw data is on Github in tsv format: https://github.com/melling/SwiftResources