-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Crashes always with Swift 5 on linux #2703
Comments
I've looked at this a bit and it's crashing on this line
When |
Here's a fix: #2706 |
Here's a stacktrace with symbols:
|
A workaround in the meantime is to pass |
I filed https://bugs.swift.org/browse/SR-10277 since this behavior differs between macOS and Linux |
Thank you very much for the fast fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New Issue Checklist
[x ] Updated SwiftLint to the latest version
tested with release 0.31.0 and master 442a59d
[x ] I searched for existing GitHub issues
Describe the bug
SwiftLint crashes always when built with Swift 5 on linux (Ubuntu 16.04 and Ubuntu 18.04).
Complete output when running SwiftLint, including the stack trace and command used
Backtrace:
these two work:
swiftlint help swiftlint version
Environment
swiftlint version
to be sure)?0.31.0
built from source with Swift 5:
OS: Ubuntu 16.04 and Ubuntu 18.04 (x86_64)
no file, empty file, ./.build/checkouts/SwiftyTextTable/.swiftlint.yml all same result
The text was updated successfully, but these errors were encountered: