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

Inconsistent error reporting on escaping closures bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72349 opened Mar 15, 2024 by hydrixos updated Mar 15, 2024
Compiler crash with strict concurrency and referring to another @MainActor class 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
#72285 opened Mar 13, 2024 by lyamamot updated Mar 14, 2024
Parameter packs+protocol calls introduce NativeBox overhead even when types are statically known bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72330 opened Mar 14, 2024 by saagarjha updated Mar 14, 2024
[SR-15238] Key paths are not "Sendable" 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 key paths Feature: key paths (both native and Objective-C) standard library Area: Standard library umbrella swift 5.9 type checker Area → compiler: Semantic analysis
#57560 opened Sep 23, 2021 by stephencelis updated Mar 14, 2024
[SR-14788] Linker error when code coverage is turned on for Swift Package with Objective-C code bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#57137 opened Jun 17, 2021 by sjavora updated Mar 14, 2024
Incorrect error messages bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72327 opened Mar 14, 2024 by dhoepfl updated Mar 14, 2024
Mis-leading error about isolation problem bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72326 opened Mar 14, 2024 by mattmassicotte updated Mar 14, 2024
Compiler fails to produce diagnostic for 'if' statement in 'repeat'. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself expressions Feature: expressions failed to produce diagnostic Bug → internal error: Failed to produce diagnostic for expression generics Feature: generic declarations and types if else Feature → statements: 'if' statements internal error Bug: Internal error pack expansions Feature → expressions: Pack expansion expressions swift 6.0 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error variadic generics Feature → generics: Variadic generics
#72253 opened Mar 12, 2024 by YOCKOW updated Mar 13, 2024
Complier crash with new #isolation macro due to missing isolation on call-site 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
#72288 opened Mar 13, 2024 by khlopko updated Mar 13, 2024
FontAwesomeKit.Swift does not compile with Xcode 15.3/Swift 5.10 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
#72115 opened Mar 6, 2024 by niklas-tag24 updated Mar 13, 2024
Xcode 14+ creates arm64-apple-ios.abi.json by default bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#69576 opened Nov 1, 2023 by deepesh-vasthimal-cko updated Mar 12, 2024
@MainActor does not enforce execution on main thread. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72224 opened Mar 11, 2024 by sumuhans updated Mar 11, 2024
iOS App won't be built on Xcode with the My Toolchain
#69713 opened Nov 8, 2023 by codetronik updated Mar 11, 2024
Incorrect (but understandable) fix-it for missing labels on a function with non-final default arguments bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. call expressions Feature → expressions: Call expressions compiler The Swift compiler in itself default arguments Feature: default arguments for value parameters diagnostics QoI Bug: Diagnostics Quality of Implementation expressions Feature: expressions fix-its Feature: diagnostic fix-its swift 5.9 type checker Area → compiler: Semantic analysis unexpected behavior Bug: Unexpected behavior or incorrect output
#72208 opened Mar 9, 2024 by jrose-signal updated Mar 9, 2024
Expanding a closure's type parameter pack into a tuple of metatypes can crash 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 expressions Feature: expressions generics Feature: generic declarations and types metatypes Feature → types: Metatypes pack expansions Feature → expressions: Pack expansion expressions properties Feature: properties SILGen Area → compiler: The SIL generation stage swift 6.0 types Feature: types variadic generics Feature → generics: Variadic generics
#71576 opened Feb 13, 2024 by slice updated Mar 8, 2024
Type inference from default expression doesn’t compile in free function bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72199 opened Mar 8, 2024 by ole updated Mar 8, 2024
Expanding a pack with at least 2 elements inside of an actor method emits a binary that null-dereferences in ValueWitnesses::initializeWithCopy 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
#72198 opened Mar 8, 2024 by slice updated Mar 8, 2024
Crash with _openExistential 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
#72191 opened Mar 8, 2024 by GeorgeElsham updated Mar 8, 2024
Associated Type inference regression with default types bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72190 opened Mar 8, 2024 by adam-fowler updated Mar 8, 2024
[SR-15232] ReactiveObjC: error: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_] bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#57554 opened Sep 23, 2021 by benlangmuir updated Mar 8, 2024
@preconcurrency import doesn't suppress warning on use of imported global variable bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#72187 opened Mar 8, 2024 by hborla updated Mar 8, 2024
Compiler crashes with the message "Attempting to create value for illegal empty type" when compiling generic specialization 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
#72185 opened Mar 8, 2024 by flockoffiles updated Mar 8, 2024
@preconcurrency fails to suppress concurrency warnings bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72182 opened Mar 8, 2024 by tcldr updated Mar 8, 2024
ProTip! Find all open issues with in progress development work with linked:pr.