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

[SR-7194] #colorLiteral producing unexpected results when explicitly written bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#49742 by AnthonyLatsis was closed Mar 15, 2018 updated Apr 25, 2022
[SR-7257] Property observers being called on a nil struct instance upon attempt to mutate a member property bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#49805 opened Mar 22, 2018 by AnthonyLatsis updated Apr 25, 2022
[SR-7324] "Overriding" associated types in protocol extensions is dangerous, source-breaking and likely meaningless. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#49872 opened Mar 31, 2018 by AnthonyLatsis updated Apr 25, 2022
[SR-7349] Bad diagnostic using internal generic argument in superclass 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
#49897 by AnthonyLatsis was closed Apr 29, 2018 updated Apr 25, 2022
[SR-7405] Protocol compositions: improve composing diagnostics compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation improvement
#49948 opened Apr 11, 2018 by AnthonyLatsis updated Apr 25, 2022
[SR-7532] "Class should not be declared public..." shouldn't apply to type aliases for public types bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#50074 by AnthonyLatsis was closed May 8, 2018 updated Apr 25, 2022
[SR-7543] diagnostics behave incorrectly when passing parameter as inout argument in closure 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
#50085 by AnthonyLatsis was closed Feb 10, 2020 updated Apr 25, 2022
[SR-7617] 'value of type has no member' for apply expressions compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation improvement type checker Area → compiler: Semantic analysis
#50159 opened May 6, 2018 by AnthonyLatsis updated Apr 25, 2022
[SR-7624] Fixits for 'Argument passed to call that takes no arguments' compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation good first issue Good for newcomers improvement
#50166 by AnthonyLatsis was closed May 17, 2018 updated Apr 25, 2022
[SR-7626] show 'Expected ')' in expression list' on an appropriate line compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation improvement parser Area → compiler: The legacy C++ parser
#50168 opened May 8, 2018 by AnthonyLatsis updated Apr 25, 2022
[SR-7711] Redundant redeclaration checking for overloads compiler The Swift compiler in itself improvement type checker Area → compiler: Semantic analysis
#50251 opened May 17, 2018 by AnthonyLatsis updated Apr 25, 2022
[SR-7735] Method witnesses resolved despite having different argument names bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#50275 by AnthonyLatsis was closed May 21, 2018 updated Apr 25, 2022
[SR-7751] No redeclaration errors in inheriting protocols bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself type checker Area → compiler: Semantic analysis
#50291 opened May 23, 2018 by AnthonyLatsis updated Apr 25, 2022
[SR-7752] No error when referring to conflicting declarations of a protocol composition type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#50292 opened May 23, 2018 by AnthonyLatsis updated Apr 25, 2022
[SR-7776] Misleading 'flatMap is unavailable' diagnostic on Sequence 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
#50315 by AnthonyLatsis was closed Dec 11, 2019 updated Apr 25, 2022
[SR-7818] Protocol can inherit from composition type with a superclass requirement bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself type checker Area → compiler: Semantic analysis
#50354 by AnthonyLatsis was closed Dec 11, 2019 updated Apr 25, 2022
[SR-7854] Better diagnostic timing for conflicting constraints on associatedtype compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation improvement
#50389 opened Jun 3, 2018 by AnthonyLatsis updated Apr 25, 2022
[SR-7855] Incorrect fixit for 'is better expressed as a where clause' diagnositc bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#50390 by AnthonyLatsis was closed Apr 13, 2020 updated Apr 25, 2022
[SR-8021] Clarify redeclaration error message for synthesized initializers 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
#50554 by AnthonyLatsis was closed Apr 19, 2019 updated Apr 25, 2022
[SR-8126] Access exclusivity not enforced in Xcode playground bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#50658 by AnthonyLatsis was closed Apr 21, 2019 updated Apr 25, 2022
[SR-8239] Same-type constraints not always commutative 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
#50771 by AnthonyLatsis was closed Sep 11, 2018 updated Apr 25, 2022
[SR-8306] declaring a fileprivate instance method in a private extension bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself good first issue Good for newcomers
#50834 by AnthonyLatsis was closed Aug 10, 2018 updated Apr 25, 2022
[SR-9019] Inaccurate error message on invalid enum raw type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself good first issue Good for newcomers
#51522 by AnthonyLatsis was closed Oct 25, 2018 updated Apr 25, 2022
[SR-9041] Inconsistent diagnostic for protocol composition vs subtype existential 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
#51544 by AnthonyLatsis was closed Nov 4, 2018 updated Apr 25, 2022
[SR-9221] Superfluous senseless diagnostic on unsupported constrained extension of generic type 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
#51710 by AnthonyLatsis was closed Nov 16, 2018 updated Apr 25, 2022
ProTip! Updated in the last three days: updated:>2024-05-16.