Skip to content

Issues: swiftlang/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
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Missing sending for subscript sending result bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#79559 opened Feb 23, 2025 by stzn
Swift Testing tags not discovered when inside Macro code bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#79558 opened Feb 22, 2025 by adammcarter
Data loss bug involving DispatchData and Swift-ObjC interop bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#79556 opened Feb 22, 2025 by CharlesJS
Swift 6.1 diagnostic regression bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#79555 opened Feb 22, 2025 by NachoSoto
Observation prevents use of Sendable properties in deinit bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#79551 opened Feb 22, 2025 by karwa
C++ interop incorrectly exposes option sets when parameters in a closure property bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#79522 opened Feb 20, 2025 by tomhamming
Swift Program Terminates with exit 133 in swiftLanguageMode .v6 (but not .v5) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#79515 opened Feb 20, 2025 by jackgene
SIL verification failed: A load with trivial ownership must load a trivial type: LI->getType().isTrivial(*LI->getFunction()) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software macOS Platform: macOS SIL ownership Area → compiler → SIL: SIL ownership SIL Windows Platform: Windows
#79491 opened Feb 19, 2025 by hjyamauchi
Swift sometimes puts .d, .o and .swiftdeps in the root directory of a SPM project bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#79488 opened Feb 19, 2025 by Jomy10
Large-ish literal array of Ints consumes 100GB of memory to compile, crashes system array literals Feature → expressions → literals: Array literals bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler itself expressions Feature: expressions literals Feature → expressions: Literals such as an integer or string literal performance Swift 6.2-dev type checker Area → compiler: Semantic analysis
#79481 opened Feb 19, 2025 by GarthSnyder
Backtracing module does not build for Linux armv7 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#79477 opened Feb 19, 2025 by xtremekforever
[Diagnostics] Bogus diagnostic with implicit returns bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. diagnostics QoI Bug: Diagnostics Quality of Implementation type checker Area → compiler: Semantic analysis
#79474 opened Feb 18, 2025 by NachoSoto
Missing conformances to BitwiseCopyable BitwiseCopyable Area → standard library: The `BitwiseCopyable` protocol bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. conformances Feature → protocol: protocol conformances standard library Area: Standard library umbrella
#79470 opened Feb 18, 2025 by glessard
Assertion failure in IRGen for reasync function usage 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
#79465 opened Feb 18, 2025 by rintaro
Please expose an initializer for Hasher that produces deterministic hashes feature A feature request or implementation Hashable Area → standard library: The `Hashable` protocol standard library Area: Standard library umbrella
#79460 opened Feb 18, 2025 by grynspan
Swift on Windows from Winget is apparently too old for Visual Studio bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#79439 opened Feb 17, 2025 by Lukasa
Pattern that the region based isolation checker does not understand how to check bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#79435 opened Feb 17, 2025 by v57
Swift does not export operator overloads to C++ bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ swift to c++ Feature → c++ interop: swift to c++
#79433 opened Feb 17, 2025 by nikeokoronkwo
unresolved symbol: $ss22KeyedEncodingContainerVys15SuspendingClockV7InstantV10CodingKeys33_58ECF69D5494349AC41E7A65FF4864CBLLOGMN bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. generics Feature: generic declarations and types IRGen LLVM IR generation Windows Platform: Windows
#79417 opened Feb 16, 2025 by compnerd
Swift Testing Macros - empty MacroExpansionContext.lexicalContext bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift macro Feature → declarations: Swift `macro` declarations
#79447 opened Feb 15, 2025 by adammcarter
Compiler crashes when using a KeyPath to a constrained associatedtype 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
#79398 opened Feb 14, 2025 by neo-marcus-ganz
Parameter packs that conform to a protocol hierarchy are ambiguous when one protocol refines another bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. parameter packs Feature → generics: Parameter packs
#79392 opened Feb 14, 2025 by allevato
[6.1] "Found local archetype outside its defining scope" crash from _openExistential 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
#79377 opened Feb 13, 2025 by vanvoorden
[6.1] type does not conform to protocol 'AsyncIteratorProtocol' bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. generics Feature: generic declarations and types
#79367 opened Feb 13, 2025 by vanvoorden
Swift compiler often but-not-always crashes on async/await block using optional ObjC protocol method with callback 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 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 SILGen Area → compiler: The SIL generation stage
#79319 opened Feb 12, 2025 by palmin
ProTip! Follow long discussions with comments:>50.