File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# 1. Select the best branch from https://github.com/apple/swift-llvm
2
2
3
3
# $ xcrun -sdk iphoneos swiftc --version
4
- # Apple Swift version 5.0. 1 (swiftlang-1001 .0.82.4 clang-1001 .0.46.5 )
5
- # Target: x86_64-apple-darwin18.7 .0
4
+ # Apple Swift version 5.1 (swiftlang-1100 .0.270.13 clang-1100 .0.33.7 )
5
+ # Target: x86_64-apple-darwin19.0 .0
6
6
7
- # So this branch seems a likely candidate
8
- SWIFT_BRANCH=" swift-5.0-branch"
7
+ # There is a branch called "stable" which looks promising
8
+ # At this time (running Xcode 11.3) it's a couple of months newer than the 5.1 branch
9
+ SWIFT_BRANCH=" stable"
9
10
10
11
# 2. Pick/install a working Rust nightly (ideally one where RLS and clippy built)
11
12
# 3. Note its date
12
- RUST_NIGHTLY=" 2019-09-05 "
13
+ RUST_NIGHTLY=" 2019-12-16 "
13
14
14
15
# 4. Get its commit - this is what we will check out to build the iOS version
15
16
# rustc --version | cut -d '(' -f2 | cut -d ' ' -f1
16
- RUST_COMMIT=" c6e9c76c5 "
17
+ RUST_COMMIT=" a605441e0 "
You can’t perform that action at this time.
0 commit comments