⬆️ Swift (5.3.2)

Included in Xcode 12.3-12.4
This commit is contained in:
Ben Chatelain 2021-03-20 08:58:57 -07:00
parent 2c72df9cd8
commit 7bc490f5ed
2 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
5.3.1 5.3.2

View file

@ -3,6 +3,7 @@
# mas # mas
# #
################################################################################ ################################################################################
# #
# Variables # Variables
@ -18,7 +19,7 @@ PREFIX ?= /usr/local
# Swift 5.3 # Swift 5.3
# SWIFT_VERSION = swift-5.3-DEVELOPMENT-SNAPSHOT-2020-04-21-a # SWIFT_VERSION = swift-5.3-DEVELOPMENT-SNAPSHOT-2020-04-21-a
SWIFT_VERSION = 5.3.1 SWIFT_VERSION = 5.3.2
# set EXECUTABLE_DIRECTORY according to your specific environment # set EXECUTABLE_DIRECTORY according to your specific environment
# run swift build and see where the output executable is created # run swift build and see where the output executable is created