johnno1962 / InjectionIII

Re-write of Injection for Xcode in (mostly) Swift
MIT License
3.98k stars 316 forks source link

Setting up custom derived data #388

Closed adityadaniel closed 1 year ago

adityadaniel commented 2 years ago

I try to use Injection in our project which is quite large and build using Bazel. When rebuilding, I got this message in console

💉  ⚠️ Could not locate containing project or it's logs.
For a macOS app you need to turn off the App Sandbox.
Have you customised the DerivedData path?

How can I set up custom derived data path on Injection?

Kiesco08 commented 1 year ago

I did see it re-patch:

2022-11-14 10:04:15.939252-0500 SampleApp[57338:1051307] Could not connect: Connection refused
💉 Unable to connect to InjectionIII app, falling back to standalone HotReloading.
💉 HotReloading available for sources under ["/Users/franck"]
💉 Using logs: /Users/franck/Library/Developer/Xcode/DerivedData/SampleApp-dwstrjuthtzkckdxhzbvogtdnsgr/Logs/Build.
💉 ⚠️ Locating response file failed (see: /Users/franck/Library/Developer/CoreSimulator/Devices/F14DAFD1-A688-4393-8C0A-9AA1ED78C429/data/Containers/Data/Application/3141E314-A181-4A81-A7DE-72F2B89EEE36/tmp/command.sh)
Checking patch tools/worker/swift_runner.cc...
Checking patch tools/worker/swift_runner.h...
Applied patch tools/worker/swift_runner.cc cleanly.
Applied patch tools/worker/swift_runner.h cleanly.
⚠️ bazel patched, restart app

The contents of /tmp/bazel_Sources_AppSource.params:

"-target"
"x86_64-apple-ios14.0-simulator"
"-sdk"
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk"
"-emit-object"
"-output-file-map"
"bazel-out/ios-x86_64-min14.0-applebin_ios-ios_x86_64-dbg-ST-b1fef2681d39/bin/Sources/AppSource.output_file_map.json"
"-Xfrontend"
"-no-clang-module-breadcrumbs"
"-DDEBUG"
"-Onone"
"-Xfrontend"
"-no-serialize-debugging-options"
"-enable-testing"
"-g"
"-debug-prefix-map"
"/private/var/tmp/_bazel_franck/f0bc3c31da61caadc00a029ab73fa84c/execroot/__main__=."
"-module-cache-path"
"bazel-out/ios-x86_64-min14.0-applebin_ios-ios_x86_64-dbg-ST-b1fef2681d39/bin/_swift_module_cache"
"-Xcc"
"-iquote."
"-Xcc"
"-iquotebazel-out/ios-x86_64-min14.0-applebin_ios-ios_x86_64-dbg-ST-b1fef2681d39/bin"
"-Xfrontend"
"-color-diagnostics"
"-enable-batch-mode"
"-module-name"
"Sources_AppSource"
"-index-store-path"
"bazel-out/_global_index_store"
"-parse-as-library"
"-static"
"-Xcc"
"-O0"
"-Xcc"
"-DDEBUG=1"
"-Xcc"
"-fstack-protector"
"-Xcc"
"-fstack-protector-all"
"-v"
"-incremental"
"Sources/AppDelegate.swift"
"Sources/ViewController.swift"

After retrying, I get a new error and it seems to say its using /tmp/bazel_Sources_AppSource.params.copy:

