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

Windows: the pointer passed to _swift_willThrow cannot be weakly referenced bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. error handling Windows Platform: Windows
#62985 opened Jan 12, 2023 by grynspan
[lldb] It doesn't seem possible to achieve deterministic debuggable builds when using ClangImporter bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. clang importer Area → compiler: The clang importer lldb
#62793 opened Dec 30, 2022 by edudnyk
wchar_t disappears when C++ interop is enabled bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ Windows Platform: Windows
#62792 opened Dec 30, 2022 by grynspan
Task created within withUnsafeContinuation breaks actor isolation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#62503 opened Dec 10, 2022 by dfed
Adding a conformance apparently corrupts metadata cache? bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. conformances Feature → protocol: protocol conformances crash Bug: A crash, i.e., an abnormal termination of software run-time crash Bug → crash: Swift code crashed during execution
#62498 opened Dec 10, 2022 by dabrahams
isolated keyword in passed closure can cause compiler crash on macOS and Windows only bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#62377 opened Dec 2, 2022 by gregcotten
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
Nix anyone? Might make the compiler easier to build/work on feature A feature request or implementation
#60490 opened Aug 10, 2022 by wtholliday
[AutoDiff] Synthesized TangentVectors can no longer be extended AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60461 opened Aug 9, 2022 by BradLarson
[SR-16059] Use Objc Symbol on Open Class will result on LLVM 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 objective-c interop Feature: Interoperability with Objective-C
#58320 opened Mar 25, 2022 by wendyliga
[SR-15985] [AutoDiff] Specific custom VJP triggers assertion "internal/private function cannot be serialized" 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 SILGen Area → compiler: The SIL generation stage verifier
#58246 opened Mar 15, 2022 by BradLarson
[SR-15823] [AutoDiff] Runtime segfault from edge case 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 SILGen Area → compiler: The SIL generation stage swift 5.9
#58097 opened Feb 4, 2022 by philipturner
[SR-15812] Memory corruption in Combine subclass with an @objc property bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself property wrappers Feature: property wrappers
#58089 opened Feb 3, 2022 by swift-ci
[SR-15793] [AutoDiff] Incorrect behavior with derivatives AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations func Feature → declarations: Functions methods Feature → functions: methods (member functions) mutating Feature → declarations → functions: Mutating functions swift 5.9 unexpected behavior Bug: Unexpected behavior or incorrect output
#58070 opened Jan 31, 2022 by philipturner
[SR-15667] [AutoDiff] Providing exact type for generic parameter in @differentiable can lead to an assertion failure AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#57946 opened Dec 29, 2021 by BradLarson
[SR-15666] [AutoDiff] Assertion failure when differentiating through a map function involving keypaths AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#57945 opened Dec 29, 2021 by BradLarson
[SR-15201] [AutoDiff] Assertion failure when using a throwing function within gradient() AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#57523 opened Sep 16, 2021 by BradLarson
[SR-14989] [AutoDiff] Struct genericized over differentiable type can't access that type differentiably AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself generics Feature: generic declarations and types unexpected error Bug: Unexpected error
#57331 opened Jul 30, 2021 by porterchild
[SR-14969] [C++-Interop] operator()/callAsFunction() does not map to instance(). 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 clang importer Area → compiler: The clang importer compiler The Swift compiler in itself unexpected error Bug: Unexpected error
#57311 opened Jul 23, 2021 by swift-ci
[SR-14965] [C++-Interop] (dupe) crash with deserialization of 'ReferenceConvertible' with ObjC & C++ Interop enabled 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 crash Bug: A crash, i.e., an abnormal termination of software objective-c interop Feature: Interoperability with Objective-C serialization Area → compiler: Serialization & deserialization
#57307 opened Jul 23, 2021 by swift-ci
[SR-14964] [C++-Interop] crash with deserialization of 'ReferenceConvertible' with ObjC & C++ Interop enabled 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 crash Bug: A crash, i.e., an abnormal termination of software objective-c interop Feature: Interoperability with Objective-C serialization Area → compiler: Serialization & deserialization
#57306 opened Jul 23, 2021 by swift-ci
[SR-14963] [C++-Interop] fatal llvm::Error when using operator+ on CGPoint with ObjC & C++ Interop enabled 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 crash Bug: A crash, i.e., an abnormal termination of software objective-c interop Feature: Interoperability with Objective-C
#57305 opened Jul 23, 2021 by swift-ci
[SR-14962] ☂️ C++-Interop Component Kit Umbrella Bugs 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 ☂️ umbrella issue Flag: An umbrella issue
#57304 opened Jul 23, 2021 by swift-ci
2 of 6 tasks
[SR-14516] Swift generates subscript.read accessors that allocate! bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself regression SILOptimizer Area → compiler: SIL optimization passes swift 5.4
#56868 opened Apr 21, 2021 by weissi
[SR-13440] SILGen crash for ?? nil coalescing derivative registration 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 expressions Feature: expressions generics Feature: generic declarations and types nil-coalescing operator Feature → operators: The nil-coalescing operator `??` operators Feature: operators SILGen Area → compiler: The SIL generation stage swift 6.0
#55882 opened Aug 24, 2020 by dan-zheng
ProTip! Mix and match filters to narrow down what you’re looking for.