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

Swift/release5.10, SwiftSyntax/Trivia.swift:36:28: error: cannot specialize protocol type 'Sequence' bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. build error Errors when building the toolchain, not regular Swift code not a bug Resolution → not a bug: Reported as a bug but turned out to be expected behavior or programmer error swift 6.0
#70648 opened Dec 29, 2023 by vivi50
Recent versions of glibc marks some function parameters as __nonnull, changing type signatures bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70647 opened Dec 29, 2023 by QuietMisdreavus
Passing class-constrained type as AnyObject instance behavior is not matched on Darwin and non-Darwin platform bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. good first issue Good for newcomers swift 5.9 type checker Area → compiler: Semantic analysis
#70645 opened Dec 28, 2023 by Kyle-Ye
Declaration Macro Crash When Using Compiler Conditional Block bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70638 opened Dec 27, 2023 by LePips
Crash on Linux While emitting IR SIL function (swift-syntax/.../RawSyntax.swift:647:10) 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
#70632 opened Dec 26, 2023 by art-divin
Recursive generics cause infinite recursion 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
#70625 opened Dec 25, 2023 by nickolas-pohilets
Refactoring on method change tick-masked variables backticked identifiers Feature → identifiers: Backticked identifiers. Allows using reserved words as identifiers bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. refactoring Area → source tooling: refactoring source tooling Area: IDE support, SourceKit, and other source tooling swift 5.9 unexpected behavior Bug: Unexpected behavior or incorrect output
#70620 opened Dec 24, 2023 by bastie
Crash during optional key path access 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
#70611 opened Dec 22, 2023 by stephencelis
Sudden increase in compile time for large dictionary literals bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70606 opened Dec 22, 2023 by holleB
swift-driver segfaults whenever it can’t find one of its input files bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software driver
#70572 opened Dec 20, 2023 by tayloraswift
--explicit-target-dependency-import-check doesn't catch missing NIOTLS dependency for AsyncHTTPClient bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70560 opened Dec 20, 2023 by dnadoba
Calling Task.sleep with a duration longer than ~1.0325 seconds causes an unwanted newline to be added to the console. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70558 opened Dec 20, 2023 by jamesmmadeira
[main] swift-parsing benchmark fails to build - error: failed to produce diagnostic for expression bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. diagnostic engine Area → compiler → AST: The `DiagnosticEngine` class failed to produce diagnostic Bug → internal error: Failed to produce diagnostic for expression type checker Area → compiler: Semantic analysis
#70526 opened Dec 18, 2023 by clackary
Type Parameter 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
#70521 opened Dec 18, 2023 by zienag
More complete fix-its for protocol stubs diagnostics QoI Bug: Diagnostics Quality of Implementation fix-its Feature: diagnostic fix-its
#70531 opened Dec 17, 2023 by dabrahams
Spurious diagnostic: "Function call causes an infinite recursion" bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70504 opened Dec 15, 2023 by seanmrich
Marking synchronous implementation of AsyncIteratorProtocol with "await" makes it much slower bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70484 opened Dec 15, 2023 by saagarjha
Compiler incorrectly warns when iterating over AsyncSequence with synchronous implementation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70483 opened Dec 15, 2023 by saagarjha
Macro: specifying 'subscript(_:)' as named value caused compiler crash bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70482 opened Dec 15, 2023 by rayx
Enable LLVM test suite for Windows feature A feature request or implementation triage needed This issue needs more specific labels Windows Platform: Windows
#70480 opened Dec 15, 2023 by compnerd
App using Swift macros unexpectedly report EXC_BAD_ACCESS errors bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software swift macro Feature → declarations: Swift `macro` declarations
#70469 opened Dec 14, 2023 by AreroKetahi
Crash when compiling RichTextKit with 2023-12-07 nightly toolchain 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
#70463 opened Dec 14, 2023 by mattwhiteside
extension S<Bool, Int> compiles as extension S for struct S<each T> accepts invalid Bug: Accepts invalid bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations extension Feature → declarations: `extension` declarations generics Feature: generic declarations and types swift 6.0 type checker Area → compiler: Semantic analysis variadic generics Feature → generics: Variadic generics
#70432 opened Dec 13, 2023 by jepers
ProTip! Exclude everything labeled bug with -label:bug.