Swift is Open Source
71–80 of 458 posts
Re: Swift is Open Source
#72Re: Swift is Open Source
#73Re: Swift is Open Source
#74I wonder if Apple is positionning it as a competitor to Google's Go? They are hinting at a usage beyond just iOS and OS X.
Re: Swift is Open Source
#75I wonder if Apple is positionning it as a competitor to Google's Go? They are hinting at a usage beyond just iOS and OS X.
Re: Swift is Open Source
#76I've also open-sourced the SIL Inspector that I demonstrated (https://github.com/alblue/SILInspector) and written up a post on InfoQ covering the important points of this release
Re: Swift is Open Source
#77Re: Swift is Open Source
#78It looks like Apple is also releasing an official package manager for swift.[1] I wonder how that will effect Cocoapods. [1] https://swift.org/package-manager
Both Cocoapods and Carthage should eventually be phased out with an official package manager.
Re: Swift is Open Source
#79Testing the binaries on ubuntu decompressed to to $HOME/swift and trying to execute swift: Welcome to Swift version 2.2-dev (LLVM 46be9ff861, Clang 4deb154edc, Swift 778f82939c). Type :help for assistance. 1> help opening import file for module 'SwiftShims': No such file or directory 1> I could not find any mention to environment variables that could be used to override default locations, like SWIFT_LIBRARY_PATH or s…