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 option for a common prefix (suffix) for backtraces feature A feature request or implementation runtime The Swift Runtime
#71057 opened Jan 22, 2024 by finestructure
Compiler doesn't warn about unreachable call to method on Error in catch clause bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#71053 opened Jan 22, 2024 by juliand665
Crash in debug mode only - passing captured String value as inout argument to print bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software triage needed This issue needs more specific labels
#71047 opened Jan 21, 2024 by psummerland
Unexpected exclusivity violation for trivial ~Copyable struct access exclusivity Feature: Enforcement of exclusive access to memory bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. noncopyable struct/enum Feature → declarations: Noncopyable value type declarations
#71045 opened Jan 21, 2024 by MaxDesiatov
Compiler crash with multi-argument function containing existential bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software mangling Area → compiler: Mangling triage needed This issue needs more specific labels
#71035 opened Jan 20, 2024 by GeorgeElsham
Compiler crash with optional existential bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software triage needed This issue needs more specific labels
#71019 opened Jan 19, 2024 by GeorgeElsham
Property wrapper autocomplete broken for generic static member lookup bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#71015 opened Jan 19, 2024 by stephencelis
Compiler crash with generics involving existentials bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software triage needed This issue needs more specific labels
#71012 opened Jan 19, 2024 by GeorgeElsham
Compiler crash with cast involving any existentials bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. casting Feature: explicit casting (is, as, as? and as!) compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values expressions Feature: expressions parameterized protocols Feature → protocol: protocols with primary associated types protocol compositions Feature → types: protocol composition types swift 6.0 type checker Area → compiler: Semantic analysis types Feature: types
#71000 opened Jan 19, 2024 by GeorgeElsham
Swift compiler doesn't support turning off whole module optimization on certain projects bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Frontend Area → compiler: Frontend swift 5.9 whole module optimization Feature: Whole module optimization
#70995 opened Jan 18, 2024 by dabrahams
Crash with existential any in function context 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 existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values function types Feature → types: function types parameterized protocols Feature → protocol: protocols with primary associated types protocol compositions Feature → types: protocol composition types SILGen Area → compiler: The SIL generation stage swift 6.0 types Feature: types
#70988 opened Jan 18, 2024 by GeorgeElsham
Convenience init inheritance bug bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70960 opened Jan 17, 2024 by DmT021
guard with statement for shorter and clearer writing compiler The Swift compiler in itself feature A feature request or implementation parser Area → compiler: The legacy C++ parser statements Feature: statements type checker Area → compiler: Semantic analysis
#70958 opened Jan 17, 2024 by benjamin-kramer
Reconsider the type of self of an actor to actually be Self actor Feature → concurrency: `actor` declarations compiler The Swift compiler in itself concurrency Feature: umbrella label for concurrency language features declarations Feature: declarations Self in class Feature → types: The 'Self' type in classes task type checker Area → compiler: Semantic analysis
#70954 opened Jan 17, 2024 by ktoso
Do not suggest fix-its that modify the C++ stdlib headers bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself
#70922 opened Jan 15, 2024 by egorzhdan
Compiler crash on using internal import (AccessLevelOnImport feature) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software triage needed This issue needs more specific labels
#70920 opened Jan 15, 2024 by mr-swifter
NSError doesn't have the domain and code provided by conditional conformance of CustomNSError bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70918 opened Jan 14, 2024 by crazytonyli
Nested Macros do not seem to expand (Attached Peer Macros) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70886 opened Jan 12, 2024 by JuliusHuizing
Requirement machine internal error on simple recursive same-type requirement 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 generic constraints Feature → generics: generic constraints generics Feature: generic declarations and types internal error Bug: Internal error swift 6.0 type checker Area → compiler: Semantic analysis
#70875 opened Jan 12, 2024 by AnthonyLatsis
Subtype relations of existential metatypes are not consistent in the language. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. casting Feature: explicit casting (is, as, as? and as!) existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values expressions Feature: expressions metatypes Feature → types: Metatypes runtime The Swift Runtime swift 6.0 types Feature: types unexpected behavior Bug: Unexpected behavior or incorrect output
#70874 opened Jan 12, 2024 by CrystDragon
Crash with minimal repro for some interaction between associated types and result builders bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software triage needed This issue needs more specific labels
#70870 opened Jan 12, 2024 by brandonbloom
Support top-level code in Main.swift feature A feature request or implementation triage needed This issue needs more specific labels
#70857 opened Jan 11, 2024 by dabrahams
Bad diagnostic overriding method returning opaque type 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 opaque result types Feature → types → opaque types: opaque result types opaque types Feature → types: opaque types override Feature: Overriding in classes swift 6.0 type checker Area → compiler: Semantic analysis
#70853 opened Jan 11, 2024 by NachoSoto
Support importing wide character literals from C headers clang importer Area → compiler: The clang importer feature A feature request or implementation Windows Platform: Windows
#70848 opened Jan 11, 2024 by compnerd
ProTip! Find all open issues with in progress development work with linked:pr.