Skip to content

Issues: apple/swift

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

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Poor diagnostic for misspelled enum case name in catch clause associated values Feature → enums: enum cases with associated values (payload) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation enum case patterns Feature → patterns: Enumeration case patterns enum cases Feature → enums: Enum cases enum Feature → type declarations: Swift enumeration declarations patterns Feature: patterns swift 6.0 type checker Area → compiler: Semantic analysis wildcard pattern Feature → patterns: The wildcard (underscore) pattern
#72505 opened Mar 22, 2024 by jrose-signal
Incorrect (but understandable) fix-it for missing labels on a function with non-final default arguments bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. call expressions Feature → expressions: Call expressions compiler The Swift compiler in itself default arguments Feature: default arguments for value parameters diagnostics QoI Bug: Diagnostics Quality of Implementation expressions Feature: expressions fix-its Feature: diagnostic fix-its swift 5.9 type checker Area → compiler: Semantic analysis unexpected behavior Bug: Unexpected behavior or incorrect output
#72208 opened Mar 9, 2024 by jrose-signal
Missed optimization for Array.replaceSubrange with a known-sized UnsafeRawBufferPointer bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#69528 opened Oct 31, 2023 by jrose-signal
Calling a protocol method through a subclass uses base class's conformance, instantiates wrong type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself conformances Feature → protocol: protocol conformances
#61946 opened Nov 5, 2022 by jrose-signal
Missing 'in' in closure leads to unhelpful error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. closures Feature: closures compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation good first issue Good for newcomers missing warning Bug: Missing warning parser Area → compiler: The legacy C++ parser swift 5.9
#59928 opened Jul 6, 2022 by jrose-signal
Missed optimization for nonmutating method calling mutating bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#58650 opened May 3, 2022 by jrose-signal
ProTip! Type g i on any issue or pull request to go back to the issue listing page.