On August 15th 2016, Xcode 8 Beta 6 was released and brought some significant changes to Swift Access Control and other parts of language. Swift 2.2 Access Control We have been used to public, internal and private access levels: public gives access from any source file in given module or in different module that imported the defining module. In short – good fit for public framework interface. inte