Pierluigi D'Andrea

Results 25 comments of Pierluigi D'Andrea

I just pushed a temporary fix. There's now a `struct LazySequence` in the standard library, generated by the `Swift.lazy` method. Since it's a `struct` we can extend it instead of...

Actually the library does not work with CocoaPods. The pod is an artifact from the Xcode 6.0 beta times. Anyway, this is also something we need to do once the...

Yes, it's Xcode: • `Xcode does not support building static libraries that include Swift code. (17181019)`

I followed your instructions and created a test framework, with a simple extension, just like this: ``` public extension Array { public func test () -> Element? { return nil...

I looked into it and I don't see that difference. The iOS binary is about 500kb, the OS X one 780kb. Are you sure you're not looking at a symlink?

Since there's a lot of stuff that we can do with regexps, we should consider starting a new library/framework, something like a Swift version of _[RegExKit](http://regexkit.sourceforge.net/Documentation/index.html) meets ruby (and maybe...