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

Runtime crash "outlined init with take of any ..." 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 optimized only Flag: An issue whose reproduction requires optimized compilation parameterized protocols Feature → protocol: protocols with primary associated types run-time crash Bug → crash: Swift code crashed during execution
#61403 opened Oct 1, 2022 by plamenterziev
Parameterized extensions
#25263 opened Jun 5, 2019 by Azoy Draft
Can't inherit from a protocol with primary associated types using the "generic" notation associated type inference bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself conformances Feature → protocol: protocol conformances parameterized protocols Feature → protocol: protocols with primary associated types swift 5.9 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error
#62906 opened Jan 7, 2023 by tgrapperon
Circular reference error with 5.7 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#61152 opened Sep 16, 2022 by DevAndArtist
[SR-10077] Switching over duplicate enum case names won't compile bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations enum cases Feature → enums: Enum cases enum Feature → type declarations: Swift enumeration declarations overloading Feature: Overloading symbol names pattern matching Feature: pattern matching patterns Feature: patterns swift 5.9 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error
#52479 opened Mar 11, 2019 by swift-ci
Opaque types as inferred associated types violate type safety accepts invalid Bug: Accepts invalid bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself opaque result types Feature → types → opaque types: opaque result types opaque types Feature → types: opaque types swift 6.0 type checker Area → compiler: Semantic analysis
#73245 opened Apr 25, 2024 by JadenGeller
Having code that casts a generic any RangeExpression<T> will cause app to instantly crash at startup, on iOS 15 devices. accepts invalid Bug: Accepts invalid availability The @available attribute and availability checking in general bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. casting Feature: explicit casting (is, as, as? and as!) compiler The Swift compiler in itself constrained existentials Feature → existentials: constrained existentials such as 'any Collection<Int>' existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values expressions Feature: expressions swift 5.9 type checker Area → compiler: Semantic analysis
#64657 opened Mar 27, 2023 by nifly
Compiler crash with trailing closure involving variadic types bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#67766 opened Aug 5, 2023 by xAlien95
Incorrect inference of multiple parameter packs bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70362 opened Dec 10, 2023 by dehesa
Assertion `!type->hasTypeVariable()' with a primary associated type on a protocol bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself constrained existentials Feature → existentials: constrained existentials such as 'any Collection<Int>' crash Bug: A crash, i.e., an abnormal termination of software existential member accesses Feature → existentials: existential member accesses existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values expressions Feature: expressions swift 5.9 type checker Area → compiler: Semantic analysis
#60547 opened Aug 13, 2022 by langtutheky
[SR-11176] Covariant 'Self' type cannot be referenced from a stored property initializer bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#53573 opened Jul 22, 2019 by DevAndArtist mannequin
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
[SR-487] Compiler fails to consider @autoclosure when satisfying try requirements bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#43104 opened Jan 7, 2016 by swift-ci
[SR-636] Use of self as default argument in methods compiler The Swift compiler in itself feature A feature request or implementation
#43253 opened Jan 28, 2016 by ahoppen
[SR-1876] Overloaded generic methods missing default parameters don't select most specific function bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself regression swift 3.0 type checker Area → compiler: Semantic analysis
#44485 opened Jun 22, 2016 by swift-ci
getTypeOf{Member,}Reference() needs to erase DynamicSelfType in all positions 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
#73860 opened May 23, 2024 by tayloraswift
[SR-2305] Anonymous closure arguments cannot be used in defer statements. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself parser Area → compiler: The legacy C++ parser
#44912 opened Aug 9, 2016 by swift-ci
[SR-2497] isa<> used on a null pointer 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
#45102 opened Aug 26, 2016 by swift-ci
[SR-2542] Crash on invalid during error-handling checking 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 type checker Area → compiler: Semantic analysis
#45147 opened Sep 1, 2016 by swift-ci
[SR-2554] "Illegal instruction: 4" when compiling code that was building successfully with beta 4 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
#45159 opened Sep 3, 2016 by swift-ci
[SR-3007] Assertion `!outerOrigType.isTuple()' failed in swift/lib/SILGen/SILGenPoly.cpp:1831 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 type checker Area → compiler: Semantic analysis
#45597 opened Oct 21, 2016 by swift-ci
[SR-4612] Not versioned or public reports stop after one message bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#47189 opened Apr 17, 2017 by dabrahams
[SR-3529] Invoking method on a bridged Objective-C lightweight generic subclass of non-generic base class results in "ambiguous use of method" bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#46117 opened Jan 2, 2017 by erichoracek
[SR-4187] Generic parameters should be available as nested types bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself feature A feature request or implementation
#46770 opened Mar 7, 2017 by dabrahams
ProTip! Follow long discussions with comments:>50.