You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to test your ConfigParser package on Ubuntu 20.04.
added .package(url: "https://github.com/Ponyboy47/ConfigParser.git", from: "0.4.0"), in my Package.swift.
typed swift run and got error messages like following and for SOCK_STREAM.
.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55:
error: cannot find 'SOCK_DGRAM' in scope
public static let datagram = SocketType(rawValue: SOCK_DGRAM)
Hi @daewonyoon, unfortunately as I now work for Apple I am not permitted to do any personal open source development and will be unable to fix this bug. If you have the time and are able to submit a pull request I would be happy to merge it through!
I tried to test your ConfigParser package on Ubuntu 20.04.
.package(url: "https://github.com/Ponyboy47/ConfigParser.git", from: "0.4.0"),
in my Package.swift.swift run
and got error messages like following and forSOCK_STREAM
.Package.resolved has
The text was updated successfully, but these errors were encountered: