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-1121] Custom pattern matching with enum types in Swift 2.2 not working as expected bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#43734 opened Apr 1, 2016 by swift-ci updated Apr 25, 2022
[SR-1196] When a closure is inferred to throw, show where (if it's a problem) compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation improvement
#43804 opened Apr 9, 2016 by belkadan updated Apr 25, 2022
[SR-1620] Destructuring nested tuples in closure arguments bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself feature A feature request or implementation
#44229 opened May 25, 2016 by mbrandonw updated Apr 25, 2022
[SR-2135] Multiple Tuple Parameters to a Closure cannot be Decomposed in the Parameter List 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
#44743 opened Jul 21, 2016 by swift-ci updated Apr 25, 2022
[SR-2541] CountableClosedRange reduce() can't resolve Result type properly 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 type checker Area → compiler: Semantic analysis
#45146 opened Sep 1, 2016 by krzyzanowskim updated Apr 25, 2022
[SR-3527] Ambiguous reference instead of type mismatch 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
#46115 opened Jan 2, 2017 by swift-ci updated Apr 25, 2022
[SR-3878] Fix it for invalid tuple label compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation improvement type checker Area → compiler: Semantic analysis
#46463 opened Feb 6, 2017 by NachoSoto updated Apr 25, 2022
[SR-5112] Not correct function types in Swift4 (typeof) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#47688 opened Jun 6, 2017 by swift-ci updated Apr 25, 2022
[SR-5181] Protocol extension with constrained associated type doesn't work when using custom operator 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
#47757 opened Jun 10, 2017 by swift-ci updated Apr 25, 2022
[SR-5386] Meaningless error message: String? not ExpressibleByStringLiteral, instead of failed type inference 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 type checker Area → compiler: Semantic analysis
#47960 opened Jul 6, 2017 by swift-ci updated Apr 25, 2022
[SR-5515] popFirst error message is silly 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 type checker Area → compiler: Semantic analysis
#48087 opened Jul 20, 2017 by mattneub updated Apr 25, 2022
[SR-5540] Type inference error trying to use PartialKeyPath with ExpressibleWithDictionaryLiteral 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 type checker Area → compiler: Semantic analysis
#48112 opened Jul 24, 2017 by mdiep updated Apr 25, 2022
[SR-5585] Poor diagnostic involving generics and protocol 'Self' 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 type checker Area → compiler: Semantic analysis
#48157 opened Jul 30, 2017 by dabrahams updated Apr 25, 2022
[SR-5644] closure signature ignored by type checking 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 type checker Area → compiler: Semantic analysis
#48214 opened Aug 8, 2017 by lattner mannequin updated Apr 25, 2022
[SR-5770] Unhelpful error message for nested ambiguous function calls 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 type checker Area → compiler: Semantic analysis
#48340 opened Aug 25, 2017 by an0 mannequin updated Apr 25, 2022
[SR-5838] Can't infer type of inout parameter for an operator 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
#48408 opened Sep 5, 2017 by swift-ci updated Apr 25, 2022
[SR-5904] Passing a type instead of an actual value when encoding with Encodable results in unclear error message 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 type checker Area → compiler: Semantic analysis
#48463 opened Sep 15, 2017 by swift-ci updated Apr 25, 2022
[SR-5914] String method sequence returns String on macOS, Substring on linux bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#48473 opened Sep 17, 2017 by swift-ci updated Apr 25, 2022
[SR-5952] Type checker rejects generic argument to Array.index(of:). 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 type checker Area → compiler: Semantic analysis
#48511 opened Sep 21, 2017 by swift-ci updated Apr 25, 2022
[SR-6042] Swift fails to disambiguate the type of an overloaded closure argument on a method 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
#48599 opened Oct 2, 2017 by regexident updated Apr 25, 2022
[SR-6057] Confusing compiler error for NotificationCenter.post when “name” parameter context type is missing 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 type checker Area → compiler: Semantic analysis
#48614 opened Oct 4, 2017 by marcomasser updated Apr 25, 2022
[SR-6080] extension on Dictionary refuses to mutate a var value 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 type checker Area → compiler: Semantic analysis
#48635 opened Oct 6, 2017 by swift-ci updated Apr 25, 2022
[SR-6094] Nested array cannot be passed as an UnsafeMutablePointer argment 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
#48649 opened Oct 8, 2017 by hamishknight updated Apr 25, 2022
[SR-6108] "ambiguous use" on generic method after migration to swift 4 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#48663 opened Oct 10, 2017 by swift-ci updated Apr 25, 2022
ProTip! What’s not been updated in a month: updated:<2024-04-24.