-
Notifications
You must be signed in to change notification settings - Fork 336
This package no longer builds in release mode on linux #463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
natecook1000
added a commit
to natecook1000/swift-argument-parser
that referenced
this issue
Aug 31, 2022
In addition to being useful, this allows us to drop the `@testable` annotation for the ArgumentParser import in ArgumentParserTestHelpers, which resolves apple#463.
4 tasks
natecook1000
added a commit
that referenced
this issue
Sep 1, 2022
In addition to being useful, this allows us to drop the `@testable` annotation for the ArgumentParser import in ArgumentParserTestHelpers, which resolves #463.
@buttaface Could you verify that this issue is resolved with the latest version of |
Yep, works now, thanks. 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building in release mode produces this since #410 was merged:
That means the last working version was 1.0.3. A workaround is to add
-Xswiftc -enable-testing
.ArgumentParser version: latest commit df9ee66 from the
main
branchSwift version: 5.5 and later, probably earlier versions too
Checklist
main
branch of this packageThe text was updated successfully, but these errors were encountered: