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
Label
Projects
Milestones
Assignee
Sort
Issues list
Array from type-erased stride "Fails to produce diagnostic"
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
#64624
opened Mar 25, 2023 by
JessyCatterwaul
Crash on compiling protocol with primary associated type
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler crash
A crash that happens during compilation
compiler
The Swift compiler in itself
constrained existentials
Feature: constrained existentials, e.g. "any Collection<Int>"
crash
Any kind of crash
existential member accesses
Feature → existentials: existential member accesses
existentials
Feature: values of "any" types (e.g. "any Collection") aka type-erased values
expressions
Feature: expressions
swift 5.9
type checker
#64621
opened Mar 24, 2023 by
shivatinker
Index data incomplete when relying on protocol conformance in another module
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
#64612
opened Mar 24, 2023 by
keith
Compiler crash with SegFault11 with actors/task/implicit self combinations
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
#64605
opened Mar 24, 2023 by
PoltoraIvana
Index data incomplete when referencing an ambiguous type name
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
#64598
opened Mar 24, 2023 by
keith
Index data usr wrong when extending a typealias
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
#64594
opened Mar 23, 2023 by
keith
Failed to Reconstruct Type
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler crash
A crash that happens during compilation
compiler
The Swift compiler in itself
crash
Any kind of crash
missing info
Resolution: this issue is missing crucial info such as a test case or a concise description
#64565
opened Mar 23, 2023 by
thekief
Swift Compiler 5.8 / Xcode 14.3 RC -strict-implicit-module-context not pass to swift-frontend
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
#64564
opened Mar 23, 2023 by
Fushj89
Sub CompilerInvocation should inherit '-D' when build swiftinterface to swiftmodule
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
#64562
opened Mar 23, 2023 by
Fushj89
Compiler crash when emitting SIL
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler crash
A crash that happens during compilation
compiler
The Swift compiler in itself
crash
Any kind of crash
default arguments
Feature: default arguments for value parameters
existentials
Feature: values of "any" types (e.g. "any Collection") aka type-erased values
function parameters
Feature: function parameters
generics
Feature: generic declarations and types
implicit existential opening
Feature → existentials: implicit opening of existentials when passed to parameters of generic type
inout parameters
Feature: 'inout' function parameters
SILGen
variadic parameters
Feature: variadic function parameters
#64559
opened Mar 23, 2023 by
jpsim
Swift Compiler 5.8 / Xcode 14.3 RC not compiling with Modules built on Swift 5.7.2
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
#64552
opened Mar 22, 2023 by
seanreinhardtapps
(SymbolGraphGen) AnyObject constraints are always dropped
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler in itself
generic constraints
Feature → generics: generic constraints
generics
Feature: generic declarations and types
source tooling
Area: IDE support, SourceKit, and other source tooling
swift 5.8
SymbolGraphGen
The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.
unexpected behavior
#64550
opened Mar 22, 2023 by
kelvin13
(SymbolGraphGen) symbol graphs contain invalid A deviation from expected or documented behavior. Also: expected but undesirable behavior.
SymbolGraphGen
The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.
triage needed
This issue needs more specific labels
sourceOrigin
references
bug
#64546
opened Mar 22, 2023 by
kelvin13
Failed to produce diagnostic (Xcode 14.3 regression)
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler in itself
diagnostics QoI
Diagnostics Quality of Implementation
failed to produce diag
Error: failed to produce diagnostic for expression
generics
Feature: generic declarations and types
result builders
Feature: result builders
swift 5.9
type checker
type inference
Feature: type inference
#64535
opened Mar 22, 2023 by
nesium
Sovler-based cursor info is reporting refactorings that aren’t applicable with AST-based refactoring implementation
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
cursor info
Area → source tooling: cursor info
found by stress tester
SourceKit
Area → source tooling: SourceKit
#64512
opened Mar 21, 2023 by
ahoppen
@_noLocks is overly restrictive prohibiting common real-time code patterns
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
#64511
opened Mar 21, 2023 by
hogliux
C++ interop enum inside SILInstruction class doesn't work
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
c++ interop
Feature: Interoperability with C++
triage needed
This issue needs more specific labels
#64505
opened Mar 21, 2023 by
eeckstein
Using a default constructor for a C++ imported struct doesn't always work
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
c++ interop
Feature: Interoperability with C++
triage needed
This issue needs more specific labels
#64504
opened Mar 21, 2023 by
eeckstein
Undefined symbols when using A deviation from expected or documented behavior. Also: expected but undesirable behavior.
c++ interop
Feature: Interoperability with C++
triage needed
This issue needs more specific labels
BasicCalleeAnalysis
in SwiftCompilerSources
bug
#64502
opened Mar 21, 2023 by
eeckstein
CI error in rdar74087339-debug-scope-trampoline-blocks.swift
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
#64484
opened Mar 20, 2023 by
santiagoaloi
New Opening Existentials edge case? Should it be possible to open an existential default argument value?
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler in itself
default arguments
Feature: default arguments for value parameters
existentials
Feature: values of "any" types (e.g. "any Collection") aka type-erased values
implicit existential opening
Feature → existentials: implicit opening of existentials when passed to parameters of generic type
swift 5.9
type checker
#64481
opened Mar 20, 2023 by
johnno1962
Provide tailored error and fix-it when result builder attribute is applied to type
attributes
Feature: declaration and type attributes, e.g. @inlinable or inout
compiler
The Swift compiler in itself
diagnostics QoI
Diagnostics Quality of Implementation
fix-its
Feature: diagnostic fix-its
improvement
result builders
Feature: result builders
#64474
opened Mar 19, 2023 by
AnthonyLatsis
Swift cannot use A deviation from expected or documented behavior. Also: expected but undesirable behavior.
c++ interop
Feature: Interoperability with C++
c++ to swift
Area → c++ interop: c++ to swift
compiler
The Swift compiler in itself
Linux
Platform: Linux
swift 5.9
unexpected error
-enable-experimental-cxx-interop
on Linux with Foundation
bug
#64457
opened Mar 17, 2023 by
jpsim
Legacy C++ driver treats static libraries as source files with WMO enabled
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
driver
triage needed
This issue needs more specific labels
#64454
opened Mar 17, 2023 by
stevapple
(SymbolGraphGen) cannot disambiguate shadowed type parameters in constraint list
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
#64444
opened Mar 16, 2023 by
kelvin13
Previous Next
ProTip!
Updated in the last three days: updated:>2023-03-22.