while building with Xcode 16 sdk, the following error prompts
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface:4:8: error: failed to build module 'Combine'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.7.10 clang-1600.0.24.1)', while this compiler is 'Apple Swift version 5.9.2 (swift-5.9.2-RELEASE)'). Please select a toolchain which matches the SDK.
import Combine
But I am using the latest macOS sequio (15) that I can't go back to Xcode 15.
Update: tried sdk release 0.9.1 with macOSSDK 13.1 and vs code extension 0.0.5. everything runs great.
while building with Xcode 16 sdk, the following error prompts
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface:4:8: error: failed to build module 'Combine'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.7.10 clang-1600.0.24.1)', while this compiler is 'Apple Swift version 5.9.2 (swift-5.9.2-RELEASE)'). Please select a toolchain which matches the SDK.
import Combine
But I am using the latest macOS sequio (15) that I can't go back to Xcode 15.
Update: tried sdk release 0.9.1 with macOSSDK 13.1 and vs code extension 0.0.5. everything runs great.