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-7639] CodeCompletion doesn't show a self option when typing metatype instance code completion Area → source tooling: code completion improvement source tooling Area: IDE support, SourceKit, and other source tooling
#50180 by AnthonyLatsis was closed May 17, 2018
[SR-9779] Crash while emitting SIL for curried call to protocol instance method 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
#52205 by AnthonyLatsis was closed Jan 28, 2019
Make --xcode imply --skip-build --skip-early-swift-driver build-script Area → utils: The build script contributor experience documentation generated Xcode project task utils Area: the build system and other accessory scripts under the "utils" directory
#61906 by AnthonyLatsis was closed Nov 6, 2022
Make --xcode emit a warning about the generated projects that links out to integration with Ninja tutorial build-script Area → utils: The build script contributor experience task utils Area: the build system and other accessory scripts under the "utils" directory
#61910 by AnthonyLatsis was closed Nov 6, 2022
ConstraintSystem crash in multi-statement closure: "Already has a fixed type!" 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 multi-statement closures Feature → closures: multi-statement closures pattern matching Feature: pattern matching patterns Feature: patterns statements Feature: statements swift 5.9 type checker Area → compiler: Semantic analysis
#65360 by AnthonyLatsis was closed Apr 24, 2023
ClangImporter: Subclass composition from applying imported @Sendable to class type not wrapped in existential attributes Feature: Declaration and type attributes bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. clang importer Area → compiler: The clang importer compiler The Swift compiler in itself concurrency Feature: umbrella label for concurrency language features existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values objective-c interop Feature: Interoperability with Objective-C protocol compositions Feature → types: protocol composition types swift 5.9 types Feature: types unexpected behavior Bug: Unexpected behavior or incorrect output
#65730 by AnthonyLatsis was closed Mar 19, 2024
[SR-7735] Method witnesses resolved despite having different argument names bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#50275 by AnthonyLatsis was closed May 21, 2018
[SR-7856] Exclude "self" from completion results where type syntax is expected 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
#50391 by AnthonyLatsis was closed Jun 4, 2018
[SR-8692] Type aliases in stdlib protocol extensions not considered in generic constraints bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#51205 by AnthonyLatsis was closed Oct 3, 2022
[SR-8871] Code completion: overridable type members don't show up in subclass declaration context 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
#51377 by AnthonyLatsis was closed Feb 27, 2019
[SR-9019] Inaccurate error message on invalid enum raw type 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
#51522 by AnthonyLatsis was closed Oct 25, 2018
[SR-9501] Subclass existential with predefined associated type witness should be supported as existential compiler The Swift compiler in itself duplicate Resolution: Duplicates another issue existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values feature A feature request or implementation improvement swift evolution implemented Flag → feature: A feature that was approved through the Swift evolution process and implemented type checker Area → compiler: Semantic analysis
#51955 by AnthonyLatsis was closed Mar 4, 2021
[SR-10004] Compiler forces override of open method to also be open bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#52407 by AnthonyLatsis was closed Feb 27, 2019
[SR-10483] Proto: Class + Class: Proto + default witness causes conformance error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself conformances Feature → protocol: protocol conformances
#52883 by AnthonyLatsis was closed Jun 23, 2022
[SR-11671] Assoc == Self not treated as an abstract type witness upon conformance bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#54080 by AnthonyLatsis was closed Sep 8, 2020
[SR-12367] Override completion lookup doesn't show derived requirements 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
#54801 by AnthonyLatsis was closed Apr 17, 2020
NSString.self is AnyObject.Type fails when performed generically bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself runtime The Swift Runtime
#59860 by AnthonyLatsis was closed Jul 5, 2022
INTERNAL ERROR: feature not implemented: reabstraction of pack values bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations func Feature → declarations: Functions generics Feature: generic declarations and types internal error Bug: Internal error SILGen Area → compiler: The SIL generation stage swift 6.0 unexpected error Bug: Unexpected error variadic generics Feature → generics: Variadic generics
#69320 by AnthonyLatsis was closed Jan 18, 2024
Compiler crash: Top-level call to async function with generic parameter pack async & await Feature → concurrency: asynchronous function aka the async/await pattern bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself concurrency Feature: umbrella label for concurrency language features crash Bug: A crash, i.e., an abnormal termination of software generics Feature: generic declarations and types IRGen LLVM IR generation script mode Flag: Specific to script mode compilation swift 6.0 variadic generics Feature → generics: Variadic generics
#72536 by AnthonyLatsis was closed Apr 24, 2024
[SR-7414] Redundant conditional conformance constraints left without warning compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation improvement
#49957 by AnthonyLatsis was closed May 31, 2022
[SR-7624] Fixits for 'Argument passed to call that takes no arguments' compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation good first issue Good for newcomers improvement
#50166 by AnthonyLatsis was closed May 17, 2018
[SR-7670] Duplicate generic param completions in member decls 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
#50210 by AnthonyLatsis was closed Dec 11, 2019
[SR-7672] CodeCompletion shows shadowed values 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
#50212 by AnthonyLatsis was closed Dec 11, 2019
ProTip! Type g i on any issue or pull request to go back to the issue listing page.