The customization of the std library is an interesting feature. I see this as helping me - on my Mac (compile device) but how does the rest of my team get these custom views & modifiers. When/how is this pushed out to others in our network?
How do I "publish" these modifiers & custom views to my team?
As soon as your colleagues pull the commit containing the custom LibraryContentProvider then the library items will show up in Xcode library
SnakePlissken is correct. Since this feature depends entirely on source code those views and modifiers will show up in your teammates' libraries as soon as they pull a change containing a LibraryContentProvider instance.
Nice to see Snake out on NYC and playing with the people. Thanks!