apple / swift-argument-parser

Straightforward, type-safe argument parsing for Swift
Apache License 2.0
3.31k stars 311 forks source link

Add support for Musl libc #574

Closed MaxDesiatov closed 1 year ago

MaxDesiatov commented 1 year ago

Since Musl is sufficiently different from Glibc (see https://wiki.musl-libc.org/functional-differences-from-glibc.html), it requires a different import, which now should be applied to files that have import Glibc in them.

MaxDesiatov commented 1 year ago

@swift-ci test

MaxDesiatov commented 1 year ago

@swift-ci test

MaxDesiatov commented 1 year ago

macOS failure is unrelated and is also reproduced in an empty PR https://github.com/apple/swift-argument-parser/pull/575. @rauhul have you seen this one before?

natecook1000 commented 1 year ago

@swift-ci Please test