Avatar
この前の Sendableのエラーメッセージがおかしいやつ https://discord.com/channels/291054398077927425/472019265369669634/1034818940762861619 パッチ出して直った https://github.com/apple/swift/pull/61990
Current: protocol P { } struct S<T> {} extension S: P where T: Sendable {} // Conditional conformance to non-marker protocol 'P' cannot depend on conformance of 'T' to non-mar...