> > git clone https://github.com/apple/swift.git > cd swift > git checkout swift-4.0.2-RELEASE > patch -p1 < swift.patch > cd .. I'm having trouble applying the patches. I think it is due to the Windows line endings. Is there an easy way to work around this to apply the patches?