protocol P {
}
struct A {
var p: some P
}

error: 'some' return types are only available in macOS 10.1
5.0 or newer
|| var p: some P

どういう事?Xcode11ではコンパイル出来るのに。terminal.appではNG?@Mojave