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

Swift will not infer opaque return type of generic function bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73449 opened May 6, 2024 by yosshi4486 updated May 6, 2024
Freestanding declaration macro fails inside classes: Expected '{' in body of function declaration bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift macro Feature → declarations: Swift `macro` declarations
#68704 opened Sep 22, 2023 by juozasvalancius updated May 6, 2024
When specifying a -resource-dir and an -sdk, the swift-frontend still looks in the latter for runtime modules to import bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73445 opened May 5, 2024 by finagolfin updated May 5, 2024
Crash while evaluating ASTLoweringRequest, maybe SE-0307 CGFloat vs Double issue? 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
#73441 opened May 4, 2024 by gregomni updated May 4, 2024
AutoDiff/compiler_crashers_fixed/issue-62608-conflicting-debug-info.swift run with sil-verify-all fails verification after SILCombine AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. SILOptimizer Area → compiler: SIL optimization passes
#73435 opened May 3, 2024 by nate-chandler updated May 4, 2024
[SR-14989] [AutoDiff] Struct genericized over differentiable type can't access that type differentiably AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself generics Feature: generic declarations and types unexpected error Bug: Unexpected error
#57331 opened Jul 30, 2021 by porterchild updated May 3, 2024
[SR-13440] SILGen crash for ?? nil coalescing derivative registration AutoDiff 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 nil-coalescing operator Feature → operators: The nil-coalescing operator `??` operators Feature: operators SILGen Area → compiler: The SIL generation stage swift 6.0
#55882 opened Aug 24, 2020 by dan-zheng updated May 3, 2024
[SR-15985] [AutoDiff] Specific custom VJP triggers assertion "internal/private function cannot be serialized" AutoDiff 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 SILGen Area → compiler: The SIL generation stage verifier
#58246 opened Mar 15, 2022 by BradLarson updated May 3, 2024
[SR-14236] [AutoDiff] Differentiation transform: library evolution -> leaked owned value was never consumed AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#55179 opened May 5, 2020 by dan-zheng updated May 3, 2024
[SR-14228] [AutoDiff] "Curry thunk" differentiation regression AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#54819 opened Mar 19, 2020 by dan-zheng updated May 3, 2024
[SR-14227] [AutoDiff] SIL verification failed: method does not appear in the class's vtable AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#54721 opened Feb 28, 2020 by dan-zheng updated May 3, 2024
[SR-14116] Differentiation: class property modify accessor applications are not active AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#54685 opened Feb 23, 2020 by dan-zheng updated May 3, 2024
[SR-14222] [AutoDiff] Incorrect derivative for array literal with tuple_element_addr elements AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#54214 opened Nov 18, 2019 by dan-zheng updated May 3, 2024
[SR-14225] [AutoDiff] Control flow crash, dominated active value has no tangent space AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#54195 opened Nov 14, 2019 by dan-zheng updated May 3, 2024
[SR-12154] Fix vtable entry type mismatch verification error for @differentiable(wrt: self) attributes Feature: Declaration and type attributes AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#53490 opened Jul 10, 2019 by dan-zheng updated May 3, 2024
[SR-12762] [AutoDiff] runtime segfault when differentiating generic function with tangentvector constrained to array AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#55207 opened May 9, 2020 by marcrasi mannequin updated May 3, 2024
[SR-14229] [AutoDiff] conformance of synthesized TangentVector doesn't work AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#54898 opened Mar 31, 2020 by marcrasi mannequin updated May 3, 2024
[SR-15667] [AutoDiff] Providing exact type for generic parameter in @differentiable can lead to an assertion failure AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#57946 opened Dec 29, 2021 by BradLarson updated May 3, 2024
[SR-15666] [AutoDiff] Assertion failure when differentiating through a map function involving keypaths AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#57945 opened Dec 29, 2021 by BradLarson updated May 3, 2024
[SR-15201] [AutoDiff] Assertion failure when using a throwing function within gradient() AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#57523 opened Sep 16, 2021 by BradLarson updated May 3, 2024
[SR-15793] [AutoDiff] Incorrect behavior with derivatives AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations func Feature → declarations: Functions methods Feature → functions: methods (member functions) mutating Feature → declarations → functions: Mutating functions swift 5.9 unexpected behavior Bug: Unexpected behavior or incorrect output
#58070 opened Jan 31, 2022 by philipturner updated May 3, 2024
[AutoDiff] Synthesized TangentVectors can no longer be extended AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60461 opened Aug 9, 2022 by BradLarson updated May 3, 2024
"SIL memory lifetime failure" when attempting to build Distributed Actors example. actor Feature → concurrency: `actor` declarations 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 crash Bug: A crash, i.e., an abnormal termination of software distributed Feature → concurrency: distributed actor SILGen Area → compiler: The SIL generation stage swift 5.8 verifier
#62898 opened Jan 6, 2023 by fibrechannelscsi updated May 3, 2024
[SR-15823] [AutoDiff] Runtime segfault from edge case AutoDiff 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 SILGen Area → compiler: The SIL generation stage swift 5.9
#58097 opened Feb 4, 2022 by philipturner updated May 3, 2024
Windows: swift-docc fails during update-checkout because Package.resolved is deleted bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift 6.0 unexpected error Bug: Unexpected error update-checkout Area → utils: the `update-checkout` script utils Area: the build system and other accessory scripts under the "utils" directory Windows Platform: Windows
#73412 opened May 3, 2024 by eeckstein updated May 3, 2024
ProTip! Type g i on any issue or pull request to go back to the issue listing page.