Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Files

Latest commit

b66b5ac · Mar 12, 2023

History

History
13 lines (12 loc) · 795 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 795 Bytes

Hikari-Swift

This repo contains Hikari's Swift Ports. It's ideal for Xcode users to use this fork instead of the main repo since Swift's Clang mimics Apple's Clang's behaviour better than LLVM upstream.

Building

export SKIP_XCODE_VERSION_CHECK=1
git clone --recurse-submodules -b swift-5.7.2-RELEASE https://github.com/61bcdefg/Hikari-Swift.git ~/Downloads/Hikari-Swift
cd ~/Downloads/Hikari-Swift/
./swift/utils/build-toolchain Hikari

It may takes around a few hours to build the toolchain(depends on the performance of your computer). If everything went well you should be able to find a zipped file under ~/Downloads/Hikari-Swift/, this is your toolchain.

Things to Note

  • This forked version's Core is still licensed under the exact same AGPLV3 License as the main repo.