Skip to content

Fail at make do (no _Concurrency /_StringProcessing module) #4

@JamisonMurphy

Description

@JamisonMurphy

I try to compile Cardculator for my ipados14.4.2 at macOS Ventura 13.4 using xcode14.3

murphy@murphydeMacBook-Pro cardculator % make spm

Creating SPM config (beta)…
murphy@murphydeMacBook-Pro cardculator % make do
==> Notice: Build may be slow as Theos isn’t using all available CPU cores on this computer. Consider upgrading GNU Make: https://theos.dev/docs/parallel-building
Making all for tweak Cardculator…
==> Compiling module interface (arm64)…
error: emit-module command failed with exit code 1 (use -v to see invocation)
:0: warning: unable to perform implicit import of "_Concurrency" module: no such module found
:0: remark: unable to perform implicit import of "_StringProcessing" module: no such module found
/Users/murphy/theos/lib/Comet.framework/Modules/Comet.swiftmodule/arm64-apple-ios.private.swiftinterface:12:8: error: no such module '_Concurrency'
import _Concurrency
^
Sources/Cardculator/TweakPreferences.swift:5:8: error: failed to build module 'Comet' for importation due to the errors above; the textual interface may be broken by project issues or a compiler bug
import Comet
^

make[4]: *** [internal-swift-Cardculator-arm64] Error 1
make[3]: *** [/Users/murphy/developer/cardculator/.theos/obj/debug/arm64/.swift-stamp] Error 2
make[2]: *** [/Users/murphy/developer/cardculator/.theos/obj/debug/arm64/Cardculator.dylib] Error 2
make[1]: *** [internal-library-all_] Error 2
make: *** [Cardculator.all.tweak.variables] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions