Skip to content
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

[New Output] Improve Multiline Compiler Warning Output #209

Open
cpisciotta opened this issue Dec 29, 2023 · 3 comments
Open

[New Output] Improve Multiline Compiler Warning Output #209

cpisciotta opened this issue Dec 29, 2023 · 3 comments
Labels

Comments

@cpisciotta
Copy link
Owner

What's the uncaptured output?

/path/to/file.swift:20:10: warning: capture of 'transaction' with non-sendable type 'Transaction' in a `@Sendable` closure
              withTransaction(transaction) {
                              ^
SwiftUI.Transaction:2:23: note: struct 'Transaction' does not conform to the 'Sendable' protocol
@frozen public struct Transaction {
                      ^

Suggested Regex

No response

Suggested Output

No response

Additional Context

No response

@cpisciotta cpisciotta added uncaptured output help wanted Extra attention is needed labels Dec 29, 2023
Copy link

Hola 👋,

We want to inform you that the issue has been marked as stale. This means that there hasn't been any activity or updates on it for quite some time, and it's possible that it may no longer be relevant or actionable.
If you still believe that this issue is valid and requires attention, please provide an update or any additional information that can help us address it. Otherwise, we may consider closing it in the near future.
Thank you for your understanding.

@github-actions github-actions bot added the stale label Jan 29, 2024
@mattmassicotte
Copy link
Sponsor

I just noticed a problem with output from GitHub Actions, and it's possible this is the same issue. Here's the relevant outputs which is missing some critical context. I cannot tell what where this error is coming from.

Error: 'assumeIsolated(_:file:line:)' is only available in macOS 14.0 or newer
                        MainActor.assumeIsolated {
                                  ^

Does this issue cover this problem?

@cpisciotta
Copy link
Owner Author

Hey @mattmassicotte. Thanks for filing this. This appears to be a similar issue. I'll take a look as soon as I can, and I'll post an update once I have one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants