NSLinux
NSLinux copied to clipboard
NSString and libdispatch compatibility code for Swift on Linux
Getting this error while building: `Packages/NSLinux-1.1.0/Sources/Dispatch.swift:55:47: error: value of type 'Unmanaged' has no member 'toOpaque'` The [Unmanaged reference](https://developer.apple.com/library/watchos/documentation/Swift/Reference/Swift_Unmanaged_Structure/index.html#//apple_ref/doc/uid/TP40015976-CH1-DontLinkElementID_12) includes this method. Perhaps it hasn't been implemented yet or has been...
I'm trying to build a project that depends on this library and am getting the following error in multiple locations: `Packages/NSLinux-1.1.0/Sources/NSString.swift:127:26: error: 'fromCString' is unavailable: Please use String.init?(validatingUTF8:) instead. Note...
I'm building a project that depends on this library and am getting the following error: `Packages/NSLinux-1.1.0/Sources/NSString.swift:101:52: error: 'joinWithSeparator' has been renamed to 'joined'`