Avatar
Avatar
omochimetaru
@swift-main @swift-6.1-dev @swift-6.0.3 @swift-5.10.1 protocol P<T> { associatedtype T func foo(_ x: T) } struct Foo<each T>: P { func foo(_ x: (repeat each T)) {} }
swiftNightly BOT 1/21/2025 12:11 AM
exit status: 134 with swift-frontend: /home/build-user/swift/lib/SILGen/ManagedValue.h:319: swift::SILValue swift::Lowering::ManagedValue::getLValueAddress() const: Assertion `isLValue() && "This isn't an lvalue"' failed. Stack dump: 0. Program arguments: /usr/bin/swift-frontend -frontend -interpret - -disable-objc-interop -empty-abi-descriptor -resource-dir /usr/lib/swift -module-name main -in-process-plugin-server-path /usr/lib/swift/host/libSwiftInProcPluginServer.so -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins
6.44 KB