Package Details: swift-bin 6.1.1-1

Git Clone URL: https://aur.archlinux.org/swift-bin.git (read-only, click to copy)
Package Base: swift-bin
Description: Binary builds of the Swift programming language
Upstream URL: https://www.swift.org/
Keywords: apple language swift swiftlang
Licenses: Apache
Provides: swift-language
Replaces: swift-language-bin
Submitter: ashleyis
Maintainer: susurri
Last Packager: susurri
Votes: 90
Popularity: 0.65
First Submitted: 2015-12-04 17:31 (UTC)
Last Updated: 2025-05-24 03:05 (UTC)

Dependencies (5)

Required by (17)

Sources (2)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 Next › Last »

drejmar commented on 2017-09-26 06:25 (UTC)

I resolved my issue building icu55.

drejmar commented on 2017-09-26 05:25 (UTC)

Thanks for informing me not to symlink libraries. I cannot build icu55. It times out with this message: "checking for clang... clang"

FredBezies commented on 2017-09-24 09:27 (UTC) (edited on 2017-09-24 09:36 (UTC) by FredBezies)

@drejmar : never symlink libraries. You'll end tearing apart your installation :( Revert icu update in order to avoid symlinking. Don't ask me to change icu again, thanks.

drejmar commented on 2017-09-24 08:50 (UTC)

Hi, Thanks for quick update! The package installs, but swift wouldn't run: "error: failed to stop process at REPL breakpoint" Binaries assume an older version of icu shared libraries. This fixes the issue: ln -s /usr/lib/libicudata.so /usr/lib/libicudata.so.55 ln -s /usr/lib/libicui18n.so /usr/lib/libicui18n.so.55 ln -s /usr/lib/libicuio.so /usr/lib/libicuio.so.55 ln -s /usr/lib/libicutest.so /usr/lib/libicutest.so.55 ln -s /usr/lib/libicutu.so /usr/lib/libicutu.so.55 ln -s /usr/lib/libicuuc.so /usr/lib/libicuuc.so.55

FredBezies commented on 2017-09-23 19:27 (UTC)

@drejmar : done in swift-bin-4.0-2

drejmar commented on 2017-09-23 19:05 (UTC)

Change dependency from icu55 to icu.

FredBezies commented on 2017-09-21 05:28 (UTC) (edited on 2017-09-21 05:46 (UTC) by FredBezies)

Swift 4.x.x provides a new signing key. So before building it, please enter this key : gpg --recv-keys --keyserver hkp://pgp.mit.edu EF5430F071E1B235 And there is no easy way - as I tried this morning - to work around libcurl issue :(

Mandarancio commented on 2017-05-01 11:45 (UTC)

Hi I'm using the last Swift-bin package and I can not compile any package, the error seems to be linked to a wrong path: header '///usr/include/x86_64-linux-gnu/sys/ioctl.h' not found Here the full output: $ LD_PRELOAD=libcurl.so.3 swift build swift: /usr/lib/libtinfo.so.5: no version information available (required by swift) /usr/bin/swift-build: /usr/lib/libcurl.so.3: no version information available (required by /usr/bin/../lib/swift/linux/libFoundation.so) error: /usr/bin/swiftc: /usr/lib/libtinfo.so.5: no version information available (required by /usr/bin/swiftc) /usr/bin/swift: /usr/lib/libtinfo.so.5: no version information available (required by /usr/bin/swift) /usr/lib/swift/linux/x86_64/glibc.modulemap:270:14: error: header '///usr/include/x86_64-linux-gnu/sys/ioctl.h' not found header "///usr/include/x86_64-linux-gnu/sys/ioctl.h" ^ <unknown>:0: error: could not build Objective-C module 'SwiftGlibc'

beej commented on 2017-04-06 21:41 (UTC)

Same problem as evilgnome: https://pastebin.com/WFjBZM3P

andykluger commented on 2017-03-30 17:14 (UTC)

This currently both depends on python2-six, and conflicts with python2-six. In particular, it provides /usr/lib/python2.7/site-packages/six.pyc . I think this file should be removed from the package in the PKGBUILD.