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

No any syntax migration error for protocol qualifier 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 qualified identifier types Feature → types: Qualified identifier types swift 6.0 type checker Area → compiler: Semantic analysis types Feature: types unexpected behavior Bug: Unexpected behavior or incorrect output
#72678 opened Mar 28, 2024 by AnthonyLatsis
using isKnownUniquelyReferenced seems to crash on C++ reference type 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 IRGen LLVM IR generation swift 5.10
#72676 opened Mar 28, 2024 by wtholliday
Update CONTRIBUTING.md to include PR process / forking information feature A feature request or implementation triage needed This issue needs more specific labels
#72674 opened Mar 28, 2024 by adammcarter
Bad diagnostic for any P! 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 good first issue Good for newcomers implicitly unwrapped optionals Feature → types: Implicitly unwrapped optional types, aka IUO swift 6.0 type checker Area → compiler: Semantic analysis TypeResolver types Feature: types unexpected behavior Bug: Unexpected behavior or incorrect output
#72662 opened Mar 28, 2024 by AnthonyLatsis
ClangImporter/SceneKit_test.swift fails on clean checkout bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72658 opened Mar 28, 2024 by karwa
swift_getSingletonMetadata crashes when called via objc_getClass 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
#72657 opened Mar 28, 2024 by philipphofmann
Macro in global is not working bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72655 opened Mar 28, 2024 by mtfum
Unexpected "copy of noncopyable typed value" error. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72651 opened Mar 28, 2024 by oscbyspro
Macro is not working with #if os bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72648 opened Mar 28, 2024 by miku1958
MainActor-isolated property not called on the Main Actor bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72633 opened Mar 27, 2024 by okla
Crash Because Function Isn't Specialized 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 triage needed This issue needs more specific labels
#72627 opened Mar 27, 2024 by filip-sakel
Explosion.h - Assertion failed: (NextValue < Values.size()), function claimNext bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72626 opened Mar 27, 2024 by finnvoor
Super-linear compilation times if source file contains thousands of top-level LOC bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself performance script mode Flag: Specific to script mode compilation unexpected behavior Bug: Unexpected behavior or incorrect output
#72661 opened Mar 27, 2024 by VAndrJ
Enabling C++ Interoperability breaks Swift code bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72620 opened Mar 27, 2024 by wAuner
[AutoDiff] Assertion failed: (srcAddr->getType() == destAddr->getType()) AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software
#72618 opened Mar 27, 2024 by asl
'consume' applied to value that the compiler does not support bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72615 opened Mar 27, 2024 by mr-swifter
Upcoming feature flag ExistentialAny ignores missing any keyword when constraining a protocol 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 parameterized protocols Feature → protocol: protocols with primary associated types protocol Feature → type declarations: Protocol declarations swift 6.0 type checker Area → compiler: Semantic analysis types Feature: types unexpected behavior Bug: Unexpected behavior or incorrect output
#72588 opened Mar 26, 2024 by lukaskollmer
2
Documentation for the Swift Runtime seems to be pre Swift 3 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72543 opened Mar 23, 2024 by haikusw
The new Swift 6.0 snapshots are crashing when building swift-atomics on linux 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
#72540 opened Mar 23, 2024 by finagolfin
Compiler crash: Top-level call to async function with generic parameter pack 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 in itself 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 IRGen LLVM IR generation script mode Flag: Specific to script mode compilation swift 6.0 variadic generics Feature → generics: Variadic generics
#72536 opened Mar 22, 2024 by AnthonyLatsis
failed to produce diagnostic for ... a range expression 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 for-in loops Feature: for-in loops generics Feature: generic declarations and types internal error Bug: Internal error operators Feature: operators statements Feature: statements swift 6.0 type checker Area → compiler: Semantic analysis
#72533 opened Mar 22, 2024 by shin-ckane
hidden-external function cannot have a body: F->isExternalDeclaration() bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. embedded Embedded Swift triage needed This issue needs more specific labels
#72531 opened Mar 22, 2024 by finnvoor
Compiler allows NSObject subclass with an async initializer as long as it takes parameters bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72525 opened Mar 22, 2024 by Jnosh
Add test coverage for update-checkout --stash option contributor experience good first issue Good for newcomers task test suite Area: test suite update-checkout Area → utils: the `update-checkout` script utils Area: the build system and other accessory scripts under the "utils" directory
#72523 opened Mar 22, 2024 by MaxDesiatov
A Swift-based package imported in an ObjC-based package is not visible when ObjC package is itself imported in another Swift package bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72518 opened Mar 22, 2024 by glaurent
ProTip! Updated in the last three days: updated:>2024-03-25.