Skip to content

Commit 124e394

Browse files
github-actions[bot]github-actionsrauhul
authored
Update to main-snapshot-2026-05-18 (#200)
Updates the `.swift-version` file to Swift `main-snapshot-2026-05-18`. > This PR was automatically generated. Co-authored-by: github-actions <github-actions@users.noreply.github.com> Co-authored-by: Rauhul Varma <rauhul@apple.com>
1 parent af29729 commit 124e394

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
main-snapshot-2026-03-16
1+
main-snapshot-2026-05-18

stm32-blink/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ TOOLSROOT := $(REPOROOT)/Tools
1515
TOOLSET := $(TOOLSROOT)/Toolsets/stm32f74x.json
1616
MACHO2BIN := $(TOOLSROOT)/macho2bin.py
1717
SWIFT_BUILD := swift build
18+
BUILD_SYSTEM := native
1819

1920
# Flags
2021
ARCH := armv7em
2122
TARGET := $(ARCH)-apple-none-macho
2223
SWIFT_BUILD_ARGS := \
24+
--build-system $(BUILD_SYSTEM) \
2325
--configuration release \
2426
--triple $(TARGET) \
2527
--toolset $(TOOLSET)

stm32-lcd-logo/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ TOOLSROOT := $(REPOROOT)/Tools
1515
TOOLSET := $(TOOLSROOT)/Toolsets/stm32f74x-lcd.json
1616
MACHO2BIN := $(TOOLSROOT)/macho2bin.py
1717
SWIFT_BUILD := swift build
18+
BUILD_SYSTEM := native
1819

1920
# Flags
2021
ARCH := armv7em
2122
TARGET := $(ARCH)-apple-none-macho
2223
SWIFT_BUILD_ARGS := \
24+
--build-system $(BUILD_SYSTEM) \
2325
--configuration release \
2426
--triple $(TARGET) \
2527
--toolset $(TOOLSET)

stm32-lvgl/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ TOOLSROOT := $(REPOROOT)/Tools
1515
TOOLSET := $(PWD)/toolset.json
1616
ELF2HEX := $(TOOLSROOT)/elf2hex.py
1717
SWIFT_BUILD := swift build
18+
BUILD_SYSTEM := native
1819
NM := nm
1920
LLVM_TOOLCHAIN := $(PWD)/llvm-toolchain
2021
BUILD_SYSTEM := native
@@ -82,6 +83,7 @@ simulator:
8283

8384
@echo "building..."
8485
$(SWIFT_BUILD) \
86+
--build-system $(BUILD_SYSTEM) \
8587
--configuration release \
8688
--product HostSDLApp \
8789
--verbose

0 commit comments

Comments
 (0)