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

[SR-15592] async function does return after a long delay (30s) async & await Feature → concurrency: asynchronous function aka the async/await pattern bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features off topic Resolution: Is beyond the scope of the Swift project (Xcode, proprietary Apple frameworks, etc.)
#57895 by dnadoba was closed Dec 16, 2021
[SR-15920] Compiler crashes while type-checking: Right hand side does not have a canonical parent: same_type: τ_0_0.[AProtocol]B τ_1_0.[CProtocol]A.[AProtocol]B.[BProtocol]A.[AProtocol]B 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 generics Feature: generic declarations and types type checker Area → compiler: Semantic analysis
#58181 by dnadoba was closed Apr 2, 2022
noasync diagnostics produces errors instead of warnings in Swift 5.7 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#59748 by dnadoba was closed Jun 28, 2022
2
5.7 toolchain from 5. July reports new "function call causes an infinite recursion" warnings for deprecated methods in swift-nio bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#59909 by dnadoba was closed Jul 21, 2022
5.7 toolchain from 5. July reports warning if non-sendable local function is passed to a @preconcurrency marked method bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#59910 by dnadoba was closed Jul 21, 2022
"Metadata allocator corruption: allocation is NULL" with Swift 5.6.2 on focal arm64 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software duplicate Resolution: Duplicates another issue run-time crash Bug → crash: Swift code crashed during execution runtime The Swift Runtime swift 5.6
#60169 by dnadoba was closed Mar 14, 2023
@preconcurrency on a function typealias has no effect bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60487 by dnadoba was closed Aug 17, 2022
False positive "Code after 'return' will never be executed" of code after #if canImport(Network) ... #endif bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#61621 by dnadoba was closed Oct 18, 2022
Assertion failed: (OrigType == signature.getReducedType(origType)), function initSwiftType, file AbstractionPattern.h, line 517. 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 generic constraints Feature → generics: generic constraints generics Feature: generic declarations and types opaque types Feature → types: opaque types regression SIL swift 5.8 verifier
#63332 by dnadoba was closed Jul 7, 2023
SIL verification failed: Basic block contains a non-contiguous lexical scope at -Onone: DS == LastSeenScope bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code coverage Area → source tooling: code coverage compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software opaque parameter types Feature → types → opaque types: opaque parameter types opaque types Feature → types: opaque types SILGen Area → compiler: The SIL generation stage source tooling Area: IDE support, SourceKit, and other source tooling swift 5.9 verifier
#65064 by dnadoba was closed Apr 23, 2023
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
ProTip! Adding no:label will show everything without a label.