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

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 updated Mar 23, 2024
Incorrect value being assigned to a tuple with synthesised init bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72386 opened Mar 18, 2024 by anmolmalhotra updated Mar 23, 2024
utils/update-checkout error from git checkout icu maint/maint-69 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift 6.0 unexpected error Bug: Unexpected error update-checkout Area → utils: the `update-checkout` script utils Area: the build system and other accessory scripts under the "utils" directory
#70966 opened Jan 17, 2024 by vanvoorden updated Mar 23, 2024
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 updated Mar 23, 2024
Runtime crash when using unsafeUninitializedCapacity incorrectly accepts invalid Bug: Accepts invalid bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. closures Feature: closures compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software definite initialization expressions Feature: expressions memory safety Feature: memory safety script mode Flag: Specific to script mode compilation SIL swift 6.0
#70323 opened Dec 8, 2023 by aaron-foreflight updated Mar 23, 2024
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 updated Mar 23, 2024
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 updated Mar 22, 2024
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 updated Mar 22, 2024
Swift package compile times are 10-20 times worse on Windows than on Linux compiler The Swift compiler in itself performance swift 5.10 Windows Platform: Windows
#72221 opened Mar 11, 2024 by silverhammermba updated Mar 22, 2024
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 updated Mar 22, 2024
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 updated Mar 21, 2024
Compiler crash when added support for visionOS 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
#71409 opened Feb 6, 2024 by augard updated Mar 21, 2024
@Sendable with function type defined as a typealias doesn't compile bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60488 opened Aug 10, 2022 by dnadoba updated Mar 21, 2024
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 updated Mar 20, 2024
Global-actor isolated types: emit a warning for public sendable static properties that miss an explicit isolation annotation. concurrency Feature: umbrella label for concurrency language features
#72456 opened Mar 20, 2024 by groue updated Mar 20, 2024
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 updated Mar 20, 2024
inout parameter pack compiler 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 triage needed This issue needs more specific labels
#72209 opened Mar 9, 2024 by JustMars1 updated Mar 19, 2024
Compiler crashes when using inlined tuple pack expansion as associated value of an enum 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
#72432 opened Mar 19, 2024 by vilarneto updated Mar 19, 2024
Swift Language Wasm build like pyodide feature A feature request or implementation triage needed This issue needs more specific labels WebAssembly Platform: WebAssembly
#70626 opened Dec 26, 2023 by ganeshkbhat updated Mar 19, 2024
Enhancement: set trap error message for a block of code feature A feature request or implementation triage needed This issue needs more specific labels
#72411 opened Mar 19, 2024 by glessard updated Mar 19, 2024
Using [weak self] in nested closures results in strong capture without warning bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72391 opened Mar 18, 2024 by igor-makarov updated Mar 18, 2024
Runtime crash: T constraint ignored for any Alias<T> when typealias Alias<T> = ProtoA & ProtoB<T> 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
#72390 opened Mar 18, 2024 by bubski updated Mar 18, 2024
Repeatable crashes and misbehavior in GitHub Windows CI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels Windows Platform: Windows
#72121 opened Mar 6, 2024 by dabrahams updated Mar 18, 2024
Pack expansion crashes in a function declared in the class, but works in the extension 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
#72381 opened Mar 17, 2024 by tsapeta updated Mar 17, 2024
Closure compiled as escaping though it is not bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72350 opened Mar 15, 2024 by macguru updated Mar 17, 2024
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.