Command CompileSwift failed with a nonzero exit code when accessing mutable dictionary of generics with associated types #63751
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler itself
crash
Bug: A crash, i.e., an abnormal termination of software
duplicate
Resolution: Duplicates another issue
existential member accesses
Feature → existentials: existential member accesses
existentials
Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values
swift 5.9
type checker
Area → compiler: Semantic analysis
Description
This fails to compile with error "Command CompileSwift failed with a nonzero exit code"
Steps to reproduce
Remove
set
declaration to make the dictionary read-only and the code will compile successfully.Environment
Dump
Stack dump:
Tracked by rdar://104230391
The text was updated successfully, but these errors were encountered: