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-7026] Compiler runs extremely slow on this bit shifting and or-ing code 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
#49574 opened Feb 18, 2018 by swift-ci
[SR-6965] diagnostics bad when an unnecessary try is used in a non-throwing 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 type checker Area → compiler: Semantic analysis
#49513 opened Feb 9, 2018 by weissi
[SR-6781] Bad error reporting with escaping 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
#49330 opened Jan 17, 2018 by mbrandonw
[SR-6677] Compiler error is unhelpful when incorrect type passed to argument that uses associated type in generic 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 type checker Area → compiler: Semantic analysis
#49226 opened Dec 29, 2017 by swift-ci
[SR-6628] Tuple conversion not diagnosed correctly 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
#49177 opened Dec 16, 2017 by DevAndArtist mannequin
[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-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-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-6458] Compiler crash when creating an UInt32 array from a Character slice 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
#49008 opened Nov 22, 2017 by swift-ci
[SR-6410] Calling Objective-C method with trailing closure shows incorrect error 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
#48960 opened Nov 16, 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-6315] Error: Cannot convert value of type to expected argument type for Self Reference Protocol 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
#48865 opened Nov 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
[SR-6211] type-inference fails through Optionals compiler The Swift compiler in itself improvement type checker Area → compiler: Semantic analysis
#48763 opened Oct 24, 2017 by weissi
[SR-6201] Error seems inappropriate 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
#48753 opened Oct 22, 2017 by swift-ci
[SR-6140] Cannot Cast to Generic Type Using Swift 4 Class and SubType Existentials bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#48695 opened Oct 13, 2017 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-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-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
[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
[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
[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-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
ProTip! Find all open issues with in progress development work with linked:pr.