swiftenv allows you to easily install, and switch between multiple versions of Swift.

Related tags

Tools swiftenv
Overview
Comments
  • Doesn't seem to work with Swift 4

    Doesn't seem to work with Swift 4

    I'm on Sierra, 10.12.6. I ran swiftenv install 4.0 and then swiftenv global 4.0. swiftenv global showed the global version was 4.0, but swift --version still showed 3.1. Could it be I was doing something wrong?

    question 
    opened by denpazakura 15
  • Using global does not change the actually `swift` pointing

    Using global does not change the actually `swift` pointing

    How to fix this?

    ➜  ~ swiftenv global
    4.1.2
    ➜  ~ swift --version
    Apple Swift version 4.2 (swiftlang-1000.11.37.1 clang-1000.11.45.1)
    Target: x86_64-apple-darwin17.7.0
    
    question 
    opened by Lucashuang0802 11
  • install fails on FreeBSD

    install fails on FreeBSD

    First off thank you for building swiftenv. I've been using it on my mac for a while now :).

    I'm not too familiar with FreeBSD, but I installed the depenceids that you detailed in the wiki. After that I tried to build swift on FreeBSD and I run into this error:

    [freebsd@free-haris ~]$ swiftenv install 3.0-dev
    Found swift, skipping download
    Found compiler-rt, skipping download
    Found llvm, skipping download
    Found clang, skipping download
    Found lldb, skipping download
    Found cmark, skipping download
    Found swiftpm, skipping download
    Found llbuild, skipping download
    Found swift-corelibs-xctest, skipping download
    Found swift-corelibs-foundation, skipping download
    Found swift-corelibs-libdispatch, skipping download
    Building Swift
    This may take a very long time...
    Building Swift failed
    Check out the logfile for more information: /home/freebsd/.swiftenv/tmp/swiftenv-build-3.0-dev/swiftenv-build.20160608060410.1397.log
    You can inspect or delete the working tree at: /home/freebsd/.swiftenv/tmp/swiftenv-build-3.0-dev
    

    If I cat the log file this is what I get:

    [freebsd@free-haris ~]$ cat /home/freebsd/.swiftenv/tmp/swiftenv-build-3.0-dev/swiftenv-build.20160608055536.1199.log
    Cloning into 'swift'...
    Checking out files: 100% (10799/10799), done.
    Cloning into 'compiler-rt'...
    Cloning into 'llvm'...
    Checking out files: 100% (20127/20127), done.
    Cloning into 'clang'...
    Checking out files: 100% (11768/11768), done.
    Cloning into 'lldb'...
    Checking out files: 100% (5479/5479), done.
    Cloning into 'cmark'...
    Cloning into 'swiftpm'...
    Cloning into 'llbuild'...
    Cloning into 'swift-corelibs-xctest'...
    Cloning into 'swift-corelibs-foundation'...
    Cloning into 'swift-corelibs-libdispatch'...
    usage: 
      build-script [-h | --help] [OPTION ...]
      build-script --preset=NAME [SUBSTITUTION ...]
    build-script: error: unknown argument: --build-jobs
    

    Any ideas?

    build 
    opened by hamin 11
  • Swift 4.0 on macOS?

    Swift 4.0 on macOS?

    Swift 4.0 was finally released yesterday, and on macOS, it's part of the Xcode 9 without a pkg installer as development snapshots. By looking at this commit https://github.com/kylef/swiftenv-api/commit/12e7c76e0fda1f8fdd6edc47c5554f4174e2e1f5, I don't see it for macOS, which is understandable.

    My question is, I have a .swift-version file, which is set to 4.0, and it works in Linux environments. How should I set swiftenv up properly to use 4.0 on macOS? Thanks!

    question 
    opened by ryuichis 9
  • swiftenv install 3.0 fails with

    swiftenv install 3.0 fails with "version `3.0' is not installed" on TravisCi's xcode7.2 image

    I've set up a Travis CI build to install swift 3.0 on their xcode7.2 image. When I configure it to install 3.0, I see:

    $ swiftenv install --verbose 3.0
    Checking for a URL for the 3.0 on osx.
    Installing 3.0 from https://swift.org/builds/swift-3.0-release/xcode/swift-3.0-RELEASE/swift-3.0-RELEASE-osx.pkg on osx.
    Downloading https://swift.org/builds/swift-3.0-release/xcode/swift-3.0-RELEASE/swift-3.0-RELEASE-osx.pkg
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  254M  100  254M    0     0  11.1M      0  0:00:22  0:00:22 --:--:-- 12.5M
    installer: Package name is Swift Open Source Xcode Toolchain
    installer: Installing at base path /
    installer: The install was successful.
    3.0 has been installed.
    swiftenv: version `3.0' is not installed
    

    I think this is because https://github.com/kylef/swiftenv/blob/master/share/swiftenv-install/3.0#L11 will use https://swift.org/builds/swift-3.0-release/xcode/swift-3.0-RELEASE/swift-3.0-RELEASE-osx.pkg to install version 3.0. That package installs to /Library/Developer/Toolchains/swift-3.0-RELEASE.xctoolchain, but https://github.com/kylef/swiftenv/blob/master/libexec/swiftenv-prefix#L29 instead checks for /Library/Developer/Toolchains/swift-3.0.xctoolchain (without the -RELEASE).

    I can't replicated it locally, as I've installed Xcode 8 & swiftenv-prefix finds /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift, and its version is

    Apple Swift version 3.0 (swiftlang-800.0.46.2 clang-800.0.38)
    Target: x86_64-apple-macosx10.9
    

    which is recognised by https://github.com/kylef/swiftenv/blob/master/libexec/swiftenv-prefix#L47

    opened by dgholz 9
  • Issues when installing on Ubuntu 16.04

    Issues when installing on Ubuntu 16.04

    Hi, I'm trying to install both 2.2 and 3.0-dev versions, and I'm getting the following error message in the logs: Can't find source directory for ninja (tried ~/.swiftenv/tmp/swiftenv-build-3.0-dev/ninja)

    Do I need to clone github.com/martine/ninja in that directory? If so, which version do I need? Thanks.

    question 
    opened by dlaynes 9
  • c++ command messed up

    c++ command messed up

    Sorry for the hazy title but wanted to file this issue to keep track of it and add more info to it as I find time investigating this.

    I'm on OSX 10.10.3. I've installed swiftenv and it seemed to work well, until some system tool tried to call c++ which resulted in empty stdout-put.

    which c++ yielded

    ~/.swiftenv/shims/c++
    

    contents of ~/.swiftenv/shims/c++ is this:

    #!/usr/bin/env bash
    set -e
    exec "/usr/local/Cellar/swiftenv/0.2.0/bin/../libexec/swiftenv" exec "c++" "$@"
    

    Commenting out swiftenv in my .zshrc resolves the issues and I'm currently falling back to the system c++.

    Let's play a game...

    opened by kimar 9
  • Add support for Centos7/8, Amazonlinux2 and aarch64

    Add support for Centos7/8, Amazonlinux2 and aarch64

    To get this to work I had to make two changes

    1. Instead of using lsb_release to identify which Linux we are running I parse the /etc/os-release file. This file is more likely to be available.
    2. I don't use ask swiftenv-api.fuller.li to get the URL for the swift release. The swift team have a standard naming scheme for swift releases so you should need to create a new entry for each new release of swift.

    Closes #138, #172

    opened by adam-fowler 8
  • swift-build exists in shims when 2.2 is active.

    swift-build exists in shims when 2.2 is active.

    When switching from a 3.0 version of Swift back to a 2.2 version, the shims still contain swift-build. This causes detection scripts to assume they can use SPM when they can't.

    opened by helje5 8
  • Thinking of a possible SourceKitten integration for Linux

    Thinking of a possible SourceKitten integration for Linux

    Hi!

    You may know SourceKitten. It's a framework and command line tool that allows interaction with SourceKit. This has made possible tools like SwiftLint and SourceKittenDaemon. For usage within Linux, the only requirement is that the environment variable LINUX_SOURCEKIT_LIB_PATH is set to $SWIFT_BINARIES_HOME/usr/lib/. Do you think swiftenv could provide integration with this?

    Any help you'd need I can provide. It's very important for me that something as important as SourceKit is accessible within Linux, because it will allow users to have IDEs with autocompletion and linting.

    Please tell me if this is possible. -- Félix

    opened by felix91gr 7
  • swiftenv causes some of swift compiler tests to fail

    swiftenv causes some of swift compiler tests to fail

    Hi Kyle, I really like swiftenv, thank you for making this awesome product! However, I have some issue with swiftenv and swift compiler tests right now.

    I built swift complier from apple/swift repo, and I ran swift compiler tests by $ swift/utils/build-script --test. When swiftenv is isntalled, 346 tests fails as "Unexpected Failures" with the following error (this is one of the failed test result messages):

    ********************
    FAIL: Swift(macosx-x86_64) :: PlaygroundTransform/high_performance.swift (326 of 2938)
    ******************** TEST 'Swift(macosx-x86_64) :: PlaygroundTransform/high_performance.swift' FAILED ********************
    Script:
    --
    rm -rf /Users/keitaito/Swift/swift-source/build/Ninja-DebugAssert/swift-macosx-x86_64/test-macosx-x86_64/PlaygroundTransform/Output/high_performance.swift.tmp
    mkdir -p /Users/keitaito/Swift/swift-source/build/Ninja-DebugAssert/swift-macosx-x86_64/test-macosx-x86_64/PlaygroundTransform/Output/high_performance.swift.tmp
    cp /Users/keitaito/Swift/swift-source/swift/test/PlaygroundTransform/high_performance.swift /Users/keitaito/Swift/swift-source/build/Ninja-DebugAssert/swift-macosx-x86_64/test-macosx-x86_64/PlaygroundTransform/Output/high_performance.swift.tmp/main.swift
    xcrun --toolchain default --sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk /Users/keitaito/Swift/swift-source/build/Ninja-DebugAssert/swift-macosx-x86_64/bin/swiftc -target x86_64-apple-macosx10.9  -module-cache-path '/var/folders/4y/_c55p9_170n54jw_s64mx_c80000gn/T/swift-testsuite-clang-module-cacheR0Chhb' -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/../../../Developer/Library/Frameworks -Xlinker -rpath -Xlinker /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/../../../Developer/Library/Frameworks    -Xfrontend -playground -Xfrontend -playground-high-performance -Xfrontend -debugger-support -o /Users/keitaito/Swift/swift-source/build/Ninja-DebugAssert/swift-macosx-x86_64/test-macosx-x86_64/PlaygroundTransform/Output/high_performance.swift.tmp/main /Users/keitaito/Swift/swift-source/swift/test/PlaygroundTransform/Inputs/PlaygroundsRuntime.swift /Users/keitaito/Swift/swift-source/build/Ninja-DebugAssert/swift-macosx-x86_64/test-macosx-x86_64/PlaygroundTransform/Output/high_performance.swift.tmp/main.swift
    /Users/keitaito/Swift/swift-source/build/Ninja-DebugAssert/swift-macosx-x86_64/test-macosx-x86_64/PlaygroundTransform/Output/high_performance.swift.tmp/main | /Users/keitaito/Swift/swift-source/swift/utils/PathSanitizingFileCheck --sanitize 'BUILD_DIR=/Users/keitaito/Swift/swift-source/build/Ninja-DebugAssert/swift-macosx-x86_64' --sanitize 'SOURCE_DIR=/Users/keitaito/Swift/swift-source/swift' --use-filecheck '/Users/keitaito/Swift/swift-source/build/Ninja-DebugAssert/llvm-macosx-x86_64/./bin/FileCheck' /Users/keitaito/Swift/swift-source/swift/test/PlaygroundTransform/high_performance.swift
    --
    Exit Code: 1
    
    Command Output (stderr):
    --
    mkdir: /.swiftenv: Permission denied
    <unknown>:0: error: link command failed with exit code 1 (use -v to see invocation)
    

    Here is the overall tests result with swiftenv:

    ********************
    Testing Time: 815.15s
    ********************
    Failing Tests (346):
        Swift(macosx-x86_64) :: SILOptimizer/specialize_partial_apply.swift
        Swift(macosx-x86_64) :: SILOptimizer/let_properties_opts_runtime.swift
        Swift(macosx-x86_64) :: SILOptimizer/capture_propagation_linkage.swift
        ... (this is pretty long for 346)
        Swift(macosx-x86_64) :: Reflection/box_descriptors.sil
        Swift(macosx-x86_64) :: Runtime/backtrace.swift
        Swift(macosx-x86_64) :: SILGen/coverage_smoke.swift
    
      Expected Passes    : 2520
      Expected Failures  : 8
      Unsupported Tests  : 64
      Unexpected Failures: 346
    *** Failed while running tests for swift (check-swift-macosx-x86_64)
    swift/utils/build-script: fatal error: command terminated with a non-zero exit status 1, aborting
    

    Full failing tests list is here: https://gist.github.com/keitaito/0247ab6cfd6e86f0f636a7d3306c9012

    After the above failure, I uninstalled swiftenv, and I tried swift compiler tests again. This time, there are no "Unexpected Failures", and all tests are finished correctly. Here is the overall tests result:

    Testing Time: 887.59s
      Expected Passes    : 2866
      Expected Failures  : 8
      Unsupported Tests  : 64
    -- check-swift-macosx-x86_64 finished --
    --- Finished tests for swift ---
    

    Do you have any idea why swiftenv causes this issue, and how can I fix it?

    I just only installed swiftenv, and no other versions of swift installed via swiftenv.

    $ swiftenv versions
    * system
      3.0
    
    $ swiftenv version
    system (set by /Users/keitaito/.swiftenv/version)
    

    OS: OS X El Capitan version 10.11.6 Installed Xcode: Xcode 8 Built swift compiler directory name: Ninja-DebugAssert -> swift-macosx-x86_64

    Sorry in advance if my explanation here is not clear enough. Please let me know if you need any other information. Thank you.

    opened by keitaito 7
  • Support Windows binaries

    Support Windows binaries

    The Swift toolchain recently added official support for Windows, so it would be nice to have swiftenv support it. Or would that be impossible given that swiftenv is written in Bash?

    enhancement 
    opened by fwcd 1
  • Swiftenv as the official Swift version manager?

    Swiftenv as the official Swift version manager?

    Not an issue... more of a suggestion. This is a great product and really should be THE official way to install Swift. Have you thought about proposing this to the Swift team as the official, first-class way to manage Swift toolchains? This is great as-is, but would be even better if built-in. This could make the Swift installation process as simple as installing swiftenv, then grabbing the latest version of Swift.

    brew install swiftenv
    swiftenv install latest
    
    opened by reuschj 0
  • no such command: swift-format

    no such command: swift-format

    I'm not sure if this is just a user error or not, but I get the following error attempting to use swift-format alongside swiftenv:

    $ swift format
    no such command: swift-format
    $ which -a swift-format
    /Users/mplewis/.swiftenv/shims/swift-format
    /usr/local/bin/swift-format
    

    As potentially indicated above, this is using the homebrew-installed version of swift-format. Is this a bug, or simply something I've configured or set up wrong?

    opened by MPLew-is 4
  • [BUG] Switching versions doesn't appear to work.

    [BUG] Switching versions doesn't appear to work.

    swiftenv 1.4.0 installed via homebrew

    Overriding swift toolchain with one of installed version by local or global doesn't seem to do anything even though

    swiftevn points to toolchain

    $ swiftenv local
    wasm-DEVELOPMENT-SNAPSHOT-2020-06-02-a192-168-1-147:swift-ui-asm 
    

    but running command with swift says otherwise.

    $ swift --version
    Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
    Target: x86_64-apple-darwin19.4.0
    
    opened by shial4 6
  • Install latest Swift with DBUILD_SHARED_LIBS set to NO

    Install latest Swift with DBUILD_SHARED_LIBS set to NO

    Currently there's SR-7039 open which prevents me from installing the amazing Mint package manager on my Ubuntu 16.04 CI running with Swift 4.1.3 (I also tried 4.0.3 and Snapshot-2018-08-02 without success). Here's the related issue on that on the Mint project.

    In the discussion of SR-7039 Joel Saltzman explains a workaround in a comment which basically means I have to pass a different parameter when installing swift-corelibs-libdispatch during the Swift installation. So I was thinking of just doing that manually by running the following additional commands after installing Swift via swiftenv install 4.1.3 like so:

    # Workaround for issue [SR-7039]
    sudo apt-get install cmake ninja-build clang systemtap-sdt-dev libbsd-dev linux-libc-dev
    cmake -G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DBUILD_SHARED_LIBS=NO <path-to-source>
    ninja
    ninja install
    

    But I actually have no idea what to specify to <path-to-source> or if this approach could even work after having already installed Swift. Is there a way I can pass the parameter -DBUILD_SHARED_LIBS=NO when installing Swift with swiftenv?

    Thanks for any help!

    opened by Jeehut 0
Releases(1.4.0)
  • 1.4.0(Jul 18, 2018)

    Enhancements

    • You can now instruct swiftenv install to both locally and globally set the installed swift version. --set-local and --set-global respectively will set the current Swift version.

      The default behaviour will set the global version by default when swiftenv install was provided an explicit version. When installing with the SWIFT_VERSION environment value or the .swift-version file present, then the default behaviour is to not set the global or local version.

    • When installing Swift from binary, swiftenv will now detect Ubuntu-based Linux distributions such as Elementary OS and use the appropriate binary image from swift.org.

    Bug Fixes

    • On macOS, swiftenv uninstall would fail to uninstall some installed binary toolchains due to -RELEASE being after the version in some paths that was unexpected.

    • When using swiftenv uninstall, the command would fail if there was no global set version of swift. The command can now handle missing global version.

    Source code(tar.gz)
    Source code(zip)
  • 1.3.0(Jul 26, 2017)

    Enhancements

    • New --verify option to swiftenv install to verify binary snapshots using GPG. This option expects that GPG is setup and configured to accept the Swift master keys. Verify can be forced with the environment variable SWIFTENV_VERIFY.
    • Added local cache for Swift binaries for 3.0.2, 3.1, 3.1.1.
    • swiftenv install will now resume any failed downloads instead of restarting the download process when restarting an install.
    • swiftenv install --verbose will now include verbose build output while compiling swift.
    • Adds build instructions for Swift 3.0, 3.0.1, 3.0.2, 3.1, 3.1.1, 3.0-dev, 3.1-dev and 4.0-dev.
    • When building Swift from source, swiftenv will download tarballs instead of git cloning the repository resulting in faster download speed.
    • Adds support for Fish 2.6.
    Source code(tar.gz)
    Source code(zip)
  • 1.2.1(Oct 11, 2016)

    Enhancements

    • Adds usage and summaries when using swiftenv --help with a subcommand.

    • Adds a manpage for swiftenv and swiftenv-install.

      $ man swiftenv
      $ man swiftenv-install
      

    Bug Fixes

    • Fixes detecting Swift release toolchains on macOS.
    • Fixes an issue where swiftenv install wouldn't emit an error if it couldn't find instructions to install the given version.
    Source code(tar.gz)
    Source code(zip)
  • 1.2.0(Oct 11, 2016)

    Enhancements

    • Only create shims for swift* and lldb* binaries found within Xcode installs. Before we created shims for all executable tools found in Xcode and created shims for tools like ctags, cc, clang, etc.
    • Adds support for installing binary GM releases.

    Bug Fixes

    • Expose not found errors when using swiftenv exec against unknown commands.
    • Swift preview versions such as 3.0-preview-1 will be detected as binary versions when using swiftenv install.
    Source code(tar.gz)
    Source code(zip)
  • 1.1.0(Jul 17, 2016)

    Enhancements

    • Add a --skip-existing/-s flag to swiftenv install to skip installation if version is already installed.
    • Adds support for Swift toolchains installed into ~/Library/Developer/Toolchains/ on OS X.
    Source code(tar.gz)
    Source code(zip)
  • 1.0.2(May 31, 2016)

    Bug Fixes

    • Adds support for installing preview snapshots such as 3.0-preview-1-SNAPSHOT-2016-05-31-a.
    • swiftenv init will now cause a rehash if the version of swiftenv has changed.
    Source code(tar.gz)
    Source code(zip)
  • 1.0.1(May 24, 2016)

    Enhancements

    • Added swiftenv install --list-snapshots which shows you a list of snapshots for your platform.

    Bug Fixes

    • Adds support for building Swift 2.2.1 from source, and installing 2.2.1 development snapshots.
    • swiftenv uninstall will now uninstall Swift toolchains on OS X.
    • swiftenv uninstall will now inform you if you're trying to uninstall a version of Swift bundled with Xcode.
    Source code(tar.gz)
    Source code(zip)
  • 1.0.0(Mar 21, 2016)

    Enhancements

    • Supports installing final Swift releases such as 2.2.

    Bug Fixes

    • Swift toolchains 'latest' version is no longer shown in swiftenv versions on OS X.
    • Fixes a problem where swiftenv install on Linux will incorrectly determine URL for the Swift binaries.
    • Adds a --verbose mode to swiftenv versions to show where the version was installed.
    Source code(tar.gz)
    Source code(zip)
  • 0.5.0(Feb 3, 2016)

    Enhancements

    • The swift- prefix for versions is now optional.

    • swiftenv install now has a --list option:

      $ swiftenv install --list
      
    • swiftenv install is capable of building Swift 2.2-dev from source.

    • swiftenv install now takes URLs to a Swift binary package.

    • swiftenv install was updated to use the new binary swift.org release URLs.

    Bug Fixes

    • Fixes an issue where using shims would suppress error messages when the configured version was not installed.
    • Allows the completion to work when using swiftenv installed from Homebrew.
    Source code(tar.gz)
    Source code(zip)
  • 0.4.0(Dec 24, 2015)

  • 0.3.2(Dec 19, 2015)

    Bug Fixes
    • Performance improvement when running on OS X. In previous versions, during initialisation swiftenv with rehash the environment, unfortunately once we added support for Xcode's Swift there was a huge negative performance impact due to Xcode tools taking large amount of time due to the underlying commands being tremendously slow.
    Source code(tar.gz)
    Source code(zip)
  • 0.3.1(Dec 16, 2015)

    Bug Fixes
    • Improved error reporting when trying to install a non-existent Swift version.
    • When a shim command isn't found in version, search PATH too. This fixes a problem when using swiftenv on OS X with Xcode installed while your Swift version is configured to a snapshot from swift.org.
    Source code(tar.gz)
    Source code(zip)
  • 0.3.0(Dec 16, 2015)

  • 0.2.1(Dec 16, 2015)

  • 0.2.0(Dec 16, 2015)

  • 0.1.0(Dec 15, 2015)

AVXCAssets Generator takes path for your assets images and creates appiconset and imageset for you in just one click

AVXCAssets Generator Often while developing an app, We ran into a condition when we need to scale images to each and every aspect ratios for icons and

Angel Vasa 339 Dec 6, 2022
Automatically build and rebuild Xcode image catalogs for app icons, universal images, and more

Better asset workflow for iOS developers. Generate Xcode image catalogs for iOS / OSX app icons, universal images, and more.

Dotan J. Nahum 822 Dec 21, 2022
Build native iOS, Android, and Web apps with Capacitor and Remix.run 💿

This repository holds production ready Capacitor templates for building native mobile applications using Remix. Using Capacitor, you can quickly build out a native mobile application for iOS and Android using web technology, such as Remix.

Ionic 70 Dec 30, 2022
Swift CLI for strong-typing images, colors, storyboards, fonts and localizations

Shark Shark is a Swift command line tool that generates type safe enums for your images, colors, storyboards, fonts and localizations. Because Shark r

Kaan Dedeoglu 377 Dec 1, 2022
Strong typed, autocompleted resources like images, fonts and segues in Swift projects

R.swift Get strong typed, autocompleted resources like images, fonts and segues in Swift projects Why use this? It makes your code that uses resources

Mathijs Kadijk 8.9k Jan 6, 2023
Xcode storyboards diff and merge tool.

StoryboardMerge Storyboard diff and merge tool which: compares and merges two storyboard files, provides an automatic merge-facility, The storyboardin

null 238 Sep 12, 2022
An adorable little framework and command line tool for interacting with SourceKit.

SourceKitten An adorable little framework and command line tool for interacting with SourceKit. SourceKitten links and communicates with sourcekitd.fr

JP Simard 2.1k Jan 5, 2023
SwiftGen is a tool to automatically generate Swift code for resources of your projects

SwiftGen SwiftGen is a tool to automatically generate Swift code for resources of your projects (like images, localised strings, etc), to make them ty

null 8.3k Jan 5, 2023
Soulful docs for Swift & Objective-C

jazzy is a command-line utility that generates documentation for Swift or Objective-C About Both Swift and Objective-C projects are supported. Instead

Realm 7.2k Jan 3, 2023
Laurine - Localization code generator written in Swift. Sweet!

Author's note: Thanks everyone for making Laurine the TOP trending Swift repository in the world - this is amazing and very heart-warming! But this is

Jiri Trecak 1.3k Dec 28, 2022
An Xcode Plugin to convert Objective-C to Swift

XCSwiftr Convert Objective-C code into Swift from within Xcode. This plugin uses the Java applet of objc2swift to do the conversion. Noticed that the

Ignacio Romero Zurbuchen 338 Nov 29, 2022
Swift autocompleter for Sublime Text, via the adorable SourceKitten framework

SwiftKitten SwiftKitten is a Swift autocompleter for Sublime Text, via the adorable SourceKitten framework. Faster than XCode ! This package is new an

John Snyder 142 Sep 9, 2022
The best command-line tool to install and switch between multiple versions of Xcode.

The best command-line tool to install and switch between multiple versions of Xcode.

Robots and Pencils 2.3k Jan 9, 2023
The easiest way to install and switch between multiple versions of Xcode - with a mouse click.

Xcodes.app The easiest way to install and switch between multiple versions of Xcode. If you're looking for a command-line version of Xcodes.app, try x

Robots and Pencils 4.5k Dec 26, 2022
Library that makes it easy to create multiple environments within a single app. You can switch environments without deleting the application.

AppContainer Library that makes it easy to create multiple environments within a single app. You can switch environments without deleting the applicat

null 8 Dec 15, 2022
XLPagerTabStrip is a Container View Controller that allows us to switch easily among a collection of view controllers

XLPagerTabStrip is a Container View Controller that allows us to switch easily among a collection of view controllers. Pan gesture can be used to move on to next or previous view controller. It shows a interactive indicator of the current, previous, next child view controllers.

xmartlabs 6.8k Dec 27, 2022
UIImageView subclass that allows you to display a looped video and dynamically switch it.

AKVideoImageView Motivation AKVideoImageView was created because I wasn't satisfied with the standard AVPlayer when I was implementing a video backgro

Oleksandr Kirichenko 125 Apr 5, 2022
A command line tool to easily install and browse Xcode templates

?? XTrail A command line tool to easily install and browse Xcode templates. Usage The general invocation syntax for xtrail is as follows: xtrail <subc

Shogo Sakaue 3 Dec 16, 2021
Install Agora Audio SDK for macOS easily with Swift Package Manager

Agora Swift Package Manager Install Agora Audio SDK for macOS easily with Swift Package Manager. Click here for full documentation. Installation Add t

Agora.io 0 Jun 30, 2022