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

[cxx-interop] NSNotification.Name has no member 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 Foundation objective-c interop Feature: Interoperability with Objective-C swift 5.9 unexpected error Bug: Unexpected error
#69914 opened Nov 16, 2023 by tcollins590
Compiler errors with libstdc++ in C++20 mode on Ubuntu 23.10 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 Linux Platform: Linux swift 6.0 test failure
#73037 opened Apr 15, 2024 by egorzhdan
Misleading error message when comparing generics that vary in types 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 expressions Feature: expressions generics Feature: generic declarations and types operators Feature: operators swift 6.0 type checker Area → compiler: Semantic analysis
#73029 opened Apr 14, 2024 by Alc-Alc
[AutoDiff] Assertion failed: (srcAddr->getType() == destAddr->getType()) assertion failure Bug → crash: An assertion failure AutoDiff 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 SILOptimizer Area → compiler: SIL optimization passes swift 6.0
#72618 opened Mar 27, 2024 by asl
Compiler crash when throwing from a throws(Never) function 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
#73053 opened Apr 16, 2024 by Jnosh
[SR-4625] Compiler reports an error for protocol conformance for method with default parameter value compiler The Swift compiler in itself conformances Feature → protocol: protocol conformances default arguments Feature: default arguments for value parameters feature A feature request or implementation protocol Feature → type declarations: Protocol declarations swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#47202 opened Apr 19, 2017 by swift-ci
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
Assertion failed: (genericSig && "Need a generic signature to resolve conformance") bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73068 opened Apr 16, 2024 by fibrechannelscsi
Unable to use std::chrono clocks via Cxx interop bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ c++ to swift Feature → c++ interop: c++ to swift compiler The Swift compiler in itself swift 5.10 unexpected error Bug: Unexpected error
#72737 opened Mar 31, 2024 by karwa
Warnings output for files inside preconcurrency imported library bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73075 opened Apr 17, 2024 by radianttap
[SR-14381] @objc & @objcMembers attributes break compilation on Windows bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself Windows Platform: Windows
#56739 opened Mar 21, 2021 by swift-ci
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
Fill out unimplemented expression cases in the ASTPrinter ASTPrinter Area → compiler: The AST printer compiler The Swift compiler in itself expressions Feature: expressions good first issue Good for newcomers task
#61601 opened Oct 17, 2022 by hamishknight
13 tasks
Compiler Hangs on Swift 5.10 and Crashes with Latest Swift 6.0 Snapshot When Using lazy var with try bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself error handling throw Feature → error handling: Throw statements type checker Area → compiler: Semantic analysis
#73073 opened Apr 17, 2024 by CrazyFanFan
-vfsoverlay breaks -strict-concurrency checking bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73088 opened Apr 17, 2024 by jszumski
Compiler crash when calling throwing function after initializing type with parameters pack 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 error handling expressions Feature: expressions generics Feature: generic declarations and types pack expansions Feature → expressions: Pack expansion expressions properties Feature: properties SILGen Area → compiler: The SIL generation stage swift 6.0 variadic generics Feature → generics: Variadic generics verifier
#73044 opened Apr 16, 2024 by martialln
[SR-13522] Unifying clang/LLVM with llvm.org bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#55958 opened Sep 9, 2020 by compnerd
[.]Type completion for (any P). shows it will produce an existential metatype bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values good first issue Good for newcomers metatypes Feature → types: Metatypes source tooling Area: IDE support, SourceKit, and other source tooling swift 5.9 types Feature: types unexpected behavior Bug: Unexpected behavior or incorrect output
#65843 opened May 10, 2023 by AnthonyLatsis
Compiler crash using isolated parameter and typed throws - "Illegal convention for non-address types" 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
#73170 opened Apr 21, 2024 by Jnosh
Compiler Crash with Parameter Pack Expansion in Non-Final Class Closure 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
#73166 opened Apr 21, 2024 by antonsergeev88
Declaration order of type-constrained typealias and struct implementing a generic protocol causes "invalid type alias" error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. generics Feature: generic declarations and types typealias Feature → type declarations: `typealias` declarations
#73154 opened Apr 19, 2024 by pkillian
Expand Macro and Inline Macro commands put extension macro expansion in nested type and not at top level. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift macro Feature → declarations: Swift `macro` declarations
#73140 opened Apr 19, 2024 by vanvoorden
[SR-15926] Generic type put into wrong position bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#58187 opened Mar 1, 2022 by davezarzycki
ProTip! Find all open issues with in progress development work with linked:pr.