Skip to content

New APIs, new platform support, new test suite.

Compare
Choose a tag to compare
@billabt billabt released this 26 Jul 15:42
· 567 commits to master since this release

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 the Data object that was passed.
  • Added write(from data: Data) - This function writes the data contained within the Data object to the socket.
  • See README.md for more information about the new API.
  • Works with Xcode 8 Beta 4 Default Toolchain.