Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid Darwin version number: macos11.1 #4

Open
mycroftcanner opened this issue Jan 25, 2021 · 0 comments
Open

invalid Darwin version number: macos11.1 #4

mycroftcanner opened this issue Jan 25, 2021 · 0 comments

Comments

@mycroftcanner
Copy link

my-app % make
cd MyApp && \
	swift build --triple wasm32-unknown-wasi && \
	cp .build/debug/MyApp ../dist/SwiftWASM.wasm && \
	wasm-strip ../dist/SwiftWASM.wasm && \
	gzip ../dist/SwiftWASM.wasm --best
/Users/az/swift/src/github.com/felicitaspublica/my-app/MyApp: error: manifest parse error(s):
<unknown>:0: error: invalid Darwin version number: macos11.1
<unknown>:0: error: invalid version number in '-target x86_64-apple-macos11.1'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface:1:1: error: failed to build module 'Combine' from its module interface; the compiler that produced it, 'Apple Swift version 5.3.1 (swiftlang-1200.2.41 clang-1200.0.32.8)', may have used features that aren't supported by this compiler, 'Swift version 5.3-dev (LLVM b978bd2044, Swift 6b21aa1cfd)'
// swift-interface-format-version: 1.0
^
<unknown>:0: error: invalid Darwin version number: macos11.1
<unknown>:0: error: invalid version number in '-target x86_64-apple-macos11.1'
make: *** [build] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant