What's the current status of issues/PRs on swift-corelibs-foundation for fixing broken functionality (not implementing new functionality)? Are new changes being accepted?
Yes, but FileManager in particular was rewritten and moved over to swift-foundation, here. We should close the original PR and move it over (with needed changes) to the other repo.
Ah interesting. I looked at swift-foundation but I don't think replaceItemAt made it into that rewrite (unless my GitHub search is missing something: Code search results · GitHub).
So I think I don't really understand how these repos connect then - how is it that I can call that method on FileManager in Linux if FileManager is implemented in the new repo without that method?
For some reason I thought it was swift-foundation re-exporting swift-corelibs-foundation rather than the other way around. This makes a lot of sense - thanks for the explanation @Finagolfin !