From 41827aff05869483d45dd42abd3f43ae603e26df Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 2 May 2025 21:22:41 +0000 Subject: [PATCH 1/4] Update to main-snapshot-2025-05-14 Updates the `.swift-version` file to Swift `main-snapshot-2025-05-14`. > This PR was automatically generated. --- .swift-version | 2 +- rpi-4b-blink/Makefile | 4 ++-- rpi-5-blink/Makefile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.swift-version b/.swift-version index 79c018bd..fdb8ffbb 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -main-snapshot-2025-04-12 +main-snapshot-2025-05-14 \ No newline at end of file diff --git a/rpi-4b-blink/Makefile b/rpi-4b-blink/Makefile index da37442b..92441a75 100644 --- a/rpi-4b-blink/Makefile +++ b/rpi-4b-blink/Makefile @@ -2,7 +2,7 @@ SWIFT_EXEC ?= $(shell if [ "$(shell uname)" = "Darwin" ]; then xcrun -f swift; e CLANG ?= $(shell if [ "$(shell uname)" = "Darwin" ]; then xcrun -f clang; else which clang; fi) LLVM_OBJCOPY ?= $(shell if [ "$(shell uname)" = "Darwin" ]; then xcrun -f llvm-objcopy; else which llvm-objcopy; fi) -BUILDROOT := $(shell $(SWIFT_EXEC) build --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector --show-bin-path) +BUILDROOT := $(shell $(SWIFT_EXEC) build --configuration release --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector --show-bin-path) .PHONY: all clean @@ -21,7 +21,7 @@ kernel8.elf: $(BUILDROOT)/libMainApp.a $(BUILDROOT)/Support.build/boot.S.o link. $(BUILDROOT)/libMainApp.a $(BUILDROOT)/Support.build/boot.S.o: @echo "🛠️ Building with Swift Package Manager..." - $(SWIFT_EXEC) build --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector + $(SWIFT_EXEC) build --configuration release --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector @echo "" clean: diff --git a/rpi-5-blink/Makefile b/rpi-5-blink/Makefile index da37442b..92441a75 100644 --- a/rpi-5-blink/Makefile +++ b/rpi-5-blink/Makefile @@ -2,7 +2,7 @@ SWIFT_EXEC ?= $(shell if [ "$(shell uname)" = "Darwin" ]; then xcrun -f swift; e CLANG ?= $(shell if [ "$(shell uname)" = "Darwin" ]; then xcrun -f clang; else which clang; fi) LLVM_OBJCOPY ?= $(shell if [ "$(shell uname)" = "Darwin" ]; then xcrun -f llvm-objcopy; else which llvm-objcopy; fi) -BUILDROOT := $(shell $(SWIFT_EXEC) build --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector --show-bin-path) +BUILDROOT := $(shell $(SWIFT_EXEC) build --configuration release --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector --show-bin-path) .PHONY: all clean @@ -21,7 +21,7 @@ kernel8.elf: $(BUILDROOT)/libMainApp.a $(BUILDROOT)/Support.build/boot.S.o link. $(BUILDROOT)/libMainApp.a $(BUILDROOT)/Support.build/boot.S.o: @echo "🛠️ Building with Swift Package Manager..." - $(SWIFT_EXEC) build --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector + $(SWIFT_EXEC) build --configuration release --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector @echo "" clean: From 16fcac0e7999ff5a8ba5a6cffc46b7c9d55dcf3c Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 29 May 2025 00:03:31 +0000 Subject: [PATCH 2/4] Update to main-snapshot-2025-05-27 Updates the `.swift-version` file to Swift `main-snapshot-2025-05-27`. > This PR was automatically generated. --- .swift-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.swift-version b/.swift-version index fdb8ffbb..36ee6314 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -main-snapshot-2025-05-14 \ No newline at end of file +main-snapshot-2025-05-27 \ No newline at end of file From 6e24b549602856f75354d850ca6428843af478ce Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 1 Jun 2025 00:04:41 +0000 Subject: [PATCH 3/4] Update to main-snapshot-2025-05-29 Updates the `.swift-version` file to Swift `main-snapshot-2025-05-29`. > This PR was automatically generated. --- .swift-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.swift-version b/.swift-version index 36ee6314..65f0b66f 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -main-snapshot-2025-05-27 \ No newline at end of file +main-snapshot-2025-05-29 \ No newline at end of file From f2e40c4040258a529d5dc8519339295460275389 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 2 Jun 2025 21:59:26 +0000 Subject: [PATCH 4/4] Update to main-snapshot-2025-06-01 Updates the `.swift-version` file to Swift `main-snapshot-2025-06-01`. > This PR was automatically generated. --- .swift-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.swift-version b/.swift-version index 65f0b66f..7fb2313d 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -main-snapshot-2025-05-29 \ No newline at end of file +main-snapshot-2025-06-01 \ No newline at end of file