💉 Unable to connect to InjectionIII app, falling back to standalone HotReloading.
💉 HotReloading available for sources under ["/Users/franck"]
💉 Using logs: /Users/franck/Library/Developer/Xcode/DerivedData/SampleApp-dwstrjuthtzkckdxhzbvogtdnsgr/Logs/Build.
💉 Compiling using parameters from /tmp/bazel_Sources_AppSource.params.copy
💉 ⚠️ Recompiling failed (see: /Users/franck/Library/Developer/CoreSimulator/Devices/F14DAFD1-A688-4393-8C0A-9AA1ED78C429/data/Containers/Data/Application/587AA1FD-171C-4FE5-835F-5825A501E5A8/tmp/command.sh)
warning: ignoring -incremental; output file map has no master dependencies entry ("swift-dependencies" under "")
Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
Target: x86_64-apple-ios14.0-simulator
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file Sources/AppDelegate.swift -primary-file Sources/ViewController.swift -emit-reference-dependencies-path bazel-out/ios-x86_64-min14.0-applebin_ios-ios_x86_64-dbg-ST-b1fef2681d39/bin/Sources/AppSource_objs/AppDelegate.swift.swiftdeps -emit-reference-dependencies-path bazel-out/ios-x86_64-min14.0-applebin_ios-ios_x86_64-dbg-ST-b1fef2681d39/bin/Sources/AppSource_objs/ViewController.swift.swiftdeps -target x86_64-apple-ios14.0-simulator -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk -enable-testing -g -module-cache-path bazel-out/ios-x86_64-min14.0-applebin_ios-ios_x86_64-dbg-ST-b1fef2681d39/bin/_swift_module_cache -static -Onone -D DEBUG -debug-prefix-map /private/var/tmp/_bazel_franck/f0bc3c31da61caadc00a029ab73fa84c/execroot/__main__=. -new-driver-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-driver -no-clang-module-breadcrumbs -no-serialize-debugging-options -color-diagnostics -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -iquote. -Xcc -iquotebazel-out/ios-x86_64-min14.0-applebin_ios-ios_x86_64-dbg-ST-b1fef2681d39/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all -module-name Sources_AppSource -target-sdk-version 15.4 -parse-as-library -o bazel-out/ios-x86_64-min14.0-applebin_ios-ios_x86_64-dbg-ST-b1fef2681d39/bin/Sources/AppSource_objs/AppDelegate.swift.o -o bazel-out/ios-x86_64-min14.0-applebin_ios-ios_x86_64-dbg-ST-b1fef2681d39/bin/Sources/AppSource_objs/ViewController.swift.o -index-store-path bazel-out/_global_index_store -index-system-modules
<unknown>:0: error: PCH was compiled with module cache path '/private/var/tmp/_bazel_franck/f0bc3c31da61caadc00a029ab73fa84c/execroot/__main__/bazel-out/ios-x86_64-min14.0-applebin_ios-ios_x86_64-dbg-ST-b1fef2681d39/bin/_swift_module_cache/206GHIWWQL99R', but the path is currently '/Users/franck/Development/SimpleBazel-main/bazel-out/ios-x86_64-min14.0-applebin_ios-ios_x86_64-dbg-ST-b1fef2681d39/bin/_swift_module_cache/206GHIWWQL99R'
<unknown>:0: error: missing required module 'SwiftShims'

Kiesco08 commented 1 year ago

I did manually set -Xlinker -interposable manually through Xcode. Do I need to set it before generating the project? If so, could you show me where?

johnno1962 commented 1 year ago

That's progress in a way... You changed Xcode versions? Is your xcode-select -p path used to find swiftc in line with the Xcode you're using? Short of that you could try deleting DervicedData but it seems a bit premature for that.

johnno1962 commented 1 year ago

Re: the -Xlinker -interposable I'm no expert but I think you'd need to configure the bazel project you're using, either where bazel is invoked with --linkopt="-Wl,interposable or in the BUILD file (see the sample project)


ios_application(
    name = "SampleApp",
    minimum_os_version = "14.0",
    deps = [":AppSource"],
    infoplists = ["Info.plist"],
    families = ["iphone"],
    bundle_id = "com.example.SampleApp",
    visibility = ["//visibility:public"],
    linkopts = ["-interposable"]
)
Kiesco08 commented 1 year ago

That's progress in a way... You changed Xcode versions? Is your xcode-select -p path used to find swiftc in line with the Xcode you're using? Short of that you could try deleting DervicedData but it seems a bit premature for that.

I did recently change Xcode versions but xcode-select -p returns:

/Applications/Xcode.app/Contents/Developer

Which is what I'm using (ie opening Xcode from Applications takes me back to the Xcode application I previously opened the sample project with)

Kiesco08 commented 1 year ago

Re: the -Xlinker -interposable I'm no expert but I think you'd need to configure the bazel project you're using, either where bazel is invoked with --linkopt="-Wl,interposable or in the BUILD file (see the sample project)

ios_application(
    name = "SampleApp",
    minimum_os_version = "14.0",
    deps = [":AppSource"],
    infoplists = ["Info.plist"],
    families = ["iphone"],
    bundle_id = "com.example.SampleApp",
    visibility = ["//visibility:public"],
    linkopts = ["-interposable"]
)

This is what I have in my BUILD file as well.

johnno1962 commented 1 year ago

The module cache path problem I'll have to see if I can replicate this end. Will reclone and try again from scratch.

johnno1962 commented 1 year ago

