We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So far, the following sample code has failed in two separate projects for me:
let a = "asdf".count let b = UInt8(a)
Compilation appears to succeed, but fail on the linking step. Let me know if you need more to go on.
Oh - working with espidf and compiling to an esp32c3, if any of that matters.
The text was updated successfully, but these errors were encountered:
Is this still an issue with new toolchains? I was not able to reproduce any issues with the above snippet:
➜ Desktop cat foo.swift let a = "asdf".count let b = UInt8(a) ➜ Desktop swiftc foo.swift -emit-object -o foo.o -enable-experimental-feature Embedded -wmo -target armv7em-apple-none-macho -Xcc -D__APPLE__ -Xcc -D__MACH__ ➜ Desktop swiftc --version Apple Swift version 6.1-dev (LLVM 89ccf4b8a46135a, Swift 6a5ae8d5df144dd) Target: arm64-apple-macosx15.0
Sorry, something went wrong.
No branches or pull requests
So far, the following sample code has failed in two separate projects for me:
Compilation appears to succeed, but fail on the linking step. Let me know if you need more to go on.
Oh - working with espidf and compiling to an esp32c3, if any of that matters.
The text was updated successfully, but these errors were encountered: