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

[Concurrency] libdispatch is not auto-linked when static-stdlib autolinking bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features static stdlib
#59446 by kateinoigakukun was closed Oct 20, 2023
Missed optimization opportunity to hoist Array access lifetime bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. performance
#59449 opened Jun 14, 2022 by kateinoigakukun
Explicit calling convention specifier on imported C functions are ignored bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c interop Feature: Interoperability with C
#69264 opened Oct 19, 2023 by kateinoigakukun
Support swifttailcc on WebAssembly bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. IRGen LLVM IR generation WebAssembly Platform: WebAssembly
#69333 opened Oct 23, 2023 by kateinoigakukun
Embedded wasm32-unknown-none-wasm incorrectly calls class destructor with C_CC bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. embedded Embedded Swift WebAssembly Platform: WebAssembly
#72343 by kateinoigakukun was closed Mar 20, 2024
2
TypeCheckProtocol.cpp crashed with "witness has more effects than requirement?" bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software regression swift 6.0 triage needed This issue needs more specific labels type checker Area → compiler: Semantic analysis
#73479 opened May 7, 2024 by kateinoigakukun
[SR-7328] Compiler crash when inner func uses outer func argument as default argument 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
#49876 by kateinoigakukun was closed Apr 7, 2018
[SR-10067] Sourcekitd crashed making a CursorInfo request bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. found by stress tester Flag: An issue found by the SourceKit stress tester
#52469 opened Mar 9, 2019 by kateinoigakukun
[Concurrency] Hang continuation up when -static-stdlib and having CustomNSError conformance bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features static stdlib
#59443 by kateinoigakukun was closed Apr 13, 2023
[SR-7467] associatedType having a default type is broken with more than two use 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 swift 6.0 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error
#50010 by kateinoigakukun was closed Nov 14, 2023
[SR-10075] Can't emit an implicit value constructor with generic type parameters and default value. 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
#52477 by kateinoigakukun was closed Apr 3, 2019
[SR-11413] Failed to emit SIL function using assoctype within extension where constrained by equal operator with Self 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
#53814 by kateinoigakukun was closed Nov 18, 2019
[SR-12723] Type compatibility check around @convention is not enough bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself type checker Area → compiler: Semantic analysis
#55167 by kateinoigakukun was closed Jun 19, 2020
[SR-15235] Report warnings about the use of escaping closures with actor-isolated assumption compiler The Swift compiler in itself concurrency Feature: umbrella label for concurrency language features improvement
#57557 by kateinoigakukun was closed Dec 14, 2021
Prefer overloaded witnesses with 'async'-ness matching in protocol conformance bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features generics Feature: generic declarations and types type checker Area → compiler: Semantic analysis
#60318 by kateinoigakukun was closed May 12, 2023
Labeled tuple with KeyPath expression as functions bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software key paths Feature: key paths (both native and Objective-C) triage needed This issue needs more specific labels
#71882 by kateinoigakukun was closed Feb 26, 2024
[SR-8039] Overriding associatedtype with where extension does not works bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself conformances Feature → protocol: protocol conformances crash Bug: A crash, i.e., an abnormal termination of software generic constraints Feature → generics: generic constraints generics Feature: generic declarations and types type checker Area → compiler: Semantic analysis
#50572 by kateinoigakukun was closed Oct 20, 2023
[SR-9533] Compiler crash: same name associatedtype in conditional conformance 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
#51984 by kateinoigakukun was closed Aug 2, 2022
[SR-11392] Failed to produce diagnostic when using protocol conforming with extension 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 failed to produce diagnostic Bug → internal error: Failed to produce diagnostic for expression type checker Area → compiler: Semantic analysis
#53793 by kateinoigakukun was closed Nov 14, 2019
[SR-13728] @objc optional field can't be written in protocol extension method 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 key paths Feature: key paths (both native and Objective-C) optional protocol requirements Feature → protocol: optional protocol requirements protocol Feature → type declarations: Protocol declarations SIL swift 5.3 verifier
#56125 by kateinoigakukun was closed Jul 21, 2023
[SR-15135] Early SwiftDriver can't compile stdlib on Linux bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#57461 by kateinoigakukun was closed Aug 20, 2022
[SR-15188] Calling-convention mismatch violations between runtime, stdlib, and emitted code bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. platform support runtime The Swift Runtime standard library Area: Standard library umbrella WebAssembly Platform: WebAssembly
#57511 by kateinoigakukun was closed Mar 31, 2024
[Concurrency] multiple definition of 'swift::threading::fatal' after new Threading library bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features static stdlib
#59444 by kateinoigakukun was closed Jun 15, 2022
[SR-11721] Compiler crash with type inference bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself type checker Area → compiler: Semantic analysis
#54130 by kateinoigakukun was closed Nov 7, 2019
ProTip! Adding no:label will show everything without a label.