No luck replicating this end but just before I try another build expanding out a link is the bazel-out directory in the project root a symbolic link to /private/var/tmp/_bazel_franck/f0bc3c31da61caadc00a029ab73fa84c/execroot/__main__/bazel-out for you?

Kiesco08 commented 1 year ago

Yes it is

~/Development/SimpleBazel-main ❯ ls -l                                                                                                                                                                
total 16
drwxr-xr-x  4 franck  staff   128 Nov 14 09:39 0x00006000016182c5
-rw-rw-r--@ 1 franck  staff   279 Oct 27 00:45 README.md
drwxrwxr-x@ 8 franck  staff   256 Oct 27 00:45 SimpleBazel
drwxrwxr-x@ 9 franck  staff   288 Nov 14 10:32 Sources
-rw-rw-r--@ 1 franck  staff  1229 Oct 27 00:45 WORKSPACE
lrwxr-xr-x  1 franck  staff    81 Nov 14 10:01 bazel-SimpleBazel-main -> /private/var/tmp/_bazel_franck/f0bc3c31da61caadc00a029ab73fa84c/execroot/__main__
lrwxr-xr-x  1 franck  staff   113 Nov 14 10:01 bazel-bin -> /private/var/tmp/_bazel_franck/f0bc3c31da61caadc00a029ab73fa84c/execroot/__main__/bazel-out/ios_sim_arm64-dbg/bin
lrwxr-xr-x  1 franck  staff    91 Nov 14 10:01 bazel-out -> /private/var/tmp/_bazel_franck/f0bc3c31da61caadc00a029ab73fa84c/execroot/__main__/bazel-out
lrwxr-xr-x  1 franck  staff   118 Nov 14 10:01 bazel-testlogs -> /private/var/tmp/_bazel_franck/f0bc3c31da61caadc00a029ab73fa84c/execroot/__main__/bazel-out/ios_sim_arm64-dbg/testlogs
johnno1962 commented 1 year ago

OK, I've replicated your problem by trying to fix it which should mean I can find what the problems is. Where you building the app from inside Xcode using the project generated with bazel run //Sources:xcodeproj or from the command line? Can you rm -rf bazel-out/* and try again?

Kiesco08 commented 1 year ago

The former. I was building the app from inside Xcode using the project generated with bazel run //Sources:xcodeproj

Kiesco08 commented 1 year ago

