Where is swift/stdlib/public/Darwin/Network/NWPath.swift?

I'm looking for swift/stdlib/public/Darwin/Network/NWPath.swift... it appeared in some blobs and sources but it's gone from master?

I see it in swift-master-next.. The source is from 2018. I don't understand why it's not in master

Appeared here for example: swift/NWPath.swift at baf2e4e6f6d8b5f18db33debef9424b130dcf97e · apple/swift · GitHub

The Network overlay’s functionality has been merged into the original framework and hence removed from the standard library.

Can you elaborate on "original framework". Where do I locate that?

It’s a private Apple framework: Apple Developer Documentation

For more information, see this pull request:

https://github.com/apple/swift/pull/32502

1 Like

Ah makes sense. I was thinking that. Thank you.