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-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
[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
[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
[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
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
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
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
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
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
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
Crash in swift::GenericSignatureImpl::getDependentUpperBounds(swift::Type) AST Area → compiler: The libSwiftAST library 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 generics Feature: generic declarations and types source tooling Area: IDE support, SourceKit, and other source tooling swift 5.9
#65817 opened May 10, 2023 by ahoppen
SourceKit stress tester timeouts in CollectionListView.swift and TodayTurnipSection.swift 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 hang Bug: Execution is not seen to halt source tooling Area: IDE support, SourceKit, and other source tooling
#65895 opened May 12, 2023 by ahoppen
Slow code completion in bogus chain of range 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
#66785 opened Jun 20, 2023 by ahoppen
Assertion failure when doing cursor info on externalMacro at end of file assertion failure Bug → crash: An assertion failure crash Bug: A crash, i.e., an abnormal termination of software cursor info Area → source tooling: cursor info declarations Feature: declarations #externalMacro Feature → swift macro: The built-in `#externalMacro` macro 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.9
#66924 opened Jun 26, 2023 by ahoppen
Assertion failed: (!as->isFolded() && "already folded 'as' expr in sequence?!") assertion failure Bug → crash: An assertion failure code completion Area → source tooling: code completion compiler directives Feature: compiler directives (#if, #warning, #error, etc.) crash Bug: A crash, i.e., an abnormal termination of software found by stress tester Flag: An issue found by the SourceKit stress tester pattern matching Feature: pattern matching pattern where clauses Feature → patterns: Pattern `where` clauses patterns Feature: patterns source tooling Area: IDE support, SourceKit, and other source tooling swift 5.9 type checker Area → compiler: Semantic analysis
#66926 opened Jun 26, 2023 by ahoppen
SIL verification failure of key paths, only on Windows assertion failure Bug → crash: An assertion failure compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software SIL swift 5.9 verifier Windows Platform: Windows
#67676 opened Aug 2, 2023 by ahoppen
Make conversion between BridgedIdentifier and Identifier implicit ASTGen Area → compiler: The ASTGen module, which translates SwiftSyntax trees to the C++ AST compiler The Swift compiler in itself task
#68347 opened Sep 6, 2023 by ahoppen
Use generated TokenSpecSets in ASTGen ASTGen Area → compiler: The ASTGen module, which translates SwiftSyntax trees to the C++ AST compiler The Swift compiler in itself task
#68356 opened Sep 6, 2023 by ahoppen
Unable to use peer declarations expanded in a local scope swift macro Feature → declarations: Swift `macro` declarations
#68661 opened Sep 21, 2023 by ahoppen
Code completion timeouts in SourceKit stress tester after updating CI to Xcode 15.1 code completion Area → source tooling: code completion found by stress tester Flag: An issue found by the SourceKit stress tester
#71077 opened Jan 23, 2024 by ahoppen
No completion results after in guard optional unwrapping inside trailing closure of overloaded function code completion Area → source tooling: code completion found by stress tester Flag: An issue found by the SourceKit stress tester
#71078 opened Jan 23, 2024 by ahoppen
Assertion failed: (!firstType->hasTypeVariable()), function checkRequirementsImpl when having a single element tuple with unknown type in a closure assertion failure Bug → crash: An assertion failure found by stress tester Flag: An issue found by the SourceKit stress tester type checker Area → compiler: Semantic analysis
#72852 opened Apr 4, 2024 by ahoppen
Show a closure’s type and actor isolation when performing cursor info on the braces or in keyword actor isolation Feature → concurrency: Actor isolation attributes Feature: Declaration and type attributes closures Feature: closures concurrency Feature: umbrella label for concurrency language features cursor info Area → source tooling: cursor info feature A feature request or implementation source tooling Area: IDE support, SourceKit, and other source tooling SourceKit Area → source tooling: SourceKit types Feature: types
#73095 opened Apr 17, 2024 by ahoppen
ProTip! Find all open issues with in progress development work with linked:pr.