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

Missing fix-it when opaque property type is inferred compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation fix-its Feature: diagnostic fix-its good first issue Good for newcomers improvement opaque result types Feature → types → opaque types: opaque result types opaque types Feature → types: opaque types swift 6.0 type checker Area → compiler: Semantic analysis
#69241 opened Oct 18, 2023 by natecook1000 updated May 17, 2024
Passing parameter pack results in ICE assertion failure Bug → crash: An assertion failure 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 expressions Feature: expressions generics Feature: generic declarations and types SILGen Area → compiler: The SIL generation stage swift 6.0 tuples Feature: tuples variadic generics Feature → generics: Variadic generics
#66392 opened Jun 6, 2023 by keith updated May 17, 2024
[Observation] Compiler Crash and Runtime Crash when Observable Object is Generic on Parameter Pack 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
#73690 opened May 17, 2024 by vanvoorden updated May 17, 2024
Variadic generics cause crash in UsePrespecialized pass bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. closures Feature: closures compiler The Swift compiler in itself generics Feature: generic declarations and types implicit conversions Feature: implicit conversions swift 6.0 tuples Feature: tuples type checker Area → compiler: Semantic analysis types Feature: types unexpected error Bug: Unexpected error variadic generics Feature → generics: Variadic generics
#73660 opened May 16, 2024 by JadenGeller updated May 17, 2024
Compiler crash with "Assertion failed: signature || !origType->hasTypeParameter()" 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
#73345 opened Apr 30, 2024 by hjyamauchi updated May 16, 2024
Windows version number support for the @available attribute availability The @available attribute and availability checking in general compiler The Swift compiler in itself feature A feature request or implementation Frontend Area → compiler: Frontend Windows Platform: Windows
#73655 opened May 15, 2024 by tristanlabelle updated May 16, 2024
Swift crash when creating a concrete instance from a protocol extension with an associated type accepts invalid Bug: Accepts invalid bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values swift 5.9 type checker Area → compiler: Semantic analysis
#61357 opened Sep 29, 2022 by kerrmarin updated May 16, 2024
Protocol existentials do not trigger warnings if they will never be executed 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 existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values missing warning Bug: Missing warning SILGen Area → compiler: The SIL generation stage swift 6.0
#73649 opened May 15, 2024 by chrisballinger updated May 16, 2024
Compiler crash when conforming a C++ type to a Swift protocol. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ generics Feature: generic declarations and types
#69964 opened Nov 17, 2023 by GeorgeLyon updated May 16, 2024
Conditional compilation results in the code passing the check for missing executable statement bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73669 opened May 16, 2024 by CrazyFanFan updated May 16, 2024
A typo in a protocol name can crash the compiler under certain conditions 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 Frontend Area → compiler: Frontend triage needed This issue needs more specific labels type checker Area → compiler: Semantic analysis
#73668 opened May 16, 2024 by RussBaz updated May 16, 2024
Compiler crash when using typed throws of an enum nested within a generic type 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
#73641 opened May 15, 2024 by TeamPuzel updated May 15, 2024
Swift can't find its subcommands from within emacs on Windows bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself legacy driver Area → compiler: the integrated C++ legacy driver. Succeeded by the swift-driver project swift 5.9 unexpected error Bug: Unexpected error Windows Platform: Windows
#69492 opened Oct 29, 2023 by dabrahams updated May 15, 2024
Crash when hashing a Zalgo string literal 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
#73638 opened May 15, 2024 by karwa updated May 15, 2024
[Need advice] ExecutorRef::default() is considered as Optional<UnownedSerialExecutor>(nil) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#65529 opened Apr 29, 2023 by kateinoigakukun updated May 15, 2024
Regression in Swift 6.0 compiler: crash with passing & to non-inout parameter 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 Frontend Area → compiler: Frontend inout Feature → types: `inout` types type checker Area → compiler: Semantic analysis
#73454 opened May 6, 2024 by migueldeicaza updated May 15, 2024
Building HandyJSON in Swift 5.10 throws a fatal error 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 Frontend Area → compiler: Frontend
#71946 opened Feb 28, 2024 by CrazyFanFan updated May 15, 2024
Calling noasync function inside a defer bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#73614 opened May 14, 2024 by 0xTim updated May 15, 2024
Automatic mapping of std::map and std::unordered_map does not work on non-Darwin platforms bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#69711 opened Nov 7, 2023 by brianmichel updated May 14, 2024
Enabling the InferSendableFromCaptures upcoming feature flag can break code that involves C functions bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#73313 opened Apr 27, 2024 by groue updated May 14, 2024
passing function result of a parameter pack to a generic function results in false compiler error. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73613 opened May 14, 2024 by JaapWijnen updated May 14, 2024
Accessing computed property sometimes causes unexpected consume of borrowed value bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. ownership Feature: Ownership modifiers and semantics
#73292 opened Apr 26, 2024 by ORBAT updated May 14, 2024
Existential type conforming to AnyObject can't satisfy a generic parameter which conforms to AnyObject bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72897 opened Apr 7, 2024 by zetasq updated May 14, 2024
Freestanding macros cannot unbox an existential argument feature A feature request or implementation triage needed This issue needs more specific labels
#73593 opened May 13, 2024 by eliyap updated May 13, 2024
ProTip! Find all open issues with in progress development work with linked:pr.