Kuba (Brecka) Mracek

Results 84 comments of Kuba (Brecka) Mracek

I think (a part of) the problem is the `TOOLCHAINS="Swift Development Snapshot 2024-07-07 (a)"` syntax -- this doesn't actually select the right toolchain. Use the `TOOLCHAINS=org.swift.59202407071a` syntax. I have just...

I can sort-of reproduce the problem. One issue is that this part of the build script for pico-blink should not be necessary anymore, as the expectation is that the downloadable...

@star-light-1 can I also ask which Xcode version are you using?

I'll use this issue to track fixing the `Undefined symbols for architecture armv6m: "___muldi3"` problem, for other issues please file a separate problem report.

Just tried the latest downloadable swift.org toolchain (swift-DEVELOPMENT-SNAPSHOT-2024-07-29-a.xctoolchain) and I no longer see this problem. I think this actually is finally resolved.

The error message includes: ``` /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc ... ``` which means you are using Swift from the Xcode installation, but that won't work, you need to use a downloaded toolchain from...

I think these might be separate problems. If you can, post full logs and also details about your OS, configuration, environment, etc. If swiftc is not getting called at all,...