<div dir="ltr">Hi new to Swift and I am really excited that Apple has open sourced it! I use macs at home an Linux at work, so now I may actually be able to develop in one language on both platforms (and not use Java).<div><br></div><div>That being said, is there a way open a file for either reading line by line and writing line by line that is done purely in Swift and is cross platform.</div><div><br></div><div>I did go through the Getting Started page and saw that one was able to import Glibc on Linux which implements the C fopen, etc., but when I tried to import it in the REPL on OS X, I got the error:</div><div><br></div><div><p style="margin:0px;font-size:12px;line-height:normal;font-family:&#39;Andale Mono&#39;;color:rgb(0,249,0);background-color:rgb(0,0,0)">repl.swift:1:8: <span style="color:rgb(195,55,32)">error: </span>no such module &#39;Glibc&#39;</p><p style="margin:0px;font-size:12px;line-height:normal;font-family:&#39;Andale Mono&#39;;color:rgb(41,249,20);background-color:rgb(0,0,0)">import Glibc</p><p style="margin:0px;font-size:12px;line-height:normal;font-family:&#39;Andale Mono&#39;;color:rgb(52,189,38);background-color:rgb(0,0,0)">       ^</p></div><div><br></div><div>swift --version returns:</div><div><br></div><div><p style="margin:0px;font-size:12px;line-height:normal;font-family:&#39;Andale Mono&#39;;color:rgb(41,249,20);background-color:rgb(0,0,0)">Chateau-Louise:/ gskluzacek$ swift --version</p><p style="margin:0px;font-size:12px;line-height:normal;font-family:&#39;Andale Mono&#39;;color:rgb(41,249,20);background-color:rgb(0,0,0)">Apple Swift version 2.1 (swiftlang-700.1.101.6 clang-700.1.76)</p><p style="margin:0px;font-size:12px;line-height:normal;font-family:&#39;Andale Mono&#39;;color:rgb(41,249,20);background-color:rgb(0,0,0)">Target: x86_64-apple-darwin14.5.0</p><p style="margin:0px;font-size:12px;line-height:normal;font-family:&#39;Andale Mono&#39;;color:rgb(41,249,20);background-color:rgb(0,0,0)">Chateau-Louise:/ gskluzacek$ </p></div><div><br></div><div>Thanks,</div><div>-- Greg</div></div>