Search Criteria
Package Details: swift-development DEVELOPMENT.SNAPSHOT.2020.06.29.a-1
Git Clone URL: | https://aur.archlinux.org/swift-development.git (read-only, click to copy) |
---|---|
Package Base: | swift-development |
Description: | The Swift programming language compiler and tools - development snapshot |
Upstream URL: | http://swift.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Zrax |
Maintainer: | soloturn |
Last Packager: | soloturn |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-12 03:00 |
Last Updated: | 2020-06-30 17:56 |
Dependencies (19)
- icu (icu-git-static, icu-git)
- libbsd (libbsd-git)
- libedit
- libutil-linux (util-linux-libs-nosystemd-minimal-git, util-linux-libs-selinux, util-linux-libs-aes, util-linux-libs)
- libxml2 (libxml2-linenum, libxml2-git)
- ncurses (ncurses-nohex, ncurses-git)
- python (python-dbg)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- perl (perl-git) (make)
- python2-requests (python2-requests-git) (make)
- python2-six (make)
- python2-sphinx (make)
- rsync (rsync-git) (make)
- swig (swig-git) (make)
- clang>=3.8 (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-minimal-git, llvm-toolchain-nightly-bin, llvm-git, clang-rc) (make)
- swift-lldb (swift-lldb-development) (optional) – Swift REPL and debugger
Required by (10)
- clion (requires swift) (optional)
- clion-eap (requires swift) (optional)
- lolang (requires swift)
- sourcekitten (requires swift-language) (make)
- sourcekitten (requires swift-language)
- swift-format (requires swift-language)
- swift-lldb-development
- swift-protobuf-git (requires swift-language)
- swiftlint (requires swift-language)
- tifig (requires swift)
Sources (9)
- llvm-project-DEVELOPMENT-SNAPSHOT-2020-06-29-a.tar.gz
- swift-cmark-DEVELOPMENT-SNAPSHOT-2020-06-29-a.tar.gz
- swift-corelibs-foundation-DEVELOPMENT-SNAPSHOT-2020-06-29-a.tar.gz
- swift-corelibs-libdispatch-DEVELOPMENT-SNAPSHOT-2020-06-29-a.tar.gz
- swift-corelibs-xctest-DEVELOPMENT-SNAPSHOT-2020-06-29-a.tar.gz
- swift-DEVELOPMENT-SNAPSHOT-2020-06-29-a.tar.gz
- swift-integration-tests-DEVELOPMENT-SNAPSHOT-2020-06-29-a.tar.gz
- swift-llbuild-DEVELOPMENT-SNAPSHOT-2020-06-29-a.tar.gz
- swift-package-manager-DEVELOPMENT-SNAPSHOT-2020-06-29-a.tar.gz
Latest Comments
fanjiang commented on 2020-07-04 21:48
@soloturn I cannot build it on my latest Arch...
soloturn commented on 2020-06-30 17:58
updated to 2020-06-29-a, feedback welcome.
MeGaPk commented on 2017-11-05 11:08
not possible install on archlinux
1) shasum not valid
2) ninjabuild just exit with unknown error
Zrax commented on 2016-08-10 04:21
I updated this one at the same time as swift-preview -- both should have the extra swiftpm tools.
hiking90 commented on 2016-08-10 02:36
This package does not include swift-package and swift-test.
Could you apply below patch?
diff --git a/PKGBUILD b/PKGBUILD
index 461e67c..e71f6b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -122,6 +122,8 @@ package_swift-preview() {
(
cd swiftpm-linux-$CARCH
install -m755 debug/swift-build "$pkgdir/usr/bin"
+ install -m755 debug/swift-package "$pkgdir/usr/bin"
+ install -m755 debug/swift-test "$pkgdir/usr/bin"
install -dm755 "$pkgdir/usr/lib/swift/pm"
install -m755 lib/swift/pm/libPackageDescription.so "$pkgdir/usr/lib/swift/pm"
Ahti333 commented on 2016-05-22 15:19
extra now has clang 3.8. I just built this package against it and it works fine, so you can switch back from clang-svn to clang.
Zrax commented on 2016-05-08 19:00
It looks like clang 3.7 has issues with GCC 6's C++ tuple headers... I'm updating the clang requirement to clang-svn until Arch updates clang to a working version.
Ahti333 commented on 2016-05-08 06:54
The current version does not build for me using extra-x86_64-build or makepkg.
The build fails in src/llvm/lib/CodeGen/LexicalScopes.cpp, I've uploaded the output of extra-x86_64-build here: https://gist.github.com/anonymous/734322bc89274ad46ea711849d6d5c19