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 diagnostic when capturing self in deinit Task bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#72893 opened Apr 6, 2024 by rnapier updated Apr 27, 2024
'consume' applied to value that the compiler does not support bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. ownership Feature: Ownership modifiers and semantics
#72615 opened Mar 27, 2024 by mr-swifter updated Apr 27, 2024
crash with array of C++ objects exposed via SWIFT_SHARED_REFERENCE bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#72827 opened Apr 4, 2024 by wtholliday updated Apr 27, 2024
usage of a noncopyable type that compiler can't verify bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. noncopyable struct/enum Feature → declarations: Noncopyable value type declarations ownership Feature: Ownership modifiers and semantics
#72803 opened Apr 3, 2024 by LeeroyDing updated Apr 27, 2024
Wrong Sendable closure diagnostics with implicitly unwrapped optional bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#72727 opened Mar 30, 2024 by groue updated Apr 27, 2024
Update CONTRIBUTING.md to include PR process / forking information contributor experience feature A feature request or implementation
#72674 opened Mar 28, 2024 by adammcarter updated Apr 27, 2024
ClangImporter/SceneKit_test.swift fails on clean checkout bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. clang importer Area → compiler: The clang importer
#72658 opened Mar 28, 2024 by karwa updated Apr 27, 2024
Unexpected "copy of noncopyable typed value" error. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. noncopyable struct/enum Feature → declarations: Noncopyable value type declarations
#72651 opened Mar 28, 2024 by oscbyspro updated Apr 27, 2024
MainActor-isolated property not called on the Main Actor bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#72633 opened Mar 27, 2024 by okla updated Apr 27, 2024
Non-Copyable Struct Prevents Function Specialization, Crashing in Embedded Mode bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software embedded Embedded Swift noncopyable struct/enum Feature → declarations: Noncopyable value type declarations
#72627 opened Mar 27, 2024 by filip-sakel updated Apr 27, 2024
Enabling C++ Interoperability breaks Swift code bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#72620 opened Mar 27, 2024 by wAuner updated Apr 27, 2024
Parameter pack causes crash when generic types are initialized concurrently bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. 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 missing info Resolution: Is missing crucial info such as a test case or a concise description run-time crash Bug → crash: Swift code crashed during execution swift 5.10 variadic generics Feature → generics: Variadic generics
#72480 opened Mar 21, 2024 by ThyOwen updated Apr 27, 2024
Possible suboptimal code generation for SIMD any function bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. SILOptimizer Area → compiler: SIL optimization passes simd
#72413 opened Mar 19, 2024 by karwa updated Apr 27, 2024
Autocomplete does not work for values that depend on result builder inference bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion
#72399 opened Mar 18, 2024 by stephencelis updated Apr 27, 2024
It is possible to call a @MainActor-bound closure in a closure that is not @MainActor-bound bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#72382 opened Mar 17, 2024 by dfed updated Apr 27, 2024
Codegen for async function call spills AsyncContext unnecessarily bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#72289 opened Mar 13, 2024 by ole updated Apr 27, 2024
Parameter Packs implicitly unwrap optionals. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software variadic generics Feature → generics: Variadic generics
#72114 opened Mar 6, 2024 by VAndrJ updated Apr 27, 2024
Assertion failed: ((!F || opTI->isABICompatibleWith(resTI, *F).isCompatible()) && "Can not convert in between ABI incompatible function types"), function create, file SILInstructions.cpp, line 2649. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software SILGen Area → compiler: The SIL generation stage
#71798 opened Feb 22, 2024 by vanvoorden updated Apr 27, 2024
[SourceKit] Unable to distinguish multiple inheritances separated by '&' as several inherited types bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. SourceKit Area → source tooling: SourceKit
#71753 opened Feb 20, 2024 by TTOzzi updated Apr 27, 2024
assertion failed swift::SILType::hasAbstractionDifference bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software SILGen Area → compiler: The SIL generation stage
#71602 opened Feb 14, 2024 by tayloraswift updated Apr 27, 2024
[Source compatibility suite] penny-bot failing to build with 5.9 branch on macOS bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. source compatibility suite Flag: An issue that surfaced in the source compatibility suite swift macro Feature → declarations: Swift `macro` declarations unexpected error Bug: Unexpected error
#71316 opened Feb 1, 2024 by justice-adams-apple updated Apr 27, 2024
type-checking crash bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software type checker Area → compiler: Semantic analysis Windows Platform: Windows
#71525 opened Feb 9, 2024 by dabrahams updated Apr 27, 2024
explicit (consume self) crashes compiler when accessing nested property bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software ownership Feature: Ownership modifiers and semantics
#71600 opened Feb 14, 2024 by tayloraswift updated Apr 27, 2024
[AutoDiff] Unoptimized code generation for simple derivatives when called from conditional control-flow contexts AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#71510 opened Feb 9, 2024 by jkshtj updated Apr 27, 2024
crash compiling simple code on windows bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ crash Bug: A crash, i.e., an abnormal termination of software Windows Platform: Windows
#71490 opened Feb 9, 2024 by mikewoodworth updated Apr 27, 2024
ProTip! Exclude everything labeled bug with -label:bug.