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

[stdlib] Assertion failure when using appended WritableKeyPaths through reference types in some cases. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60422 opened Aug 5, 2022 by fibrechannelscsi
[Autodiff] Assertion failures when a differentiable function returns the result of another differentiable function. AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software
#68402 opened Sep 8, 2023 by fibrechannelscsi
The compiler crashes with an error message of Bad generic parameter in τ_1_0 in certain cases. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#68689 opened Sep 22, 2023 by fibrechannelscsi
[AutoDiff] Assertion failure: (!isInvalid()) in function getRequirement. assertion failure Bug → crash: An assertion failure AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. closures Feature: closures compiler The Swift compiler in itself conformances Feature → protocol: protocol conformances crash Bug: A crash, i.e., an abnormal termination of software expressions Feature: expressions generics Feature: generic declarations and types IRGen LLVM IR generation multiple files Flag: An issue whose reproduction requires multiple files optimized only Flag: An issue whose reproduction requires optimized compilation swift 6.0
#70834 opened Jan 11, 2024 by fibrechannelscsi
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
Error compiling @differentiable computed property (within a struct) if defined in a different file from its use site. accessors Feature → declarations: Variable (property) accessors AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself multiple files Flag: An issue whose reproduction requires multiple files type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error
#63169 by fibrechannelscsi was closed Mar 6, 2023
Compiler assertion failure when attempting to use throwing functions inside a function passed to valueWithGradient(at: of:). 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 error handling swift 5.9 type checker Area → compiler: Semantic analysis
#63331 by fibrechannelscsi was closed Jan 10, 2024
Compiler assertion failure when importing identically-named classes into a unit test. assertion failure Bug → crash: An assertion failure 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
#67799 by fibrechannelscsi was closed Aug 29, 2023
Assertion failure: extReqs.size() == typeReqs.size()) in isWrittenWithConstraints. assertion failure Bug → crash: An assertion failure 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 declarations Feature: declarations extension Feature → declarations: `extension` declarations generics Feature: generic declarations and types IRGen LLVM IR generation swift 6.0
#72719 opened Mar 30, 2024 by fibrechannelscsi
[AutoDiff] Runtime EXC_BAD_ACCESS when running a pullback in certain cases. AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. run-time crash Bug → crash: Swift code crashed during execution triage needed This issue needs more specific labels
#73526 opened May 8, 2024 by fibrechannelscsi
The equality comparison operator == is producing incorrect results for KeyPaths on Swift 6.0 Development Snapshots. AnyKeyPath Area → standard library: The `AnyKeyPath` type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Equatable Area → standard library: The `Equatable` protocol key paths Feature: key paths (both native and Objective-C) standard library Area: Standard library umbrella swift 6.0 unexpected behavior Bug: Unexpected behavior or incorrect output
#73554 by fibrechannelscsi was closed May 15, 2024
Assertion failure when attempting subscript access on "any Collection". 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 existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values generics Feature: generic declarations and types swift 5.9 type checker Area → compiler: Semantic analysis
#63945 by fibrechannelscsi was closed May 3, 2024
[Autodiff] Runtime crash when attempting to compute a gradient when the program is built in Release mode. arm Architecture: any ARM arm64 Architecture: arm64 (aarch64) — any 64-bit ARM AutoDiff 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 optimized only Flag: An issue whose reproduction requires optimized compilation run-time crash Bug → crash: Swift code crashed during execution swift 5.9
#66184 by fibrechannelscsi was closed May 31, 2023
[Autodiff] Assertion failure under certain circumstances. assertion failure Bug → crash: An assertion failure 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 SILOptimizer Area → compiler: SIL optimization passes swift 5.9
#66996 opened Jun 28, 2023 by fibrechannelscsi
[Autodiff] Assertion failure in certain cases when naming the project _Differentiation. AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#67727 opened Aug 3, 2023 by fibrechannelscsi
[Autodiff] Already have an active diagnostic assertion failure when handling previous errors. AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#68922 opened Oct 2, 2023 by fibrechannelscsi
[Autodiff] EXC_BAD_ACCESS when running a @differentiable function in the context of an XCTest. AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#69238 opened Oct 17, 2023 by fibrechannelscsi
Swift / C build error related to missing definition of fds_bits. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c interop Feature: Interoperability with C clang importer Area → compiler: The clang importer
#69311 opened Oct 20, 2023 by fibrechannelscsi
SIL verification failure: keypath value type should match value type of keypath pattern assertion failure Bug → crash: An assertion failure 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 duplicate Resolution: Duplicates another issue expressions Feature: expressions key paths Feature: key paths (both native and Objective-C) SILGen Area → compiler: The SIL generation stage swift 6.0 verifier
#71569 by fibrechannelscsi was closed Feb 13, 2024
Another (srcAddr->getType() == destAddr->getType()), function createCopyAddr assertion failure. assertion failure Bug → crash: An assertion failure 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 IRGen LLVM IR generation swift 6.0
#73018 by fibrechannelscsi was closed May 9, 2024
Some Codable extensions generate a compiler crash when building DocC documentation. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Codable Area → standard library: `Codable` and co. compiler The Swift compiler in itself conformances Feature → protocol: protocol conformances crash Bug: A crash, i.e., an abnormal termination of software extension Feature → declarations: `extension` declarations protocol Feature → type declarations: Protocol declarations standard library Area: Standard library umbrella swift 5.8 SymbolGraphGen The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.
#62936 by fibrechannelscsi was closed May 15, 2023
Recent regression: Some expressions are no longer differentiable. AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#64406 by fibrechannelscsi was closed Mar 16, 2023
Assertion failure when building code related to UUID subsequences. 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 func Feature → declarations: Functions generics Feature: generic declarations and types nested functions Features → declarations: nested functions SILGen Area → compiler: The SIL generation stage swift 5.9 value capturing Feature: Value capturing by closures and local functions
#65083 by fibrechannelscsi was closed May 4, 2023
2
3
[Autodiff] Unable to differentiate access to certain properties marked as Differentiable. 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 swift 6.0 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error
#69513 opened Oct 30, 2023 by fibrechannelscsi
Assertion failure when passing an existential into a generic parameter. 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
#61498 opened Oct 7, 2022 by fibrechannelscsi
ProTip! Adding no:label will show everything without a label.