spotify / XCRemoteCache

Other
825 stars 50 forks source link

zero cache hit rates from consumer when `xcodebuild archive` #202

Open OliverKoo opened 1 year ago

OliverKoo commented 1 year ago

My integration setup Automatic integration using xcprepare integrate ...

Expected/desired behavior some cache hit rate from consumer build when run xcremotecache/xcprepare stats

Minimal reproduction of the problem with instructions just to give some context first to help debugging. I am on okoo/xcremotecache branch, which is 4 commits ahead of master. below is git log output

9ba305ba94d (HEAD -> okoo/xcremotecache, origin/okoo/xcremotecache) debug
f4d74d88292 test consumer mode
29c6a994cd2 fix lint
9cc03240428 XCRemoteCache init commit
c40599015cc (origin/master, origin/HEAD, master)

I am using an S3 as my cache server, here are the marker files in s3 Screenshot 2023-05-04 at 12 18 41 PM

As you can see I have done some producer builds locally. I then set up our CI machine to do a consumer builds on commit 9ba305b which have been published and marked in S3.

I have CI print out cache hit rates after the build and I see 0 hit which is quite weird.

+ xcremotecache/xcprepare stats
--
  | hit_count: 0
  | miss_count: 0
  | local_cache_bytes: 109490176
  | indexing_hit_count: 0
  | indexing_miss_count: 0