I get the same error after rm -rf bazel-out/* then building from inside Xcode

johnno1962 commented 1 year ago

It's a strange problem, that worked for me once when I got the error. Anyway, I can replicate now so I'll be able to get to the bottom of it eventually. Stay tuned.

Kiesco08 commented 1 year ago

Thank you so much, I will try doing it from scratch too.

johnno1962 commented 1 year ago

I've re-uploaded the binary for 4.5.1RC1 with a build number of 7577 if you'd like to give it a try. I couldn't find anything systematic about when it chose one module cache path or the other for compiling the PCH so, for now it tries both!

Let me know if this moves us a step long. For the SimpleBazel app to show the colour updating on injection you'll need to add the following method in ViewController.swift:

    @objc func injected() {
        viewDidLoad()
    }
Kiesco08 commented 1 year ago

It works! 🎉

Kiesco08 commented 1 year ago

Tried on a more involved project and got the following, looks like a permission issue:

💉 ⚠️ Recompiling failed (see: /Users/franck/Library/Developer/CoreSimulator/Devices/218C2D97-BAD2-4FD6-B613-54CF5FCEC3ED/data/Containers/Data/Application/5753A02F-7B4F-4346-9241-574971084395/tmp/command.sh)
<unknown>:0: error: PCH was compiled with module cache path '/private/var/tmp/_bazel_franck/b6176c8b071fca5167f608abe13eaaf7/execroot/register/bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_swift_module_cache/3DSAMZKGYP86Z', but the path is currently '/Users/franck/Development/ios-register/bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_swift_module_cache/3DSAMZKGYP86Z'
<unknown>:0: error: missing required module 'SwiftShims'
<unknown>:0: error: error opening 'bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl-Swift.h' for output: Operation not permitted

johnno1962 commented 1 year ago

Hurrah! The new error is probably to do with sandboxing bazel seems to use. Are you able to send me (GitHub at johnholdsworth.com if need be) the /tmp/bazel_...params file it was using? I probably just need to filter out an -emit-something-or-other option to swiftc.

Kiesco08 commented 1 year ago
"-target"
"arm64-apple-ios14.0-simulator"
"-sdk"
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk"
"-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks"
"-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/Developer/Library/Frameworks"
"-I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib"
"-emit-object"
"-Xfrontend"
"-no-clang-module-breadcrumbs"
"-emit-objc-header-path"
"bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl-Swift.h"
"-DDEBUG"
"-Onone"
"-Xfrontend"
"-no-serialize-debugging-options"
"-enable-testing"
"-g"
"-debug-prefix-map"
"/private/var/tmp/_bazel_franck/b6176c8b071fca5167f608abe13eaaf7/execroot/register=."
"-module-cache-path"
"bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_swift_module_cache"
"-pch-output-dir"
"bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_pch_output_dir"
"-Xfrontend"
"-vfsoverlaybazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift.vfsoverlay.yaml"
"-I/__build_bazel_rules_swift/swiftmodules"
"-Xcc"
"-iquote."
"-Xcc"
"-iquotebazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin"
"-Xcc"
"-DDEBUG_MENU"
"-Xcc"
"-DCOCOAPODS"
"-Xcc"
"-DDEBUG_MENU=1"
"-Xcc"
"-DCOCOAPODS=1"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_same_package_framework_private_headers.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_public_hmap.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_hmap.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_angled_hmap.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift_vfs.swift.modulemap"
"-Xfrontend"
"-color-diagnostics"
"-num-threads"
"12"
"-module-name"
"ArchetypeWelcomeImpl"
"-index-store-path"
"bazel-out/_global_index_store"
"-DDEBUG_MENU"
"-DCOCOAPODS"
"-DDEBUG_MENU"
"-DCOCOAPODS"
"-parse-as-library"
"-DDEBUG_MENU"
"-DCOCOAPODS"
"-whole-module-optimization"
"-debug-prefix-map"
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/usr/include/objc/./=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/usr/include/objc/"
"-Xcc"
"-Ibazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_same_package_framework_private_headers.hmap"
"-Xfrontend"
"-vfsoverlaybazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift_vfs.yaml"
"-Xfrontend"
"-F/build_bazel_rules_ios/frameworks"
"-I/build_bazel_rules_ios/frameworks"
"-Xcc"
"-ivfsoverlaybazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift_vfs.yaml"
"-Xcc"
"-F/build_bazel_rules_ios/frameworks"
"-Xcc"
"-Ibazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_hmap.hmap"
"-Xcc"
"-Ibazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_public_hmap.hmap"
"-Xcc"
"-Ibazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_angled_hmap.hmap"
"-Xcc"
"-iquotebazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_hmap.hmap"
"-Xcc"
"-D__SWIFTC__"
"-Xfrontend"
"-no-clang-module-breadcrumbs"
"-swift-version"
"5"
"-Xcc"
"-I."
"-import-underlying-module"
"-static"
"-Xcc"
"-O0"
"-Xcc"
"-DDEBUG=1"
"-Xcc"
"-fstack-protector"
"-Xcc"
"-fstack-protector-all"
"Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/Sources/ArchetypeWelcomeViewController.swift"
"-output-file-map"
"bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift.output_file_map.json"
johnno1962 commented 1 year ago

Thanks, looks like the -emit-objc-header-path needs to be filtered out, I've uploaded the 4.5.1RC1 release again, build 7578. Can you try it please?

Kiesco08 commented 1 year ago

I get this now:

💉 Unable to connect to InjectionIII app, falling back to standalone HotReloading.
💉 HotReloading available for sources under ["/Users/franck"]
💉 Using logs: /Users/franck/Library/Developer/Xcode/DerivedData/bazel-project-ammbumdnhilcntforcnzbpbcztyb/Logs/Build.
💉 Compiling using parameters from /tmp/bazel_ArchetypeWelcomeImpl.params.copy
💉 Selecting Xcode /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk"
"-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks"
"-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/Developer/Library/Frameworks"
"-I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib"
"-emit-object"
"-Xfrontend"
"-no-clang-module-breadcrumbs"
"-DDEBUG"
"-Onone"
"-Xfrontend"
"-no-serialize-debugging-options"
"-enable-testing"
"-g"
"-debug-prefix-map"
"/private/var/tmp/_bazel_franck/b6176c8b071fca5167f608abe13eaaf7/execroot/register=."
"-module-cache-path"
"bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_swift_module_cache"
"-pch-output-dir"
"bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_pch_output_dir"
"-Xfrontend"
"-vfsoverlaybazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift.vfsoverlay.yaml"
"-I/__build_bazel_rules_swift/swiftmodules"
"-Xcc"
"-iquote."
"-Xcc"
"-iquotebazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin"
"-Xcc"
"-DDEBUG_MENU"
"-Xcc"
"-DCOCOAPODS"
"-Xcc"
"-DDEBUG_MENU=1"
"-Xcc"
"-DCOCOAPODS=1"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_same_package_framework_private_headers.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_public_hmap.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_hmap.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_angled_hmap.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift_vfs.swift.modulemap"
"-Xfrontend"
"-color-diagnostics"
"-num-threads"
"12"
"-module-name"
"ArchetypeWelcomeImpl"
"-index-store-path"
"bazel-out/_global_index_store"
"-DDEBUG_MENU"
"-DCOCOAPODS"
"-DDEBUG_MENU"
"-DCOCOAPODS"
"-parse-as-library"
"-DDEBUG_MENU"
"-DCOCOAPODS"
"-whole-module-optimization"
"-debug-prefix-map"
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/usr/include/objc/./=/Applications/Xcode.app/Contents/Developer
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 1: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk: is a directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 2: -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 3: -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/Developer/Library/Frameworks: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 4: -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 5: -emit-object: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 6: -Xfrontend: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 7: -no-clang-module-breadcrumbs: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 8: -DDEBUG: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 9: -Onone: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 10: -Xfrontend: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 11: -no-serialize-debugging-options: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 12: -enable-testing: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 13: -g: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 14: -debug-prefix-map: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 15: /private/var/tmp/_bazel_franck/b6176c8b071fca5167f608abe13eaaf7/execroot/register=.: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 16: -module-cache-path: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 17: bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_swift_module_cache: is a directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 18: -pch-output-dir: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 19: bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_pch_output_dir: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 20: -Xfrontend: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 21: -vfsoverlaybazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift.vfsoverlay.yaml: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 22: -I/__build_bazel_rules_swift/swiftmodules: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 23: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 24: -iquote.: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 25: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 26: -iquotebazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 27: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 28: -DDEBUG_MENU: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 29: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 30: -DCOCOAPODS: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 31: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 32: -DDEBUG_MENU=1: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 33: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 34: -DCOCOAPODS=1: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 35: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 36: -fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_same_package_framework_private_headers.swift.modulemap: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 37: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 38: -fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_public_hmap.swift.modulemap: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 39: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 40: -fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_hmap.swift.modulemap: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 41: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 42: -fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_angled_hmap.swift.modulemap: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 43: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 44: -fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift_vfs.swift.modulemap: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 45: -Xfrontend: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 46: -color-diagnostics: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 47: -num-threads: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 48: 12: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 49: -module-name: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 50: ArchetypeWelcomeImpl: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 51: -index-store-path: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 52: bazel-out/_global_index_store: is a directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 53: -DDEBUG_MENU: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 54: -DCOCOAPODS: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 55: -DDEBUG_MENU: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 56: -DCOCOAPODS: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 57: -parse-as-library: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 58: -DDEBUG_MENU: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 59: -DCOCOAPODS: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 60: -whole-module-optimization: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 61: -debug-prefix-map: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 62: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/usr/include/objc/./=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 63: -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 64: -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/Developer/Library/Frameworks: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 65: -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 66: -emit-object: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 67: -Xfrontend: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 68: -no-clang-module-breadcrumbs: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 69: -DDEBUG: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 70: -Onone: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 71: -Xfrontend: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 72: -no-serialize-debugging-options: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 73: -enable-testing: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 74: -g: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 75: -debug-prefix-map: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 76: /private/var/tmp/_bazel_franck/b6176c8b071fca5167f608abe13eaaf7/execroot/register=.: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 77: -module-cache-path: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 78: bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_swift_module_cache: is a directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 79: -pch-output-dir: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 80: bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_pch_output_dir: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 81: -Xfrontend: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 82: -vfsoverlaybazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift.vfsoverlay.yaml: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 83: -I/__build_bazel_rules_swift/swiftmodules: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 84: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 85: -iquote.: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 86: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 87: -iquotebazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 88: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 89: -DDEBUG_MENU: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 90: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 91: -DCOCOAPODS: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 92: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 93: -DDEBUG_MENU=1: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 94: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 95: -DCOCOAPODS=1: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 96: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 97: -fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_same_package_framework_private_headers.swift.modulemap: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 98: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 99: -fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_public_hmap.swift.modulemap: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 100: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 101: -fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_hmap.swift.modulemap: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 102: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 103: -fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_angled_hmap.swift.modulemap: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 104: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 105: -fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift_vfs.swift.modulemap: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 106: -Xfrontend: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 107: -color-diagnostics: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 108: -num-threads: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 109: 12: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 110: -module-name: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 111: ArchetypeWelcomeImpl: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 112: -index-store-path: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 113: bazel-out/_global_index_store: is a directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 114: -DDEBUG_MENU: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 115: -DCOCOAPODS: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 116: -DDEBUG_MENU: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 117: -DCOCOAPODS: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 118: -parse-as-library: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 119: -DDEBUG_MENU: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 120: -DCOCOAPODS: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 121: -whole-module-optimization: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 122: -debug-prefix-map: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 123: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/usr/include/objc/./=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 124: -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 125: -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/Developer/Library/Frameworks: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 126: -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 127: -emit-object: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 128: -Xfrontend: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 129: -no-clang-module-breadcrumbs: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 130: -DDEBUG: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 131: -Onone: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 132: -Xfrontend: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 133: -no-serialize-debugging-options: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 134: -enable-testing: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 135: -g: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 136: -debug-prefix-map: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 137: /private/var/tmp/_bazel_franck/b6176c8b071fca5167f608abe13eaaf7/execroot/register=.: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 138: -module-cache-path: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 139: bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_swift_module_cache: is a directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 140: -pch-output-dir: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 141: bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_pch_output_dir: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 142: -Xfrontend: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 143: -vfsoverlaybazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift.vfsoverlay.yaml: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 144: -I/__build_bazel_rules_swift/swiftmodules: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 145: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 146: -iquote.: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 147: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 148: -iquotebazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 149: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 150: -DDEBUG_MENU: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 151: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 152: -DCOCOAPODS: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 153: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 154: -DDEBUG_MENU=1: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 155: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 156: -DCOCOAPODS=1: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 157: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 158: -fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_same_package_framework_private_headers.swift.modulemap: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 159: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 160: -fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_public_hmap.swift.modulemap: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 161: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 162: -fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_hmap.swift.modulemap: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 163: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 164: -fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_angled_hmap.swift.modulemap: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 165: -Xcc: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 166: -fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift_vfs.swift.modulemap: No such file or directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 167: -Xfrontend: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 168: -color-diagnostics: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 169: -num-threads: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 170: 12: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 171: -module-name: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 172: ArchetypeWelcomeImpl: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 173: -index-store-path: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 174: bazel-out/_global_index_store: is a directory
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 175: -DDEBUG_MENU: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 176: -DCOCOAPODS: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 177: -DDEBUG_MENU: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 178: -DCOCOAPODS: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 179: -parse-as-library: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 180: -DDEBUG_MENU: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 181: -DCOCOAPODS: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 182: -whole-module-optimization: command not found
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 183: -debug-prefix-map: command not found
💉 ⚠️ Linking failed (see: /Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh)
objc[84617]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x214c8f650) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107da4598). One of the two will be used. Which one is undefined.
objc[84617]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x214c8f6a0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107da45e8). One of the two will be used. Which one is undefined.
objc[84617]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x214c8f6f0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107da4638). One of the two will be used. Which one is undefined.
objc[84617]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x214c8f740) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107da4688). One of the two will be used. Which one is undefined.
objc[84617]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x214c8f790) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107da46d8). One of the two will be used. Which one is undefined.
objc[84617]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x214c8f7e0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107da4728). One of the two will be used. Which one is undefined.
<unknown>:0: error: PCH was compiled with module cache path '/private/var/tmp/_bazel_franck/b6176c8b071fca5167f608abe13eaaf7/execroot/register/bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_swift_module_cache/3DSAMZKGYP86Z', but the path is currently '/Users/franck/Development/ios-register/bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_swift_module_cache/3DSAMZKGYP86Z'
<unknown>:0: error: missing required module 'SwiftShims'
/Users/franck/Library/Developer/CoreSimulator/Devices/BE88ED62-C1DB-4EF2-9024-70FBBF4F560A/data/Containers/Data/Application/7C16B822-541C-4BE4-B06B-66B8BE2855C7/tmp/command.sh: line 184: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/usr/include/objc/./=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator: No such file or directory
johnno1962 commented 1 year ago

Seems to be a regex run berzerk. Could you send me the /tmp/bazel_ArchetypeWelcomeImpl.params and /tmp/bazel_ArchetypeWelcomeImpl.params.copy files or rather the command.sh file please.

Kiesco08 commented 1 year ago

/tmp/bazel_ArchetypeWelcomeImpl.params:

"-target"
"arm64-apple-ios14.0-simulator"
"-sdk"
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk"
"-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks"
"-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/Developer/Library/Frameworks"
"-I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib"
"-emit-object"
"-Xfrontend"
"-no-clang-module-breadcrumbs"
"-emit-module-path"
"bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl.swiftmodule"
"-emit-objc-header-path"
"bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl-Swift.h"
"-DDEBUG"
"-Onone"
"-Xfrontend"
"-no-serialize-debugging-options"
"-enable-testing"
"-g"
"-debug-prefix-map"
"/private/var/tmp/_bazel_franck/b6176c8b071fca5167f608abe13eaaf7/execroot/register=."
"-module-cache-path"
"bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_swift_module_cache"
"-pch-output-dir"
"bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_pch_output_dir"
"-Xfrontend"
"-vfsoverlaybazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift.vfsoverlay.yaml"
"-I/__build_bazel_rules_swift/swiftmodules"
"-Xcc"
"-iquote."
"-Xcc"
"-iquotebazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin"
"-Xcc"
"-DDEBUG_MENU"
"-Xcc"
"-DCOCOAPODS"
"-Xcc"
"-DDEBUG_MENU=1"
"-Xcc"
"-DCOCOAPODS=1"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_same_package_framework_private_headers.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_public_hmap.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_hmap.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_angled_hmap.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift_vfs.swift.modulemap"
"-Xfrontend"
"-color-diagnostics"
"-num-threads"
"12"
"-module-name"
"ArchetypeWelcomeImpl"
"-index-store-path"
"bazel-out/_global_index_store"
"-DDEBUG_MENU"
"-DCOCOAPODS"
"-DDEBUG_MENU"
"-DCOCOAPODS"
"-parse-as-library"
"-DDEBUG_MENU"
"-DCOCOAPODS"
"-whole-module-optimization"
"-debug-prefix-map"
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/usr/include/objc/./=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/usr/include/objc/"
"-Xcc"
"-Ibazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_same_package_framework_private_headers.hmap"
"-Xfrontend"
"-vfsoverlaybazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift_vfs.yaml"
"-Xfrontend"
"-F/build_bazel_rules_ios/frameworks"
"-I/build_bazel_rules_ios/frameworks"
"-Xcc"
"-ivfsoverlaybazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift_vfs.yaml"
"-Xcc"
"-F/build_bazel_rules_ios/frameworks"
"-Xcc"
"-Ibazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_hmap.hmap"
"-Xcc"
"-Ibazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_public_hmap.hmap"
"-Xcc"
"-Ibazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_angled_hmap.hmap"
"-Xcc"
"-iquotebazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_hmap.hmap"
"-Xcc"
"-D__SWIFTC__"
"-Xfrontend"
"-no-clang-module-breadcrumbs"
"-swift-version"
"5"
"-Xcc"
"-I."
"-import-underlying-module"
"-static"
"-Xcc"
"-O0"
"-Xcc"
"-DDEBUG=1"
"-Xcc"
"-fstack-protector"
"-Xcc"
"-fstack-protector-all"
"Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/Sources/ArchetypeWelcomeViewController.swift"
"-output-file-map"
"bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift.output_file_map.json"
Kiesco08 commented 1 year ago

/tmp/bazel_ArchetypeWelcomeImpl.params.copy:

"-target"
"arm64-apple-ios14.0-simulator"
"-sdk"
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk"
"-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks"
"-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/Developer/Library/Frameworks"
"-I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib"
"-emit-object"
"-Xfrontend"
"-no-clang-module-breadcrumbs"
"-DDEBUG"
"-Onone"
"-Xfrontend"
"-no-serialize-debugging-options"
"-enable-testing"
"-g"
"-debug-prefix-map"
"/private/var/tmp/_bazel_franck/b6176c8b071fca5167f608abe13eaaf7/execroot/register=."
"-module-cache-path"
"bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_swift_module_cache"
"-pch-output-dir"
"bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/_pch_output_dir"
"-Xfrontend"
"-vfsoverlaybazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift.vfsoverlay.yaml"
"-I/__build_bazel_rules_swift/swiftmodules"
"-Xcc"
"-iquote."
"-Xcc"
"-iquotebazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin"
"-Xcc"
"-DDEBUG_MENU"
"-Xcc"
"-DCOCOAPODS"
"-Xcc"
"-DDEBUG_MENU=1"
"-Xcc"
"-DCOCOAPODS=1"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_same_package_framework_private_headers.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_public_hmap.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_hmap.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_angled_hmap.swift.modulemap"
"-Xcc"
"-fmodule-map-file=bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift_vfs.swift.modulemap"
"-Xfrontend"
"-color-diagnostics"
"-num-threads"
"12"
"-module-name"
"ArchetypeWelcomeImpl"
"-index-store-path"
"bazel-out/_global_index_store"
"-DDEBUG_MENU"
"-DCOCOAPODS"
"-DDEBUG_MENU"
"-DCOCOAPODS"
"-parse-as-library"
"-DDEBUG_MENU"
"-DCOCOAPODS"
"-whole-module-optimization"
"-debug-prefix-map"
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/usr/include/objc/./=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/usr/include/objc/"
"-Xcc"
"-Ibazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_same_package_framework_private_headers.hmap"
"-Xfrontend"
"-vfsoverlaybazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift_vfs.yaml"
"-Xfrontend"
"-F/build_bazel_rules_ios/frameworks"
"-I/build_bazel_rules_ios/frameworks"
"-Xcc"
"-ivfsoverlaybazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift_vfs.yaml"
"-Xcc"
"-F/build_bazel_rules_ios/frameworks"
"-Xcc"
"-Ibazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_hmap.hmap"
"-Xcc"
"-Ibazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_public_hmap.hmap"
"-Xcc"
"-Ibazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_angled_hmap.hmap"
"-Xcc"
"-iquotebazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_private_hmap.hmap"
"-Xcc"
"-D__SWIFTC__"
"-Xfrontend"
"-no-clang-module-breadcrumbs"
"-swift-version"
"5"
"-Xcc"
"-I."
"-import-underlying-module"
"-static"
"-Xcc"
"-O0"
"-Xcc"
"-DDEBUG=1"
"-Xcc"
"-fstack-protector"
"-Xcc"
"-fstack-protector-all"
"Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/Sources/ArchetypeWelcomeViewController.swift"
"-output-file-map"
"bazel-out/ios-sim_arm64-min14.0-applebin_ios-ios_sim_arm64-dbg-ST-3cfa6def5211/bin/Verticals/Archetype/Frameworks/ArchetypeWelcome/Impl/ArchetypeWelcomeImpl_swift.output_file_map.json"
johnno1962 commented 1 year ago

Thanks for getting back so quickly. I've pushed another 4.5.1RC1 release, build 7579. I needed to tighten up a regex to exclude newlines in the code that detects the sdk path to use during linking.

johnno1962 commented 1 year ago

Had to revise the load bearing regex again, build number now 7580.

Kiesco08 commented 1 year ago

It worked 🙌 thank you for iterating so quickly, this is amazing!

johnno1962 commented 1 year ago

Great! Let me know if you come up against something else but we're really moving things forward now. Thanks!

johnno1962 commented 1 year ago

I'll close this again as I'm not getting any more feedback at the moment.

elinfame commented 11 months ago

Has anyone gotten this working with bazel from the command line (i.e. w/o Tulsi nor rules_xcodeproj)? I was able to try the first method outlined in https://github.com/johnno1962/InjectionIII/blob/main/BAZEL.md using the Inject SPM package like so:

macos_application(
    name = "macos",
    linkopts = ["-interposable"],
)

and run the InjectionIII app, but then get:

bazel run ///subfolder:macos  -c dbg
💉 InjectionIII connected /path/to/my/workspace/WORKSPACE
💉 Watching files under the directory /path/to/my/workspace
💉 ⚠️ Could not locate compile command for /path/to/my/workspace/subfolder/file.swift.

with the 3rd line appearing once I try modifying file.swift. When I try the second method, I get

InjectionClient/Could not connect: Connection refused
💉 Unable to connect to InjectionIII app, falling back to standalone HotReloading.
💉 HotReloading available for sources under ["/Users/myusername"]
💉 ⚠️ Project unknown, please build it.

It seems to not find /path/to/my/workspace.

johnno1962 commented 11 months ago

Hi support for BAZEl is pretty limited and it need you to build inside Xcode so it can find the logs and parse out the commands to build files. I don't think I'll be able to support this configuration, sorry.