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-627] Code Completion does not resolve generics that have been assigned a concrete type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion source tooling Area: IDE support, SourceKit, and other source tooling
#43244 by ahoppen was closed Feb 2, 2016
[SR-1341] CONTRIBUTORS.txt not properly updated bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#43949 by ahoppen was closed May 11, 2019
[SR-2077] Fixits for missing protocol requirements compiler The Swift compiler in itself conformances Feature → protocol: protocol conformances diagnostics QoI Bug: Diagnostics Quality of Implementation improvement
#44685 by ahoppen was closed Jul 31, 2016
[SR-2386] Error when adding static stored properties to Objective-C classes in extensions bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#44993 by ahoppen was closed Aug 18, 2016
[SR-4167] swift-ci posting “Build failed” message when starting run bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#46750 by ahoppen was closed Feb 25, 2024
[SR-6297] Refactoring action to move methods to extension compiler The Swift compiler in itself feature A feature request or implementation refactoring Area → source tooling: refactoring source tooling Area: IDE support, SourceKit, and other source tooling
#48847 by ahoppen was closed Nov 28, 2017
[SR-14684] No code completion for return value of optional function type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. found by stress tester Flag: An issue found by the SourceKit stress tester
#57034 by ahoppen was closed Jun 11, 2021
[SR-15999] Missing dot member completion inside closure bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. closures Feature: closures code completion Area → source tooling: code completion duplicate Resolution: Duplicates another issue found by stress tester Flag: An issue found by the SourceKit stress tester source tooling Area: IDE support, SourceKit, and other source tooling
#58260 by ahoppen was closed Mar 16, 2022
Suggest in keyword in for … in loop bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion good first issue Good for newcomers source tooling Area: IDE support, SourceKit, and other source tooling
#58633 by ahoppen was closed Jul 25, 2022
Missing completions inside guard let binding bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. found by stress tester Flag: An issue found by the SourceKit stress tester
#58840 by ahoppen was closed May 12, 2022
Assertion failed: (func->isOperator() && "Lookup should only find operators") bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. found by stress tester Flag: An issue found by the SourceKit stress tester
#59315 by ahoppen was closed Jun 9, 2022
Crash in swift::AbstractGenericSignatureRequest::evaluate bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. found by stress tester Flag: An issue found by the SourceKit stress tester
#60528 by ahoppen was closed Aug 15, 2022
Crash in SemaAnnotator::walkToExprPre bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software found by stress tester Flag: An issue found by the SourceKit stress tester source tooling Area: IDE support, SourceKit, and other source tooling swift macro Feature → declarations: Swift `macro` declarations swift 5.8
#62840 by ahoppen was closed Jan 5, 2023
Assertion failed: (!KeyInfoT::isEqual(Val, EmptyKey) && !KeyInfoT::isEqual(Val, TombstoneKey) && "Empty/Tombstone value shouldn't be inserted into map!") bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. closures Feature: closures compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software found by stress tester Flag: An issue found by the SourceKit stress tester if else Feature → statements: 'if' statements result builders Feature: Result builders source tooling Area: IDE support, SourceKit, and other source tooling statements Feature: statements type checker Area → compiler: Semantic analysis
#62848 by ahoppen was closed Jan 11, 2023
Static functions from outer type are not suggested code completion Area → source tooling: code completion found by stress tester Flag: An issue found by the SourceKit stress tester nested types Feature: nested types source tooling Area: IDE support, SourceKit, and other source tooling static declarations Feature → declarations: Static declarations swift 5.9 unexpected behavior Bug: Unexpected behavior or incorrect output
#66925 by ahoppen was closed Feb 9, 2024
Change NilLiteralExpr_create to NilLiteralExpr.init etc. ASTGen Area → compiler: The ASTGen module, which translates SwiftSyntax trees to the C++ AST compiler The Swift compiler in itself task
#68348 by ahoppen was closed Oct 21, 2023
Unable to infer base of key path from other arguments in code completion bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion
#69936 by ahoppen was closed Nov 27, 2023
Add explicit Codable conformance crashes if type contains an unknown member and already conforms to Decodable found by stress tester Flag: An issue found by the SourceKit stress tester refactoring Area → source tooling: refactoring SourceKit Area → source tooling: SourceKit
#72387 by ahoppen was closed Mar 19, 2024
[SR-590] Passing two parameters to a function that takes one argument of type Any crashes the compiler 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
#43207 by ahoppen was closed Jan 27, 2016
[SR-642] Code completion does not instantiate generic arguments of a type wrapped in an optional bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion source tooling Area: IDE support, SourceKit, and other source tooling
#43259 by ahoppen was closed Feb 4, 2016
[SR-705] Referencing nested type in generic params of parent type causes Segmentation fault 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
#43320 by ahoppen was closed Jul 11, 2016
[SR-1785] Linker warning when building Swift in Xcode bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. cmake
#44394 by ahoppen was closed Feb 25, 2024
[SR-2222] Runtime error when compiling with optimisations bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself optimized only Flag: An issue whose reproduction requires optimized compilation
#44829 by ahoppen was closed Aug 1, 2016
[SR-5568] Crash for class with subscript and member named "subscript" that have the same signature bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#48140 by ahoppen was closed Sep 12, 2017
[SR-14431] Global completions at top level from module only appear after import statement bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion source tooling Area: IDE support, SourceKit, and other source tooling
#56787 by ahoppen was closed Apr 1, 2021
ProTip! Adding no:label will show everything without a label.