Avatar
swiftNightly BOT 4/11/2020 5:10 PM
exit status: 1 with stderr:<stdin>:6:8: error: type 'S' does not conform to protocol 'P' struct S: P { ^ <stdin>:2:10: note: protocol requires function 'f' with type '(Int) -> ()'; do you want to add a stub? func f(_: Int) ^