Updated to Swift 5.8

This commit is contained in:
RVG|lory 2023-04-07 14:27:51 +02:00 committed by GitHub
parent 86d897d580
commit 18c710479b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 0 deletions

4
packages/swift/5.8/run vendored Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Setting clang cache to current dir to avoid permission error on /tmp
swift -module-cache-path . "$@"