Here is a snippet of my network log on CI (I don't see anything suspicious):

023-05-04 07:43:29.106 E  xcprebuild[37658:6b69d] (SocketRocket) Couldn't verify if should disable RC for c40599015ccacf0113a5541b14958d7a3edfe1e3.
--
  | 2023-05-04 07:43:29.106 E  xcprebuild[37660:6b6a3] (SPUserResizableView) Couldn't verify if should disable RC for c40599015ccacf0113a5541b14958d7a3edfe1e3.
  | 2023-05-04 07:43:29.110 I  xcprebuild[37660:6b6a3] (SPUserResizableView) Found url to remapp: file:///Users/buildkite-agent/Library/Developer/Xcode/DerivedData/MyAppXcodegen-apsetnqeojpzqbfmmuxlqxqvsdpb/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/BuildProductsPath/. Remapping: /Users/buildkite-agent/Library/Developer/Xcode/DerivedData/MyAppXcodegen-apsetnqeojpzqbfmmuxlqxqvsdpb/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/BuildProductsPath
  | 2023-05-04 07:43:29.110 I  xcprebuild[37658:6b69d] (SocketRocket) Found url to remapp: file:///Users/buildkite-agent/Library/Developer/Xcode/DerivedData/MyAppXcodegen-apsetnqeojpzqbfmmuxlqxqvsdpb/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/BuildProductsPath/. Remapping: /Users/buildkite-agent/Library/Developer/Xcode/DerivedData/MyAppXcodegen-apsetnqeojpzqbfmmuxlqxqvsdpb/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/BuildProductsPath
  | 2023-05-04 07:43:29.110 I  xcprebuild[37660:6b6a3] (SPUserResizableView) Found url to remapp: file:///opt/homebrew/var/buildkite-agent/builds/ios-staging-agent-queue-i-0f47d16fe9ce8187c-1672/MyApp/oliver-ios-fast-build/. Remapping: /opt/homebrew/var/buildkite-agent/builds/ios-staging-agent-queue-i-0f47d16fe9ce8187c-1672/MyApp/oliver-ios-fast-build
  | 2023-05-04 07:43:29.110 I  xcprebuild[37658:6b69d] (SocketRocket) Found url to remapp: file:///opt/homebrew/var/buildkite-agent/builds/ios-staging-agent-queue-i-0f47d16fe9ce8187c-1672/MyApp/oliver-ios-fast-build/. Remapping: /opt/homebrew/var/buildkite-agent/builds/ios-staging-agent-queue-i-0f47d16fe9ce8187c-1672/MyApp/oliver-ios-fast-build
  | 2023-05-04 07:43:29.111 E  xcprebuild[37662:6b6ab] (XMLCoder) Couldn't verify if should disable RC for c40599015ccacf0113a5541b14958d7a3edfe1e3.
  | 2023-05-04 07:43:29.113 I  xcprebuild[37662:6b6ab] (XMLCoder) Found url to remapp: file:///Users/buildkite-agent/Library/Developer/Xcode/DerivedData/MyAppXcodegen-apsetnqeojpzqbfmmuxlqxqvsdpb/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/BuildProductsPath/. Remapping: /Users/buildkite-agent/Library/Developer/Xcode/DerivedData/MyAppXcodegen-apsetnqeojpzqbfmmuxlqxqvsdpb/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/BuildProductsPath
  | 2023-05-04 07:43:29.113 I  xcprebuild[37662:6b6ab] (XMLCoder) Found url to remapp: file:///opt/homebrew/var/buildkite-agent/builds/ios-staging-agent-queue-i-0f47d16fe9ce8187c-1672/MyApp/oliver-ios-fast-build/. Remapping: /opt/homebrew/var/buildkite-agent/builds/ios-staging-agent-queue-i-0f47d16fe9ce8187c-1672/MyApp/oliver-ios-fast-build

I do see 2 occurrences of this type of error in the 10 minute network log window

2023-05-04 07:45:04.381 E  xcprebuild[42937:6f5c1] (PINAVVideoPlayerBridge) Prebuild step failed with error: missingFile(file:///Users/buildkite-agent/Library/Developer/Xcode/DerivedData/MyAppXcodegen-apsetnqeojpzqbfmmuxlqxqvsdpb/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/BuildProductsPath/Release-iphoneos/VideoPlayerCommonBridge.framework/Headers/VideoPlayerCommonBridge-Swift.h.md5)

but my assumption is that I should still get some cache hit.

I did some investigation - following "Trouble shooting cache misses" list from this PR https://github.com/spotify/XCRemoteCache/pull/93/files. such as checking the consumer logs at ~/Library/Caches/XCRemoteCache/{your_host_path}/meta/*.json are not abs path. CI and local are on the same arch (M1). Ci is also for sure in consumer mode. I printed out user.rcinfo

xccc_file: /opt/homebrew/var/buildkite-agent/builds/ios-staging-agent-queue-i-0f47d16fe9ce8187c-1672/myorg/oliver-ios-fast-build/xcremotecache/xccc
recommended_cache_address: https://myorg-ios-cache-staging.s3.us-east-1.amazonaws.com/
mode: consumer

To eliminate the potential issue causing by our CI environment, I tried building locally too on master commit c40599015cc. and same thing I have 0 cache hit.

023-05-04 11:39:29.384 E  xcprebuild[17130:9fcfa7] (MyAppEnterprise) Couldn't verify if should disable RC for c40599015ccacf0113a5541b14958d7a3edfe1e3.
2023-05-04 11:39:29.388 I  xcprebuild[17130:9fcfa7] (MyAppEnterprise) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/BuildProductsPath/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/BuildProductsPath
2023-05-04 11:39:29.388 I  xcprebuild[17130:9fcfa7] (MyAppEnterprise) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-04 11:39:29.391 I  xcprebuild[17130:9fcfa7] (MyAppEnterprise) Making request https://MyApp-ios-cache-staging.s3.us-east-1.amazonaws.com/meta/c40599015ccacf0113a5541b14958d7a3edfe1e3-MyAppEnterprise-Release-iphoneos-14C18-be8fa8ae2f9ec27711df54eb2f59f26f.json
2023-05-04 11:40:03.257 I  xcprebuild[17130:9fcfa7] (MyAppEnterprise) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/IntermediateBuildFilesPath/MyAppXcodegen.build/Release-iphoneos/MyAppEnterprise.build/xccache/6125600ffbc049e55292f0588e445df9.zip
2023-05-04 11:42:16.751 I  xcprebuild[17130:9fcfa7] (MyAppEnterprise) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/IntermediateBuildFilesPath/MyAppXcodegen.build/Release-iphoneos/MyAppEnterprise.build/xccache/6125600ffbc049e55292f0588e445df9
2023-05-04 11:46:43.999 I  xcpostbuild[25377:a00e5b] (MyAppEnterprise) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/BuildProductsPath/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/BuildProductsPath
2023-05-04 11:46:44.000 I  xcpostbuild[25377:a00e5b] (MyAppEnterprise) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2

even building commit 9ba305ba on branch okoo/xcremotecache locally is not getting any cache hit

➜  /Users/okoo/Code/ios2 git:(okoo/xcremotecache) ✗ git rev-parse head                                                                    
9ba305ba94d5022fa2808adf4dce7dc42bb8052d
➜  /Users/okoo/Code/ios2 git:(okoo/xcremotecache) ✗ log show --predicate 'sender BEGINSWITH "xc"' --style compact --info --debug -last 1m 
Filtering the log data using "sender BEGINSWITH "xc""
Timestamp               Ty Process[PID:TID]
2023-05-04 12:45:44.586 E  xcprebuild[64625:a22c1c] (MyTooltipExperienceTests) Couldn't verify if should disable RC for c40599015ccacf0113a5541b14958d7a3edfe1e3.
2023-05-04 12:45:44.590 I  xcprebuild[64625:a22c1c] (MyTooltipExperienceTests) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Index.noindex/Build/Products/. RemapMyg: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Index.noindex/Build/Products
2023-05-04 12:45:44.590 I  xcprebuild[64625:a22c1c] (MyTooltipExperienceTests) Found url to remapp: file:///Users/okoo/Code/ios2/. RemapMyg: /Users/okoo/Code/ios2
2023-05-04 12:45:44.592 I  xcprebuild[64625:a22c1c] (MyTooltipExperienceTests) Making request https://myapp-ios-cache-staging.s3.us-east-1.amazonaws.com/meta/c40599015ccacf0113a5541b14958d7a3edfe1e3-MyTooltipExperienceTests-Debug-iphonesimulator-14C18-8c53e3ff645321f1ba6188c37c057c02.json
2023-05-04 12:45:45.147 I  xcprebuild[64625:a22c1f] (MyTooltipExperienceTests) Network request failed with unsuccessful code 404
2023-05-04 12:45:45.147 E  xcprebuild[64625:a22c1c] (MyTooltipExperienceTests) Prebuild step failed with error: unsuccessfulResponse(status: 404)
2023-05-04 12:45:55.457 E  xcprebuild[64663:a22d67] (MyAVVideoPlayerBridgeTests) Couldn't verify if should disable RC for c40599015ccacf0113a5541b14958d7a3edfe1e3.
2023-05-04 12:45:55.460 I  xcprebuild[64663:a22d67] (MyAVVideoPlayerBridgeTests) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Index.noindex/Build/Products/. RemapMyg: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Index.noindex/Build/Products
2023-05-04 12:45:55.460 I  xcprebuild[64663:a22d67] (MyAVVideoPlayerBridgeTests) Found url to remapp: file:///Users/okoo/Code/ios2/. RemapMyg: /Users/okoo/Code/ios2
2023-05-04 12:45:55.462 I  xcprebuild[64663:a22d67] (MyAVVideoPlayerBridgeTests) Making request https://myapp-ios-cache-staging.s3.us-east-1.amazonaws.com/meta/c40599015ccacf0113a5541b14958d7a3edfe1e3-MyAVVideoPlayerBridgeTests-Debug-iphonesimulator-14C18-d456ff1952b0a156ee1c94b525aaa28c.json
2023-05-04 12:45:56.368 I  xcprebuild[64663:a22d68] (MyAVVideoPlayerBridgeTests) Network request failed with unsuccessful code 404
2023-05-04 12:45:56.370 E  xcprebuild[64663:a22d67] (MyAVVideoPlayerBridgeTests) Prebuild step failed with error: unsuccessfulResponse(status: 404)
2023-05-04 12:46:00.946 E  xcprebuild[64696:a22e16] (MyInterestModelConstantsTests) Couldn't verify if should disable RC for c40599015ccacf0113a5541b14958d7a3edfe1e3.
2023-05-04 12:46:00.949 I  xcprebuild[64696:a22e16] (MyInterestModelConstantsTests) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Index.noindex/Build/Products/. RemapMyg: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Index.noindex/Build/Products
2023-05-04 12:46:00.949 I  xcprebuild[64696:a22e16] (MyInterestModelConstantsTests) Found url to remapp: file:///Users/okoo/Code/ios2/. RemapMyg: /Users/okoo/Code/ios2
2023-05-04 12:46:00.951 I  xcprebuild[64696:a22e16] (MyInterestModelConstantsTests) Making request https://myapp-ios-cache-staging.s3.us-east-1.amazonaws.com/meta/c40599015ccacf0113a5541b14958d7a3edfe1e3-MyInterestModelConstantsTests-Debug-iphonesimulator-14C18-e18914f406199edbcbe44a97fd5776bc.json
2023-05-04 12:46:01.470 I  xcprebuild[64696:a22e18] (MyInterestModelConstantsTests) Network request failed with unsuccessful code 404
2023-05-04 12:46:01.470 E  xcprebuild[64696:a22e16] (MyInterestModelConstantsTests) Prebuild step failed with error: unsuccessfulResponse(status: 404)

I know XCRemoteCache was working at some points, I remember my stats at one points shows non zero cache hits. I am guessing maybe I don't have my set up done correctly?

polac24 commented 1 year ago

Hi! I am curious if your targets build (mostly) static or dynamic libraries/frameworks and if if those are organized as libraries or frameworks?

Also, this section might be interesting in troubleshooting.

As the next step, I would inspect the file structure of an unzipped artifact (you can also take zips from ~/Library/Caches/XCRemoteCache/....) like:

tree /Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/IntermediateBuildFilesPath/MyAppXcodegen.build/Release-iphoneos/MyAppEnterprise.build/xccache/6125600ffbc049e55292f0588e445df9 

especially, I would pay attention to the json file there, which lists all files that should exist on disk prior to the target build execution phase.

OliverKoo commented 1 year ago

Hi! the targets are a mix, but mostly in static (154 static targets and 53 dynamic), and most of these are in frameworks.

I am still in the process of debugging, I am wondering what does Couldn't verify if should disable RC for <sha> , what does this entail?

Here is a more comprehensive consumer logs (the full log is too long to post here) - https://gist.github.com/OliverKoo/24a05e83db11b960f51d412cb1ac380b

OliverKoo commented 1 year ago

new observation - if I change to build targets in Debug configuration then consumer mode would have cache hits. (with docker as backend server)

What I did:

  1. delete DerviedData dir
  2. auto integrate xcremotecache/xcprepare integrate --input MyAppXcodegen.xcodeproj --mode producer --final-producer-target MyAppDevelopment
  3. build xcodebuild -verbose -project MyAppXcodegen.xcodeproj -scheme MyAppDevelopment -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.2' build
  4. xcremotecache/xcprepare mark --configuration Debug --platform iphonesimulator
  5. delete DerviedData again, and change to consumer mode xcremotecache/xcprepare integrate --input MyAppXcodegen.xcodeproj --mode consumer

consumer logs

 Timestamp               Ty Process[PID:TID]
2023-05-05 16:44:01.986 I  xcpostbuild[26433:c4f326] (MyAppModelFoundation) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:01.986 I  xcpostbuild[26433:c4f326] (MyAppModelFoundation) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:02.094 I  xcpostbuild[26444:c4f343] (MyAppKeychain) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:02.094 I  xcpostbuild[26444:c4f343] (MyAppKeychain) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:02.166 I  xcpostbuild[26445:c4f34b] (MyAppInterestModelConstants) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:02.166 I  xcpostbuild[26445:c4f34b] (MyAppInterestModelConstants) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:02.192 I  xcpostbuild[26447:c4f350] (MyAppHomeDecorAR) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:02.192 I  xcpostbuild[26447:c4f350] (MyAppHomeDecorAR) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:04.166 I  xcpostbuild[26511:c4f3cf] (MyAppFuture) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:04.167 I  xcpostbuild[26511:c4f3cf] (MyAppFuture) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:04.281 E  xcprebuild[26519:c4f3e1] (MyAppModels) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:04.363 I  xcprebuild[26519:c4f3e1] (MyAppModels) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:04.363 I  xcprebuild[26519:c4f3e1] (MyAppModels) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:04.363 I  xcprebuild[26519:c4f3e1] (MyAppModels) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppModels-Debug-iphonesimulator-14C18-fd94d774a2714e969089d0c61eea8a2c.json
2023-05-05 16:44:04.706 I  xcswiftc[26534:c4f3f6] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/LocalMediaCache.build/Objects-normal/arm64/LocalMediaCache.swiftinterface
2023-05-05 16:44:04.707 I  xcswiftc[26534:c4f3f6] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/LocalMediaCache.build/Objects-normal/arm64/LocalMediaCache.private.swiftinterface
2023-05-05 16:44:04.712 I  xcswiftc[26534:c4f3f6] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:04.733 I  xcswiftc[26536:c4f3fc] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/KeyValueService.build/Objects-normal/arm64/KeyValueService.private.swiftinterface
2023-05-05 16:44:04.735 I  xcswiftc[26536:c4f3fc] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/KeyValueService.build/Objects-normal/arm64/KeyValueService.swiftinterface
2023-05-05 16:44:04.740 I  xcswiftc[26536:c4f3fc] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:04.844 I  xcpostbuild[26542:c4f412] (MyAppCommandLineOptions) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:04.844 I  xcpostbuild[26542:c4f412] (MyAppCommandLineOptions) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:04.963 E  xcprebuild[26547:c4f422] (MyAppCrypto) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:04.971 I  xcpostbuild[26544:c4f41d] (MyAppFoundation) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:04.971 I  xcpostbuild[26544:c4f41d] (MyAppFoundation) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:04.973 I  xcprebuild[26547:c4f422] (MyAppCrypto) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:04.973 I  xcprebuild[26547:c4f422] (MyAppCrypto) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:04.973 I  xcprebuild[26547:c4f422] (MyAppCrypto) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppCrypto-Debug-iphonesimulator-14C18-3470ebb1fe9506da7db17beb424ab2ac.json
2023-05-05 16:44:05.011 E  xcprebuild[26549:c4f42b] (MyAppCache) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:05.102 I  xcprebuild[26549:c4f42b] (MyAppCache) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:05.102 I  xcprebuild[26549:c4f42b] (MyAppCache) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:05.102 I  xcprebuild[26549:c4f42b] (MyAppCache) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppCache-Debug-iphonesimulator-14C18-1e6d4152812675a31790f9881d9e097f.json
2023-05-05 16:44:05.201 I  xcswiftc[26535:c4f3fb] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/LineSDK.build/Objects-normal/arm64/LineSDK.private.swiftinterface
2023-05-05 16:44:05.202 I  xcswiftc[26535:c4f3fb] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/LineSDK.build/Objects-normal/arm64/LineSDK.swiftinterface
2023-05-05 16:44:05.511 E  xcprebuild[26573:c4f45b] (MQTTClient) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:05.575 I  xcpostbuild[26574:c4f472] (KVOController) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:05.575 I  xcpostbuild[26574:c4f472] (KVOController) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:05.643 I  xcprebuild[26573:c4f45b] (MQTTClient) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:05.643 I  xcprebuild[26573:c4f45b] (MQTTClient) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:05.644 I  xcprebuild[26573:c4f45b] (MQTTClient) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MQTTClient-Debug-iphonesimulator-14C18-be2beb13d0a2a449021c69d5103af49a.json
2023-05-05 16:44:05.882 I  xcswiftc[26535:c4f3fb] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:06.438 I  xcprebuild[26549:c4f42b] (MyAppCache) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppCache.build/xccache/0ac3761757bee7d8b9d8d16c613ad159.zip
2023-05-05 16:44:06.474 I  xcprebuild[26549:c4f42b] (MyAppCache) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppCache.build/xccache/0ac3761757bee7d8b9d8d16c613ad159
2023-05-05 16:44:06.634 I  xcprebuild[26547:c4f422] (MyAppCrypto) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppCrypto.build/xccache/e0749c9e9611375df48131b97e8c3065.zip
2023-05-05 16:44:06.641 I  xcprebuild[26547:c4f422] (MyAppCrypto) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppCrypto.build/xccache/e0749c9e9611375df48131b97e8c3065
2023-05-05 16:44:06.677 I  xcpostbuild[26583:c4f4a0] (MyAppAudioPlayer) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:06.677 I  xcpostbuild[26583:c4f4a0] (MyAppAudioPlayer) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:06.699 I  xcprebuild[26573:c4f45b] (MQTTClient) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MQTTClient.build/xccache/be5b215c9ddb113250b716679c715862.zip
2023-05-05 16:44:06.722 I  xcprebuild[26573:c4f45b] (MQTTClient) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MQTTClient.build/xccache/be5b215c9ddb113250b716679c715862
2023-05-05 16:44:06.768 E  xcprebuild[26587:c4f4ae] (MyAppReportPin) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:06.775 I  xcprebuild[26587:c4f4ae] (MyAppReportPin) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:06.775 I  xcprebuild[26587:c4f4ae] (MyAppReportPin) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:06.775 I  xcprebuild[26587:c4f4ae] (MyAppReportPin) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppReportPin-Debug-iphonesimulator-14C18-2157c787259379871d9e8a9a20d3f3ad.json
2023-05-05 16:44:06.821 E  xcprebuild[26588:c4f4b5] (MyAppNotificationManager) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:06.827 I  xcprebuild[26588:c4f4b5] (MyAppNotificationManager) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:06.827 I  xcprebuild[26588:c4f4b5] (MyAppNotificationManager) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:06.827 I  xcprebuild[26588:c4f4b5] (MyAppNotificationManager) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppNotificationManager-Debug-iphonesimulator-14C18-85019531a28f1ddc98bda0f92f2a27e7.json
2023-05-05 16:44:06.866 E  xcprebuild[26589:c4f4bb] (MyAppNetworking) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:06.872 I  xcprebuild[26589:c4f4bb] (MyAppNetworking) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:06.872 I  xcprebuild[26589:c4f4bb] (MyAppNetworking) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:06.873 I  xcprebuild[26589:c4f4bb] (MyAppNetworking) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppNetworking-Debug-iphonesimulator-14C18-6aa1f729af1089fa64c0caa3690480df.json
2023-05-05 16:44:07.430 I  xcprebuild[26588:c4f4b5] (MyAppNotificationManager) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppNotificationManager.build/xccache/2e687eea0881266184eed72188eb5830.zip
2023-05-05 16:44:07.444 I  xcprebuild[26588:c4f4b5] (MyAppNotificationManager) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppNotificationManager.build/xccache/2e687eea0881266184eed72188eb5830
2023-05-05 16:44:07.491 I  xcprebuild[26587:c4f4ae] (MyAppReportPin) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppReportPin.build/xccache/6f8e983f5d52ce70d94543c8bbc81a35.zip
2023-05-05 16:44:07.499 I  xcprebuild[26587:c4f4ae] (MyAppReportPin) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppReportPin.build/xccache/6f8e983f5d52ce70d94543c8bbc81a35
2023-05-05 16:44:07.841 I  xcprebuild[26589:c4f4bb] (MyAppNetworking) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppNetworking.build/xccache/8a4c8d49fdd52215d355ca4fb3f38157.zip
2023-05-05 16:44:07.884 I  xcprebuild[26589:c4f4bb] (MyAppNetworking) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppNetworking.build/xccache/8a4c8d49fdd52215d355ca4fb3f38157
2023-05-05 16:44:08.089 I  xcpostbuild[26610:c4f503] (MyAppReportPin) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:08.089 I  xcpostbuild[26610:c4f503] (MyAppReportPin) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:08.205 I  xcpostbuild[26615:c4f50f] (MyAppNotificationManager) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:08.205 I  xcpostbuild[26615:c4f50f] (MyAppNotificationManager) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:10.449 I  xcprebuild[26519:c4f3e1] (MyAppModels) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppModels.build/xccache/9c92fcdb4a6d5bd20c29cdfab98918e6.zip
2023-05-05 16:44:11.278 I  xcprebuild[26519:c4f3e1] (MyAppModels) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppModels.build/xccache/9c92fcdb4a6d5bd20c29cdfab98918e6
2023-05-05 16:44:11.557 I  xcpostbuild[26654:c4f588] (MyAppNetworking) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:11.557 I  xcpostbuild[26654:c4f588] (MyAppNetworking) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:15.660 I  xcpostbuild[27127:c4f7c6] (MyAppCrypto) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:15.660 I  xcpostbuild[27127:c4f7c6] (MyAppCrypto) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:15.725 I  xcpostbuild[27131:c4f7d1] (MyAppCache) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:15.725 I  xcpostbuild[27131:c4f7d1] (MyAppCache) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:15.747 E  xcprebuild[27135:c4f7d7] (MyAppiCloudKeychain) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:15.762 I  xcprebuild[27135:c4f7d7] (MyAppiCloudKeychain) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:15.762 I  xcprebuild[27135:c4f7d7] (MyAppiCloudKeychain) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:15.762 I  xcprebuild[27135:c4f7d7] (MyAppiCloudKeychain) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppiCloudKeychain-Debug-iphonesimulator-14C18-156485b700cf78b8e2e1aaf9f08edddc.json
2023-05-05 16:44:15.824 I  xcpostbuild[27136:c4f7de] (MyAppModels) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:15.824 I  xcpostbuild[27136:c4f7de] (MyAppModels) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:16.414 E  xcprebuild[27183:c4f82e] (MFEMakeupKit) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:16.427 I  xcprebuild[27183:c4f82e] (MFEMakeupKit) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:16.427 I  xcprebuild[27183:c4f82e] (MFEMakeupKit) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:16.427 I  xcprebuild[27183:c4f82e] (MFEMakeupKit) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MFEMakeupKit-Debug-iphonesimulator-14C18-fc65c521c0006b1ef9a182ec955b1e6c.json
2023-05-05 16:44:16.445 E  xcprebuild[27185:c4f835] (MyAppAVFoundation) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:16.462 I  xcprebuild[27183:c4f82e] (MFEMakeupKit) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MFEMakeupKit.build/xccache/248bc029052c469693720de9dba18765.zip
2023-05-05 16:44:16.463 I  xcprebuild[27185:c4f835] (MyAppAVFoundation) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:16.463 I  xcprebuild[27185:c4f835] (MyAppAVFoundation) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:16.463 I  xcprebuild[27185:c4f835] (MyAppAVFoundation) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppAVFoundation-Debug-iphonesimulator-14C18-c3711ca19b4b8a9c3c768aa03303748d.json
2023-05-05 16:44:16.470 I  xcprebuild[27183:c4f82e] (MFEMakeupKit) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MFEMakeupKit.build/xccache/248bc029052c469693720de9dba18765
2023-05-05 16:44:17.029 I  xcpostbuild[27190:c4f84b] (MQTTClient) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:17.029 I  xcpostbuild[27190:c4f84b] (MQTTClient) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:17.070 I  xcpostbuild[27191:c4f850] (LocalMediaCache) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:17.070 I  xcpostbuild[27191:c4f850] (LocalMediaCache) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:17.121 I  xcpostbuild[27193:c4f858] (KeyValueService) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:17.121 I  xcpostbuild[27193:c4f858] (KeyValueService) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:17.161 I  xcpostbuild[27194:c4f85f] (LineSDK) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:17.161 I  xcpostbuild[27194:c4f85f] (LineSDK) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:17.213 I  xcpostbuild[27198:c4f86b] (IGListDiffKit) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:17.213 I  xcpostbuild[27198:c4f86b] (IGListDiffKit) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:17.524 E  xcprebuild[27213:c4f8aa] (MyAppPerformanceLogger) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:17.532 I  xcprebuild[27213:c4f8aa] (MyAppPerformanceLogger) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:17.532 I  xcprebuild[27213:c4f8aa] (MyAppPerformanceLogger) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:17.532 I  xcprebuild[27213:c4f8aa] (MyAppPerformanceLogger) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppPerformanceLogger-Debug-iphonesimulator-14C18-30ae09ecabc00b1b02db09066dcd9b0b.json
2023-05-05 16:44:17.561 E  xcprebuild[27214:c4f8b1] (MyAppExtensionHTTPClient) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:17.581 I  xcprebuild[27214:c4f8b1] (MyAppExtensionHTTPClient) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:17.581 I  xcprebuild[27214:c4f8b1] (MyAppExtensionHTTPClient) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:17.581 I  xcprebuild[27214:c4f8b1] (MyAppExtensionHTTPClient) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppExtensionHTTPClient-Debug-iphonesimulator-14C18-d5e8c1368866c108b9437f7471d60c6f.json
2023-05-05 16:44:17.611 E  xcprebuild[27215:c4f8b8] (MyAppAppBadge) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:17.618 I  xcprebuild[27215:c4f8b8] (MyAppAppBadge) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:17.618 I  xcprebuild[27215:c4f8b8] (MyAppAppBadge) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:17.619 I  xcprebuild[27215:c4f8b8] (MyAppAppBadge) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppAppBadge-Debug-iphonesimulator-14C18-c9c14b6b7a22b229e567ecb8fda5faaf.json
2023-05-05 16:44:17.633 I  xcprebuild[27135:c4f7d7] (MyAppiCloudKeychain) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppiCloudKeychain.build/xccache/52b8a4ccdacc9f6c5479482623fe60aa.zip
2023-05-05 16:44:17.653 I  xcprebuild[27135:c4f7d7] (MyAppiCloudKeychain) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppiCloudKeychain.build/xccache/52b8a4ccdacc9f6c5479482623fe60aa
2023-05-05 16:44:17.897 E  xcprebuild[27220:c4f8cb] (LoggingManager) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:17.909 I  xcprebuild[27220:c4f8cb] (LoggingManager) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:17.909 I  xcprebuild[27220:c4f8cb] (LoggingManager) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:17.910 I  xcprebuild[27220:c4f8cb] (LoggingManager) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-LoggingManager-Debug-iphonesimulator-14C18-fde98e8764e67ee74ad8eb2418827b73.json
2023-05-05 16:44:19.708 I  xcprebuild[27214:c4f8b1] (MyAppExtensionHTTPClient) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppExtensionHTTPClient.build/xccache/eadf987f06d0e6bfb60762f3d0e97061.zip
2023-05-05 16:44:19.732 I  xcprebuild[27214:c4f8b1] (MyAppExtensionHTTPClient) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppExtensionHTTPClient.build/xccache/eadf987f06d0e6bfb60762f3d0e97061
2023-05-05 16:44:19.915 I  xcprebuild[27215:c4f8b8] (MyAppAppBadge) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAppBadge.build/xccache/c45ae8548e99c32ae80ffd1949228039.zip
2023-05-05 16:44:19.941 I  xcprebuild[27215:c4f8b8] (MyAppAppBadge) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAppBadge.build/xccache/c45ae8548e99c32ae80ffd1949228039
2023-05-05 16:44:20.014 I  xcprebuild[27185:c4f835] (MyAppAVFoundation) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAVFoundation.build/xccache/3dcc2714ffe13197432e1fd420b80263.zip
2023-05-05 16:44:20.035 I  xcpostbuild[27226:c4f90a] (MyAppiCloudKeychain) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:20.035 I  xcpostbuild[27226:c4f90a] (MyAppiCloudKeychain) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:20.044 I  xcprebuild[27220:c4f8cb] (LoggingManager) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/LoggingManager.build/xccache/e4cf04e3084e6a1f81fb34a6527695c1.zip
2023-05-05 16:44:20.079 I  xcprebuild[27185:c4f835] (MyAppAVFoundation) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAVFoundation.build/xccache/3dcc2714ffe13197432e1fd420b80263
2023-05-05 16:44:20.096 I  xcprebuild[27220:c4f8cb] (LoggingManager) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/LoggingManager.build/xccache/e4cf04e3084e6a1f81fb34a6527695c1
2023-05-05 16:44:20.229 E  xcprebuild[27230:c4f914] (UserSessionUtilities) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:20.240 I  xcprebuild[27230:c4f914] (UserSessionUtilities) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:20.240 I  xcprebuild[27230:c4f914] (UserSessionUtilities) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:20.240 I  xcprebuild[27230:c4f914] (UserSessionUtilities) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-UserSessionUtilities-Debug-iphonesimulator-14C18-62fde63b46dec575b8331c0a26175684.json
2023-05-05 16:44:20.536 I  xcpostbuild[27235:c4f925] (MyAppExtensionHTTPClient) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:20.536 I  xcpostbuild[27235:c4f925] (MyAppExtensionHTTPClient) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:20.860 E  xcprebuild[27238:c4f930] (MyAppExperience) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:20.890 I  xcprebuild[27238:c4f930] (MyAppExperience) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:20.891 I  xcprebuild[27238:c4f930] (MyAppExperience) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:20.891 I  xcprebuild[27238:c4f930] (MyAppExperience) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppExperience-Debug-iphonesimulator-14C18-ae29c59f97a421c28f22a120bfea4fcd.json
2023-05-05 16:44:21.530 I  xcprebuild[27213:c4f8aa] (MyAppPerformanceLogger) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppPerformanceLogger.build/xccache/d05baf84771b6ad55380ab17c66efff9.zip
2023-05-05 16:44:21.782 I  xcprebuild[27213:c4f8aa] (MyAppPerformanceLogger) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppPerformanceLogger.build/xccache/d05baf84771b6ad55380ab17c66efff9
2023-05-05 16:44:22.584 E  xcprebuild[27266:c4f980] (MyAppContextLogger) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:22.596 I  xcprebuild[27266:c4f980] (MyAppContextLogger) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:22.596 I  xcprebuild[27266:c4f980] (MyAppContextLogger) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:22.597 I  xcprebuild[27266:c4f980] (MyAppContextLogger) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppContextLogger-Debug-iphonesimulator-14C18-a61fff31dbeeea56d8a308419e4f72f8.json
2023-05-05 16:44:22.653 E  xcprebuild[27268:c4f987] (MyAppAppFactory) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:22.701 I  xcprebuild[27268:c4f987] (MyAppAppFactory) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:22.702 I  xcprebuild[27268:c4f987] (MyAppAppFactory) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:22.702 I  xcprebuild[27268:c4f987] (MyAppAppFactory) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppAppFactory-Debug-iphonesimulator-14C18-3e93beccddfcb9aca8e326560befa4a2.json
2023-05-05 16:44:22.944 I  xcpostbuild[27276:c4f9ac] (MyAppPerformanceLogger) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:22.944 I  xcpostbuild[27276:c4f9ac] (MyAppPerformanceLogger) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:22.975 E  xcprebuild[27277:c4f9b3] (MyAppRemoteImage) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:22.989 I  xcprebuild[27277:c4f9b3] (MyAppRemoteImage) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:22.989 I  xcprebuild[27277:c4f9b3] (MyAppRemoteImage) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:22.990 I  xcprebuild[27277:c4f9b3] (MyAppRemoteImage) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppRemoteImage-Debug-iphonesimulator-14C18-c2eedbad27d50971b713b0ab3c413a87.json
2023-05-05 16:44:23.136 I  xcpostbuild[27279:c4f9be] (MyAppAppBadge) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:23.136 I  xcpostbuild[27279:c4f9be] (MyAppAppBadge) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:23.229 I  xcswiftc[27283:c4f9c5] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/LoggingManager.build/Objects-normal/arm64/LoggingManager.swiftinterface
2023-05-05 16:44:23.230 I  xcswiftc[27283:c4f9c5] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/LoggingManager.build/Objects-normal/arm64/LoggingManager.private.swiftinterface
2023-05-05 16:44:23.233 I  xcswiftc[27283:c4f9c5] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:23.407 I  xcpostbuild[27291:c4f9da] (MFEMakeupKit) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:23.413 I  xcpostbuild[27291:c4f9da] (MFEMakeupKit) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:23.554 I  xcpostbuild[27295:c4f9e4] (MyAppAVFoundation) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:23.554 I  xcpostbuild[27295:c4f9e4] (MyAppAVFoundation) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:23.644 I  xcpostbuild[27296:c4f9eb] (LoggingManager) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:23.644 I  xcpostbuild[27296:c4f9eb] (LoggingManager) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:23.699 E  xcprebuild[27297:c4f9f0] (MyAppCoreMetrics) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:23.712 I  xcprebuild[27297:c4f9f0] (MyAppCoreMetrics) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:23.712 I  xcprebuild[27297:c4f9f0] (MyAppCoreMetrics) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:23.713 I  xcprebuild[27297:c4f9f0] (MyAppCoreMetrics) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppCoreMetrics-Debug-iphonesimulator-14C18-148eaf5b6539c3692929334c22e519d2.json
2023-05-05 16:44:24.271 I  xcpostbuild[27313:c4fa5a] (GoogleToolboxForMac) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:24.271 I  xcpostbuild[27313:c4fa5a] (GoogleToolboxForMac) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:24.336 I  xcswiftc[27314:c4fa5f] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Gestalt.build/Objects-normal/arm64/Gestalt.swiftinterface
2023-05-05 16:44:24.338 I  xcswiftc[27314:c4fa5f] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Gestalt.build/Objects-normal/arm64/Gestalt.private.swiftinterface
2023-05-05 16:44:24.343 I  xcswiftc[27314:c4fa5f] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:25.125 I  xcprebuild[27277:c4f9b3] (MyAppRemoteImage) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppRemoteImage.build/xccache/cf59aafefcb3c89fc2e4f3c96052942b.zip
2023-05-05 16:44:25.162 I  xcprebuild[27277:c4f9b3] (MyAppRemoteImage) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppRemoteImage.build/xccache/cf59aafefcb3c89fc2e4f3c96052942b
2023-05-05 16:44:25.428 I  xcpostbuild[27325:c4fa88] (Gestalt) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:25.428 I  xcpostbuild[27325:c4fa88] (Gestalt) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:25.487 I  xcprebuild[27230:c4f914] (UserSessionUtilities) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/UserSessionUtilities.build/xccache/b7b00f73c10835d976eb425dbea0a44f.zip
2023-05-05 16:44:25.667 I  xcprebuild[27230:c4f914] (UserSessionUtilities) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/UserSessionUtilities.build/xccache/b7b00f73c10835d976eb425dbea0a44f
2023-05-05 16:44:25.755 I  xcprebuild[27297:c4f9f0] (MyAppCoreMetrics) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppCoreMetrics.build/xccache/654ec6affb39fd68e95701617ee410e8.zip
2023-05-05 16:44:25.807 I  xcprebuild[27297:c4f9f0] (MyAppCoreMetrics) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppCoreMetrics.build/xccache/654ec6affb39fd68e95701617ee410e8
2023-05-05 16:44:26.098 I  xcswiftc[27337:c4fabc] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/UserSessionUtilities.build/Objects-normal/arm64/UserSessionUtilities.swiftinterface
2023-05-05 16:44:26.110 I  xcswiftc[27337:c4fabc] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/UserSessionUtilities.build/Objects-normal/arm64/UserSessionUtilities.private.swiftinterface
2023-05-05 16:44:26.118 I  xcswiftc[27337:c4fabc] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:26.491 I  xcpostbuild[27374:c4faf8] (MyAppRemoteImage) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:26.491 I  xcpostbuild[27374:c4faf8] (MyAppRemoteImage) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:26.608 I  xcpostbuild[27377:c4fb05] (MyAppCoreMetrics) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:26.608 I  xcpostbuild[27377:c4fb05] (MyAppCoreMetrics) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:26.633 I  xcprebuild[27238:c4f930] (MyAppExperience) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppExperience.build/xccache/06de4d71b8c61ff819728f6070e17053.zip
2023-05-05 16:44:26.673 I  xcpostbuild[27380:c4fb0d] (UserSessionUtilities) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:26.673 I  xcpostbuild[27380:c4fb0d] (UserSessionUtilities) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:26.770 I  xcprebuild[27238:c4f930] (MyAppExperience) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppExperience.build/xccache/06de4d71b8c61ff819728f6070e17053
2023-05-05 16:44:26.944 I  xcpostbuild[27390:c4fb24] (GTMSessionFetcher) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:26.944 I  xcpostbuild[27390:c4fb24] (GTMSessionFetcher) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:27.195 I  xcprebuild[27268:c4f987] (MyAppAppFactory) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAppFactory.build/xccache/f67aa6a70f7f688441bc5b8c3eb05b23.zip
2023-05-05 16:44:27.238 I  xcprebuild[27268:c4f987] (MyAppAppFactory) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAppFactory.build/xccache/f67aa6a70f7f688441bc5b8c3eb05b23
2023-05-05 16:44:27.276 I  xcswiftc[27422:c4fb4e] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/CombineUtils.build/Objects-normal/arm64/CombineUtils.private.swiftinterface
2023-05-05 16:44:27.278 I  xcswiftc[27422:c4fb4e] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/CombineUtils.build/Objects-normal/arm64/CombineUtils.swiftinterface
2023-05-05 16:44:27.283 I  xcswiftc[27421:c4fb4d] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ContextualMenu.build/Objects-normal/arm64/ContextualMenu.swiftinterface
2023-05-05 16:44:27.284 I  xcswiftc[27421:c4fb4d] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ContextualMenu.build/Objects-normal/arm64/ContextualMenu.private.swiftinterface
2023-05-05 16:44:27.286 I  xcswiftc[27421:c4fb4d] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:27.286 I  xcswiftc[27422:c4fb4e] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:27.341 I  xcpostbuild[27431:c4fb64] (MyAppExperience) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:27.341 I  xcpostbuild[27431:c4fb64] (MyAppExperience) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:27.416 I  xcswiftc[27437:c4fb78] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Charts.build/Objects-normal/arm64/Charts.swiftinterface
2023-05-05 16:44:27.418 I  xcswiftc[27437:c4fb78] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Charts.build/Objects-normal/arm64/Charts.private.swiftinterface
2023-05-05 16:44:27.513 I  xcpostbuild[27450:c4fb9b] (FBAnimationPerformanceTracker) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:27.513 I  xcpostbuild[27450:c4fb9b] (FBAnimationPerformanceTracker) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:27.548 I  xcswiftc[27437:c4fb78] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:27.554 I  xcpostbuild[27453:c4fba8] (FBLPromises) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:27.554 I  xcpostbuild[27453:c4fba8] (FBLPromises) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:27.599 E  xcprebuild[27456:c4fbb2] (Experiment) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:27.607 I  xcprebuild[27456:c4fbb2] (Experiment) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:27.607 I  xcprebuild[27456:c4fbb2] (Experiment) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:27.607 I  xcprebuild[27456:c4fbb2] (Experiment) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-Experiment-Debug-iphonesimulator-14C18-98bd9d982bf66bfe46a521234d061ea9.json
2023-05-05 16:44:27.641 I  xcpostbuild[27457:c4fbba] (ContextualMenu) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:27.641 I  xcpostbuild[27457:c4fbba] (ContextualMenu) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:27.664 I  xcprebuild[27266:c4f980] (MyAppContextLogger) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppContextLogger.build/xccache/4f46845957986a3344b67b45cf6e08d7.zip
2023-05-05 16:44:27.681 E  xcprebuild[27458:c4fbc0] (ChangelogService) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:27.709 I  xcprebuild[27458:c4fbc0] (ChangelogService) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:27.709 I  xcprebuild[27458:c4fbc0] (ChangelogService) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:27.710 I  xcprebuild[27458:c4fbc0] (ChangelogService) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-ChangelogService-Debug-iphonesimulator-14C18-3f946dc9cad7f83a7073301d7e4934ce.json
2023-05-05 16:44:27.737 I  xcpostbuild[27461:c4fbcb] (CombineUtils) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:27.737 I  xcpostbuild[27461:c4fbcb] (CombineUtils) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:27.826 I  xcprebuild[27266:c4f980] (MyAppContextLogger) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppContextLogger.build/xccache/4f46845957986a3344b67b45cf6e08d7
2023-05-05 16:44:28.113 E  xcprebuild[27486:c4fbfe] (AsyncDisplayKit) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:28.140 I  xcprebuild[27486:c4fbfe] (AsyncDisplayKit) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:28.140 I  xcprebuild[27486:c4fbfe] (AsyncDisplayKit) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:28.141 I  xcprebuild[27486:c4fbfe] (AsyncDisplayKit) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-AsyncDisplayKit-Debug-iphonesimulator-14C18-a4a577a64a2c811d3b037510b6308421.json
2023-05-05 16:44:28.144 I  xcpostbuild[27487:c4fc02] (Charts) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:28.144 I  xcpostbuild[27487:c4fc02] (Charts) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:28.287 E  xcprebuild[27494:c4fc17] (MyAppTooltipExperience) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:28.297 I  xcprebuild[27494:c4fc17] (MyAppTooltipExperience) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:28.297 I  xcprebuild[27494:c4fc17] (MyAppTooltipExperience) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:28.297 I  xcprebuild[27494:c4fc17] (MyAppTooltipExperience) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppTooltipExperience-Debug-iphonesimulator-14C18-8c9382c0aa8dff81d6edc0cf6e8001bf.json
2023-05-05 16:44:28.341 I  xcprebuild[27494:c4fc17] (MyAppTooltipExperience) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppTooltipExperience.build/xccache/efc964fe8cd284acc0c82cd5e1882e47.zip
2023-05-05 16:44:28.347 I  xcprebuild[27494:c4fc17] (MyAppTooltipExperience) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppTooltipExperience.build/xccache/efc964fe8cd284acc0c82cd5e1882e47
2023-05-05 16:44:28.629 E  xcprebuild[27511:c4fc3b] (Promises) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:28.644 I  xcprebuild[27511:c4fc3b] (Promises) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:28.644 I  xcprebuild[27511:c4fc3b] (Promises) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:28.645 I  xcprebuild[27511:c4fc3b] (Promises) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-Promises-Debug-iphonesimulator-14C18-15f8ba8e4b49a4e95548bf47c7eab57e.json
2023-05-05 16:44:28.691 I  xcpostbuild[27512:c4fc41] (MyAppTooltipExperience) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:28.692 I  xcpostbuild[27512:c4fc41] (MyAppTooltipExperience) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:28.749 E  xcprebuild[27513:c4fc46] (Graphs) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:28.765 I  xcprebuild[27513:c4fc46] (Graphs) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:28.765 I  xcprebuild[27513:c4fc46] (Graphs) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:28.766 I  xcprebuild[27513:c4fc46] (Graphs) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-Graphs-Debug-iphonesimulator-14C18-e2c9e6dd0ae170676fa0ca2bd6db83a0.json
2023-05-05 16:44:28.966 I  xcpostbuild[27515:c4fc51] (MyAppAppFactory) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:28.966 I  xcpostbuild[27515:c4fc51] (MyAppAppFactory) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:29.152 I  xcpostbuild[27520:c4fc5f] (MyAppContextLogger) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:29.152 I  xcpostbuild[27520:c4fc5f] (MyAppContextLogger) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:29.887 E  xcprebuild[27543:c4fc8a] (MyAppTrackingManager) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:29.899 I  xcprebuild[27543:c4fc8a] (MyAppTrackingManager) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:29.899 I  xcprebuild[27543:c4fc8a] (MyAppTrackingManager) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:29.900 I  xcprebuild[27543:c4fc8a] (MyAppTrackingManager) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppTrackingManager-Debug-iphonesimulator-14C18-c67ebbcd3c71ed71458102ca19356f0e.json
2023-05-05 16:44:29.919 E  xcprebuild[27544:c4fc8e] (MyAppPushNotification) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:29.932 I  xcprebuild[27544:c4fc8e] (MyAppPushNotification) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:29.932 I  xcprebuild[27544:c4fc8e] (MyAppPushNotification) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:29.934 I  xcprebuild[27544:c4fc8e] (MyAppPushNotification) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppPushNotification-Debug-iphonesimulator-14C18-e58edb378f22a4bb5a3699dd20b7e33e.json
2023-05-05 16:44:30.063 E  xcprebuild[27546:c4fc99] (MyAppLogger) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:30.074 E  xcprebuild[27545:c4fc96] (MyAppPresenter) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:30.089 I  xcprebuild[27545:c4fc96] (MyAppPresenter) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:30.089 I  xcprebuild[27545:c4fc96] (MyAppPresenter) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:30.089 I  xcprebuild[27546:c4fc99] (MyAppLogger) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:30.090 I  xcprebuild[27546:c4fc99] (MyAppLogger) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:30.090 I  xcprebuild[27545:c4fc96] (MyAppPresenter) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppPresenter-Debug-iphonesimulator-14C18-4a86768d94d139263cbba14f5e34e563.json
2023-05-05 16:44:30.090 I  xcprebuild[27546:c4fc99] (MyAppLogger) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppLogger-Debug-iphonesimulator-14C18-525dfd58f0309249340a7e500bc6ce5f.json
2023-05-05 16:44:30.249 E  xcprebuild[27548:c4fca5] (MyAppLocationManager) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:30.259 I  xcprebuild[27548:c4fca5] (MyAppLocationManager) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:30.259 I  xcprebuild[27548:c4fca5] (MyAppLocationManager) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:30.260 I  xcprebuild[27548:c4fca5] (MyAppLocationManager) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppLocationManager-Debug-iphonesimulator-14C18-e35f7803d39ef97e2992100b64c37001.json
2023-05-05 16:44:30.914 I  xcprebuild[27513:c4fc46] (Graphs) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Graphs.build/xccache/3b328e29cb698aab598bc246782b713f.zip
2023-05-05 16:44:31.053 I  xcprebuild[27513:c4fc46] (Graphs) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Graphs.build/xccache/3b328e29cb698aab598bc246782b713f
2023-05-05 16:44:31.222 E  xcprebuild[27550:c4fcaf] (MyAppDailyActiveUser) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:31.243 I  xcprebuild[27550:c4fcaf] (MyAppDailyActiveUser) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:31.243 I  xcprebuild[27550:c4fcaf] (MyAppDailyActiveUser) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:31.243 I  xcprebuild[27550:c4fcaf] (MyAppDailyActiveUser) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppDailyActiveUser-Debug-iphonesimulator-14C18-94cb5bf0b06aca516b29bc081bf83049.json
2023-05-05 16:44:31.400 I  xcprebuild[27511:c4fc3b] (Promises) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Promises.build/xccache/ae07e93b9d3d1a63acc2a71cc9ff24ce.zip
2023-05-05 16:44:31.425 I  xcprebuild[27511:c4fc3b] (Promises) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Promises.build/xccache/ae07e93b9d3d1a63acc2a71cc9ff24ce
2023-05-05 16:44:31.629 E  xcprebuild[27552:c4fcba] (MyAppCollages) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:31.649 I  xcprebuild[27552:c4fcba] (MyAppCollages) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:31.650 I  xcprebuild[27552:c4fcba] (MyAppCollages) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:31.650 I  xcprebuild[27552:c4fcba] (MyAppCollages) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppCollages-Debug-iphonesimulator-14C18-1f62a7c2ef2349b565316adb74da8f64.json
2023-05-05 16:44:32.445 I  xcprebuild[27552:c4fcba] (MyAppCollages) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppCollages.build/xccache/6f90bfd6390d9c94e4484c66a36861d3.zip
2023-05-05 16:44:32.537 I  xcprebuild[27552:c4fcba] (MyAppCollages) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppCollages.build/xccache/6f90bfd6390d9c94e4484c66a36861d3
2023-05-05 16:44:32.680 E  xcprebuild[27555:c4fcdf] (MyAppBackground) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:32.688 I  xcprebuild[27555:c4fcdf] (MyAppBackground) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:32.689 I  xcprebuild[27555:c4fcdf] (MyAppBackground) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:32.689 I  xcprebuild[27555:c4fcdf] (MyAppBackground) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppBackground-Debug-iphonesimulator-14C18-686a1a79b5b4e38a87e3611d9ab6a216.json
2023-05-05 16:44:33.135 I  xcprebuild[27456:c4fbb2] (Experiment) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Experiment.build/xccache/54cfc9e8424d674bc45177f48f5c576f.zip
2023-05-05 16:44:33.163 I  xcprebuild[27486:c4fbfe] (AsyncDisplayKit) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/AsyncDisplayKit.build/xccache/7a9ca3bdfdb649966d70ee696d53fe84.zip
2023-05-05 16:44:33.241 I  xcprebuild[27456:c4fbb2] (Experiment) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Experiment.build/xccache/54cfc9e8424d674bc45177f48f5c576f
2023-05-05 16:44:33.441 E  xcprebuild[27559:c4fcf2] (BisectLogger) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:33.451 I  xcprebuild[27559:c4fcf2] (BisectLogger) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:33.451 I  xcprebuild[27559:c4fcf2] (BisectLogger) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:33.452 I  xcprebuild[27559:c4fcf2] (BisectLogger) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-BisectLogger-Debug-iphonesimulator-14C18-66d74e65e7e5ab170d97869b347b7682.json
2023-05-05 16:44:33.711 I  xcprebuild[27486:c4fbfe] (AsyncDisplayKit) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/AsyncDisplayKit.build/xccache/7a9ca3bdfdb649966d70ee696d53fe84
2023-05-05 16:44:33.864 I  xcprebuild[27458:c4fbc0] (ChangelogService) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ChangelogService.build/xccache/b12f17c2801396ce5199d5c6d756fd75.zip
2023-05-05 16:44:33.888 I  xcprebuild[27458:c4fbc0] (ChangelogService) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ChangelogService.build/xccache/b12f17c2801396ce5199d5c6d756fd75
2023-05-05 16:44:33.944 I  xcpostbuild[27563:c4fcff] (AppAuth) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:33.944 I  xcpostbuild[27563:c4fcff] (AppAuth) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:33.991 I  xcswiftc[27564:c4fd04] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Promises.build/Objects-normal/arm64/Promises.private.swiftinterface
2023-05-05 16:44:33.992 I  xcswiftc[27564:c4fd04] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Promises.build/Objects-normal/arm64/Promises.swiftinterface
2023-05-05 16:44:34.009 I  xcswiftc[27564:c4fd04] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:34.038 E  xcprebuild[27566:c4fd0c] (ApePlayer) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:34.046 I  xcprebuild[27566:c4fd0c] (ApePlayer) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:34.046 I  xcprebuild[27566:c4fd0c] (ApePlayer) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:34.047 I  xcprebuild[27566:c4fd0c] (ApePlayer) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-ApePlayer-Debug-iphonesimulator-14C18-063b260a3e26c319fa94f4595abec1a0.json
2023-05-05 16:44:35.294 I  xcpostbuild[27568:c4fd1c] (Promises) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:35.294 I  xcpostbuild[27568:c4fd1c] (Promises) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:35.482 I  xcprebuild[27566:c4fd0c] (ApePlayer) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ApePlayer.build/xccache/78267b963e97dc2bf1d2b29f232ba596.zip
2023-05-05 16:44:35.488 I  xcprebuild[27543:c4fc8a] (MyAppTrackingManager) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppTrackingManager.build/xccache/fafad9d0abef0bc8e885685fb7729b2a.zip
2023-05-05 16:44:35.491 I  xcprebuild[27544:c4fc8e] (MyAppPushNotification) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppPushNotification.build/xccache/6e2411de7d9dd1714e1d3517c6fbc5b5.zip
2023-05-05 16:44:35.521 I  xcprebuild[27543:c4fc8a] (MyAppTrackingManager) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppTrackingManager.build/xccache/fafad9d0abef0bc8e885685fb7729b2a
2023-05-05 16:44:35.649 I  xcprebuild[27566:c4fd0c] (ApePlayer) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ApePlayer.build/xccache/78267b963e97dc2bf1d2b29f232ba596
2023-05-05 16:44:35.779 I  xcprebuild[27544:c4fc8e] (MyAppPushNotification) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppPushNotification.build/xccache/6e2411de7d9dd1714e1d3517c6fbc5b5
2023-05-05 16:44:35.804 I  xcprebuild[27548:c4fca5] (MyAppLocationManager) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppLocationManager.build/xccache/201a116b530f6ffeb69ee3763c4ede86.zip
2023-05-05 16:44:35.830 I  xcprebuild[27548:c4fca5] (MyAppLocationManager) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppLocationManager.build/xccache/201a116b530f6ffeb69ee3763c4ede86
2023-05-05 16:44:35.926 I  xcprebuild[27546:c4fc99] (MyAppLogger) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppLogger.build/xccache/7623757307b9377c219cc43c6f3c059e.zip
2023-05-05 16:44:35.952 I  xcprebuild[27545:c4fc96] (MyAppPresenter) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppPresenter.build/xccache/c9ae9e7e4f87fd1d6042e3503288aa0d.zip
2023-05-05 16:44:36.012 I  xcpostbuild[27583:c4fd45] (MyAppTrackingManager) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:36.012 I  xcpostbuild[27583:c4fd45] (MyAppTrackingManager) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:36.073 I  xcswiftc[27588:c4fd50] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Graphs.build/Objects-normal/arm64/Graphs.private.swiftinterface
2023-05-05 16:44:36.075 I  xcswiftc[27588:c4fd50] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Graphs.build/Objects-normal/arm64/Graphs.swiftinterface
2023-05-05 16:44:36.083 I  xcswiftc[27588:c4fd50] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:36.103 I  xcprebuild[27546:c4fc99] (MyAppLogger) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppLogger.build/xccache/7623757307b9377c219cc43c6f3c059e
2023-05-05 16:44:36.151 I  xcprebuild[27545:c4fc96] (MyAppPresenter) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppPresenter.build/xccache/c9ae9e7e4f87fd1d6042e3503288aa0d
2023-05-05 16:44:36.179 I  xcswiftc[27591:c4fd5b] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Experiment.build/Objects-normal/arm64/Experiment.private.swiftinterface
2023-05-05 16:44:36.181 I  xcswiftc[27591:c4fd5b] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/Experiment.build/Objects-normal/arm64/Experiment.swiftinterface
2023-05-05 16:44:36.187 I  xcswiftc[27591:c4fd5b] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:36.189 I  xcpostbuild[27594:c4fd65] (MyAppPushNotification) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:36.189 I  xcpostbuild[27594:c4fd65] (MyAppPushNotification) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:36.264 I  xcpostbuild[27599:c4fd6f] (MyAppCollages) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:36.264 I  xcpostbuild[27599:c4fd6f] (MyAppCollages) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:36.285 I  xcpostbuild[27601:c4fd74] (MyAppLocationManager) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:36.285 I  xcpostbuild[27601:c4fd74] (MyAppLocationManager) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:36.305 I  xcprebuild[27550:c4fcaf] (MyAppDailyActiveUser) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppDailyActiveUser.build/xccache/717c97c81ddc60579025ef767c26f4a4.zip
2023-05-05 16:44:36.418 I  xcpostbuild[27607:c4fd85] (Graphs) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:36.418 I  xcpostbuild[27607:c4fd85] (Graphs) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:36.447 I  xcprebuild[27550:c4fcaf] (MyAppDailyActiveUser) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppDailyActiveUser.build/xccache/717c97c81ddc60579025ef767c26f4a4
2023-05-05 16:44:36.807 I  xcpostbuild[27645:c4fdc4] (MyAppPresenter) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:36.807 I  xcpostbuild[27645:c4fdc4] (MyAppPresenter) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:36.857 I  xcpostbuild[27651:c4fdd0] (Experiment) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:36.857 I  xcpostbuild[27651:c4fdd0] (Experiment) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:36.914 I  xcpostbuild[27655:c4fdd9] (ChangelogService) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:36.914 I  xcpostbuild[27655:c4fdd9] (ChangelogService) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:36.944 I  xcpostbuild[27659:c4fde2] (MyAppLogger) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:36.944 I  xcpostbuild[27659:c4fde2] (MyAppLogger) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:36.999 I  xcpostbuild[27665:c4fdf0] (MyAppDailyActiveUser) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:37.000 I  xcpostbuild[27665:c4fdf0] (MyAppDailyActiveUser) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:37.139 I  xcprebuild[27555:c4fcdf] (MyAppBackground) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppBackground.build/xccache/b48cb5aa3d3648c73fd4bdbafbc2a6ce.zip
2023-05-05 16:44:37.165 I  xcprebuild[27555:c4fcdf] (MyAppBackground) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppBackground.build/xccache/b48cb5aa3d3648c73fd4bdbafbc2a6ce
2023-05-05 16:44:37.444 I  xcprebuild[27559:c4fcf2] (BisectLogger) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/BisectLogger.build/xccache/492a85ad2228e0905f13014ee1b2326a.zip
2023-05-05 16:44:37.485 I  xcprebuild[27559:c4fcf2] (BisectLogger) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/BisectLogger.build/xccache/492a85ad2228e0905f13014ee1b2326a
2023-05-05 16:44:37.846 I  xcswiftc[27751:c4fe79] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/BisectLogger.build/Objects-normal/arm64/BisectLogger.private.swiftinterface
2023-05-05 16:44:37.846 I  xcswiftc[27751:c4fe79] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/BisectLogger.build/Objects-normal/arm64/BisectLogger.swiftinterface
2023-05-05 16:44:37.848 I  xcpostbuild[27768:c4fe94] (MyAppBackground) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:37.848 I  xcpostbuild[27768:c4fe94] (MyAppBackground) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:37.858 I  xcswiftc[27751:c4fe79] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:38.234 E  xcprebuild[27797:c4feba] (MyAppPersistentOperation) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:38.247 I  xcprebuild[27797:c4feba] (MyAppPersistentOperation) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:38.247 I  xcprebuild[27797:c4feba] (MyAppPersistentOperation) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:38.248 I  xcprebuild[27797:c4feba] (MyAppPersistentOperation) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppPersistentOperation-Debug-iphonesimulator-14C18-c06528f17500f73ea6ca2aa57984c0ce.json
2023-05-05 16:44:39.053 I  xcpostbuild[27829:c4fee5] (BisectLogger) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:39.054 I  xcpostbuild[27829:c4fee5] (BisectLogger) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:39.626 I  xcswiftc[27849:c4ff07] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ApePlayer.build/Objects-normal/arm64/ApePlayer.private.swiftinterface
2023-05-05 16:44:39.627 I  xcswiftc[27849:c4ff07] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ApePlayer.build/Objects-normal/arm64/ApePlayer.swiftinterface
2023-05-05 16:44:39.712 I  xcswiftc[27849:c4ff07] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:39.947 E  xcprebuild[27898:c4ff46] (GTMAppAuth) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:39.984 I  xcprebuild[27898:c4ff46] (GTMAppAuth) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:39.984 I  xcprebuild[27898:c4ff46] (GTMAppAuth) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:39.984 I  xcprebuild[27898:c4ff46] (GTMAppAuth) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-GTMAppAuth-Debug-iphonesimulator-14C18-f2f1715c4c7ed42be239a46792e2d17a.json
2023-05-05 16:44:40.002 I  xcpostbuild[27900:c4ff4b] (ApePlayer) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:40.003 I  xcpostbuild[27900:c4ff4b] (ApePlayer) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:40.024 I  xcprebuild[27797:c4feba] (MyAppPersistentOperation) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppPersistentOperation.build/xccache/c31a7e6590d545236dc86f0faa53a25d.zip
2023-05-05 16:44:40.029 I  xcpostbuild[27903:c4ff54] (AsyncDisplayKit) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:40.029 I  xcpostbuild[27903:c4ff54] (AsyncDisplayKit) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:40.034 I  xcprebuild[27797:c4feba] (MyAppPersistentOperation) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppPersistentOperation.build/xccache/c31a7e6590d545236dc86f0faa53a25d
2023-05-05 16:44:40.723 I  xcprebuild[27898:c4ff46] (GTMAppAuth) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/GTMAppAuth.build/xccache/918673867e2f451d6eabe0514e76ec57.zip
2023-05-05 16:44:40.733 I  xcprebuild[27898:c4ff46] (GTMAppAuth) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/GTMAppAuth.build/xccache/918673867e2f451d6eabe0514e76ec57
2023-05-05 16:44:40.877 I  xcswiftc[27944:c4ff89] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/AVPlayerExpress.build/Objects-normal/arm64/AVPlayerExpress.private.swiftinterface
2023-05-05 16:44:40.878 I  xcswiftc[27944:c4ff89] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/AVPlayerExpress.build/Objects-normal/arm64/AVPlayerExpress.swiftinterface
2023-05-05 16:44:40.883 I  xcswiftc[27944:c4ff89] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:41.053 I  xcpostbuild[27946:c4ff97] (MyAppPersistentOperation) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:41.053 I  xcpostbuild[27946:c4ff97] (MyAppPersistentOperation) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:41.542 I  xcpostbuild[27953:c4ffa7] (GTMAppAuth) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:41.542 I  xcpostbuild[27953:c4ffa7] (GTMAppAuth) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:41.755 I  xcpostbuild[27956:c4ffb5] (AVPlayerExpress) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:41.755 I  xcpostbuild[27956:c4ffb5] (AVPlayerExpress) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:41.845 I  xcpostbuild[27958:c4ffbf] (AWSCore) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:41.845 I  xcpostbuild[27958:c4ffbf] (AWSCore) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:41.914 E  xcprebuild[27961:c4ffcb] (MyAppExperiment) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:41.921 I  xcprebuild[27961:c4ffcb] (MyAppExperiment) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:41.921 I  xcprebuild[27961:c4ffcb] (MyAppExperiment) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:41.922 I  xcprebuild[27961:c4ffcb] (MyAppExperiment) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppExperiment-Debug-iphonesimulator-14C18-e330330a21b7c32d5079e9190fc7f04a.json
2023-05-05 16:44:42.009 E  xcprebuild[27970:c4ffe2] (MyAppApollo) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:42.018 I  xcprebuild[27970:c4ffe2] (MyAppApollo) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:42.018 I  xcprebuild[27970:c4ffe2] (MyAppApollo) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:42.018 I  xcprebuild[27970:c4ffe2] (MyAppApollo) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppApollo-Debug-iphonesimulator-14C18-649b7b51d0d66e450d4dfe7340bbe2d5.json
2023-05-05 16:44:42.064 E  xcprebuild[27971:c4ffea] (AWSS3) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:42.072 I  xcprebuild[27971:c4ffea] (AWSS3) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:42.072 I  xcprebuild[27971:c4ffea] (AWSS3) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:42.073 I  xcprebuild[27971:c4ffea] (AWSS3) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-AWSS3-Debug-iphonesimulator-14C18-c9762f2554c5a2c7c6e9994911673407.json
2023-05-05 16:44:42.103 E  xcprebuild[27972:c4fff1] (MyAppUIKit) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:42.110 I  xcprebuild[27972:c4fff1] (MyAppUIKit) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:42.110 I  xcprebuild[27972:c4fff1] (MyAppUIKit) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:42.111 I  xcprebuild[27972:c4fff1] (MyAppUIKit) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppUIKit-Debug-iphonesimulator-14C18-73b14499e24a8e9c57d0c8b6dc511de8.json
2023-05-05 16:44:42.143 E  xcprebuild[27973:c4fff8] (MyAppSearchInclusiveFiltersInterface) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:42.151 I  xcprebuild[27973:c4fff8] (MyAppSearchInclusiveFiltersInterface) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:42.152 I  xcprebuild[27973:c4fff8] (MyAppSearchInclusiveFiltersInterface) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:42.152 I  xcprebuild[27973:c4fff8] (MyAppSearchInclusiveFiltersInterface) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppSearchInclusiveFiltersInterface-Debug-iphonesimulator-14C18-68dab2840b68dd0d45afda07fb406b15.json
2023-05-05 16:44:42.579 I  xcprebuild[27971:c4ffea] (AWSS3) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/AWSS3.build/xccache/ba934221054cd61484a91c9d88a7447e.zip
2023-05-05 16:44:42.631 E  xcprebuild[27976:c5001b] (MyAppScheduling) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:42.658 I  xcprebuild[27976:c5001b] (MyAppScheduling) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:42.658 I  xcprebuild[27976:c5001b] (MyAppScheduling) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:42.659 I  xcprebuild[27976:c5001b] (MyAppScheduling) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppScheduling-Debug-iphonesimulator-14C18-fadfa337aebfec078de094c68d28f367.json
2023-05-05 16:44:42.787 I  xcprebuild[27971:c4ffea] (AWSS3) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/AWSS3.build/xccache/ba934221054cd61484a91c9d88a7447e
2023-05-05 16:44:42.925 E  xcprebuild[27980:c5002d] (MyAppImpressionTracker) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:42.949 I  xcprebuild[27980:c5002d] (MyAppImpressionTracker) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:42.949 I  xcprebuild[27980:c5002d] (MyAppImpressionTracker) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:42.949 I  xcprebuild[27980:c5002d] (MyAppImpressionTracker) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppImpressionTracker-Debug-iphonesimulator-14C18-e0d8470cf71899825cc126887b420385.json
2023-05-05 16:44:42.994 I  xcprebuild[27980:c5002d] (MyAppImpressionTracker) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppImpressionTracker.build/xccache/769076d76c8d23b953f2064dc099c274.zip
2023-05-05 16:44:43.011 I  xcprebuild[27980:c5002d] (MyAppImpressionTracker) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppImpressionTracker.build/xccache/769076d76c8d23b953f2064dc099c274
2023-05-05 16:44:43.166 E  xcprebuild[27987:c50040] (ASLayoutSpecBuilder) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:43.174 I  xcprebuild[27987:c50040] (ASLayoutSpecBuilder) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:43.174 I  xcprebuild[27987:c50040] (ASLayoutSpecBuilder) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:43.174 I  xcprebuild[27987:c50040] (ASLayoutSpecBuilder) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-ASLayoutSpecBuilder-Debug-iphonesimulator-14C18-229532455c08aa6da8130801f87de9f7.json
2023-05-05 16:44:44.081 I  xcprebuild[27987:c50040] (ASLayoutSpecBuilder) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ASLayoutSpecBuilder.build/xccache/0883d53e5c4616ba42130c3bc58740ad.zip
2023-05-05 16:44:44.110 I  xcprebuild[27987:c50040] (ASLayoutSpecBuilder) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ASLayoutSpecBuilder.build/xccache/0883d53e5c4616ba42130c3bc58740ad
2023-05-05 16:44:44.337 I  xcpostbuild[27993:c50055] (MyAppImpressionTracker) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:44.337 I  xcpostbuild[27993:c50055] (MyAppImpressionTracker) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:44.511 E  xcprebuild[28008:c5006c] (GoogleSignIn) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:44.518 I  xcprebuild[28008:c5006c] (GoogleSignIn) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:44.518 I  xcprebuild[28008:c5006c] (GoogleSignIn) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:44.519 I  xcprebuild[28008:c5006c] (GoogleSignIn) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-GoogleSignIn-Debug-iphonesimulator-14C18-b60c6564c9321185085301816da8b85d.json
2023-05-05 16:44:44.692 I  xcpostbuild[28012:c5007c] (AWSS3) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:44.692 I  xcpostbuild[28012:c5007c] (AWSS3) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:44.758 I  xcswiftc[28013:c5007f] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ASLayoutSpecBuilder.build/Objects-normal/arm64/ASLayoutSpecBuilder.private.swiftinterface
2023-05-05 16:44:44.758 I  xcswiftc[28013:c5007f] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ASLayoutSpecBuilder.build/Objects-normal/arm64/ASLayoutSpecBuilder.swiftinterface
2023-05-05 16:44:44.767 I  xcswiftc[28013:c5007f] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:44.826 I  xcprebuild[27970:c4ffe2] (MyAppApollo) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppApollo.build/xccache/36c50fded83f6234e6dbf02103a25ec9.zip
2023-05-05 16:44:44.906 I  xcprebuild[27970:c4ffe2] (MyAppApollo) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppApollo.build/xccache/36c50fded83f6234e6dbf02103a25ec9
2023-05-05 16:44:45.105 I  xcswiftc[28016:c50084] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppApollo.build/Objects-normal/arm64/MyAppApollo.private.swiftinterface
2023-05-05 16:44:45.107 I  xcswiftc[28016:c50084] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppApollo.build/Objects-normal/arm64/MyAppApollo.swiftinterface
2023-05-05 16:44:45.248 I  xcprebuild[28008:c5006c] (GoogleSignIn) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/GoogleSignIn.build/xccache/de2b2880742723b65895859c29a136d2.zip
2023-05-05 16:44:45.265 I  xcprebuild[28008:c5006c] (GoogleSignIn) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/GoogleSignIn.build/xccache/de2b2880742723b65895859c29a136d2
2023-05-05 16:44:45.293 I  xcswiftc[28016:c50084] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:44:45.367 I  xcprebuild[27961:c4ffcb] (MyAppExperiment) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppExperiment.build/xccache/733b762a3f6156215920d0b437ccd3ed.zip
2023-05-05 16:44:45.432 I  xcprebuild[27973:c4fff8] (MyAppSearchInclusiveFiltersInterface) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppSearchInclusiveFiltersInterface.build/xccache/b2de81d36253def525cc13b38899fa92.zip
2023-05-05 16:44:45.438 I  xcpostbuild[28022:c50095] (ASLayoutSpecBuilder) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:45.438 I  xcpostbuild[28022:c50095] (ASLayoutSpecBuilder) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:45.464 I  xcprebuild[27973:c4fff8] (MyAppSearchInclusiveFiltersInterface) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppSearchInclusiveFiltersInterface.build/xccache/b2de81d36253def525cc13b38899fa92
2023-05-05 16:44:45.503 I  xcprebuild[27961:c4ffcb] (MyAppExperiment) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppExperiment.build/xccache/733b762a3f6156215920d0b437ccd3ed
2023-05-05 16:44:45.576 I  xcpostbuild[28039:c500af] (MyAppApollo) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:45.576 I  xcpostbuild[28039:c500af] (MyAppApollo) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:45.920 I  xcpostbuild[28056:c500ce] (MyAppSearchInclusiveFiltersInterface) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:45.920 I  xcpostbuild[28056:c500ce] (MyAppSearchInclusiveFiltersInterface) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:46.041 I  xcpostbuild[28060:c500da] (GoogleSignIn) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:46.041 I  xcpostbuild[28060:c500da] (GoogleSignIn) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:46.077 I  xcpostbuild[28061:c500df] (MyAppExperiment) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:46.078 I  xcpostbuild[28061:c500df] (MyAppExperiment) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:46.329 E  xcprebuild[28079:c50131] (MyAppRemoteModel) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:46.339 I  xcprebuild[28079:c50131] (MyAppRemoteModel) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:46.340 I  xcprebuild[28079:c50131] (MyAppRemoteModel) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:46.340 I  xcprebuild[28079:c50131] (MyAppRemoteModel) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppRemoteModel-Debug-iphonesimulator-14C18-a26c0d92fcd7667fe737636378b2cb36.json
2023-05-05 16:44:46.381 E  xcprebuild[28081:c5013a] (MyAppCrash) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:46.387 I  xcprebuild[28081:c5013a] (MyAppCrash) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:46.387 I  xcprebuild[28081:c5013a] (MyAppCrash) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:46.388 I  xcprebuild[28081:c5013a] (MyAppCrash) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppCrash-Debug-iphonesimulator-14C18-808d9f8b3b2cc379acf147babab5c044.json
2023-05-05 16:44:46.583 I  xcprebuild[27972:c4fff1] (MyAppUIKit) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppUIKit.build/xccache/eb325c7d66725534632bcf6b751984d9.zip
2023-05-05 16:44:46.610 I  xcprebuild[27976:c5001b] (MyAppScheduling) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppScheduling.build/xccache/bb12774bff1d4e97ec2c9d755c204434.zip
2023-05-05 16:44:46.633 I  xcprebuild[27976:c5001b] (MyAppScheduling) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppScheduling.build/xccache/bb12774bff1d4e97ec2c9d755c204434
2023-05-05 16:44:46.749 I  xcprebuild[27972:c4fff1] (MyAppUIKit) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppUIKit.build/xccache/eb325c7d66725534632bcf6b751984d9
2023-05-05 16:44:47.013 I  xcpostbuild[28096:c50155] (MyAppScheduling) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:47.013 I  xcpostbuild[28096:c50155] (MyAppScheduling) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:47.415 I  xcpostbuild[28117:c50185] (MyAppUIKit) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:47.415 I  xcpostbuild[28117:c50185] (MyAppUIKit) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:47.450 I  xcprebuild[28079:c50131] (MyAppRemoteModel) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppRemoteModel.build/xccache/5d01776e335628e51c9b15806a3522f4.zip
2023-05-05 16:44:47.618 I  xcprebuild[28079:c50131] (MyAppRemoteModel) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppRemoteModel.build/xccache/5d01776e335628e51c9b15806a3522f4
2023-05-05 16:44:47.859 E  xcprebuild[28140:c501c4] (MyAppFlashlight) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:47.868 I  xcprebuild[28140:c501c4] (MyAppFlashlight) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:47.868 I  xcprebuild[28140:c501c4] (MyAppFlashlight) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:47.869 I  xcprebuild[28140:c501c4] (MyAppFlashlight) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppFlashlight-Debug-iphonesimulator-14C18-ff188dfef98140b9b039900880ef5469.json
2023-05-05 16:44:47.912 E  xcprebuild[28141:c501cc] (MyAppAutoplayVideo) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:47.919 I  xcprebuild[28141:c501cc] (MyAppAutoplayVideo) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:47.919 I  xcprebuild[28141:c501cc] (MyAppAutoplayVideo) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:47.920 I  xcprebuild[28141:c501cc] (MyAppAutoplayVideo) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppAutoplayVideo-Debug-iphonesimulator-14C18-b843cfcf45990681ff4994ba9c405329.json
2023-05-05 16:44:47.953 I  xcprebuild[28081:c5013a] (MyAppCrash) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppCrash.build/xccache/8ad0b9706d7a6ef72bc22c8a800e72e5.zip
2023-05-05 16:44:47.959 E  xcprebuild[28142:c501d7] (MyAppAuthenticationServices) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:47.994 I  xcprebuild[28142:c501d7] (MyAppAuthenticationServices) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:47.995 I  xcprebuild[28142:c501d7] (MyAppAuthenticationServices) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:47.995 I  xcprebuild[28142:c501d7] (MyAppAuthenticationServices) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppAuthenticationServices-Debug-iphonesimulator-14C18-e8c0d8afabf927aca19d25864b2d13e7.json
2023-05-05 16:44:48.120 I  xcprebuild[28081:c5013a] (MyAppCrash) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppCrash.build/xccache/8ad0b9706d7a6ef72bc22c8a800e72e5
2023-05-05 16:44:48.298 I  xcpostbuild[28145:c501e7] (MyAppRemoteModel) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:48.298 I  xcpostbuild[28145:c501e7] (MyAppRemoteModel) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:49.262 I  xcprebuild[28141:c501cc] (MyAppAutoplayVideo) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAutoplayVideo.build/xccache/24eefddcc7745c3095be7a8730918cd8.zip
2023-05-05 16:44:49.415 I  xcprebuild[28141:c501cc] (MyAppAutoplayVideo) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAutoplayVideo.build/xccache/24eefddcc7745c3095be7a8730918cd8
2023-05-05 16:44:50.249 I  xcprebuild[28140:c501c4] (MyAppFlashlight) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppFlashlight.build/xccache/b0170166261e8cbcbd5dcb6aa96b1090.zip
2023-05-05 16:44:50.273 I  xcprebuild[28140:c501c4] (MyAppFlashlight) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppFlashlight.build/xccache/b0170166261e8cbcbd5dcb6aa96b1090
2023-05-05 16:44:50.394 I  xcpostbuild[28169:c50243] (MyAppCrash) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:50.394 I  xcpostbuild[28169:c50243] (MyAppCrash) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:50.701 I  xcpostbuild[28178:c5025b] (MyAppFlashlight) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:50.701 I  xcpostbuild[28178:c5025b] (MyAppFlashlight) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:50.808 I  xcpostbuild[28180:c50263] (MyAppAutoplayVideo) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:50.808 I  xcpostbuild[28180:c50263] (MyAppAutoplayVideo) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:51.354 I  xcprebuild[28142:c501d7] (MyAppAuthenticationServices) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAuthenticationServices.build/xccache/37fe4b645f7e83561026668f6fa7e8cf.zip
2023-05-05 16:44:51.416 I  xcprebuild[28142:c501d7] (MyAppAuthenticationServices) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAuthenticationServices.build/xccache/37fe4b645f7e83561026668f6fa7e8cf
2023-05-05 16:44:51.948 I  xcpostbuild[28210:c5028e] (MyAppAuthenticationServices) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:51.948 I  xcpostbuild[28210:c5028e] (MyAppAuthenticationServices) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:56.724 E  xcprebuild[28232:c50306] (MyAppTimeSpent) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:56.730 I  xcprebuild[28232:c50306] (MyAppTimeSpent) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:56.730 I  xcprebuild[28232:c50306] (MyAppTimeSpent) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:56.731 I  xcprebuild[28232:c50306] (MyAppTimeSpent) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppTimeSpent-Debug-iphonesimulator-14C18-997f6e128b3842aab439556aaf6be579.json
2023-05-05 16:44:56.769 E  xcprebuild[28233:c5030b] (MyAppMasonry) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:56.776 I  xcprebuild[28233:c5030b] (MyAppMasonry) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:56.776 I  xcprebuild[28233:c5030b] (MyAppMasonry) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:56.776 I  xcprebuild[28233:c5030b] (MyAppMasonry) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppMasonry-Debug-iphonesimulator-14C18-6bf5626da825cc9abc476abe4faee4d6.json
2023-05-05 16:44:56.817 E  xcprebuild[28234:c50312] (VideoPlayerModelsObjC) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:56.835 I  xcprebuild[28234:c50312] (VideoPlayerModelsObjC) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:56.835 I  xcprebuild[28234:c50312] (VideoPlayerModelsObjC) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:56.835 I  xcprebuild[28234:c50312] (VideoPlayerModelsObjC) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-VideoPlayerModelsObjC-Debug-iphonesimulator-14C18-62083979913cba025e474550e600706f.json
2023-05-05 16:44:56.851 E  xcprebuild[28236:c50318] (MyAppExtensionAPIController) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:56.872 I  xcprebuild[28236:c50318] (MyAppExtensionAPIController) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:56.872 I  xcprebuild[28236:c50318] (MyAppExtensionAPIController) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:56.872 I  xcprebuild[28236:c50318] (MyAppExtensionAPIController) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppExtensionAPIController-Debug-iphonesimulator-14C18-d3cd9cc0506a454d6282bdc3ee85060b.json
2023-05-05 16:44:56.900 E  xcprebuild[28237:c5031f] (MyAppAdUtilities) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:56.905 I  xcprebuild[28237:c5031f] (MyAppAdUtilities) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:56.905 I  xcprebuild[28237:c5031f] (MyAppAdUtilities) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:56.906 I  xcprebuild[28237:c5031f] (MyAppAdUtilities) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppAdUtilities-Debug-iphonesimulator-14C18-a1a0f29c91e263663f27b4ebca777371.json
2023-05-05 16:44:57.703 I  xcprebuild[28237:c5031f] (MyAppAdUtilities) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAdUtilities.build/xccache/f340672aa850c7af04aff3f5d66cea67.zip
2023-05-05 16:44:57.755 I  xcprebuild[28237:c5031f] (MyAppAdUtilities) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAdUtilities.build/xccache/f340672aa850c7af04aff3f5d66cea67
2023-05-05 16:44:57.899 E  xcprebuild[28244:c50353] (MyAppAPIController) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:44:57.906 I  xcprebuild[28244:c50353] (MyAppAPIController) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:44:57.906 I  xcprebuild[28244:c50353] (MyAppAPIController) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:44:57.906 I  xcprebuild[28244:c50353] (MyAppAPIController) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppAPIController-Debug-iphonesimulator-14C18-1f66009e1e6f77a95bc8989fcffffe31.json
2023-05-05 16:44:59.588 I  xcprebuild[28236:c50318] (MyAppExtensionAPIController) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppExtensionAPIController.build/xccache/868ced1f882eb0ae2334e24873372fef.zip
2023-05-05 16:44:59.656 I  xcprebuild[28234:c50312] (VideoPlayerModelsObjC) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/VideoPlayerModelsObjC.build/xccache/b470bd8cc2dbdfb4b78328464725ce6a.zip
2023-05-05 16:44:59.775 I  xcprebuild[28236:c50318] (MyAppExtensionAPIController) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppExtensionAPIController.build/xccache/868ced1f882eb0ae2334e24873372fef
2023-05-05 16:44:59.859 I  xcprebuild[28234:c50312] (VideoPlayerModelsObjC) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/VideoPlayerModelsObjC.build/xccache/b470bd8cc2dbdfb4b78328464725ce6a
2023-05-05 16:45:00.056 I  xcprebuild[28232:c50306] (MyAppTimeSpent) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppTimeSpent.build/xccache/1eb33cb0496fd81c3ac174b30726220a.zip
2023-05-05 16:45:00.222 I  xcprebuild[28232:c50306] (MyAppTimeSpent) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppTimeSpent.build/xccache/1eb33cb0496fd81c3ac174b30726220a
2023-05-05 16:45:00.641 I  xcpostbuild[28264:c503b5] (MyAppExtensionAPIController) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:00.641 I  xcpostbuild[28264:c503b5] (MyAppExtensionAPIController) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:00.665 I  xcpostbuild[28266:c503bb] (VideoPlayerModelsObjC) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:00.666 I  xcpostbuild[28266:c503bb] (VideoPlayerModelsObjC) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:00.830 I  xcprebuild[28233:c5030b] (MyAppMasonry) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppMasonry.build/xccache/80f56ca7ec073890c1dd5d1a0e6b0555.zip
2023-05-05 16:45:01.030 I  xcprebuild[28233:c5030b] (MyAppMasonry) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppMasonry.build/xccache/80f56ca7ec073890c1dd5d1a0e6b0555
2023-05-05 16:45:01.044 I  xcpostbuild[28279:c503d9] (MyAppAdUtilities) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:01.044 I  xcpostbuild[28279:c503d9] (MyAppAdUtilities) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:01.107 I  xcpostbuild[28281:c503df] (MyAppTimeSpent) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:01.107 I  xcpostbuild[28281:c503df] (MyAppTimeSpent) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:01.231 E  xcprebuild[28286:c503ef] (UserSession) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:01.241 I  xcprebuild[28286:c503ef] (UserSession) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:01.241 I  xcprebuild[28286:c503ef] (UserSession) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:01.241 I  xcprebuild[28286:c503ef] (UserSession) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-UserSession-Debug-iphonesimulator-14C18-ed42ebb22943948ff233ec16f82e0ef9.json
2023-05-05 16:45:01.278 E  xcprebuild[28287:c503f6] (MyAppSession) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:01.287 I  xcprebuild[28287:c503f6] (MyAppSession) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:01.288 I  xcprebuild[28287:c503f6] (MyAppSession) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:01.288 I  xcprebuild[28287:c503f6] (MyAppSession) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppSession-Debug-iphonesimulator-14C18-bfe6427e0e3c6cf231c76f9b0b0a279b.json
2023-05-05 16:45:01.321 E  xcprebuild[28288:c503fb] (MyAppFBSDKWrapper) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:01.328 I  xcprebuild[28288:c503fb] (MyAppFBSDKWrapper) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:01.328 I  xcprebuild[28288:c503fb] (MyAppFBSDKWrapper) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:01.328 I  xcprebuild[28288:c503fb] (MyAppFBSDKWrapper) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppFBSDKWrapper-Debug-iphonesimulator-14C18-7b806cd3b9cb1dc0df0c2da0302d62ca.json
2023-05-05 16:45:01.566 I  xcprebuild[28244:c50353] (MyAppAPIController) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAPIController.build/xccache/71cf335683dba85b18961ce29e0ca206.zip
2023-05-05 16:45:01.706 I  xcprebuild[28244:c50353] (MyAppAPIController) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAPIController.build/xccache/71cf335683dba85b18961ce29e0ca206
2023-05-05 16:45:03.714 I  xcprebuild[28286:c503ef] (UserSession) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/UserSession.build/xccache/dcfd928d6b26b4442a5968866de40028.zip
2023-05-05 16:45:03.744 I  xcprebuild[28286:c503ef] (UserSession) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/UserSession.build/xccache/dcfd928d6b26b4442a5968866de40028
2023-05-05 16:45:03.846 I  xcswiftc[28294:c5045f] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/UserSession.build/Objects-normal/arm64/UserSession.swiftinterface
2023-05-05 16:45:03.847 I  xcswiftc[28294:c5045f] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/UserSession.build/Objects-normal/arm64/UserSession.private.swiftinterface
2023-05-05 16:45:03.855 I  xcswiftc[28294:c5045f] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:45:03.888 I  xcprebuild[28287:c503f6] (MyAppSession) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppSession.build/xccache/bdf735db496bb5f0a8e2374eea7b1c09.zip
2023-05-05 16:45:03.908 I  xcprebuild[28287:c503f6] (MyAppSession) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppSession.build/xccache/bdf735db496bb5f0a8e2374eea7b1c09
2023-05-05 16:45:04.152 I  xcpostbuild[28302:c50475] (UserSession) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:04.152 I  xcpostbuild[28302:c50475] (UserSession) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:04.516 I  xcpostbuild[28315:c5048e] (MyAppSession) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:04.516 I  xcpostbuild[28315:c5048e] (MyAppSession) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:05.001 I  xcprebuild[28288:c503fb] (MyAppFBSDKWrapper) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppFBSDKWrapper.build/xccache/1f6e4289527230214bee69be321b781e.zip
2023-05-05 16:45:05.182 I  xcprebuild[28288:c503fb] (MyAppFBSDKWrapper) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppFBSDKWrapper.build/xccache/1f6e4289527230214bee69be321b781e
2023-05-05 16:45:05.341 I  xcpostbuild[28323:c504b7] (MyAppMasonry) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:05.341 I  xcpostbuild[28323:c504b7] (MyAppMasonry) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:05.701 I  xcpostbuild[28331:c504c7] (MyAppFBSDKWrapper) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:05.701 I  xcpostbuild[28331:c504c7] (MyAppFBSDKWrapper) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:05.827 I  xcpostbuild[28333:c504cf] (MyAppAPIController) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:05.827 I  xcpostbuild[28333:c504cf] (MyAppAPIController) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:11.213 E  xcprebuild[28358:c50559] (MyAppGenerativeSearch) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:11.219 I  xcprebuild[28358:c50559] (MyAppGenerativeSearch) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:11.219 I  xcprebuild[28358:c50559] (MyAppGenerativeSearch) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:11.219 I  xcprebuild[28358:c50559] (MyAppGenerativeSearch) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppGenerativeSearch-Debug-iphonesimulator-14C18-0548575a8f73f04ecc7d82f05b49df6b.json
2023-05-05 16:45:11.253 E  xcprebuild[28359:c5055f] (MyAppPinGridAttribution) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:11.258 I  xcprebuild[28359:c5055f] (MyAppPinGridAttribution) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:11.258 I  xcprebuild[28359:c5055f] (MyAppPinGridAttribution) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:11.259 I  xcprebuild[28359:c5055f] (MyAppPinGridAttribution) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppPinGridAttribution-Debug-iphonesimulator-14C18-b9b209387e2c51e7f40b39cf3fece512.json
2023-05-05 16:45:11.955 E  xcprebuild[28362:c5056e] (VideoPlayerProtocols) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:11.960 I  xcprebuild[28362:c5056e] (VideoPlayerProtocols) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:11.960 I  xcprebuild[28362:c5056e] (VideoPlayerProtocols) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:11.961 I  xcprebuild[28362:c5056e] (VideoPlayerProtocols) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-VideoPlayerProtocols-Debug-iphonesimulator-14C18-bcfedf0b4406da7539716b97ae512fe4.json
2023-05-05 16:45:13.745 I  xcprebuild[28359:c5055f] (MyAppPinGridAttribution) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppPinGridAttribution.build/xccache/509fcfc5ba22b872f628cac3cb10f6c6.zip
2023-05-05 16:45:13.782 I  xcprebuild[28359:c5055f] (MyAppPinGridAttribution) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppPinGridAttribution.build/xccache/509fcfc5ba22b872f628cac3cb10f6c6
2023-05-05 16:45:14.166 I  xcpostbuild[28373:c505c2] (MyAppPinGridAttribution) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:14.166 I  xcpostbuild[28373:c505c2] (MyAppPinGridAttribution) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:14.177 I  xcprebuild[28358:c50559] (MyAppGenerativeSearch) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppGenerativeSearch.build/xccache/c6295c9296798e3e2c3a56666f4b7494.zip
2023-05-05 16:45:14.224 I  xcprebuild[28358:c50559] (MyAppGenerativeSearch) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppGenerativeSearch.build/xccache/c6295c9296798e3e2c3a56666f4b7494
2023-05-05 16:45:14.588 I  xcpostbuild[28380:c505d3] (MyAppGenerativeSearch) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:14.588 I  xcpostbuild[28380:c505d3] (MyAppGenerativeSearch) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:15.713 I  xcprebuild[28362:c5056e] (VideoPlayerProtocols) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/VideoPlayerProtocols.build/xccache/d33cb4aca4c3f3082fac5524af404993.zip
2023-05-05 16:45:15.912 I  xcprebuild[28362:c5056e] (VideoPlayerProtocols) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/VideoPlayerProtocols.build/xccache/d33cb4aca4c3f3082fac5524af404993
2023-05-05 16:45:16.054 I  xcswiftc[28384:c505e7] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/VideoPlayerProtocols.build/Objects-normal/arm64/VideoPlayerProtocols.private.swiftinterface
2023-05-05 16:45:16.055 I  xcswiftc[28384:c505e7] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/VideoPlayerProtocols.build/Objects-normal/arm64/VideoPlayerProtocols.swiftinterface
2023-05-05 16:45:16.108 I  xcswiftc[28384:c505e7] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:45:16.445 I  xcpostbuild[28389:c505fc] (VideoPlayerProtocols) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:16.446 I  xcpostbuild[28389:c505fc] (VideoPlayerProtocols) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:22.511 E  xcprebuild[28409:c5068e] (VideoPlayerCommonBridge) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:22.527 I  xcprebuild[28409:c5068e] (VideoPlayerCommonBridge) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:22.527 I  xcprebuild[28409:c5068e] (VideoPlayerCommonBridge) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:22.528 I  xcprebuild[28409:c5068e] (VideoPlayerCommonBridge) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-VideoPlayerCommonBridge-Debug-iphonesimulator-14C18-a54ee6c9803e815c2462e6cabe4b61f9.json
2023-05-05 16:45:22.604 E  xcprebuild[28410:c50691] (MyAppUIComponents) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:22.621 I  xcprebuild[28410:c50691] (MyAppUIComponents) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:22.621 I  xcprebuild[28410:c50691] (MyAppUIComponents) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:22.622 I  xcprebuild[28410:c50691] (MyAppUIComponents) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppUIComponents-Debug-iphonesimulator-14C18-6a7fcf27475508076f4887ffb166e377.json
2023-05-05 16:45:25.584 I  xcprebuild[28409:c5068e] (VideoPlayerCommonBridge) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/VideoPlayerCommonBridge.build/xccache/f0d81086d5cac5c5a1078f9afd38468d.zip
2023-05-05 16:45:25.753 I  xcprebuild[28409:c5068e] (VideoPlayerCommonBridge) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/VideoPlayerCommonBridge.build/xccache/f0d81086d5cac5c5a1078f9afd38468d
2023-05-05 16:45:25.873 I  xcswiftc[28433:c506f1] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/VideoPlayerCommonBridge.build/Objects-normal/arm64/VideoPlayerCommonBridge.private.swiftinterface
2023-05-05 16:45:25.874 I  xcswiftc[28433:c506f1] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/VideoPlayerCommonBridge.build/Objects-normal/arm64/VideoPlayerCommonBridge.swiftinterface
2023-05-05 16:45:25.893 I  xcswiftc[28433:c506f1] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:45:26.130 I  xcpostbuild[28437:c506fb] (VideoPlayerCommonBridge) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:26.130 I  xcpostbuild[28437:c506fb] (VideoPlayerCommonBridge) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:26.905 E  xcprebuild[28445:c50751] (MyAppAVVideoPlayerBridge) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:26.911 I  xcprebuild[28445:c50751] (MyAppAVVideoPlayerBridge) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:26.911 I  xcprebuild[28445:c50751] (MyAppAVVideoPlayerBridge) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:26.912 I  xcprebuild[28445:c50751] (MyAppAVVideoPlayerBridge) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppAVVideoPlayerBridge-Debug-iphonesimulator-14C18-e02f4c91d1ef7e8b9cccb6b84cc3309d.json
2023-05-05 16:45:26.942 E  xcprebuild[28446:c50758] (IJKPlayerBridge) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:26.947 I  xcprebuild[28446:c50758] (IJKPlayerBridge) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:26.947 I  xcprebuild[28446:c50758] (IJKPlayerBridge) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:26.947 I  xcprebuild[28446:c50758] (IJKPlayerBridge) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-IJKPlayerBridge-Debug-iphonesimulator-14C18-5e949dde9d0d6643731bce1928a70f35.json
2023-05-05 16:45:26.993 E  xcprebuild[28447:c5075f] (ApePlayerBridge) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:26.998 I  xcprebuild[28447:c5075f] (ApePlayerBridge) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:26.998 I  xcprebuild[28447:c5075f] (ApePlayerBridge) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:26.998 I  xcprebuild[28447:c5075f] (ApePlayerBridge) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-ApePlayerBridge-Debug-iphonesimulator-14C18-79f9f9031ba7ddc015f08e084fb5a125.json
2023-05-05 16:45:28.745 I  xcprebuild[28410:c50691] (MyAppUIComponents) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppUIComponents.build/xccache/d123f959432ddc33eddbd5178473d544.zip
2023-05-05 16:45:29.162 I  xcprebuild[28410:c50691] (MyAppUIComponents) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppUIComponents.build/xccache/d123f959432ddc33eddbd5178473d544
2023-05-05 16:45:30.474 I  xcprebuild[28447:c5075f] (ApePlayerBridge) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ApePlayerBridge.build/xccache/b79f11598af6f0400f53f66006a41bfb.zip
2023-05-05 16:45:30.628 I  xcprebuild[28447:c5075f] (ApePlayerBridge) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ApePlayerBridge.build/xccache/b79f11598af6f0400f53f66006a41bfb
2023-05-05 16:45:30.832 I  xcprebuild[28445:c50751] (MyAppAVVideoPlayerBridge) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAVVideoPlayerBridge.build/xccache/d7dcdc16b7261369ad0866e355939c43.zip
2023-05-05 16:45:30.923 I  xcprebuild[28445:c50751] (MyAppAVVideoPlayerBridge) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppAVVideoPlayerBridge.build/xccache/d7dcdc16b7261369ad0866e355939c43
2023-05-05 16:45:31.077 I  xcprebuild[28446:c50758] (IJKPlayerBridge) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/IJKPlayerBridge.build/xccache/d67e7af137a94759e79acb96af7eb2b2.zip
2023-05-05 16:45:31.221 I  xcprebuild[28446:c50758] (IJKPlayerBridge) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/IJKPlayerBridge.build/xccache/d67e7af137a94759e79acb96af7eb2b2
2023-05-05 16:45:35.523 I  xcswiftc[28728:c50956] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/IJKPlayerBridge.build/Objects-normal/arm64/IJKPlayerBridge.swiftinterface
2023-05-05 16:45:35.525 I  xcswiftc[28728:c50956] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/IJKPlayerBridge.build/Objects-normal/arm64/IJKPlayerBridge.private.swiftinterface
2023-05-05 16:45:35.528 I  xcswiftc[28729:c50958] Optional .privateSwiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ApePlayerBridge.build/Objects-normal/arm64/ApePlayerBridge.private.swiftinterface
2023-05-05 16:45:35.529 I  xcswiftc[28729:c50958] Optional .swiftinterface file not found in the artifact at: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/ApePlayerBridge.build/Objects-normal/arm64/ApePlayerBridge.swiftinterface
2023-05-05 16:45:35.546 I  xcswiftc[28729:c50958] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:45:35.547 I  xcpostbuild[28732:c50966] (MyAppUIComponents) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:35.547 I  xcpostbuild[28732:c50966] (MyAppUIComponents) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:35.559 I  xcswiftc[28728:c50956] Swiftc noop for arm64-apple-ios14.0-simulator
2023-05-05 16:45:36.037 I  xcpostbuild[28738:c5097a] (MyAppAVVideoPlayerBridge) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:36.037 I  xcpostbuild[28738:c5097a] (MyAppAVVideoPlayerBridge) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:36.068 I  xcpostbuild[28740:c50980] (ApePlayerBridge) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:36.068 I  xcpostbuild[28740:c50980] (ApePlayerBridge) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:36.980 I  xcpostbuild[28748:c509d1] (IJKPlayerBridge) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:36.980 I  xcpostbuild[28748:c509d1] (IJKPlayerBridge) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:37.212 E  xcprebuild[28759:c509fe] (MyAppToastExperience) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:37.223 I  xcprebuild[28759:c509fe] (MyAppToastExperience) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:37.223 I  xcprebuild[28759:c509fe] (MyAppToastExperience) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:37.224 I  xcprebuild[28759:c509fe] (MyAppToastExperience) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppToastExperience-Debug-iphonesimulator-14C18-48a07d93a98b10936619db0fdddd0dc8.json
2023-05-05 16:45:37.256 E  xcprebuild[28760:c50a06] (MyAppShopTheLook) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:37.267 I  xcprebuild[28760:c50a06] (MyAppShopTheLook) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:37.267 I  xcprebuild[28760:c50a06] (MyAppShopTheLook) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:37.267 I  xcprebuild[28760:c50a06] (MyAppShopTheLook) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppShopTheLook-Debug-iphonesimulator-14C18-c63dcf2f1fb26d634cfaa635fbaeb08d.json
2023-05-05 16:45:37.357 E  xcprebuild[28762:c50a0d] (MyAppShoppingUtilities) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:37.367 I  xcprebuild[28762:c50a0d] (MyAppShoppingUtilities) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:37.368 I  xcprebuild[28762:c50a0d] (MyAppShoppingUtilities) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:37.368 I  xcprebuild[28762:c50a0d] (MyAppShoppingUtilities) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppShoppingUtilities-Debug-iphonesimulator-14C18-c434d6bf7534a8d30ec2fe00ae9ac91d.json
2023-05-05 16:45:37.392 E  xcprebuild[28763:c50a19] (MyAppVisualUtilities) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:37.438 I  xcprebuild[28763:c50a19] (MyAppVisualUtilities) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:37.438 I  xcprebuild[28763:c50a19] (MyAppVisualUtilities) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:37.439 I  xcprebuild[28763:c50a19] (MyAppVisualUtilities) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppVisualUtilities-Debug-iphonesimulator-14C18-a084e771fa47581d039d05af100676bb.json
2023-05-05 16:45:37.529 E  xcprebuild[28764:c50a27] (MyAppVideo) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:37.555 I  xcprebuild[28764:c50a27] (MyAppVideo) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:37.555 I  xcprebuild[28764:c50a27] (MyAppVideo) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:37.555 E  xcprebuild[28765:c50a2c] (MyAppSearchForYou) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:37.555 I  xcprebuild[28764:c50a27] (MyAppVideo) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppVideo-Debug-iphonesimulator-14C18-b391217f39d25502231760e28416e0b8.json
2023-05-05 16:45:37.559 E  xcprebuild[28766:c50a31] (MyAppmyappTV) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:37.562 I  xcprebuild[28765:c50a2c] (MyAppSearchForYou) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:37.562 I  xcprebuild[28765:c50a2c] (MyAppSearchForYou) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:37.563 I  xcprebuild[28765:c50a2c] (MyAppSearchForYou) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppSearchForYou-Debug-iphonesimulator-14C18-dd0d7a55976c6943825f2cd748dee797.json
2023-05-05 16:45:37.568 I  xcprebuild[28766:c50a31] (MyAppmyappTV) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:37.568 I  xcprebuild[28766:c50a31] (MyAppmyappTV) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:37.568 I  xcprebuild[28766:c50a31] (MyAppmyappTV) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppmyappTV-Debug-iphonesimulator-14C18-dadfe6b6a4a3bf7b08a0a0649cc11818.json
2023-05-05 16:45:37.573 E  xcprebuild[28767:c50a36] (MyAppParentPasscode) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:37.593 I  xcprebuild[28767:c50a36] (MyAppParentPasscode) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:37.593 I  xcprebuild[28767:c50a36] (MyAppParentPasscode) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:37.594 I  xcprebuild[28767:c50a36] (MyAppParentPasscode) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppParentPasscode-Debug-iphonesimulator-14C18-3c24b5613c1205621d1b585ba729fa3d.json
2023-05-05 16:45:37.608 E  xcprebuild[28768:c50a41] (MyAppSectionController) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:37.624 I  xcprebuild[28768:c50a41] (MyAppSectionController) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:37.624 I  xcprebuild[28768:c50a41] (MyAppSectionController) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:37.624 I  xcprebuild[28768:c50a41] (MyAppSectionController) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppSectionController-Debug-iphonesimulator-14C18-db5ad8ad63947ead58dc3bb113786e94.json
2023-05-05 16:45:37.673 E  xcprebuild[28769:c50a48] (MyAppPasswordReset) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:37.690 I  xcprebuild[28769:c50a48] (MyAppPasswordReset) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:37.690 I  xcprebuild[28769:c50a48] (MyAppPasswordReset) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:37.690 I  xcprebuild[28769:c50a48] (MyAppPasswordReset) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppPasswordReset-Debug-iphonesimulator-14C18-dfdbbc881c2501a91d70c36c687dc208.json
2023-05-05 16:45:42.495 I  xcprebuild[28763:c50a19] (MyAppVisualUtilities) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppVisualUtilities.build/xccache/f833cea3735b37a14459967588fbfdfc.zip
2023-05-05 16:45:42.554 I  xcprebuild[28763:c50a19] (MyAppVisualUtilities) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppVisualUtilities.build/xccache/f833cea3735b37a14459967588fbfdfc
2023-05-05 16:45:42.575 I  xcprebuild[28767:c50a36] (MyAppParentPasscode) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppParentPasscode.build/xccache/7fafa48aeb6244db48922a767f17237c.zip
2023-05-05 16:45:42.616 I  xcprebuild[28767:c50a36] (MyAppParentPasscode) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppParentPasscode.build/xccache/7fafa48aeb6244db48922a767f17237c
2023-05-05 16:45:42.705 I  xcprebuild[28760:c50a06] (MyAppShopTheLook) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppShopTheLook.build/xccache/3c49ce9d7cc7cd688b43851978cfe9d2.zip
2023-05-05 16:45:42.707 I  xcprebuild[28765:c50a2c] (MyAppSearchForYou) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppSearchForYou.build/xccache/f6258bf0c45afc58617b340f6a51007d.zip
2023-05-05 16:45:42.781 I  xcprebuild[28765:c50a2c] (MyAppSearchForYou) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppSearchForYou.build/xccache/f6258bf0c45afc58617b340f6a51007d
2023-05-05 16:45:42.783 I  xcprebuild[28760:c50a06] (MyAppShopTheLook) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppShopTheLook.build/xccache/3c49ce9d7cc7cd688b43851978cfe9d2
2023-05-05 16:45:42.791 E  xcprebuild[28776:c50a85] (MyAppUserSignals) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:42.803 E  xcprebuild[28777:c50a88] (MyAppSimpleHomefeed) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:42.807 I  xcprebuild[28776:c50a85] (MyAppUserSignals) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:42.808 I  xcprebuild[28776:c50a85] (MyAppUserSignals) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:42.808 I  xcprebuild[28776:c50a85] (MyAppUserSignals) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppUserSignals-Debug-iphonesimulator-14C18-7046312e58e25af64a3304620e4c9dc2.json
2023-05-05 16:45:42.814 I  xcprebuild[28777:c50a88] (MyAppSimpleHomefeed) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:42.815 I  xcprebuild[28777:c50a88] (MyAppSimpleHomefeed) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:42.815 I  xcprebuild[28777:c50a88] (MyAppSimpleHomefeed) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppSimpleHomefeed-Debug-iphonesimulator-14C18-08bc405114b6233cd95b24cd547f58a1.json
2023-05-05 16:45:42.842 I  xcprebuild[28762:c50a0d] (MyAppShoppingUtilities) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppShoppingUtilities.build/xccache/d609baa537f878ace20726ebb4922d1f.zip
2023-05-05 16:45:42.874 I  xcprebuild[28762:c50a0d] (MyAppShoppingUtilities) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppShoppingUtilities.build/xccache/d609baa537f878ace20726ebb4922d1f
2023-05-05 16:45:42.972 E  xcprebuild[28783:c50aa4] (MyAppShareToBoard) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:42.980 I  xcprebuild[28766:c50a31] (MyAppmyappTV) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppmyappTV.build/xccache/2768a01d77d09dfd944a8bf1384f5120.zip
2023-05-05 16:45:42.987 I  xcprebuild[28783:c50aa4] (MyAppShareToBoard) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:42.987 I  xcprebuild[28783:c50aa4] (MyAppShareToBoard) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:42.987 I  xcprebuild[28783:c50aa4] (MyAppShareToBoard) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppShareToBoard-Debug-iphonesimulator-14C18-8a9f127966ab9acfded0950f7bd32742.json
2023-05-05 16:45:42.996 E  xcprebuild[28784:c50aaa] (MyAppSearchResults) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:43.013 I  xcprebuild[28784:c50aaa] (MyAppSearchResults) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:43.013 I  xcprebuild[28784:c50aaa] (MyAppSearchResults) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:43.014 I  xcprebuild[28784:c50aaa] (MyAppSearchResults) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppSearchResults-Debug-iphonesimulator-14C18-d1d3ed78e47452dd50b06ccc203d8c44.json
2023-05-05 16:45:43.040 E  xcprebuild[28785:c50ab2] (MyAppQuickSave) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-05 16:45:43.051 I  xcprebuild[28785:c50ab2] (MyAppQuickSave) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-05 16:45:43.052 I  xcprebuild[28785:c50ab2] (MyAppQuickSave) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-05 16:45:43.052 I  xcprebuild[28785:c50ab2] (MyAppQuickSave) Making request http://localhost:8080/cache/meta/2302703c1291ebe12b42006e22ac17955d23f955-MyAppQuickSave-Debug-iphonesimulator-14C18-d2955f82d4d732a354f9fc5b342efad7.json
2023-05-05 16:45:43.085 I  xcprebuild[28759:c509fe] (MyAppToastExperience) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppToastExperience.build/xccache/dbf7e81c5b4e2569a8b82a26450577a0.zip
2023-05-05 16:45:43.104 I  xcprebuild[28769:c50a48] (MyAppPasswordReset) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppPasswordReset.build/xccache/a5fe0d345e86309981aaa6881f211cca.zip
2023-05-05 16:45:43.152 I  xcprebuild[28768:c50a41] (MyAppSectionController) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppSectionController.build/xccache/21975c9e9d7ab6039079fd0b15e400c0.zip
2023-05-05 16:45:43.161 I  xcprebuild[28759:c509fe] (MyAppToastExperience) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/myappXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/myappXcodegen.build/Debug-iphonesimulator/MyAppToastExperience.build/xccache/dbf7e81c5b4e2569a8b82a26450577a0

 

result -

➜  /Users/okoo/Code/ios2 git:(master) ✗ xcremotecache/xcprepare stats                                                                      
hit_count: 227
miss_count: 229
local_cache_bytes: 466882560
indexing_hit_count: 221
indexing_miss_count: 10
OliverKoo commented 1 year ago

OK i tried the above with S3 in the backend this time and worked still!

➜  /Users/okoo/Code/ios2 git:(master) ✗ xcremotecache/xcprepare stats         

hit_count: 227
miss_count: 1
local_cache_bytes: 668192768
indexing_hit_count: 222
indexing_miss_count: 14

So it must be something with the Release Configuration? This is how I configure producer, consumer mode and how I build Release on Enterprise flavor of the app.

producer mode xcremotecache/xcprepare integrate --input MyAppXcodegen.xcodeproj --mode producer --configurations-exclude Debug --configurations-include Release --final-producer-target MyAppEnterprise

compile and archive

xcodebuild -verbose -project MyAppXcodegen.xcodeproj -scheme MyAppEnterprise -resultBundlePath testlog.xcresult -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.2' -configuration Release -archivePath out/MyAppEnterprise.xcarchive archive

mark xcremotecache/xcprepare mark --configuration Release --platform iphonesimulator

consumer mode xcremotecache/xcprepare integrate --input MyAppXcodegen.xcodeproj --configurations-exclude Debug --configurations-include Release --consumer-eligible-configurations Release --mode consumer

also to answer your quesitons above - I don't think we use any bridge headers (maybe in a couple targets max)

polac24 commented 1 year ago

I am still in the process of debugging, I am wondering what does Couldn't verify if should disable RC for , what does this entail?

This error is really unfortunate - it is often a red-herring (at least in your case) and happens often if building a target for the first time.

  1. Your build seems to be quite long and macOS evicts some older info logs and only retains errors. If you want to capture all relevant logs (would be helpful), you should opt to the "stream" command and capture it to the file while a build happens: log stream --predicate 'sender BEGINSWITH "xc"' --style compact --info --debug
  2. Your logs from the gist say that you are not necessarily in the consumer mode (at least not for all targets). Is that expected? Maybe you can double-check that the consumer mode is enabled (2023-05-05 15:09:05.196 E xcprebuild[50713:c0276f] (AppCrypto) Prebuild step disabled, selected mode: producer)?
  3. Your commands above look correct. However, the archive mode was never verified. Theoretically, it shouldn't affect but who knows???
  4. I would check the xcodebuild output on the producer side - can you see some outputs like [RC] Published remote cache for ...? That should be printed for all targets in the XCRemoteCache's post_build step.
  5. on a consumer side - you should see outputs like [RC] Cached build for xxx target if everything is OK? That should be printed for all targets in the XCRemoteCache's post_build step. The very first target that prints [RC] Disabled remote cache for ... is worth investigating - check the .zip content for this commit (os_logs print the .zip URL in the backend) and in generatl review logs for that process - so with the same [process_id:...] PID:TID column.
  6. There might be something off with Release configuration. Did you try to build on CI the Debug configuration and then consume it locally?
OliverKoo commented 1 year ago

for 4 and 5 above - I do see [RC] Published remote cache for and [RC] Cached build for xxx target in the build log for producer and consumer mode respectively.

for 2. I think the log was from producer mode which make sense


Update

Today I learned that to archive a target, the destination would need to be iphoneos, otherwise the Archive button would be greyed out in Xcode. https://stackoverflow.com/questions/36799156/archive-button-grayed-out-in-xcode . However, if I use xcodebuild instead of Xcode, I can still run xcodebuild ...-destination 'platform=iOS Simulator,name=iPhone 14,OS=16.2'....archive without error which is weird.

With the new info above I tried again

  1. switch producer mode,
  2. clean build and DerviedData,
  3. build archive with -destination 'generic/platform=iOS'
  4. mark with --platform iphoneos this time xcremotecache/xcprepare mark --configuration Release --platform iphoneos
  5. clean build and DerviedData again
  6. switch to consumer mode with --consumer-eligible-platforms iphoneos this time xcremotecache/xcprepare integrate --input MyApptXcodegen.xcodeproj --configurations-exclude Debug --configurations-include Release --consumer-eligible-configurations Release --consumer-eligible-platforms iphoneos --mode consumer

I notice the build is noticiably faster this time, and from the network logs I do see artifacts being dowloaded. Below is a snippet of the log. Complete logs are here (I used log stream thanks to your suggestions). However when I run xcremotecache/xcprepare stats I still see 0 cache hit which is not what i would expect

2023-05-08 11:14:41.630 Db xcprebuild[81126:103dcf2] Reading extra configuration from user.rcinfo -- file:///Users/okoo/Code/ios2/
2023-05-08 11:14:41.631 E  xcprebuild[81126:103dcf2] (KeyValueService) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-08 11:14:41.638 I  xcprebuild[81126:103dcf2] (KeyValueService) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/BuildProductsPath/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/BuildProductsPath
2023-05-08 11:14:41.638 I  xcprebuild[81126:103dcf2] (KeyValueService) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-08 11:14:41.641 I  xcprebuild[81126:103dcf2] (KeyValueService) Making request https://myapp-ios-cache-staging.s3.us-east-1.amazonaws.com/meta/2302703c1291ebe12b42006e22ac17955d23f955-KeyValueService-Release-iphoneos-14C18-941a5f87a306307bc6f65cc37704276c.json
2023-05-08 11:14:41.848 I  xcprebuild[81112:103dc90] (AppAudioPlayer) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/IntermediateBuildFilesPath/MyAppXcodegen.build/Release-iphoneos/AppAudioPlayer.build/xccache/9c4a9a03659ff5cc71492daa37160ca5.zip
2023-05-08 11:14:42.040 I  xcprebuild[81115:103dc9c] (LocalMediaCache) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/IntermediateBuildFilesPath/MyAppXcodegen.build/Release-iphoneos/LocalMediaCache.build/xccache/6fd5da306eccdf9c06c17d4de62e5f6b.zip
2023-05-08 11:14:42.326 I  xcprebuild[81099:103dc46] (AppFuture) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/IntermediateBuildFilesPath/MyAppXcodegen.build/Release-iphoneos/AppFuture.build/xccache/1af0ff5c399b3c9ee9c640176f3f755d
2023-05-08 11:14:42.548 I  xcprebuild[81112:103dc90] (AppAudioPlayer) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/IntermediateBuildFilesPath/MyAppXcodegen.build/Release-iphoneos/AppAudioPlayer.build/xccache/9c4a9a03659ff5cc71492daa37160ca5
2023-05-08 11:14:42.710 I  xcprebuild[81125:103dce6] (KVOController) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/IntermediateBuildFilesPath/MyAppXcodegen.build/Release-iphoneos/KVOController.build/xccache/eeb8694796d80eff8fbb5cefe2d7c3e3.zip
2023-05-08 11:14:42.736 Db xcprebuild[81129:103dd10] Reading extra configuration from user.rcinfo -- file:///Users/okoo/Code/ios2/
2023-05-08 11:14:42.736 E  xcprebuild[81129:103dd10] (GoogleToolboxForMac) Couldn't verify if should disable RC for 2302703c1291ebe12b42006e22ac17955d23f955.
2023-05-08 11:14:42.743 I  xcprebuild[81129:103dd10] (GoogleToolboxForMac) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/BuildProductsPath/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/BuildProductsPath
2023-05-08 11:14:42.743 I  xcprebuild[81129:103dd10] (GoogleToolboxForMac) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-08 11:14:42.746 I  xcprebuild[81129:103dd10] (GoogleToolboxForMac) Making request https://myapp-ios-cache-staging.s3.us-east-1.amazonaws.com/meta/2302703c1291ebe12b42006e22ac17955d23f955-GoogleToolboxForMac-Release-iphoneos-14C18-cf9a8fb0930120b02a4f3467428e1934.json
2023-05-08 11:14:42.864 I  xcprebuild[81104:103dc60] (NotificationServiceExtensionEnterprise) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/IntermediateBuildFilesPath/MyAppXcodegen.build/Release-iphoneos/NotificationServiceExtensionEnterprise.build/xccache/7ef238865821f6d1d0645540d047eb07
2023-05-08 11:14:42.908 I  xcprebuild[81126:103dcf2] (KeyValueService) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/ArchiveIntermediates/MyAppEnterprise/IntermediateBuildFilesPath/MyAppXcodegen.build/Release-iphoneos/KeyValueService.build/xccache/997c3a410d7c0fdc990a44a5c0a3a381.zip
2023-05-08 11:14:42.914 Db xcprebuild[81131:103dd1b] Reading extra configuration from user.rcinfo -- file:///Users/okoo/Code/ios2/
OliverKoo commented 1 year ago

There might be something off with Release configuration. Did you try to build on CI the Debug configuration and then consume it locally?

just tested this - yep build producer mode on CI with Debug configuration, and was able to consume the cache locally when building a target with Debug configuration. See high cache hit with ~40% build time reduction on clean builds. Its AWESOME!

➜  /Users/okoo/Code/ios2 git:(okoo/xcremotecache) ✗  xcremotecache/xcprepare stats
hit_count: 227
miss_count: 1
local_cache_bytes: 847282176
indexing_hit_count: 0
indexing_miss_count: 232
polac24 commented 1 year ago
  1. Thanks for logs. The [RC] Cached build for xxx target is the best evidence that a target was taken from cache. It is strange that xcprepare stats returns 0
  2. Can you see in logs if there was axcpostbuild's crash - it should report either miss or hit. However, having [RC] Cached build for xxx target for consumers+Release suggests that the process led to the end (at least very close to the end).
  3. Side question: Regarding greyed-out "Archive" - did you try wih option/alt key? I remember that was the trick
  4. Your last comment suggests we might have a bug for the Release. All of our integration tests run on Debug so maybe worth adding one for Release and see what could be a reason. Any insights from you might be helpful.
polac24 commented 1 year ago

FYI: I exercised the default Release configuration in our E2E tests and that succeeded with 100% cache hit. So a standard Release setup doesn't expose any troubles with XCRemoteCache. Any details from your context might be helpful.

OliverKoo commented 1 year ago

Thanks for getting back to me, the option/alt key totally worked! that is good to know thank!

I don't see any xcpostbuild's crash in logs, but I going to dive in deeper and play more with the Release setting.

I am about ready to ship the debug remote cache feature that would integrate XCRemoteCaches with our production systems. More than 1000+ devs will benefit from this everyday. However today when I am doing a sanity checks I noticed my Debug builds are slower when I have XCRemoteCaches enabled (in consumer with cache hits) compare to regular Debug builds without build cache. Which is quite strange because I remember the speed gain from previous experiments.

Are there common gotchas that would cause build to slow down when using RC? I am about to go OOO but can provide more details/logs when I return in a week

polac24 commented 1 year ago

That slow-down is strange and assuming the hit rate is still high (the other way than asking xcprepare --stats is to look for [RC] output commands in the Xcode's Report Navigator/xcodebuild logs.

If a cache hit happens, here are steps that might affect the performance:

If you face performance problems in the incremental builds, I would double check Xcode respects the "observation" list from the last step written above (it is called in Xcode the "discovered dependency file"). If not, it might be fixed with

defaults write com.apple.dt.XCBuild IgnoreFileSystemDeviceInodeChanges -bool YES
OliverKoo commented 1 year ago

So I did a little digging - did the exact same builds but one with docker backend and one with S3. and the stats are very different.

with local docker builds - 239s
➜  /Users/okoo/Code/ios2 git:(master) ✗ xcremotecache/xcprepare stats                             
hit_count: 234
miss_count: 2
local_cache_bytes: 828936192
indexing_hit_count: 233

with S3 as back up - 470s
➜  /Users/okoo/Code/ios2 git:(master) ✗ xcremotecache/xcprepare stats        
hit_count: 101
miss_count: 135
local_cache_bytes: 828936192
indexing_hit_count: 100
indexing_miss_count: 105

What surprised me is that the hits count are very different, and this probably suggest that the fetch and downloads are slow. Is there way I can measure the time of fetch meta.json file or download artifact .zip?

polac24 commented 1 year ago

We don't track downloading duration, but honestly, I think the high miss_count: 135 caused that 470s.

This is so weird that with S3 backend you get lowed hit rate - it should be 1:1 as this is just a dummy file server. I would definitely inspect xcprebuild logs (log stream --predicate 'sender BEGINSWITH "xcprebuild"' --style compact --info --debug or log show --predicate 'sender BEGINSWITH "xcprebuild"' --style compact --info --debug -last 12m) and see if there are any 404 from s3. For instance, recently we got a report that a space in configuration led to 403 responses from S3.

OliverKoo commented 1 year ago

So I looked at the log of xcprebuild from both consumer mode using docker vs S3, and you are right, some target that hit remote cache using docker as back up, would miss when using S3. Here is an example.

docker

2023-05-16 13:56:06.918 E  xcprebuild[47625:1e18bb8] (UserFollowers) Couldn't verify if should disable RC for f77f5f4e6ff0c677b1a7e9e336a9f0b03cf13713.
2023-05-16 13:56:06.923 I  xcprebuild[47625:1e18bb8] (UserFollowers) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-16 13:56:06.923 I  xcprebuild[47625:1e18bb8] (UserFollowers) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-16 13:56:06.923 I  xcprebuild[47625:1e18bb8] (UserFollowers) Making request http://localhost:8080/cache/meta/f77f5f4e6ff0c677b1a7e9e336a9f0b03cf13713-UserFollowers-Debug-iphonesimulator-14C18-bfd2bff457525bd3ee2edd7d59333e3f.json
2023-05-16 13:56:09.469 I  xcprebuild[47625:1e18bb8] (UserFollowers) Downloading artifact to file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/MyAppXcodegen.build/Debug-iphonesimulator/UserFollowers.build/xccache/643870642ebe54f7c89df57fe39d6154.zip
2023-05-16 13:56:09.592 I  xcprebuild[47625:1e18bb8] (UserFollowers) Artifact unzipped to file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Intermediates.noindex/MyAppXcodegen.build/Debug-iphonesimulator/UserFollowers.build/xccache/643870642ebe54f7c89df57fe39d6154

S3

2023-05-16 13:04:40.325 E  xcprebuild[70677:1dd2af4] (UserFollowers) Couldn't verify if should disable RC for f77f5f4e6ff0c677b1a7e9e336a9f0b03cf13713.
2023-05-16 13:04:40.331 I  xcprebuild[70677:1dd2af4] (UserFollowers) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-16 13:04:40.331 I  xcprebuild[70677:1dd2af4] (UserFollowers) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
2023-05-16 13:04:43.556 E  xcprebuild[70677:1dd2af4] (UserFollowers) Prebuild step failed with error: missingFile(file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/Debug-iphonesimulator/FeatureFoundation.framework/Modules/FeatureFoundation.swiftmodule/arm64-apple-ios-simulator.swiftmodule.md5)

there are 119 of these missingFile error in Prebuild steps, they are mostly either

missingFile(file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/Debug-iphonesimulator/BAR.framework/Modules/FeatureFoundation.swiftmodule/arm64-apple-ios-simulator.swiftmodule.md5

or

missingFile(file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/Debug-iphonesimulator/FOO.framework/Headers/ApePlayer-Swift.h.md5)

I am still puzzled as why changing the backend would cause these errors, hope the logs helped a bit, I will keep digging

OliverKoo commented 1 year ago

hmm perhaps https://github.com/spotify/XCRemoteCache/issues/179 and https://github.com/spotify/XCRemoteCache/issues/169 are related?

polac24 commented 1 year ago

Are there any logs for process 70677 between these 2 entries? If not, that would suggest we don't download the zip from the backend.

2023-05-16 13:04:40.331 I  xcprebuild[70677:1dd2af4] (UserFollowers) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
_no logs here?_
2023-05-16 13:04:43.556 E  xcprebuild[70677:1dd2af4] (UserFollowers) Prebuild step failed with error: missingFile(file:///Users/okoo/Library/Developer/Xcode/

So the "cached" version might be taken (e.g. from ~/Library/Caches/XCRemoteCache/)

OliverKoo commented 1 year ago

no these are all four entries (in order) for process 70677

2023-05-16 13:04:40.325 E  xcprebuild[70677:1dd2af4] (UserFollowers) Couldn't verify if should disable RC for f77f5f4e6ff0c677b1a7e9e336a9f0b03cf13713.
2023-05-16 13:04:40.331 I  xcprebuild[70677:1dd2af4] (UserFollowers) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-16 13:04:40.331 I  xcprebuild[70677:1dd2af4] (UserFollowers) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
...
2023-05-16 13:04:43.556 E  xcprebuild[70677:1dd2af4] (UserFollowers) Prebuild step failed with error: missingFile(file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/Debug-iphonesimulator/FeatureFoundation.framework/Modules/FeatureFoundation.swiftmodule/arm64-apple-ios-simulator.swiftmodule.md5)

Let me rm -rf ~/Library/Caches/XCRemoteCache/ then rebuild with S3 cache backend, see if that changes anything.

OliverKoo commented 1 year ago

(also sorry for the late response I was on vacation)

I rebuild without any local cache and I did see an extra line of log (UserFollowers) Making request ....

2023-05-22 09:07:01.176 E  xcprebuild[87987:2541c78] (UserFollowers) Couldn't verify if should disable RC for f77f5f4e6ff0c677b1a7e9e336a9f0b03cf13713.
...
2023-05-22 09:07:01.179 I  xcprebuild[87987:2541c78] (UserFollowers) Found url to remapp: file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/. Remapping: /Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products
2023-05-22 09:07:01.179 I  xcprebuild[87987:2541c78] (UserFollowers) Found url to remapp: file:///Users/okoo/Code/ios2/. Remapping: /Users/okoo/Code/ios2
...
2023-05-22 09:07:01.181 I  xcprebuild[87987:2541c78] (UserFollowers) Making request https://myapp-ios-cache.s3.us-east-1.amazonaws.com/meta/f77f5f4e6ff0c677b1a7e9e336a9f0b03cf13713-UserFollowers-Debug-iphonesimulator-14C18-bfd2bff457525bd3ee2edd7d59333e3f.json
...
2023-05-22 09:07:04.997 E  xcprebuild[87987:2541c78] (UserFollowers) Prebuild step failed with error: missingFile(file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/Debug-iphonesimulator/FeatureFoundation.framework/Modules/FeatureFoundation.swiftmodule/arm64-apple-ios-simulator.swiftmodule.md5)

it seems the 135 cache miss all failed after attempting to retrieve cache, how can I proceed to debug this? I don't think its a credential issue since the other 101 module were able to get cache hit

OliverKoo commented 1 year ago

following this debug guide I found another interesting thing.

When comparing ~/Library/Caches/XCRemoteCache/{your_host_path}/meta/*.json files between S3 and localhost. I found that in S3 json file there is an extra dependency. For example MyShareToBoard module successfully hit cache when using localhost as cache server but failed with S3.

2023-05-22 09:05:34.965 E  xcprebuild[84727:253aa75] (MyShareToBoard) Prebuild step failed with error: missingFile(file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/Debug-iphonesimulator/VideoPlayerProtocols.framework/Headers/VideoPlayerProtocols-Swift.h.md5)

And when grepping for VideoPlayerProtocols in /Users/okoo/Library/Caches/XCRemoteCache/localhost/cache/meta/f77f5f4e6ff0c677b1a7e9e336a9f0b03cf13713-MyShareToBoard-Debug-iphonesimulator-14C18-8a9f127966ab9acfded0950f7bd32742.json I see 1 occurrence in the dependencies list

"$(BUILD_DIR)\/Debug-iphonesimulator\/VideoPlayerProtocols.framework\/Headers\/VideoPlayerProtocols-Swift.h.md5"

Now compare to greeping for VideoPlayerProtocols in /Users/okoo/Library/Caches/XCRemoteCache/myorg-ios-cache.s3.us-east-1.amazonaws.com/meta/f77f5f4e6ff0c677b1a7e9e336a9f0b03cf13713-MyShareToBoard-Debug-iphonesimulator-14C18-8a9f127966ab9acfded0950f7bd32742.json I see an additional occurrence in the dependencies list

"$(BUILD_DIR)\/Debug-iphonesimulator\/AsyncDisplayKit.framework\/Modules\/VideoPlayerProtocols-Swift.h.md5"

also Prebuild step failed with error: missingFile(file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/Debug-iphonesimulator/VideoPlayerProtocols.framework/Headers/VideoPlayerProtocols-Swift.h.md5) is the reason 109 modules prebuild step failed. I will dig into this VideoPlayerProtocols.framework next

polac24 commented 1 year ago

Missing .md5

To troubleshoot this one:

2023-05-22 09:07:04.997 E  xcprebuild[87987:2541c78] (UserFollowers) Prebuild step failed with error: missingFile(file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/Debug-iphonesimulator/FeatureFoundation.framework/Modules/FeatureFoundation.swiftmodule/arm64-apple-ios-simulator.swiftmodule.md5)

That means the FeatureFoundation.framework that exists on your local machine misses the "meta-file" of the swiftmodule (this is called the "swiftmodule fingerprint"). That extra (by default .md5) file is always appended to the cached artifact, but if FeatureFoundation was built locally (probably because it was a cache miss), the file doesn't exist. That suggests that FeatureFoundation target was not taken from XCRemoteCache and thus your have a cascading cache-miss. In general, you need to find the very first target that reports a cache miss.

Different s3 vs local cache

That extra dependency seems really strange. One thing that might cause that is a slower producer part and a bit different build system order.

Especially, the dependency between AsyncDisplayKit -> VideoPlayerProtocols looks so suspicious, but I cannot imagine how could XCRemoteCache mix up them. The process of finding dependencies relies on the list of dependenices files reported by the clang/swift compiler in .d files (more here). If you have access to the producer's DerivedData after a build, I would inspect which file in the AsyncDisplayKit target reports a dependency to the VideoPlayerProtocols-Swift.h. In other words:

# find all *.d files
find DerivedData/YourPorject/Build/Intermediates.noindex/AsyncDisplayKit.build -name "*.d" | xargs grep VideoPlayerProtocols-Swift.h

I guess there is some race when loading modules in clang. If that file (VideoPlayerProtocol-Swift.hexists on a producer whenAsyncDisplayKitmodule is loaded (depending the build order), it is implicitly hoisted to the list of deps, even it is not required at all (but clang doesn't know about that). I recall similar problems in big repos and the solution was revisiting how.modulemap`s are organized in the app.

OliverKoo commented 1 year ago

I looked for the first error in the log which is

xcprebuild[66926:1dca867] (VideoPlayerCommonBridge) Prebuild step failed with error: missingFile(file:///Users/okoo/Library/Developer/Xcode/DerivedData/MyAppXcodegen-exwneyqxzopphodwxkfkatpczygl/Build/Products/Debug-iphonesimulator/VideoPlayerProtocols.framework/Modules/VideoPlayerProtocols.swiftmodule/arm64-apple-ios-simulator.swiftmodule.md5

and indeed in the VideoPlayerProtocols.swiftmodule directory there is a .swiftdoc and .swiftmodule file but no.md5.

I am confused on how this metafile is generated, any tips or direction would be appreciated. I been comparing logs on docker build and s3 build to see what cause the .md5 files get generated. One thing worth noting is that if I don't integrate XCRemoteCache at all and just do a regular build - I don't see these md5 files at all. They only appear when I do a XCRemoteCache build with consumer mode turned on.

polac24 commented 1 year ago

.md5 is a fingerprint for the .swiftmodule (and some other non-deterministic files) that was managed (downloaded and reused) by the XCRemoteCache.

.swiftmodule file is a counterpart of the .h in the Swift worlds and it is a binary file (sidenote: in a llvm-bitcode format) and absolute paths. That means, it is not portable between machines. To overcome that, XCRemoteCache allways carries over the .md5 along the .swifmodule to let its consumers (so other modules that import it) know what was the "state" of the module on the compilation (that is something similar to the Markle-tree if you are interested, but you may think it as a normalized representation of the .swiftmodule). You can also read about fingerprints here.

To conclude, if .md5 missing - it means the framework was not taken from cache (Xcode's build system doesn't create it by itself). So you ensure 100% cache hit, you need to check why VideoPlayerProtocols was not taken from cache (as VideoPlayerCommonBridge depends on it, a cache miss in VideoPlayerProtocols cascades to VideoPlayerCommonBridge cache miss).

OliverKoo commented 1 year ago

Thanks for the explanation! I learned something new.

I realized what was causing the cache miss. Because the cache in S3 was populated by our CI master build. If I override the S3 cache to be populated by my local builds, then VideoPlayerProtocols no longer experience a cache miss, in fact I see a 100% cache hit rate.

I further digged into the artifacts by comparing the artifacts generated by CI and local. I see they have different fingerprints. here is a gist for the artifacts https://gist.github.com/OliverKoo/82ab97cc6811ca9cc569f405bfd6a9f9

Is this expected? If not, what are some common cause for this to happen?

polac24 commented 1 year ago

These fingerprints might be different because the order of dependencies is different. Also, Please note the list of deps is somehow case-sensitive - (how come, it has to be on macOS, right??). Sometimes it is MyAuthenticationUserLogin, sometimes MYAuthenticationUserLogin (y vs Y).

Not necessary a problem for XCRC (it only relies on a file content), definitely something to investiate.

OliverKoo commented 1 year ago

ahh the My vs MY just me fat fingered when I repalce our org's name, so that's a false alarm

Coder-Star commented 11 months ago

Is there any progress on this issue,Please

polac24 commented 11 months ago

My last comment recommends reviewing the content (on the CI side) of files referenced in dependencies. @OliverKoo found that the list of files matches 1:1 with local build, but the fingerprints are different. So we have 2 fingerprints:

Coder-Star commented 11 months ago

My last comment recommends reviewing the content (on the CI side) of files referenced in . @OliverKoo found that the list of files matches 1:1 with local build, but the fingerprints are different. So we have 2 fingerprints:dependencies

  • raw fingerprint - it computes md5 of all filesdependencies
  • fingerpint - same as above, but also includes a hash of all context ENVs (like Xcode version, project name etc.). Here is the code

thanks I am using the Cocoapods plugin, and the xcode log output [RC] Cached build for xxx, but the xcprepare stats output is 0 and the compilation time has not decreased。

debug is ok,but release is not