Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 'swift' #4840

Merged
merged 6 commits into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
137 changes: 137 additions & 0 deletions projects/swift.org/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
display-name: swift

warnings:
- vendored

versions:
github: apple/swift
strip:
- /^swift-/
- /-RELEASE$/

platforms:
- darwin/aarch64
# It is ready to run on linux. It going to work with ubuntu 22.04,
# and not with debian-buster and tests going to fail
# - linux/x86-64
# - linux/aarch64

dependencies:
linux:
gnu.org/gcc: '*'
gnu.org/binutils: '*'
gnupg.org: ^2
gnome.org/libxml2: '*'
libgit2.org: '*'
curl.se: '*'
sqlite.org: ^3

runtime:
env:
TOOLCHAINS: ${{prefix}}/usr/bin/swift

build:
dependencies:
curl.se: '*'
script:
- mkdir -p {{prefix}}/bin
- run: |
curl -SfL "$DOWNLOAD_URL" | tar xzf - --strip-components=2
tar xzf Payload -C {{prefix}}
rm -rf {{prefix}}/_CodeSignature
rm -rf {{prefix}}/Info.plist
if: darwin
- run: ln -sh ../usr/bin/* {{prefix}}/bin
working-directory: ${{prefix}}/bin
if: darwin
- run: |
curl -SfL "$DOWNLOAD_URL" | tar xzf - -C {{ prefix }} --strip-components=2
if: linux
env:
darwin/aarch64: { DOWNLOAD_URL: "https://download.swift.org/swift-{{version}}-release/xcode/swift-{{version}}-RELEASE/swift-{{version}}-RELEASE-osx.pkg" }
linux/aarch64: { DOWNLOAD_URL: "https://download.swift.org/swift-{{version}}-release/ubuntu2204-aarch64/swift-{{version}}-RELEASE/swift-{{version}}-RELEASE-ubuntu22.04-aarch64.tar.gz" }
linux/x86-64: { DOWNLOAD_URL: "https://download.swift.org/swift-{{version}}-release/ubuntu2204/swift-{{version}}-RELEASE/swift-{{version}}-RELEASE-ubuntu22.04.tar.gz" }

provides:
darwin:
- bin/clang-13
- bin/clangd
- bin/docc
- bin/dsymutil
- bin/llvm-ar
- bin/llvm-cov
- bin/llvm-profdata
- bin/sourcekit-lsp
- bin/swift-api-checker.py
- bin/swift-build-sdk-interfaces
- bin/swift-build-tool
- bin/swift-demangle
- bin/swift-driver
- bin/swift-format
- bin/swift-frontend
- bin/swift-help
- bin/swift-package
- bin/swift-plugin-server
- bin/swift-stdlib-tool
- bin/clang
- bin/clang-cache
- bin/clang-cl
- bin/clang-cpp
- bin/clang++
- bin/swift
- bin/swift-api-digester
- bin/swift-api-extract
- bin/swift-autolink-extract
- bin/swift-build
- bin/swift-experimental-sdk
- bin/swift-package-collection
- bin/swift-package-registry
- bin/swift-run
- bin/swift-symbolgraph-extract
- bin/swift-test
- bin/swiftc
linux:
- bin/clang-13
- bin/clangd
- bin/docc
- bin/lld
- bin/lldb
- bin/lldb-argdumper
- bin/lldb-server
- bin/llvm-ar
- bin/llvm-cov
- bin/llvm-profdata
- bin/plutil
- bin/repl_swift
- bin/sourcekit-lsp
- bin/swift-api-checker.py
- bin/swift-build-sdk-interfaces
- bin/swift-build-tool
- bin/swift-demangle
- bin/swift-driver
- bin/swift-frontend
- bin/swift-help
- bin/swift-package
- bin/swift-plugin-server
- bin/clang
- bin/clang-cache
- bin/clang-cl
- bin/clang-cpp
- bin/clang++
- bin/ld.lld
- bin/ld64.lld
- bin/lld-link
- bin/swift
- bin/swift-api-digester
- bin/swift-api-extract
- bin/swift-autolink-extract
- bin/swift-build
- bin/swift-experimental-sdk
- bin/swift-package-collection
- bin/swift-package-registry
- bin/swift-run
- bin/swift-symbolgraph-extract
- bin/swift-test
- bin/swiftc
test: |
swift --version