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

Imported Objective-C interface favors protocol over inherited property bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#59567 opened Jun 18, 2022 by danielpunkass
Local function that shares the same name with a parameter of its parent function but differs by type signatures shadows the parameter instead of overloading it bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. parser Area → compiler: The legacy C++ parser
#59719 opened Jun 27, 2022 by WowbaggersLiquidLunch
Wrong diagnostic with async throws property bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#59614 opened Jun 21, 2022 by NachoSoto
Missing 'in' in closure leads to unhelpful error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. closures Feature: closures compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation good first issue Good for newcomers missing warning Bug: Missing warning parser Area → compiler: The legacy C++ parser swift 5.9
#59928 opened Jul 6, 2022 by jrose-signal
Issue accessing nested types on sugared types compiler The Swift compiler in itself feature A feature request or implementation nested types Feature: nested types parser Area → compiler: The legacy C++ parser sugared types Feature: sugared types, e.g. 'Int?' or '[Int]'
#59923 opened Jul 6, 2022 by aggie33
[AutoDiff] Crash when overriding _Differentiation module AutoDiff 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 derived conformances Feature → protocol → conformances: derived conformances aka synthesized conformances protocol Feature → type declarations: Protocol declarations swift 5.7 type checker Area → compiler: Semantic analysis
#59876 opened Jul 4, 2022 by philipturner
Failure to open directly force-unwrapped existentials 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
#59985 opened Jul 9, 2022 by tgrapperon
Performing Selector Marked async Crashes bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60084 opened Jul 17, 2022 by jshier
unbounded range not working with replaceSubrange bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60085 opened Jul 17, 2022 by dabrahams
perform selector does not seem to work bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60083 opened Jul 16, 2022 by pronebird
Inconsistent quick help for similar declarations bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60089 opened Jul 18, 2022 by sjavora
Recursive static property on struct creates an empty struct bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#60094 opened Jul 18, 2022 by kkivan
Isolated actor parameters to initializers are silently ignored bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60106 opened Jul 18, 2022 by tgoyne
[stdlib/public/runtime/Metadata.cpp] unused variable declaration causes build failure bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#59946 opened Jul 7, 2022 by SolarAquarion
5.7 toolchain from 5. July reports "var mutated after capture by sendable closure" but it is only mutated before being captured bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#59911 opened Jul 6, 2022 by dnadoba
Covariant erasure failure for protocol with primary associated type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#59948 opened Jul 7, 2022 by jumhyn-duolingo
Unnecessary error when declaring extension to type with @available annotation 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
#61135 opened Sep 15, 2022 by NachoSoto
Circular reference error with 5.7 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#61152 opened Sep 16, 2022 by DevAndArtist
No "missing return in instance method" message in function using assert bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#61157 opened Sep 16, 2022 by gereons
Improve the error message for property wrappers that don't support init(wrappedValue:) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. diagnostics QoI Bug: Diagnostics Quality of Implementation property wrappers Feature: property wrappers
#61159 opened Sep 16, 2022 by hborla
compiler crash: checked decl cannot have error type 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
#61027 opened Sep 9, 2022 by tayloraswift
Int(Double.nan) prints a fatal error with a source location in the stdlib swiftinterface bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#61043 opened Sep 11, 2022 by beccadax
External import statements in swiftinterface doesn't respect -fmodule-map-file compiler option bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#61335 opened Sep 28, 2022 by Kudo
ProTip! Adding no:label will show everything without a label.