New APIs, new platform support, new test suite.
This release requires use of the new swift-DEVELOPMENT-SNAPSHOT-2016-07-25-a toolchain.
- Added support for arm architecture for FD utilities.
- Added beginnings of a test suite.
- Added
read(into data: inout Data)
- This function reads all the data available on a socket and returns it in theData
object that was passed. - Added
write(from data: Data)
- This function writes the data contained within theData
object to the socket. - See README.md for more information about the new API.
- Works with Xcode 8 Beta 4 Default Toolchain.