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

Debian packaging support feature A feature request or implementation platform support
#60690 opened Aug 22, 2022 by melizasw
Compiler error when extending a typealias of a partially specialized generic type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations extension Feature → declarations: `extension` declarations generics Feature: generic declarations and types good first issue Good for newcomers swift 5.9 type checker Area → compiler: Semantic analysis typealias Feature → type declarations: `typealias` declarations TypeResolver unexpected error Bug: Unexpected error
#68212 opened Aug 30, 2023 by tapsns
[SR-11564] Swift 5.1.1 Regression: Bad access on generic types exported symbols – device only. 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 regression run-time crash Bug → crash: Swift code crashed during execution swift 5.1
#53969 opened Oct 3, 2019 by tcldr
[Regression] Build fails on Linux Armv7 armv7 Architecture: ARMv7 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. build error Errors when building the toolchain, not regular Swift code Linux Platform: Linux
#61965 opened Nov 7, 2022 by colemancda
[SR-7441] ppc64le build started breaking for swift compiler. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#49984 opened Apr 16, 2018 by swift-ci
[.]Type completion for (any P). shows it will produce an existential metatype bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values good first issue Good for newcomers metatypes Feature → types: Metatypes source tooling Area: IDE support, SourceKit, and other source tooling swift 5.9 types Feature: types unexpected behavior Bug: Unexpected behavior or incorrect output
#65843 opened May 10, 2023 by AnthonyLatsis
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. legacy driver Area → compiler: the integrated C++ legacy driver. Succeeded by the swift-driver project
#64454 opened Mar 17, 2023 by stevapple
[SR-6796] Swift 4.1 regression type checking closures with Void argument bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself regression swift 4.1 type checker Area → compiler: Semantic analysis
#49345 opened Jan 19, 2018 by NachoSoto
[SR-5311] Allow JSONDecoder to somehow provide loose JSON structure compiler The Swift compiler in itself improvement standard library Area: Standard library umbrella
#47886 opened Jun 26, 2017 by swift-ci
[SR-15176] Fixit for override func that should be override var compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation fix-its Feature: diagnostic fix-its good first issue Good for newcomers improvement override Feature: Overriding in classes swift 5.9
#57499 opened Sep 9, 2021 by CodaFi
REPL broken on main bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. regression REPL
#58859 opened May 12, 2022 by weissi
[SR-128] Pass array to variadic function compiler The Swift compiler in itself feature A feature request or implementation improvement swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal variadic parameters Feature → declarations → function parameters: Variadic function parameters
#42750 opened Dec 7, 2015 by swift-ci
Regression: Xcode 15 cannot build correctly for macOS versions older than 10.15 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#68163 opened Aug 28, 2023 by CharlesJS
"Stored value type does not match pointer operand type!" compiler crash assertion failure Bug → crash: An assertion failure bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. CodeGen compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software generics Feature: generic declarations and types name shadowing Feature: name shadowing patterns Feature: patterns swift 5.5
#59572 opened Jun 19, 2022 by LeoNatan
[SR-2749] Invalid copy of sockaddr_storage struct on Linux bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#45353 opened Sep 24, 2016 by Bouke
[SR-905] precondition failure should show message in crash report bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#43517 opened Mar 9, 2016 by swift-ci
[SR-12397] Debugger computes different value than the code in generic context bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#54835 opened Mar 23, 2020 by swift-ci
Unable To Append Two Emoji Strings On macOS Ventura's Swift bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software Foundation run-time crash Bug → crash: Swift code crashed during execution standard library Area: Standard library umbrella String Area → standard library: The `String` type swift 5.7
#63664 opened Feb 14, 2023 by brianmichel
Improve the error message for passing (any P)? to (some P)? bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values good first issue Good for newcomers type checker Area → compiler: Semantic analysis
#61733 opened Oct 26, 2022 by hborla
[SR-4756] If NSCopyObject is called on a Swift class with stored properties, it can cause a crash bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software run-time crash Bug → crash: Swift code crashed during execution
#47333 opened May 1, 2017 by CharlesJS
[SR-237] Merge build-script-impl into build-script build-script Area → utils: The build script compiler The Swift compiler in itself improvement
#42859 opened Dec 15, 2015 by gottesmm
[SR-88] Remove old mirrors affects ABI Flag: Affects ABI standard library Area: Standard library umbrella task
#42710 opened Dec 6, 2015 by gribozavr
[SR-74] Passing reference of uninitialized lazy to C function leads to memory issues during deinit bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#42696 opened Dec 5, 2015 by swift-ci
Runtime crash "outlined init with take of any ..." 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 optimized only Flag: An issue whose reproduction requires optimized compilation parameterized protocols Feature → protocol: protocols with primary associated types run-time crash Bug → crash: Swift code crashed during execution
#61403 opened Oct 1, 2022 by plamenterziev
ProTip! Add no:assignee to see everything that’s not assigned.