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

Protocol becomes impossible to implement in this situation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73201 opened Apr 23, 2024 by Luminaron
Unable to type-check inline closure expressions with @MainActor and/or @Sendable attributes Feature: Declaration and type attributes bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself concurrency Feature: umbrella label for concurrency language features expressions Feature: expressions function types Feature → types: function types swift 6.0 ternary operator Feature → operators: The ternary operator type checker Area → compiler: Semantic analysis types Feature: types unexpected error Bug: Unexpected error
#73199 opened Apr 23, 2024 by NachoSoto
The latest April 22 trunk snapshot crashes when building swift-numerics on linux 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
#73198 opened Apr 23, 2024 by finagolfin
Compiler crash when capturing optional isolated parameter in a closure 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
#73197 opened Apr 23, 2024 by Jnosh
@MainActor default value to @MainActor function produces warning bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73196 opened Apr 23, 2024 by KeithBauerANZ
Swift Reflection Context crashes which breaks LeakAgent and other Instruments features 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
#73181 opened Apr 22, 2024 by chiragramani
Assertion failure deserializing protocol conformance involving ObjC method taking a block bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software serialization Area → compiler: Serialization & deserialization triage needed This issue needs more specific labels type checker Area → compiler: Semantic analysis
#73180 opened Apr 22, 2024 by NuriAmari
Autoclosure property wrapper crashes when implicitly initializing optional value 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
#73173 opened Apr 22, 2024 by david-swift
Compiler crash using isolated parameter and typed throws - "Illegal convention for non-address types" 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
#73170 opened Apr 21, 2024 by Jnosh
Compiler Crash with Parameter Pack Expansion in Non-Final Class Closure 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
#73166 opened Apr 21, 2024 by antonsergeev88
Compiler failing to compile ~Copyable generic with: "Copy of noncopyable typed value." Error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73156 opened Apr 19, 2024 by rvsrvs
Declaration order of type-constrained typealias and struct implementing a generic protocol causes "invalid type alias" error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. generics Feature: generic declarations and types typealias Feature → type declarations: `typealias` declarations
#73154 opened Apr 19, 2024 by pkillian
Expand Macro and Inline Macro commands put extension macro expansion in nested type and not at top level. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift macro Feature → declarations: Swift `macro` declarations
#73140 opened Apr 19, 2024 by vanvoorden
Crash on IR Generation for swift file with C++ interop bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ c++ to swift Feature → c++ interop: c++ to swift compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software mangling Area → compiler: Mangling swift 5.10 triage needed This issue needs more specific labels
#73136 opened Apr 19, 2024 by DimaRU
Sendable warning for nonisolated init in @MainActor class even with Region based isolation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73135 opened Apr 19, 2024 by gspiers
Show a closure’s type and actor isolation when performing cursor info on the braces or in keyword actor isolation Feature → concurrency: Actor isolation attributes Feature: Declaration and type attributes closures Feature: closures concurrency Feature: umbrella label for concurrency language features cursor info Area → source tooling: cursor info feature A feature request or implementation source tooling Area: IDE support, SourceKit, and other source tooling SourceKit Area → source tooling: SourceKit types Feature: types
#73095 opened Apr 17, 2024 by ahoppen
-vfsoverlay breaks -strict-concurrency checking bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73088 opened Apr 17, 2024 by jszumski
Warnings output for files inside preconcurrency imported library bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73075 opened Apr 17, 2024 by radianttap
Compiler Hangs on Swift 5.10 and Crashes with Latest Swift 6.0 Snapshot When Using lazy var with try bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself error handling throw Feature → error handling: Throw statements type checker Area → compiler: Semantic analysis
#73073 opened Apr 17, 2024 by CrazyFanFan
SWIFT_OBJC_INTEROP_MODE = objcxx; breaks Notification.Names bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73072 opened Apr 17, 2024 by JessyCatterwaul
Assertion failed: (genericSig && "Need a generic signature to resolve conformance") bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73068 opened Apr 16, 2024 by fibrechannelscsi
Compiler crash when throwing from a throws(Never) function 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
#73053 opened Apr 16, 2024 by Jnosh
nonCopyable and inout closure causing compiler error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73052 opened Apr 16, 2024 by carlhung
Crash at runtime when using typed throws 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
#73051 opened Apr 16, 2024 by Jnosh
Top-level call to @MainActor isolated function produces an error when not using await bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73050 opened Apr 16, 2024 by Jnosh
ProTip! no:milestone will show everything without a milestone.