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-620] Building Documentation with Sphinx 1.3.5 fails: Could not parse literal_block as "swift" bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. documentation
#43237 by ahoppen was closed Aug 17, 2016
[SR-3773] Class definition not included when running -emit-sil 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
#46358 by ahoppen was closed Feb 13, 2018
Add a custom @_spi kind to expose BumpPtrAllocator from SwiftSyntax to ASTGen. ASTGen Area → compiler: The ASTGen module, which translates SwiftSyntax trees to the C++ AST compiler The Swift compiler in itself good first issue Good for newcomers task
#68351 by ahoppen was closed Oct 9, 2023
Remove usages of void * in CASTBridging.h ASTGen Area → compiler: The ASTGen module, which translates SwiftSyntax trees to the C++ AST compiler The Swift compiler in itself task
#68346 by ahoppen was closed Oct 21, 2023
Make ASTGenVisitor not conform to SyntaxTransformVisitor ASTGen Area → compiler: The ASTGen module, which translates SwiftSyntax trees to the C++ AST compiler The Swift compiler in itself good first issue Good for newcomers nfc Flag: No Functional Change task
#68350 by ahoppen was closed Oct 4, 2023
Assertion failed: (Ptr && "Cannot dereference a null Type!") in swift::symbolgraphgen::Symbol::getEffectiveAccessLevel bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#61201 by ahoppen was closed Sep 21, 2022
[SR-15447] Assertion failure: no generic environment provided for type with type parameters 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 found by stress tester Flag: An issue found by the SourceKit stress tester
#57752 by ahoppen was closed Nov 9, 2021
[SR-12459] Cannot call equality operator declared as a static member of a 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
#54899 by ahoppen was closed Mar 30, 2021
Switch to completion-like CursorInfo request bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. cursor info Area → source tooling: cursor info source tooling Area: IDE support, SourceKit, and other source tooling SourceKit Area → source tooling: SourceKit
#63453 by ahoppen was closed Feb 13, 2023
[SR-14601] Code completion always ends up in the fallback case when completing inside result builders 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
#56953 by ahoppen was closed Apr 4, 2022
[SR-637] Operator ?? converts implicitly unwrapped optional to optional bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#43254 by ahoppen was closed Jul 11, 2016
Assertion failed: (!bool(ActiveChoice)), function ~ConjunctionStep, file CSStep.h, line 967 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion 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 source tooling Area: IDE support, SourceKit, and other source tooling swift 5.9 type checker Area → compiler: Semantic analysis
#63455 by ahoppen was closed Feb 13, 2023
2
3
[SR-14688] Code completion does not suggest typealias from inherited protocol bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion found by stress tester Flag: An issue found by the SourceKit stress tester source tooling Area: IDE support, SourceKit, and other source tooling
#57038 by ahoppen was closed Jul 28, 2021
[SR-14587] refactor-check-compiles should generate both -dump-text and dump-rewritten from a single swift-refactor invocation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. good first issue Good for newcomers
#56939 by ahoppen was closed Jun 1, 2021
[SR-14455] Variable defined in switch case-clause not suggested in string interpolation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion found by stress tester Flag: An issue found by the SourceKit stress tester source tooling Area: IDE support, SourceKit, and other source tooling
#56811 by ahoppen was closed Apr 13, 2021
Code Completion not suggesting argument label if in closure that can match two different result builders argument labels Feature: function argument labels bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion crash Bug: A crash, i.e., an abnormal termination of software declarations Feature: declarations found by stress tester Flag: An issue found by the SourceKit stress tester func Feature → declarations: Functions overloading Feature: Overloading symbol names source tooling Area: IDE support, SourceKit, and other source tooling swift 5.9
#65816 by ahoppen was closed Jul 12, 2023
“actor” contextual keyword is never suggested 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
#58520 by ahoppen was closed Mar 9, 2023
[SR-15502] Assertion failed: (!HasOriginalArgs && "Query original args instead") bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion found by stress tester Flag: An issue found by the SourceKit stress tester source tooling Area: IDE support, SourceKit, and other source tooling
#57807 by ahoppen was closed Apr 6, 2022
[SR-14739] Completion fails with assertion failure "Result && "ReturnStmt doesn't have a result")" bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion found by stress tester Flag: An issue found by the SourceKit stress tester source tooling Area: IDE support, SourceKit, and other source tooling
#57089 by ahoppen was closed Mar 17, 2022
[SR-14737] Missing argument label completion for generic initializer inside closure argument labels Feature: function argument labels bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. call expressions Feature → expressions: Call expressions closures Feature: closures code completion Area → source tooling: code completion expressions Feature: expressions found by stress tester Flag: An issue found by the SourceKit stress tester source tooling Area: IDE support, SourceKit, and other source tooling unexpected behavior Bug: Unexpected behavior or incorrect output
#57087 by ahoppen was closed Aug 3, 2021
[SR-14736] Missing completion inside result builder with multiple binary operators bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion found by stress tester Flag: An issue found by the SourceKit stress tester source tooling Area: IDE support, SourceKit, and other source tooling
#57086 by ahoppen was closed Mar 24, 2022
[SR-14699] Out of order source ranges during code completion bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion found by stress tester Flag: An issue found by the SourceKit stress tester source tooling Area: IDE support, SourceKit, and other source tooling
#57049 by ahoppen was closed Jul 7, 2021
[SR-14694] Slow code completion inside result builders bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion found by stress tester Flag: An issue found by the SourceKit stress tester performance source tooling Area: IDE support, SourceKit, and other source tooling
#57044 by ahoppen was closed Mar 24, 2022
[SR-14693] Assertion failed: (hasType(node) && "Expected type to have been set!") bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion found by stress tester Flag: An issue found by the SourceKit stress tester source tooling Area: IDE support, SourceKit, and other source tooling
#57043 by ahoppen was closed Mar 17, 2022
ProTip! Find all open issues with in progress development work with linked:pr.