SwiftFoundation icon indicating copy to clipboard operation
SwiftFoundation copied to clipboard

Cross-Platform, Protocol-Oriented Programming base library to complement the Swift Standard Library. (Pure Swift, Supports Linux)

Results 2 SwiftFoundation issues
Sort by recently updated
recently updated
newest added

This is because the JSONParse.swift uses the JSON module on OS X: https://github.com/PureSwift/SwiftFoundation/blob/develop/Sources/SwiftFoundation/JSONParse.swift#L9 but in the Package.swift the CJSONC module is defined as a dependancy instead: https://github.com/PureSwift/SwiftFoundation/blob/develop/Package.swift#L8 Is there a...

invalid
wontfix
darwin

Switch to Pure Swift JSON parser, like SwiftyJSON https://github.com/colemancda/Jay

enhancement