From 4a35ab713f063af2a2d8bfd20e637957995b3b1e Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Fri, 15 May 2026 15:42:53 -0700 Subject: [PATCH] Update Wasm build command in workflow Removed temporary native build system command for Wasm as the underlying issues have been resolved. --- .github/workflows/swift_package_test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/swift_package_test.yml b/.github/workflows/swift_package_test.yml index 69b072f2..cef8d3fb 100644 --- a/.github/workflows/swift_package_test.yml +++ b/.github/workflows/swift_package_test.yml @@ -166,8 +166,7 @@ on: wasm_sdk_build_command: type: string description: "Command to use when building the package with the Swift SDK for Wasm" - # Temporarily use native build system on Android due to https://github.com/swiftlang/swift/issues/88282 - default: "swift build --build-system native" + default: "swift build" android_sdk_build_command: type: string description: "Command to use when building the package with the Swift SDK for Android"