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

Property definition has inferred type 'some Proto', involving the 'some' return type of another declaration bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself not a bug Resolution → not a bug: Reported as a bug but turned out to be expected behavior or programmer error opaque result types Feature → types → opaque types: opaque result types opaque types Feature → types: opaque types properties Feature: properties swift 6.0 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error
#73661 by vanvoorden was closed May 17, 2024 updated May 17, 2024
Definite initialization not enforced when using init accessors. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70583 by CrystDragon was closed May 6, 2024 updated May 6, 2024
Segfault on wrong top-level variable declaration order accepts invalid Bug: Accepts invalid 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 definite initialization duplicate Resolution: Duplicates another issue memory safety Feature: memory safety script mode Flag: Specific to script mode compilation SIL swift 6.0
#70356 by lukaszdebowski was closed Apr 24, 2024 updated Apr 24, 2024
[SymbolGraphGen] passing -application-extension removes symbols with @available(iOSApplicationExtension, unavailable) from the symbol graph file availability The @available attribute and availability checking in general bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself swift 5.9 SymbolGraphGen The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs. unexpected behavior Bug: Unexpected behavior or incorrect output
#70489 by MarcoEidinger was closed Dec 15, 2023 updated Apr 22, 2024
1 of 2 tasks
UnsafeMutablePointer<T> may induce over release on Linux. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73043 by YOCKOW was closed Apr 21, 2024 updated Apr 21, 2024
In main.swift, variables can be used before they are declared, leading to undefined behavior accepts invalid Bug: Accepts invalid bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself definite initialization duplicate Resolution: Duplicates another issue memory safety Feature: memory safety script mode Flag: Specific to script mode compilation SIL swift 6.0
#72894 by natinusala was closed Apr 13, 2024 updated Apr 13, 2024
Missing diagnostic when capturing self in deinit Task
#72892 by rnapier was closed Apr 6, 2024 updated Apr 6, 2024
Enum case "language" as protocol witness causes invalid redeclaration bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72816 by paulober was closed Apr 3, 2024 updated Apr 3, 2024
[SR-12483] Weak variables deallocated too quickly in optimised (-O) builds bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself modifiers Feature: Declaration and type modifiers not a bug Resolution → not a bug: Reported as a bug but turned out to be expected behavior or programmer error optimized only Flag: An issue whose reproduction requires optimized compilation reference ownership Feature → modifiers: Reference storage ownership modifiers swift 5.2 unexpected behavior Bug: Unexpected behavior or incorrect output weak Feature → modifiers → reference ownership: Weak
#54923 by swift-ci was closed Mar 23, 2024 updated Mar 23, 2024
Allows top-level variable to be used in its own initial value accepts invalid Bug: Accepts invalid 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 definite initialization duplicate Resolution: Duplicates another issue memory safety Feature: memory safety script mode Flag: Specific to script mode compilation SIL swift 6.0
#70380 by brow was closed Feb 29, 2024 updated Mar 23, 2024
Accessing a property of an uninitialized instance results in a Runtime error accepts invalid Bug: Accepts invalid 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 definite initialization duplicate Resolution: Duplicates another issue memory safety Feature: memory safety script mode Flag: Specific to script mode compilation SIL swift 6.0
#70908 by Alc-Alc was closed Feb 29, 2024 updated Mar 23, 2024
Compiler allows to use variable before its declaration accepts invalid Bug: Accepts invalid bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself definite initialization duplicate Resolution: Duplicates another issue memory safety Feature: memory safety script mode Flag: Specific to script mode compilation SIL swift 6.0
#71974 by vojtarylko was closed Feb 29, 2024 updated Mar 23, 2024
using is AnyObject to test a value type, But it returns true. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72223 by carlhung was closed Mar 11, 2024 updated Mar 11, 2024
[SR-15490] Even if Language is selected as Swift, the code of traitCollectionDidChange (_ :) is Objective-C. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. documentation off topic Resolution: Is beyond the scope of the Swift project (Xcode, proprietary Apple frameworks, etc.)
#57795 by swift-ci was closed Mar 6, 2024 updated Mar 6, 2024
Compiler crash value pack of pairs 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 duplicate Resolution: Duplicates another issue expressions Feature: expressions generics Feature: generic declarations and types SILGen Area → compiler: The SIL generation stage swift 6.0 tuples Feature: tuples variadic generics Feature → generics: Variadic generics
#69232 by DmT021 was closed Feb 24, 2024 updated Feb 24, 2024
Assertion failed: (!tupleTy.containsPackExpansionType() && "can't extract elements from tuples containing pack expansions " "right now"), function extractElements, file RValue.cpp, line 705. 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 duplicate Resolution: Duplicates another issue expressions Feature: expressions generics Feature: generic declarations and types SILGen Area → compiler: The SIL generation stage swift 6.0 tuples Feature: tuples variadic generics Feature → generics: Variadic generics
#67916 by dnadoba was closed Feb 24, 2024 updated Feb 24, 2024
Swift n invalid Resolution: Invalid (spam, junk or empty)
#71647 by Cocaynee90 was closed Feb 15, 2024 updated Feb 15, 2024
[SR-15971] Negative integer literal converted to generic unsigned integer type without warning bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. expressions Feature: expressions generics Feature: generic declarations and types integer literals Feature → literals: Integer literals literals Feature → expressions: Literals such as an integer or string literal numerics Area → standard library: Numeric API standard library Area: Standard library umbrella swift 6.0 unexpected behavior Bug: Unexpected behavior or incorrect output
#58232 by swift-ci was closed Feb 14, 2024 updated Feb 14, 2024
[SR-15709] Overflowing operations on Int8 fail to trap if done as FixedWidthInteger bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. duplicate Resolution: Duplicates another issue expressions Feature: expressions generics Feature: generic declarations and types integer literals Feature → literals: Integer literals literals Feature → expressions: Literals such as an integer or string literal numerics Area → standard library: Numeric API standard library Area: Standard library umbrella swift 6.0 unexpected behavior Bug: Unexpected behavior or incorrect output
#57987 by saagarjha was closed Feb 14, 2024 updated Feb 14, 2024
Invalid integer literals return zero in generic code bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. duplicate Resolution: Duplicates another issue expressions Feature: expressions generics Feature: generic declarations and types integer literals Feature → literals: Integer literals literals Feature → expressions: Literals such as an integer or string literal numerics Area → standard library: Numeric API standard library Area: Standard library umbrella swift 6.0 unexpected behavior Bug: Unexpected behavior or incorrect output
#70756 by oscbyspro was closed Feb 14, 2024 updated Feb 14, 2024
[SR-15263] Function cannot infer associated type associated type inference compiler The Swift compiler in itself conformances Feature → protocol: protocol conformances feature A feature request or implementation
#57585 by swift-ci was closed Feb 2, 2024 updated Feb 2, 2024
[SR-11177] Generics with associated types should be usable in arguments compiler The Swift compiler in itself improvement
#53574 by swift-ci was closed Feb 2, 2024 updated Feb 2, 2024
Solutiuon to #68887 references incorrect path bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. platform support Windows Platform: Windows
#71251 by jhenzie was closed Feb 2, 2024 updated Feb 2, 2024
Wrong tuple destructuring in property assignment when using autogenerated initalizer bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations duplicate Resolution: Duplicates another issue patterns Feature: patterns properties Feature: properties SILGen Area → compiler: The SIL generation stage struct Feature → type declarations: Structure declarations swift 5.9 tuple patterns Feature → patterns: Tuple patterns type declarations Feature → declarations: Type declarations unexpected behavior Bug: Unexpected behavior or incorrect output
#68983 by Losiowaty was closed Oct 5, 2023 updated Jan 29, 2024
await fulfillment(of: [exp] does take more time than needed. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. off topic Resolution: Is beyond the scope of the Swift project (Xcode, proprietary Apple frameworks, etc.) triage needed This issue needs more specific labels XCTest
#70400 by agiokas was closed Jan 25, 2024 updated Jan 25, 2024
ProTip! Updated in the last three days: updated:>2024-05-16.