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

Add SWIFT_NAME attributes for all functions in CASTBridging.h 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
#68353 opened Sep 6, 2023 by ahoppen
[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
[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
Determine if ASTGen is responsible for checking that optional tokens exist in the SwiftSyntax tree ASTGen Area → compiler: The ASTGen module, which translates SwiftSyntax trees to the C++ AST compiler The Swift compiler in itself task
#68355 opened Sep 6, 2023 by ahoppen
[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
[SR-3774] Generated SIL cannot be parsed by 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 SILGen Area → compiler: The SIL generation stage SILParser Area → compiler: The SIL parser
#46359 opened Jan 28, 2017 by ahoppen
[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
Improve ASTGenError messages ASTGen Area → compiler: The ASTGen module, which translates SwiftSyntax trees to the C++ AST compiler The Swift compiler in itself task
#68352 opened Sep 6, 2023 by ahoppen
[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
[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
Consider how much of SourceKit-LSP’s TaskScheduler we could implement in the language or via executors concurrency Feature: umbrella label for concurrency language features
#73372 opened May 1, 2024 by ahoppen
Add an API to boost a task’s priority concurrency Feature: umbrella label for concurrency language features
#73369 opened May 1, 2024 by ahoppen
Declaration macros can’t introduce local variables swift macro Feature → declarations: Swift `macro` declarations
#72968 opened Apr 11, 2024 by ahoppen
Code completion is not suggesting argument label of existing argument argument labels Feature: function argument labels 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 swift 6.0 unexpected behavior Bug: Unexpected behavior or incorrect output
#71189 opened Jan 26, 2024 by ahoppen
Code Completion timeouts after migrating PostifxExprParen and PostfixExpr to solver-based code completion Area → source tooling: code completion found by stress tester Flag: An issue found by the SourceKit stress tester
#67248 opened Jul 12, 2023 by ahoppen
Sovler-based cursor info is reporting refactorings that aren’t applicable with AST-based refactoring implementation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. cursor info Area → source tooling: cursor info found by stress tester Flag: An issue found by the SourceKit stress tester source tooling Area: IDE support, SourceKit, and other source tooling SourceKit Area → source tooling: SourceKit
#64512 opened Mar 21, 2023 by ahoppen
Local rename is not working in inactive #if clause bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler directives Feature: compiler directives (#if, #warning, #error, etc.) found by stress tester Flag: An issue found by the SourceKit stress tester #if Feature → compiler directives: Conditional compilation blocks refactoring Area → source tooling: refactoring source tooling Area: IDE support, SourceKit, and other source tooling
#63611 opened Feb 13, 2023 by ahoppen
“cannot resolve location as name” for variable with property wrapper without type annotation in result builder 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 property wrappers Feature: property wrappers refactoring Area → source tooling: refactoring result builders Feature: Result builders source tooling Area: IDE support, SourceKit, and other source tooling swift 5.9
#63610 opened Feb 13, 2023 by ahoppen
Default argument of closure is inferred as throwing even if the default value doesn’t throw bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself default arguments Feature: default arguments for value parameters error handling swift 5.9 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error
#63285 opened Jan 28, 2023 by ahoppen
[SR-15742] Unreachable "these types are always canonical" executed 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
#58019 opened Jan 17, 2022 by ahoppen
ProTip! no:milestone will show everything without a milestone.