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

Assertion failure: extReqs.size() == typeReqs.size()) in isWrittenWithConstraints. 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 declarations Feature: declarations extension Feature → declarations: `extension` declarations generics Feature: generic declarations and types IRGen LLVM IR generation swift 6.0
#72719 opened Mar 30, 2024 by fibrechannelscsi
Incorrect 'class inherits from itself' bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. class Feature → type declarations: Class declarations compiler The Swift compiler in itself declarations Feature: declarations inheritance clauses Feature → type declarations: Type inheritance clauses swift 6.0 type checker Area → compiler: Semantic analysis type declarations Feature → declarations: Type declarations unexpected error Bug: Unexpected error
#72715 opened Mar 29, 2024 by karwa
Incorrect absoluteString for URL on linux bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Foundation Linux Platform: Linux transfer candidate The issue may belong in another repository
#72702 opened Mar 29, 2024 by Jomy10
Compiler crash with circular reference, redundant conformance requirements 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 declarations Feature: declarations generics Feature: generic declarations and types inheritance clauses Feature → type declarations: Type inheritance clauses protocol Feature → type declarations: Protocol declarations swift 6.0 type checker Area → compiler: Semantic analysis typealias Feature → type declarations: `typealias` declarations
#72695 opened Mar 29, 2024 by karwa
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
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
swift_getSingletonMetadata crashes when called via Bundle.main.classNamed() 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. noncopyable struct/enum Feature → declarations: Noncopyable value type declarations
#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. concurrency Feature: umbrella label for concurrency language features
#72633 opened Mar 27, 2024 by okla
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
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
'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
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
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
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
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
Poor diagnostic for misspelled enum case name in catch clause associated values Feature → enums: enum cases with associated values (payload) 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 enum case patterns Feature → patterns: Enumeration case patterns enum cases Feature → enums: Enum cases enum Feature → type declarations: Swift enumeration declarations patterns Feature: patterns swift 6.0 type checker Area → compiler: Semantic analysis wildcard pattern Feature → patterns: The wildcard (underscore) pattern
#72505 opened Mar 22, 2024 by jrose-signal
Weird memory layout of the generic class triggers TSan error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72487 opened Mar 21, 2024 by nickolas-pohilets
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
Name lookup of typealias in protocol inconsistent for nested types bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72461 opened Mar 20, 2024 by benpious
Build failure: ERROR: can't find source directory for ninja bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72458 opened Mar 20, 2024 by royitaqi
ProTip! Exclude everything labeled bug with -label:bug.