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-2086] Infer or pass indentation settings in the compiler 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
#44694 opened Jul 15, 2016 by ahoppen updated Apr 25, 2022
[SR-8625] Swift should warn if a closures is passed to an argument that is an autoclosure compiler The Swift compiler in itself improvement type checker Area → compiler: Semantic analysis
#51140 opened Aug 23, 2018 by ahoppen updated Apr 25, 2022
[SR-13294] Unnecessary retain/release pair when calling a Swift function with a @guaranteed argument? bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#55734 opened Jul 25, 2020 by ahoppen updated Apr 25, 2022
[SR-14560] Add async alternative creates method that doesn't compile if Error parameter is generic bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#56912 opened Apr 30, 2021 by ahoppen updated Apr 25, 2022
[SR-14695] Assertion failed: (Conformance->getWitnessUncached(requirement).getDecl() == match.Witness && "Deduced different witnesses?") when type with circular reference has Codable conformance 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
#57045 opened Jun 1, 2021 by ahoppen updated Apr 25, 2022
[SR-14817] AST verification error for two overloads of function with defaulted result builder parameter in different order bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#57165 opened Jun 23, 2021 by ahoppen updated Apr 25, 2022
[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 updated Apr 25, 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 updated May 13, 2022
“Generate Memberwise Initializer” adds unnecessary “internal” keyword improvement refactoring Area → source tooling: refactoring
#58519 opened Apr 29, 2022 by ahoppen updated May 13, 2022
[SR-636] Use of self as default argument in methods compiler The Swift compiler in itself feature A feature request or implementation
#43253 opened Jan 28, 2016 by ahoppen updated Jun 26, 2022
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 updated Nov 13, 2022
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 updated Dec 13, 2022
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 updated Jan 16, 2023
CI failure in rdar74087329-debug-scope-trampoline-blocks.swift AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. test failure
#63107 opened Jan 19, 2023 by ahoppen updated Jan 28, 2023
[SR-14450] Filter argument labels by types of existing arguments code completion Area → source tooling: code completion improvement source tooling Area: IDE support, SourceKit, and other source tooling
#56806 opened Apr 6, 2021 by ahoppen updated Feb 6, 2023
[SR-14546] Code completion does not consider overridden protocol methods for dot completion base 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
#56898 opened Apr 28, 2021 by ahoppen updated Feb 6, 2023
[SR-14738] Code completion not performing global completion in subscript on dynamicMemberLookup type 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
#57088 opened Jun 8, 2021 by ahoppen updated Feb 6, 2023
[SR-14842] Code completion reporting wrong base of type alias on generic function 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
#57189 opened Jun 28, 2021 by ahoppen updated Feb 6, 2023
[SR-14901] Code completion taking very long (~4 minutes) because of chained == operators in invalid 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
#57248 opened Jul 8, 2021 by ahoppen updated Feb 6, 2023
[SR-16014] Code completion is ignoring arguments 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
#58275 opened Mar 17, 2022 by ahoppen updated Feb 6, 2023
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 updated Feb 6, 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 updated Mar 20, 2023
ProTip! Adding no:label will show everything without a label.