We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#8 500.6 /tmp/mint/github.com_realm_SwiftLint/Source/SwiftLintFramework/UpdateChecker.swift:46:44: error: value of type 'URLSession' has no member 'data' #8 500.6 return try await URLSession.shared.data(for: request).0 #8 500.6 ~~~~~~~~~~~~~~~~~ ^~~~ #8 500.6 /tmp/mint/github.com_realm_SwiftLint/Source/SwiftLintFramework/UpdateChecker.swift:46:20: warning: no 'async' operations occur within 'await' expression #8 500.6 return try await URLSession.shared.data(for: request).0 #8 500.6 ^ #8 500.6 /tmp/mint/github.com_realm_SwiftLint/Source/SwiftLintFramework/UpdateChecker.swift:46:16: warning: no calls to throwing functions occur within 'try' expression #8 500.6 return try await URLSession.shared.data(for: request).0 #8 500.6 ^ #8 500.6 error: fatalError #8 500.6 🌱 Encountered error during "swift build -c release --product swiftlint"
Mention the command or other SwiftLint integration method that caused the issue. Include stack traces or command output.
$ mint install --verbose realm/SwiftLint
swiftlint version
xcodebuild -version
The text was updated successfully, but these errors were encountered:
To build on Linux, Swift 6 is required. That is a deliberate decision.
Sorry, something went wrong.
Does this cause significant issues for you or does it block any of your activities, @417-72KI?
No branches or pull requests
New Issue Checklist
Bug Description
Mention the command or other SwiftLint integration method that caused the issue. Include stack traces or command output.
Environment
swiftlint version
to be sure)xcodebuild -version
to be sure)The text was updated successfully, but these errors were encountered: