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-9415] Provide more specific diagnostic when an instance method is invoked on a metatype (or vice versa) 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
#51880 opened Dec 5, 2018 by jckarter
[SR-6556] Sourcery source breakage: error: ambiguous use of 'trackDifference(actual:expected:)' bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself regression swift 4.1 type checker Area → compiler: Semantic analysis
#49106 opened Dec 7, 2017 by lplarson
[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
[SR-7410] Cannot use mutating member on immutable value: 'container' is immutable 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
#49953 opened Apr 11, 2018 by swift-ci
[SR-10130] Type-check time regression bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#52532 opened Mar 18, 2019 by zienag
[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
[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
[SR-6352] compiler claims a definition is ambiguous but it isn't 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
#48902 opened Nov 10, 2017 by weissi
[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
[SR-10279] Generic auto type incorrect for Optional bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself regression swift 5.0 type checker Area → compiler: Semantic analysis
#52679 opened Apr 3, 2019 by swift-ci
[SR-6135] Compiler crash on Linux when implicitly down casting inherited methods. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software Linux Platform: Linux
#48690 opened Oct 12, 2017 by Lukasa
[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
[SR-5735] unable to infer closure type but able to provide Fix-It bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself regression swift 4.0 type checker Area → compiler: Semantic analysis
#48305 opened Aug 22, 2017 by mattneub
[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
[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
[SR-8549] Generic method fails to return type alias 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
#51067 opened Aug 16, 2018 by swift-ci
[SR-7102] Compiler performance issue for expressions with generic types bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself performance type checker Area → compiler: Semantic analysis
#49650 opened Mar 2, 2018 by swift-ci
[SR-6596] Var incorrectly considered immutable 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
#49146 opened Dec 12, 2017 by jadengeller mannequin
[SR-6553] Ambiguous reference to member '+' when adding Doubles to DispatchTime object 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
#49103 opened Dec 7, 2017 by swift-ci
[SR-6305] Cannot initialise Dictionary from an EnumeratedSequence 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
#48855 opened Nov 6, 2017 by karwa
[SR-6292] Another useless diagnostic 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
#48842 opened Nov 4, 2017 by NachoSoto
[SR-6276] Unable to correctly infer Value for new observe function on NSObject 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
#48826 opened Nov 1, 2017 by everlof mannequin
Failed to produce diagnostic when unable to choose correct initializer inside of result builder bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. closures Feature: closures compiler The Swift compiler in itself declarations Feature: declarations diagnostics QoI Bug: Diagnostics Quality of Implementation expressions Feature: expressions failed to produce diagnostic Bug → internal error: Failed to produce diagnostic for expression func Feature → declarations: Functions key paths Feature: key paths (both native and Objective-C) overloading Feature: Overloading symbol names result builders Feature: Result builders swift 5.9 type checker Area → compiler: Semantic analysis
#65467 opened Apr 27, 2023 by j-f1
[SR-12457] Generalize ~= over StringProtocol compiler The Swift compiler in itself standard library Area: Standard library umbrella task
#54896 opened Mar 30, 2020 by milseman mannequin
[SR-9096] If a variable shadows a function, the diagnostic when attempting to invoke the variable like a function should suggest to rename the variable or qualify the function 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
#51593 opened Oct 27, 2018 by millenomi
ProTip! Follow long discussions with comments:>50.