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

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
[SR-15171] Assertion failed: (getFromType()->is<TupleType>() && getToType()->is<TupleType>()) 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
#57494 by ahoppen was closed Jan 4, 2023
[SR-15286] Expression type checks as standalone but is ambiguous inside result builder bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#57608 opened Oct 6, 2021 by ahoppen
[SR-16056] TurnipsView.swift:5650 started timing out 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
#58317 by ahoppen was closed Jan 4, 2023
No Fix-It for @main struct without main static function compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation fix-its Feature: diagnostic fix-its improvement type checker Area → compiler: Semantic analysis
#58518 opened Apr 29, 2022 by ahoppen
“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
Enum element labels not suggested in unresolved dot completion inside multi-statement closure bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. closures Feature: closures code completion Area → source tooling: code completion multi-statement closures Feature → closures: multi-statement closures source tooling Area: IDE support, SourceKit, and other source tooling
#58610 by ahoppen was closed May 6, 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
Swift finds clang instance next to swift executable, but that’s not true for development builds bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#58885 opened May 13, 2022 by ahoppen
Assertion failed: (hasType(node) && "Expected type to have been set!") when opening existential by default 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
#58891 by ahoppen was closed Jul 1, 2022
[SR-16055] Code completion disfavors overload based on optional conversion after the code completion token 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
#58316 by ahoppen was closed Jul 12, 2023
SourceKit requests started timing out because ErrorExpr gets assigned a placeholder 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
#60192 opened Jul 22, 2022 by ahoppen
When using an external parameter label twice with default arguments, the code fails to compile if the first usage is omitted 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
#60274 opened Jul 28, 2022 by ahoppen
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
Infinite loop when parsing @ that’s not followed by an attribute bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60702 by ahoppen was closed Aug 23, 2022
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
Code completion is not suggesting tuple labels because type checker is dropping them too early (with return) 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 source tooling Area: IDE support, SourceKit, and other source tooling type checker Area → compiler: Semantic analysis
#61488 opened Oct 7, 2022 by ahoppen
Symbolgraph crashes with Assertion failed: (NumFragments), function ~DeclarationFragmentPrinter, file DeclarationFragmentPrinter.h, line 143. 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 source tooling Area: IDE support, SourceKit, and other source tooling swift 5.8 SymbolGraphGen The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.
#62457 by ahoppen was closed Mar 28, 2023
No suggestion of Type after Any when used within expression 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
#62459 by ahoppen was closed Jan 3, 2023
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
Code completion doesn’t suggest testable after @ attributes Feature: Declaration and type attributes 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
#63049 opened Jan 16, 2023 by ahoppen
ProTip! Exclude everything labeled bug with -label:bug.