I have a compose multiplatform project for Android & iOS. Gradle can build the android version and also build the shared framework for iOS. Gradle can do this locally and also on github's "actions" hosts.
The iOS version can be built locally in xcode and from the command-line with xcodebuild; however, github's macos actions servers hang on the clang -x call. And when I say hang, I mean for hours, whereas the local build on my i5 takes minutes.
Has anyone else experienced this problem with github's servers?