diff --git a/Mindbox.podspec b/Mindbox.podspec index 2a803ea9..f5b894bf 100644 --- a/Mindbox.podspec +++ b/Mindbox.podspec @@ -1,53 +1,15 @@ - - Pod::Spec.new do |spec| - spec.name = "Mindbox" - - spec.version = "1.3.2" - + spec.version = "1.3.3" spec.summary = "SDK for integration with Mindbox" - spec.description = "This library allows you to integrate data transfer to Mindbox Marketing Cloud" - spec.homepage = "https://github.com/mindbox-moscow/ios-sdk" - spec.license = { :type => "CC BY-NC-ND 4.0", :file => "LICENSE" } - spec.author = { "Mindbox" => "ios-sdk@mindbox.ru" } - spec.platform = :ios, "10.0" - spec.source = { :git => "https://github.com/mindbox-moscow/ios-sdk.git", :tag => spec.version } - spec.source_files = "Mindbox/**/*.{swift}" - spec.exclude_files = "Classes/Exclude" - - - # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # A list of resources included with the Pod. These are copied into the - # target bundle with a build phase script. Anything else will be cleaned. - # You can preserve files from being cleaned, please don't preserve - # non-essential files like tests, examples and documentation. - # - spec.resources = ["Mindbox/**/*.xcdatamodeld"] - - - # ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # Link your library with frameworks, or libraries. Libraries do not include - # the lib prefix of their name. - # - - # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # If your library depends on compiler flags you can set them in the xcconfig hash - # where they will only apply to your library. If you depend on other Podspecs - # you can include multiple dependencies to ensure it works. - spec.swift_version = "5" - end diff --git a/Mindbox.xcodeproj/project.pbxproj b/Mindbox.xcodeproj/project.pbxproj index 9dbe9b1f..c7a1f08d 100644 --- a/Mindbox.xcodeproj/project.pbxproj +++ b/Mindbox.xcodeproj/project.pbxproj @@ -448,6 +448,7 @@ 84FCD3B425CA0FD300D1E574 /* MockPersistenceStorage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MockPersistenceStorage.swift; sourceTree = ""; }; 84FCD3B825CA109E00D1E574 /* MockNetworkFetcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockNetworkFetcher.swift; sourceTree = ""; }; 84FCD3BC25CA10F600D1E574 /* SuccessResponse.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = SuccessResponse.json; sourceTree = ""; }; + B33127AE2760C53700CF747E /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = SOURCE_ROOT; }; B36D57842696E59400FEDFD6 /* RetailOrderStatisticsResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RetailOrderStatisticsResponse.swift; sourceTree = ""; }; B3A6254B2689F83100B6A3B7 /* PersonalOffersResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersonalOffersResponse.swift; sourceTree = ""; }; B3A6254F2689F8B600B6A3B7 /* BenefitResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BenefitResponse.swift; sourceTree = ""; }; @@ -500,6 +501,7 @@ 313B232625ADEA0F00A1CB72 = { isa = PBXGroup; children = ( + B33127AE2760C53700CF747E /* Package.swift */, 313B233225ADEA0F00A1CB72 /* Mindbox */, 313B233D25ADEA0F00A1CB72 /* MindboxTests */, 3333C1992681D3CF00B60D84 /* MindboxNotifications */, diff --git a/Mindbox/Database/DatabaseLoader.swift b/Mindbox/Database/DatabaseLoader.swift index 74389295..a0932189 100644 --- a/Mindbox/Database/DatabaseLoader.swift +++ b/Mindbox/Database/DatabaseLoader.swift @@ -20,11 +20,18 @@ class DataBaseLoader { init(persistentStoreDescriptions: [NSPersistentStoreDescription]? = nil, applicationGroupIdentifier: String? = nil) throws { MBPersistentContainer.applicationGroupIdentifier = applicationGroupIdentifier - let bundle = Bundle(for: DataBaseLoader.self) let momdName = Constants.Database.mombName - guard let modelURL = bundle.url(forResource: momdName, withExtension: "momd") else { + + #if SWIFT_PACKAGE + guard let modelURL = Bundle.module.url(forResource: momdName, withExtension: "momd") else { + throw MBDatabaseError.unableCreateDatabaseModel + } + #else + guard let modelURL = Bundle(for: DataBaseLoader.self).url(forResource: momdName, withExtension: "momd") else { throw MBDatabaseError.unableCreateDatabaseModel } + #endif + guard let managedObjectModel = NSManagedObjectModel(contentsOf: modelURL) else { throw MBDatabaseError.unableCreateManagedObjectModel(with: modelURL) } diff --git a/Mindbox/Model/Bodies/MobileApplication/MindBox-Test 2021-02-20 16-56-07/DistributionSummary.plist b/Mindbox/Model/Bodies/MobileApplication/MindBox-Test 2021-02-20 16-56-07/DistributionSummary.plist deleted file mode 100644 index 2b506e48..00000000 --- a/Mindbox/Model/Bodies/MobileApplication/MindBox-Test 2021-02-20 16-56-07/DistributionSummary.plist +++ /dev/null @@ -1,80 +0,0 @@ - - - - - MindBox-Test.ipa - - - architectures - - armv7 - arm64 - - certificate - - SHA1 - 96420A444F2E32A60D8B8652D90FBF045C04C937 - dateExpires - 17.02.2022 - type - Apple Distribution - - embeddedBinaries - - - architectures - - armv7 - arm64 - - certificate - - SHA1 - 96420A444F2E32A60D8B8652D90FBF045C04C937 - dateExpires - 17.02.2022 - type - Apple Distribution - - name - MindBox.framework - team - - id - N39VVWZXXP - name - MAINDBOKS, OOO - - - - entitlements - - application-identifier - N39VVWZXXP.PushOk - aps-environment - production - com.apple.developer.team-identifier - N39VVWZXXP - get-task-allow - - - name - MindBox-Test.app - profile - - UUID - 8b7d0706-5293-436a-8811-df18440f68ce - name - iOS Team Ad Hoc Provisioning Profile: PushOk - - team - - id - N39VVWZXXP - name - MAINDBOKS, OOO - - - - - diff --git a/Mindbox/Model/Bodies/MobileApplication/MindBox-Test 2021-02-20 16-56-07/ExportOptions.plist b/Mindbox/Model/Bodies/MobileApplication/MindBox-Test 2021-02-20 16-56-07/ExportOptions.plist deleted file mode 100644 index 21aa8edc..00000000 --- a/Mindbox/Model/Bodies/MobileApplication/MindBox-Test 2021-02-20 16-56-07/ExportOptions.plist +++ /dev/null @@ -1,20 +0,0 @@ - - - - - compileBitcode - - destination - export - method - ad-hoc - signingStyle - automatic - stripSwiftSymbols - - teamID - N39VVWZXXP - thinning - <none> - - diff --git a/Mindbox/Model/Bodies/MobileApplication/MindBox-Test 2021-02-20 16-56-07/Packaging.log b/Mindbox/Model/Bodies/MobileApplication/MindBox-Test 2021-02-20 16-56-07/Packaging.log deleted file mode 100644 index f4a45e16..00000000 --- a/Mindbox/Model/Bodies/MobileApplication/MindBox-Test 2021-02-20 16-56-07/Packaging.log +++ /dev/null @@ -1,9449 +0,0 @@ -2021-02-20 13:54:11 +0000 Initial pipeline context: '> - Chain (14, self inclusive): - '> - '> - '> - '> - '> - '> - '> - '> - '> - - - - - - -2021-02-20 13:54:11 +0000 Processing step: IDEDistributionCreateDestRootStep -2021-02-20 13:54:11 +0000 Processing step: IDEDistributionCopyItemStep -2021-02-20 13:54:11 +0000 Running /usr/bin/ditto '-V' '/Users/admin/Library/Developer/Xcode/Archives/2021-02-20/MindBox-Test 20.02.2021, 16.42.xcarchive/Products/Applications/MindBox-Test.app' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app' -2021-02-20 13:54:11 +0000 >>> Copying /Users/admin/Library/Developer/Xcode/Archives/2021-02-20/MindBox-Test 20.02.2021, 16.42.xcarchive/Products/Applications/MindBox-Test.app -2021-02-20 13:54:11 +0000 copying file ./_CodeSignature/CodeResources ... -2021-02-20 13:54:11 +0000 21161 bytes for ./_CodeSignature/CodeResources -2021-02-20 13:54:11 +0000 copying file ./AppIcon20x20@2x.png ... -2021-02-20 13:54:11 +0000 5372 bytes for ./AppIcon20x20@2x.png -copying file ./AppIcon57x57.png ... -2021-02-20 13:54:11 +0000 10693 bytes for ./AppIcon57x57.png -copying file ./MindBox-Test ... -2021-02-20 13:54:11 +0000 1163152 bytes for ./MindBox-Test -copying file ./AppIcon20x20@3x.png ... -2021-02-20 13:54:11 +0000 11845 bytes for ./AppIcon20x20@3x.png -copying file ./AppIcon29x29.png ... -2021-02-20 13:54:11 +0000 2894 bytes for ./AppIcon29x29.png -2021-02-20 13:54:11 +0000 copying file ./AppIcon60x60@2x.png ... -2021-02-20 13:54:11 +0000 45854 bytes for ./AppIcon60x60@2x.png -copying file ./AppIcon72x72@2x~ipad.png ... -2021-02-20 13:54:11 +0000 65154 bytes for ./AppIcon72x72@2x~ipad.png -2021-02-20 13:54:11 +0000 copying file ./AppIcon29x29@2x.png ... -2021-02-20 13:54:11 +0000 11073 bytes for ./AppIcon29x29@2x.png -2021-02-20 13:54:11 +0000 copying file ./AppIcon40x40@3x.png ... -2021-02-20 13:54:11 +0000 45854 bytes for ./AppIcon40x40@3x.png -2021-02-20 13:54:11 +0000 copying file ./AppIcon57x57@2x.png ... -2021-02-20 13:54:11 +0000 41423 bytes for ./AppIcon57x57@2x.png -2021-02-20 13:54:11 +0000 copying file ./AppIcon29x29~ipad.png ... -2021-02-20 13:54:11 +0000 2894 bytes for ./AppIcon29x29~ipad.png -2021-02-20 13:54:11 +0000 copying file ./AppIcon40x40@2x.png ... -2021-02-20 13:54:11 +0000 20610 bytes for ./AppIcon40x40@2x.png -2021-02-20 13:54:11 +0000 copying file ./AppIcon29x29@3x.png ... -2021-02-20 13:54:11 +0000 24324 bytes for ./AppIcon29x29@3x.png -2021-02-20 13:54:11 +0000 copying file ./AppIcon60x60@3x.png ... -2021-02-20 13:54:11 +0000 99885 bytes for ./AppIcon60x60@3x.png -2021-02-20 13:54:11 +0000 copying file ./Base.lproj/Main.storyboardc/UINavigationController-Fay-9Q-741.nib ... -2021-02-20 13:54:11 +0000 2602 bytes for ./Base.lproj/Main.storyboardc/UINavigationController-Fay-9Q-741.nib -2021-02-20 13:54:11 +0000 copying file ./Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib ... -2021-02-20 13:54:11 +0000 11604 bytes for ./Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib -copying file ./Base.lproj/Main.storyboardc/I1e-ot-qK8-view-8aS-le-3C0.nib ... -2021-02-20 13:54:11 +0000 16745 bytes for ./Base.lproj/Main.storyboardc/I1e-ot-qK8-view-8aS-le-3C0.nib -2021-02-20 13:54:11 +0000 copying file ./Base.lproj/Main.storyboardc/UIViewController-I1e-ot-qK8.nib ... -2021-02-20 13:54:11 +0000 1059 bytes for ./Base.lproj/Main.storyboardc/UIViewController-I1e-ot-qK8.nib -2021-02-20 13:54:11 +0000 copying file ./Base.lproj/Main.storyboardc/Info.plist ... -2021-02-20 13:54:11 +0000 351 bytes for ./Base.lproj/Main.storyboardc/Info.plist -2021-02-20 13:54:11 +0000 copying file ./Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/objects-11.0+.nib ... -2021-02-20 13:54:11 +0000 5197 bytes for ./Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/objects-11.0+.nib -2021-02-20 13:54:11 +0000 copying file ./Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/runtime.nib ... -2021-02-20 13:54:11 +0000 5317 bytes for ./Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/runtime.nib -2021-02-20 13:54:11 +0000 copying file ./Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/objects-11.0+.nib ... -2021-02-20 13:54:11 +0000 896 bytes for ./Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/objects-11.0+.nib -2021-02-20 13:54:11 +0000 copying file ./Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/runtime.nib ... -2021-02-20 13:54:11 +0000 896 bytes for ./Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/runtime.nib -2021-02-20 13:54:11 +0000 copying file ./Base.lproj/LaunchScreen.storyboardc/Info.plist ... -2021-02-20 13:54:11 +0000 258 bytes for ./Base.lproj/LaunchScreen.storyboardc/Info.plist -2021-02-20 13:54:11 +0000 copying file ./ListItemView.nib/objects-11.0+.nib ... -2021-02-20 13:54:11 +0000 4209 bytes for ./ListItemView.nib/objects-11.0+.nib -2021-02-20 13:54:11 +0000 copying file ./ListItemView.nib/runtime.nib ... -2021-02-20 13:54:11 +0000 3541 bytes for ./ListItemView.nib/runtime.nib -2021-02-20 13:54:11 +0000 copying file ./Assets.car ... -2021-02-20 13:54:11 +0000 9444463 bytes for ./Assets.car -copying file ./AppIcon40x40@2x~ipad.png ... -2021-02-20 13:54:11 +0000 20610 bytes for ./AppIcon40x40@2x~ipad.png -copying file ./AppIcon76x76@2x~ipad.png ... -71999 bytes for ./AppIcon76x76@2x~ipad.png -copying file ./AppIcon72x72~ipad.png ... -16791 bytes for ./AppIcon72x72~ipad.png -copying file ./AppIcon83.5x83.5@2x~ipad.png ... -86050 bytes for ./AppIcon83.5x83.5@2x~ipad.png -copying file ./AppIcon50x50~ipad.png ... -8292 bytes for ./AppIcon50x50~ipad.png -copying file ./AppIcon29x29@2x~ipad.png ... -2021-02-20 13:54:11 +0000 11073 bytes for ./AppIcon29x29@2x~ipad.png -copying file ./AppIcon50x50@2x~ipad.png ... -2021-02-20 13:54:11 +0000 31971 bytes for ./AppIcon50x50@2x~ipad.png -2021-02-20 13:54:11 +0000 copying file ./AppIcon40x40~ipad.png ... -2021-02-20 13:54:11 +0000 5372 bytes for ./AppIcon40x40~ipad.png -2021-02-20 13:54:11 +0000 copying file ./Frameworks/libswiftCoreImage.dylib ... -2021-02-20 13:54:11 +0000 466576 bytes for ./Frameworks/libswiftCoreImage.dylib -2021-02-20 13:54:11 +0000 copying file ./Frameworks/libswiftObjectiveC.dylib ... -2021-02-20 13:54:11 +0000 679680 bytes for ./Frameworks/libswiftObjectiveC.dylib -2021-02-20 13:54:11 +0000 copying file ./Frameworks/libswiftCore.dylib ... -2021-02-20 13:54:11 +0000 95497584 bytes for ./Frameworks/libswiftCore.dylib -2021-02-20 13:54:11 +0000 copying file ./Frameworks/libswiftCoreGraphics.dylib ... -2041040 bytes for ./Frameworks/libswiftCoreGraphics.dylib -copying file ./Frameworks/libswiftUIKit.dylib ... -2021-02-20 13:54:11 +0000 1608800 bytes for ./Frameworks/libswiftUIKit.dylib -2021-02-20 13:54:11 +0000 copying file ./Frameworks/libswiftMetal.dylib ... -2021-02-20 13:54:11 +0000 724416 bytes for ./Frameworks/libswiftMetal.dylib -2021-02-20 13:54:11 +0000 copying file ./Frameworks/libswiftCoreData.dylib ... -2021-02-20 13:54:11 +0000 994896 bytes for ./Frameworks/libswiftCoreData.dylib -2021-02-20 13:54:11 +0000 copying file ./Frameworks/libswiftDispatch.dylib ... -2021-02-20 13:54:11 +0000 4056912 bytes for ./Frameworks/libswiftDispatch.dylib -2021-02-20 13:54:11 +0000 copying file ./Frameworks/libswiftos.dylib ... -857184 bytes for ./Frameworks/libswiftos.dylib -copying file ./Frameworks/libswiftCoreFoundation.dylib ... -2021-02-20 13:54:11 +0000 450384 bytes for ./Frameworks/libswiftCoreFoundation.dylib -2021-02-20 13:54:11 +0000 copying file ./Frameworks/MindBox.framework/_CodeSignature/CodeResources ... -2021-02-20 13:54:11 +0000 2448 bytes for ./Frameworks/MindBox.framework/_CodeSignature/CodeResources -2021-02-20 13:54:11 +0000 copying file ./Frameworks/MindBox.framework/MindBox ... -2021-02-20 13:54:11 +0000 5750320 bytes for ./Frameworks/MindBox.framework/MindBox -2021-02-20 13:54:11 +0000 copying file ./Frameworks/MindBox.framework/Info.plist ... -735 bytes for ./Frameworks/MindBox.framework/Info.plist -copying file ./Frameworks/MindBox.framework/MBDatabase.momd/VersionInfo.plist ... -147 bytes for ./Frameworks/MindBox.framework/MBDatabase.momd/VersionInfo.plist -copying file ./Frameworks/MindBox.framework/MBDatabase.momd/MBDatabase.mom ... -1626 bytes for ./Frameworks/MindBox.framework/MBDatabase.momd/MBDatabase.mom -copying file ./Frameworks/libswiftCloudKit.dylib ... -2021-02-20 13:54:11 +0000 2134944 bytes for ./Frameworks/libswiftCloudKit.dylib -2021-02-20 13:54:11 +0000 copying file ./Frameworks/libswiftDarwin.dylib ... -2021-02-20 13:54:11 +0000 1091440 bytes for ./Frameworks/libswiftDarwin.dylib -2021-02-20 13:54:11 +0000 copying file ./Frameworks/libswiftContacts.dylib ... -2021-02-20 13:54:11 +0000 660704 bytes for ./Frameworks/libswiftContacts.dylib -2021-02-20 13:54:11 +0000 copying file ./Frameworks/libswiftQuartzCore.dylib ... -2021-02-20 13:54:11 +0000 486352 bytes for ./Frameworks/libswiftQuartzCore.dylib -copying file ./Frameworks/libswiftFoundation.dylib ... -2021-02-20 13:54:11 +0000 43094320 bytes for ./Frameworks/libswiftFoundation.dylib -2021-02-20 13:54:11 +0000 copying file ./Frameworks/libswiftCoreLocation.dylib ... -730224 bytes for ./Frameworks/libswiftCoreLocation.dylib -copying file ./AppIcon20x20~ipad.png ... -1452 bytes for ./AppIcon20x20~ipad.png -copying file ./embedded.mobileprovision ... -13622 bytes for ./embedded.mobileprovision -copying file ./AppIcon20x20@2x~ipad.png ... -2021-02-20 13:54:11 +0000 5372 bytes for ./AppIcon20x20@2x~ipad.png -copying file ./Info.plist ... -2021-02-20 13:54:11 +0000 2095 bytes for ./Info.plist -copying file ./PkgInfo ... -2021-02-20 13:54:11 +0000 8 bytes for ./PkgInfo -2021-02-20 13:54:11 +0000 copying file ./AppIcon76x76~ipad.png ... -2021-02-20 13:54:11 +0000 18672 bytes for ./AppIcon76x76~ipad.png -2021-02-20 13:54:11 +0000 /usr/bin/ditto exited with 0 -2021-02-20 13:54:11 +0000 Processing step: IDEDistributionEmbedProfileStep -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0df9a60; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='org.cocoapods.MindBox', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb9ec165630; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCloudKit', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd0810b7c0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftContacts', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0ebb230; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCore', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd15ebe480; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreData', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0de04c0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreFoundation', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8a7dd3be0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreGraphics', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb9a4249670; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreImage', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd00041ae0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreLocation', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad1f0f970; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftDarwin', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8a3ffc280; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftDispatch', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd1608c430; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftFoundation', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0ec8400; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftMetal', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd02b785d0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftObjectiveC', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8a30edf70; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftQuartzCore', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd004d3e10; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftUIKit', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Skipping profile for item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8db739050; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftos', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:54:11 +0000 Processing step: IDEDistributionInfoPlistStep -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionInfoPlistStep because it said so -2021-02-20 13:54:11 +0000 Processing step: IDEDistributionAppThinningPlistStep -2021-02-20 13:54:11 +0000 Skipping step: IDEDistributionAppThinningPlistStep because it said so -2021-02-20 13:54:11 +0000 Processing step: IDEDistributionCompileBitcodeStep -2021-02-20 13:54:11 +0000 Running /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root' '--json' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool-json-filepath-~~~Z4aLVL' '--output' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.~~~YRjppL' '--toolchain' '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr' '--platforms' '/Applications/Xcode.app/Contents/Developer/Platforms' '--app-store-tools-build-version' '12C33' '--compile-bitcode' -2021-02-20 13:54:11 +0000 ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin20] -2021-02-20 13:54:12 +0000 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/gems/2.6.0/gems/CFPropertyList-2.3.6/lib/cfpropertylist/rbCFPropertyList.rb:99: warning: assigned but unused variable - temp -2021-02-20 13:54:12 +0000 Ignoring ffi-1.12.2 because its extensions are not built. Try: gem pristine ffi --version 1.12.2 -2021-02-20 13:54:12 +0000 OS X 11.0.1 20B29 -2021-02-20 13:54:12 +0000 ENV: {"COMMAND_MODE"=>"unix2003", "MallocNanoZone"=>"0", "TMPDIR"=>"/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/", "__CFBundleIdentifier"=>"com.apple.dt.Xcode", "LOGNAME"=>"admin", "HOME"=>"/Users/admin", "PATH"=>"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/usr/bin:/bin:/usr/sbin:/sbin", "XPC_FLAGS"=>"0x0", "USER"=>"admin", "SSH_AUTH_SOCK"=>"/private/tmp/com.apple.launchd.h6iRTWpVft/Listeners", "XPC_SERVICE_NAME"=>"application.com.apple.dt.Xcode.26722966.27403939", "CA_ASSERT_MAIN_THREAD_TRANSACTIONS"=>"1", "SHELL"=>"/bin/bash", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0x7:0x31", "CA_DEBUG_TRANSACTIONS"=>"1"} -ARGV: ["/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root", "--json", "/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool-json-filepath-~~~Z4aLVL", "--output", "/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.~~~YRjppL", "--toolchain", "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr", "--platforms", "/Applications/Xcode.app/Contents/Developer/Platforms", "--app-store-tools-build-version", "12C33", "--compile-bitcode"] -2021-02-20 13:54:12 +0000 IPA contents: -2021-02-20 13:54:12 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon20x20@2x.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon20x20@2x~ipad.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon20x20@3x.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon20x20~ipad.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon29x29.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon29x29@2x.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon29x29@2x~ipad.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon29x29@3x.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon29x29~ipad.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon40x40@2x.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon40x40@2x~ipad.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon40x40@3x.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon40x40~ipad.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon50x50@2x~ipad.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon50x50~ipad.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon57x57.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon57x57@2x.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon60x60@2x.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon60x60@3x.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon72x72@2x~ipad.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon72x72~ipad.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon76x76@2x~ipad.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon76x76~ipad.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon83.5x83.5@2x~ipad.png -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Assets.car -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.n -2021-02-20 13:54:12 +0000 ib/objects-11.0+.nib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/runtime.nib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/Info.plist -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/objects-11.0+.nib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/runtime.nib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/I1e-ot-qK8-view-8aS-le-3C0.nib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/Info.plist -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/UINavigationController-Fay-9Q-741.nib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/UIViewController-I1e-ot-qK8.nib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework/Info.plist -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MBDatabase.momd -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MBDatabase.momd/MBDatabase.mom -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MBDatabase.momd/VersionInfo.plist -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework/_CodeSignature -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework/_CodeSignature/CodeResources -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib -/var/folders/pm/9bbxflw91 -2021-02-20 13:54:12 +0000 2d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Info.plist -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/ListItemView.nib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/ListItemView.nib/objects-11.0+.nib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/ListItemView.nib/runtime.nib -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/MindBox-Test -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/PkgInfo -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/_CodeSignature -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/_CodeSignature/CodeResources -/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/embedded.mobileprovision - -2021-02-20 13:54:12 +0000 Platform thinningVariants for 'appletvos' -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j42dap", :productType=>"AppleTV5,3", :displayName=>"Apple TV"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j105aap", :productType=>"AppleTV6,2", :displayName=>"Apple TV 4K"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>3840, :artworkDisplayGamut=>"P3", :artworkDynamicDisplayMode=>"1080pSDR", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j33ap", :productType=>"AppleTV3,1", :displayName=>"AppleTV"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j33ap", :productType=>"AppleTV3,1", :displayName=>"AppleTV"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j33iap", :productType=>"AppleTV3,2", :displayName=>"AppleTV"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j33iap", :productType=>"AppleTV3,2", :displayName=>"AppleTV"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j42dap", :productType=>"AppleTV5,3", :displayName=>"Apple TV"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j42dap", :productType=>"AppleTV5,3", :displayName=>"Apple TV"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j42dap", :productType=>"AppleTV5,3", :displayName=>"Apple TV"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j42dap", :productType=>"AppleTV5,3", :displayName=>"Apple TV"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j42dap", :productType=>"AppleTV5,3", :displayName=>"Apple TV"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j42dap", :productType=>"AppleTV5,3", :displayName=>"Apple TV"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j105aap", :productType=>"AppleTV6,2", :displayName=>"Apple TV 4K"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>3840, :artworkDisplayGamut=>"P3", :artworkDynamicDisplayMode=>"1080pSDR", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j105aap", :productType=>"AppleTV6,2", :displayName=>"Apple TV 4K"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>3840, :artworkDisplayGamut=>"P3", :artworkDynamicDisplayMode=>"1080pSDR", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j105aap", :productType=>"AppleTV6,2", :displayName=>"Apple TV 4K"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>3840, :artworkDisplayGamut=>"P3", :artworkDynamicDisplayMode=>"1080pSDR", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j105aap", :productType=>"AppleTV6,2", :displayName=>"Apple TV 4K"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"tv", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>3840, :artworkDisplayGamut=>"P3", :artworkDynamicDisplayMode=>"1080pSDR", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} -warning: Configuration issue: platform AppleTVSimulator.platform doesn't have any non-simulator SDKs; ignoring it -2021-02-20 13:54:12 +0000 Platform thinningVariants for 'watchos' -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n111sap", :productType=>"Watch3,1", :displayName=>"Apple Watch Series 3 (GPS + Cellular) 38mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>320, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n111bap", :productType=>"Watch3,2", :displayName=>"Apple Watch Series 3 (GPS + Cellular) 42mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>384, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n121sap", :productType=>"Watch3,3", :displayName=>"Apple Watch Series 3 (GPS) 38mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>320, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n121bap", :productType=>"Watch3,4", :displayName=>"Apple Watch Series 3 (GPS) 42mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>384, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n131sap", :productType=>"Watch4,1", :displayName=>"Apple Watch Series 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>340, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n131bap", :productType=>"Watch4,2", :displayName=>"Apple Watch Series 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>390, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n141sap", :productType=>"Watch4,3", :displayName=>"Apple Watch Series 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>340, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFall -2021-02-20 13:54:12 +0000 backs=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n141bap", :productType=>"Watch4,4", :displayName=>"Apple Watch Series 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>390, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n144sap", :productType=>"Watch5,1", :displayName=>"Apple Watch Series 5"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>340, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n140bap", :productType=>"Watch5,10", :displayName=>"Apple Watch SE (GPS)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>390, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n142sap", :productType=>"Watch5,11", :displayName=>"Apple Watch SE (GPS + Cellular)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>340, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n142bap", :productType=>"Watch5,12", :displayName=>"Apple Watch SE (GPS + Cellular)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>390, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n144bap", :productType=>"Watch5,2", :displayName=>"Apple Watch Series 5"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>390, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n146sap", :productType=>"Watch5,3", :displayName=>"Apple Watch Series 5"}, :traits=>{:deploymentTarget=>#, :passD -2021-02-20 13:54:12 +0000 eploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>340, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n146bap", :productType=>"Watch5,4", :displayName=>"Apple Watch Series 5"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>390, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n140sap", :productType=>"Watch5,9", :displayName=>"Apple Watch SE (GPS)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>340, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n157sap", :productType=>"Watch6,1", :displayName=>"Apple Watch Series 6 (GPS)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>340, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>15, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n157bap", :productType=>"Watch6,2", :displayName=>"Apple Watch Series 6 (GPS)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>390, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>15, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n158sap", :productType=>"Watch6,3", :displayName=>"Apple Watch Series 6 (GPS + Cellular)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>340, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>15, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n158bap", :productType=>"Watch6,4", :displayName=>"Apple Watch Series 6 (GPS + Cellular)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>390, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>15, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :suppor -2021-02-20 13:54:12 +0000 tsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n27aap", :productType=>"Watch1,1", :displayName=>"Apple Watch (1st generation) 38mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>320, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n28aap", :productType=>"Watch1,2", :displayName=>"Apple Watch (1st generation) 42mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>384, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n74ap", :productType=>"Watch2,3", :displayName=>"Apple Watch Series 2 38mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>320, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n74ap", :productType=>"Watch2,3", :displayName=>"Apple Watch Series 2 38mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>320, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n75ap", :productType=>"Watch2,4", :displayName=>"Apple Watch Series 2 42mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>384, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n75ap", :productType=>"Watch2,4", :displayName=>"Apple Watch Series 2 42mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>384, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n27dap", :productType=>"Watch2,6", :displayName=>"Apple Watch Series 1 38mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>320, :devPerfMemoryClass=>0, :gfxFeatureSetClass= -2021-02-20 13:54:12 +0000 >"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n27dap", :productType=>"Watch2,6", :displayName=>"Apple Watch Series 1 38mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>320, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n28dap", :productType=>"Watch2,7", :displayName=>"Apple Watch Series 1 42mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>384, :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n28dap", :productType=>"Watch2,7", :displayName=>"Apple Watch Series 1 42mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>384, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n111sap", :productType=>"Watch3,1", :displayName=>"Apple Watch Series 3 (GPS + Cellular) 38mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>320, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n111sap", :productType=>"Watch3,1", :displayName=>"Apple Watch Series 3 (GPS + Cellular) 38mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>320, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n111bap", :productType=>"Watch3,2", :displayName=>"Apple Watch Series 3 (GPS + Cellular) 42mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>384, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n111bap", :productType=>"Watch3,2", :displayName=>"Apple Watch Series 3 (GPS + Cellular) 42mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms -2021-02-20 13:54:12 +0000 =>[], :artworkScaleFactor=>2, :artworkDevSubtype=>384, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n121sap", :productType=>"Watch3,3", :displayName=>"Apple Watch Series 3 (GPS) 38mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>320, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n121sap", :productType=>"Watch3,3", :displayName=>"Apple Watch Series 3 (GPS) 38mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>320, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n121bap", :productType=>"Watch3,4", :displayName=>"Apple Watch Series 3 (GPS) 42mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>384, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n121bap", :productType=>"Watch3,4", :displayName=>"Apple Watch Series 3 (GPS) 42mm"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"armv7k", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>384, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n131sap", :productType=>"Watch4,1", :displayName=>"Apple Watch Series 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>340, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL2,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n131sap", :productType=>"Watch4,1", :displayName=>"Apple Watch Series 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>340, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n131bap", :productType=>"Watch4,2", :displayName=>"Apple Watch Series 4"}, :traits=>{ -2021-02-20 13:54:12 +0000 :deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>390, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL2,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n131bap", :productType=>"Watch4,2", :displayName=>"Apple Watch Series 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>390, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n141sap", :productType=>"Watch4,3", :displayName=>"Apple Watch Series 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>340, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL2,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n141sap", :productType=>"Watch4,3", :displayName=>"Apple Watch Series 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>340, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n141bap", :productType=>"Watch4,4", :displayName=>"Apple Watch Series 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>390, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL2,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n141bap", :productType=>"Watch4,4", :displayName=>"Apple Watch Series 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>390, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n144sap", :productType=>"Watch5,1", :displayName=>"Apple Watch Series 5"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>340, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :suppo -2021-02-20 13:54:12 +0000 rtsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n144bap", :productType=>"Watch5,2", :displayName=>"Apple Watch Series 5"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>390, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n146sap", :productType=>"Watch5,3", :displayName=>"Apple Watch Series 5"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>340, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n146bap", :productType=>"Watch5,4", :displayName=>"Apple Watch Series 5"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"watch", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>390, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} -warning: Configuration issue: platform WatchSimulator.platform doesn't have any non-simulator SDKs; ignoring it -2021-02-20 13:54:12 +0000 Platform thinningVariants for 'iphoneos' -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j210ap", :productType=>"iPad11,1", :displayName=>"iPad mini (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j211ap", :productType=>"iPad11,2", :displayName=>"iPad mini (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j217ap", :productType=>"iPad11,3", :displayName=>"iPad Air (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j218ap", :productType=>"iPad11,4", :displayName=>"iPad Air (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j171aap", :productType=>"iPad11,6", :displayName=>"iPad (8th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2160, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j172aap", :productType=>"iPad11,7", :displayName=>"iPad (8th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2160, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j307ap", :productType=>"iPad13,1", :displayName=>"iPad Air (4th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2360, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE7", :gfxFeatureSetFallbacks=>["APPLE6", "APPLE5", "APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j308ap", :productType=>"iPad13,2", :displayName=>"iPad Air (4th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2360, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE7", :gfxFeatureSetFallbacks=>["APPLE6", "APPLE5", "APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j96ap", :productType=>"iPad5,1", :displayName=>"iPad mini 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j97ap", :productType=>"iPad5,2", :displayName=>"iPad mini 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j81ap", :productType=>"iPad5,3", :displayName=>"iPad Air 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j82ap", :productType=>"iPad5,4", :displayName=>"iPad Air 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j71sap", :productType=>"iPad6,11", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRe -2021-02-20 13:54:12 +0000 move=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j71tap", :productType=>"iPad6,11", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j72sap", :productType=>"iPad6,12", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j72tap", :productType=>"iPad6,12", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j127ap", :productType=>"iPad6,3", :displayName=>"iPad Pro (9.7-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j128ap", :productType=>"iPad6,4", :displayName=>"iPad Pro (9.7-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j98aap", :productType=>"iPad6,7", :displayName=>"iPad Pro (12.9-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j99aap", :productType=>"iPad6,8", :displayName=>"iPad Pro (12.9-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDe -2021-02-20 13:54:12 +0000 vSubtype=>2732, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j120ap", :productType=>"iPad7,1", :displayName=>"iPad Pro (12.9-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j171ap", :productType=>"iPad7,11", :displayName=>"iPad (7th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j172ap", :productType=>"iPad7,12", :displayName=>"iPad (7th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j121ap", :productType=>"iPad7,2", :displayName=>"iPad Pro (12.9-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j207ap", :productType=>"iPad7,3", :displayName=>"iPad Pro (10.5-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j208ap", :productType=>"iPad7,4", :displayName=>"iPad Pro (10.5-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:de -2021-02-20 13:54:12 +0000 vice=>{:target=>"j71bap", :productType=>"iPad7,5", :displayName=>"iPad (6th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j72bap", :productType=>"iPad7,6", :displayName=>"iPad (6th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j317ap", :productType=>"iPad8,1", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j418ap", :productType=>"iPad8,10", :displayName=>"iPad Pro (11-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j420ap", :productType=>"iPad8,11", :displayName=>"iPad Pro (12.9-inch) (4th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j421ap", :productType=>"iPad8,12", :displayName=>"iPad Pro (12.9-inch) (4th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j317xap", :productType=>"iPad8,2", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artwork -2021-02-20 13:54:12 +0000 HostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j318ap", :productType=>"iPad8,3", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j318xap", :productType=>"iPad8,4", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j320ap", :productType=>"iPad8,5", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j320xap", :productType=>"iPad8,6", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j321ap", :productType=>"iPad8,7", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j321xap", :productType=>"iPad8,8", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetC -2021-02-20 13:54:12 +0000 lass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j417ap", :productType=>"iPad8,9", :displayName=>"iPad Pro (11-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d20ap", :productType=>"iPhone10,1", :displayName=>"iPhone 8"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d21ap", :productType=>"iPhone10,2", :displayName=>"iPhone 8 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d22ap", :productType=>"iPhone10,3", :displayName=>"iPhone X"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d201ap", :productType=>"iPhone10,4", :displayName=>"iPhone 8"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d211ap", :productType=>"iPhone10,5", :displayName=>"iPhone 8 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryption -2021-02-20 13:54:12 +0000 Format2=>true}} - {:device=>{:target=>"d221ap", :productType=>"iPhone10,6", :displayName=>"iPhone X"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d321ap", :productType=>"iPhone11,2", :displayName=>"iPhone XS"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d331ap", :productType=>"iPhone11,4", :displayName=>"iPhone XS Max"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2688, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d331pap", :productType=>"iPhone11,6", :displayName=>"iPhone XS Max"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2688, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n841ap", :productType=>"iPhone11,8", :displayName=>"iPhone XR"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>1792, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n104ap", :productType=>"iPhone12,1", :displayName=>"iPhone 11"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>1792, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE6", :gfxFeatureSetFallbacks=>["APPLE5", "APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d421ap", :productType=>"iPhone12,3", :displayName=>"iPhone 11 Pro"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true -2021-02-20 13:54:12 +0000 , :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE6", :gfxFeatureSetFallbacks=>["APPLE5", "APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d431ap", :productType=>"iPhone12,5", :displayName=>"iPhone 11 Pro Max"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2688, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE6", :gfxFeatureSetFallbacks=>["APPLE5", "APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d79ap", :productType=>"iPhone12,8", :displayName=>"iPhone SE (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE6", :gfxFeatureSetFallbacks=>["APPLE5", "APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d52gap", :productType=>"iPhone13,1", :displayName=>"iPhone 12 mini"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2340, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE7", :gfxFeatureSetFallbacks=>["APPLE6", "APPLE5", "APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d53gap", :productType=>"iPhone13,2", :displayName=>"iPhone 12"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2532, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE7", :gfxFeatureSetFallbacks=>["APPLE6", "APPLE5", "APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d53pap", :productType=>"iPhone13,3", :displayName=>"iPhone 12 Pro"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2532, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE7", :gfxFeatureSetFallbacks=>["APPLE6", "APPLE5", "APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d54pap", :productType=>"iPhone13,4", :displayName=>"iPhone 12 Pro Max"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>[" -2021-02-20 13:54:12 +0000 car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2778, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE7", :gfxFeatureSetFallbacks=>["APPLE6", "APPLE5", "APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n71ap", :productType=>"iPhone8,1", :displayName=>"iPhone 6s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n71map", :productType=>"iPhone8,1", :displayName=>"iPhone 6s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n66map", :productType=>"iPhone8,2", :displayName=>"iPhone 6s Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n66ap", :productType=>"iPhone8,2", :displayName=>"iPhone 6s Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n69ap", :productType=>"iPhone8,4", :displayName=>"iPhone SE (1st generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n69uap", :productType=>"iPhone8,4", :displayName=>"iPhone SE (1st generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWat -2021-02-20 13:54:12 +0000 chApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d10ap", :productType=>"iPhone9,1", :displayName=>"iPhone 7"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d11ap", :productType=>"iPhone9,2", :displayName=>"iPhone 7 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d101ap", :productType=>"iPhone9,3", :displayName=>"iPhone 7"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d111ap", :productType=>"iPhone9,4", :displayName=>"iPhone 7 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n112ap", :productType=>"iPod9,1", :displayName=>"iPod touch (7th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j210ap", :productType=>"iPad11,1", :displayName=>"iPad mini (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j210ap", :productType=>"iPad11,1", :displayName=>"iPad mini (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architectu -2021-02-20 13:54:12 +0000 re=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j211ap", :productType=>"iPad11,2", :displayName=>"iPad mini (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j211ap", :productType=>"iPad11,2", :displayName=>"iPad mini (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j217ap", :productType=>"iPad11,3", :displayName=>"iPad Air (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j217ap", :productType=>"iPad11,3", :displayName=>"iPad Air (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j218ap", :productType=>"iPad11,4", :displayName=>"iPad Air (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j218ap", :productType=>"iPad11,4", :displayName=>"iPad Air (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", " -2021-02-20 13:54:12 +0000 APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"k93ap", :productType=>"iPad2,1", :displayName=>"iPad 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"k94ap", :productType=>"iPad2,2", :displayName=>"iPad 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"k95ap", :productType=>"iPad2,3", :displayName=>"iPad 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"k93aap", :productType=>"iPad2,4", :displayName=>"iPad 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"p105ap", :productType=>"iPad2,5", :displayName=>"iPad mini"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"p106ap", :productType=>"iPad2,6", :displayName=>"iPad mini"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"p107ap", :productType=>"iPad2,7", :displayName=>"iPad mini"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>1, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=> -2021-02-20 13:54:12 +0000 "j1ap", :productType=>"iPad3,1", :displayName=>"iPad (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j2ap", :productType=>"iPad3,2", :displayName=>"iPad (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j2aap", :productType=>"iPad3,3", :displayName=>"iPad (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"p101ap", :productType=>"iPad3,4", :displayName=>"iPad (4th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7s", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"p101ap", :productType=>"iPad3,4", :displayName=>"iPad (4th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7s", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"p102ap", :productType=>"iPad3,5", :displayName=>"iPad (4th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7s", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"p102ap", :productType=>"iPad3,5", :displayName=>"iPad (4th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7s", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"p103ap", :productType=>"iPad3,6", :displayName=>"iPad (4th generation)"}, :traits=>{:deploymentTarget=># -2021-02-20 13:54:12 +0000 , :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7s", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"p103ap", :productType=>"iPad3,6", :displayName=>"iPad (4th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7s", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j71ap", :productType=>"iPad4,1", :displayName=>"iPad Air"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j71ap", :productType=>"iPad4,1", :displayName=>"iPad Air"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j71ap", :productType=>"iPad4,1", :displayName=>"iPad Air"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j71ap", :productType=>"iPad4,1", :displayName=>"iPad Air"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j71ap", :productType=>"iPad4,1", :displayName=>"iPad Air"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j72ap", :productType=>"iPad4,2", :displayName=>"iPad Air"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sR -2021-02-20 13:54:12 +0000 GB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j72ap", :productType=>"iPad4,2", :displayName=>"iPad Air"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j72ap", :productType=>"iPad4,2", :displayName=>"iPad Air"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j72ap", :productType=>"iPad4,2", :displayName=>"iPad Air"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j72ap", :productType=>"iPad4,2", :displayName=>"iPad Air"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j73ap", :productType=>"iPad4,3", :displayName=>"iPad Air"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j73ap", :productType=>"iPad4,3", :displayName=>"iPad Air"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j73ap", :productType=>"iPad4,3", :displayName=>"iPad Air"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmb -2021-02-20 13:54:12 +0000 eddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j73ap", :productType=>"iPad4,3", :displayName=>"iPad Air"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j73ap", :productType=>"iPad4,3", :displayName=>"iPad Air"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j85ap", :productType=>"iPad4,4", :displayName=>"iPad mini 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j85ap", :productType=>"iPad4,4", :displayName=>"iPad mini 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j85ap", :productType=>"iPad4,4", :displayName=>"iPad mini 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j85ap", :productType=>"iPad4,4", :displayName=>"iPad mini 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j85ap", :productType=>"iPad4,4", :displayName=>"iPad mini 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j86ap", :productType=>"iPad4,5", :dis -2021-02-20 13:54:12 +0000 playName=>"iPad mini 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j86ap", :productType=>"iPad4,5", :displayName=>"iPad mini 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j86ap", :productType=>"iPad4,5", :displayName=>"iPad mini 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j86ap", :productType=>"iPad4,5", :displayName=>"iPad mini 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j86ap", :productType=>"iPad4,5", :displayName=>"iPad mini 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j87ap", :productType=>"iPad4,6", :displayName=>"iPad mini 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j87ap", :productType=>"iPad4,6", :displayName=>"iPad mini 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j87ap", :productType=>"iPad4,6", :displayName=>"iPad mini 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j87ap", :productType=>"iPad4,6", :displayName=>"iPad mini 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j87ap", :productType=>"iPad4,6", :displayName=>"iPad mini 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j85map", :productType=>"iPad4,7", :displayName=>"iPad mini 3"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j85map", :productType=>"iPad4,7", :displayName=>"iPad mini 3"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j85map", :productType=>"iPad4,7", :displayName=>"iPad mini 3"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j85map", :productType=>"iPad4,7", :displayName=>"iPad mini 3"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j85map", :productType=>"iPad4,7", :displayName=>"iPad mini 3"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j86map", :productType=>"iPad4,8", :displayName=>"iPad mini 3"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j86map", :productType=>"iPad4,8", :displayName=>"iPad mini 3"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j86map", :productType=>"iPad4,8", :displayName=>"iPad mini 3"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j86map", :productType=>"iPad4,8", :displayName=>"iPad mini 3"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j86map", :productType=>"iPad4,8", :displayName=>"iPad mini 3"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j87map", :productType=>"iPad4,9", :displayName=>"iPad mini 3"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j87map", :productType=>"iPad4,9", :displayName=>"iPad mini 3"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j87map", :productType=>"iPad4,9", :displayName=>"iPad mini 3"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j87map", :productType=>"iPad4,9", :displayName=>"iPad mini 3"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j87map", :productType=>"iPad4,9", :displayName=>"iPad mini 3"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j96ap", :productType=>"iPad5,1", :displayName=>"iPad mini 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j96ap", :productType=>"iPad5,1", :displayName=>"iPad mini 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j96ap", :productType=>"iPad5,1", :displayName=>"iPad mini 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j96ap", :productType=>"iPad5,1", :displayName=>"iPad mini 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j96ap", :productType=>"iPad5,1", :displayName=>"iPad mini 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j96ap", :productType=>"iPad5,1", :displayName=>"iPad mini 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j97ap", :productType=>"iPad5,2", :displayName=>"iPad mini 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j97ap", :productType=>"iPad5,2", :displayName=>"iPad mini 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j97ap", :productType=>"iPad5,2", :displayName=>"iPad mini 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j97ap", :productType=>"iPad5,2", :displayName=>"iPad mini 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j97ap", :productType=>"iPad5,2", :displayName=>"iPad mini 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j97ap", :productType=>"iPad5,2", :displayName=>"iPad mini 4"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j81ap", :productType=>"iPad5,3", :displayName=>"iPad Air 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j81ap", :productType=>"iPad5,3", :displayName=>"iPad Air 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j81ap", :productType=>"iPad5,3", :displayName=>"iPad Air 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j81ap", :productType=>"iPad5,3", :displayName=>"iPad Air 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j81ap", :productType=>"iPad5,3", :displayName=>"iPad Air 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j81ap", :productType=>"iPad5,3", :displayName=>"iPad Air 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j82ap", :productType=>"iPad5,4", :displayName=>"iPad Air 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j82ap", :productType=>"iPad5,4", :displayName=>"iPad Air 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j82ap", :productType=>"iPad5,4", :displayName=>"iPad Air 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j82ap", :productType=>"iPad5,4", :displayName=>"iPad Air 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j82ap", :productType=>"iPad5,4", :displayName=>"iPad Air 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j82ap", :productType=>"iPad5,4", :displayName=>"iPad Air 2"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE2", :gfxFeatureSetFallbacks=>["APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j71sap", :productType=>"iPad6,11", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j71sap", :productType=>"iPad6,11", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j71sap", :productType=>"iPad6,11", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j71sap", :productType=>"iPad6,11", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j71sap", :productType=>"iPad6,11", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j71tap", :productType=>"iPad6,11", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j71tap", :productType=>"iPad6,11", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j71tap", :productType=>"iPad6,11", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j71tap", :productType=>"iPad6,11", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j72sap", :productType=>"iPad6,12", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j72sap", :productType=>"iPad6,12", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j72sap", :productType=>"iPad6,12", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j72sap", :productType=>"iPad6,12", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j72sap", :productType=>"iPad6,12", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j72tap", :productType=>"iPad6,12", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featur -2021-02-20 13:54:12 +0000 esToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j72tap", :productType=>"iPad6,12", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j72tap", :productType=>"iPad6,12", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j72tap", :productType=>"iPad6,12", :displayName=>"iPad (5th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j127ap", :productType=>"iPad6,3", :displayName=>"iPad Pro (9.7-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j127ap", :productType=>"iPad6,3", :displayName=>"iPad Pro (9.7-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j127ap", :productType=>"iPad6,3", :displayName=>"iPad Pro (9.7-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j127ap", :productType=>"iPad6,3", :displayName=>"iPad Pro (9.7-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j127ap", :productType=>"iPad6,3", :displayName=>"iPad Pro (9.7-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j127ap", :productType=>"iPad6,3", :displayName=>"iPad Pro (9.7-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j128ap", :productType=>"iPad6,4", :displayName=>"iPad Pro (9.7-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j128ap", :productType=>"iPad6,4", :displayName=>"iPad Pro (9.7-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j128ap", :productType=>"iPad6,4", :displayName=>"iPad Pro (9.7-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j128ap", :productType=>"iPad6,4", :displayName=>"iPad Pro (9.7-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j128ap", :productType=>"iPad6,4", :displayName=>"iPad Pro (9.7-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j128ap", :productType=>"iPad6,4", :displayName=>"iPad Pro (9.7-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j98aap", :productType=>"iPad6,7", :displayName=>"iPad Pro (12.9-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j98aap", :productType=>"iPad6,7", :displayName=>"iPad Pro (12.9-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j98aap", :productType=>"iPad6,7", :displayName=>"iPad Pro (12.9-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks= -2021-02-20 13:54:12 +0000 >["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j98aap", :productType=>"iPad6,7", :displayName=>"iPad Pro (12.9-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j98aap", :productType=>"iPad6,7", :displayName=>"iPad Pro (12.9-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j98aap", :productType=>"iPad6,7", :displayName=>"iPad Pro (12.9-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j99aap", :productType=>"iPad6,8", :displayName=>"iPad Pro (12.9-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j99aap", :productType=>"iPad6,8", :displayName=>"iPad Pro (12.9-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j99aap", :productType=>"iPad6,8", :displayName=>"iPad Pro (12.9-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j99aap", :productType=>"iPad6,8", :displayName=>"iPad Pro (12.9-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j99aap", :productType=>"iPad6,8", :displayName=>"iPad Pro (12.9-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j99aap", :productType=>"iPad6,8", :displayName=>"iPad Pro (12.9-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j120ap", :productType=>"iPad7,1", :displayName=>"iPad Pro (12.9-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j120ap", :productType=>"iPad7,1", :displayName=>"iPad Pro (12.9-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j120ap", :productType=>"iPad7,1", :displayName=>"iPad Pro (12.9-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j120ap", :productType=>"iPad7,1", :displayName=>"iPad Pro (12.9-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j120ap", :productType=>"iPad7,1", :displayName=>"iPad Pro (12.9-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j171ap", :productType=>"iPad7,11", :displayName=>"iPad (7th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j172ap", :productType=>"iPad7,12", :displayName=>"iPad (7th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j121ap", :productType=>"iPad7,2", :displayName=>"iPad Pro (12.9-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j121ap", :productType=>"iPad7,2", :displayName=>"iPad Pro (12.9-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j121ap", :productType=>"iPad7,2", :displayName=>"iPad Pro (12.9-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j121ap", :productType=>"iPad7,2", :displayName=>"iPad Pro (12.9-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j121ap", :productType=>"iPad7,2", :displayName=>"iPad Pro (12.9-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j207ap", :productType=>"iPad7,3", :displayName=>"iPad Pro (10.5-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j207ap", :productType=>"iPad7,3", :displayName=>"iPad Pro (10.5-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j207ap", :productType=>"iPad7,3", :displayName=>"iPad Pro (10.5-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j207ap", :productType=>"iPad7,3", :displayName=>"iPad Pro (10.5-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j207ap", :productType=>"iPad7,3", :displayName=>"iPad Pro (10.5-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j208ap", :productType=>"iPad7,4", :displayName=>"iPad Pro (10.5-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j208ap", :productType=>"iPad7,4", :displayName=>"iPad Pro (10.5-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j208ap", :productType=>"iPad7,4", :displayName=>"iPad Pro (10.5-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j208ap", :productType=>"iPad7,4", :displayName=>"iPad Pro (10.5-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j208ap", :productType=>"iPad7,4", :displayName=>"iPad Pro (10.5-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2224, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j71bap", :productType=>"iPad7,5", :displayName=>"iPad (6th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j71bap", :productType=>"iPad7,5", :displayName=>"iPad (6th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j71bap", :productType=>"iPad7,5", :displayName=>"iPad (6th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j71bap", :productType=>"iPad7,5", :displayName=>"iPad (6th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j72bap", :productType=>"iPad7,6", :displayName=>"iPad (6th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j72bap", :productType=>"iPad7,6", :displayName=>"iPad (6th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j72bap", :productType=>"iPad7,6", :displayName=>"iPad (6th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j72bap", :productType=>"iPad7,6", :displayName=>"iPad (6th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j317ap", :productType=>"iPad8,1", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j317ap", :productType=>"iPad8,1", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j317ap", :productType=>"iPad8,1", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j418ap", :productType=>"iPad8,10", :displayName=>"iPad Pro (11-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j420ap", :productType=>"iPad8,11", :displayName=>"iPad Pro (12.9-inch) (4th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j421ap", :productType=>"iPad8,12", :displayName=>"iPad Pro (12.9-inch) (4th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j317xap", :productType=>"iPad8,2", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j317xap", :productType=>"iPad8,2", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j317xap", :productType=>"iPad8,2", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j318ap", :productType=>"iPad8,3", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j318ap", :productType=>"iPad8,3", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j318ap", :productType=>"iPad8,3", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j318xap", :productType=>"iPad8,4", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j318xap", :productType=>"iPad8,4", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j318xap", :productType=>"iPad8,4", :displayName=>"iPad Pro (11-inch)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j320ap", :productType=>"iPad8,5", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j320ap", :productType=>"iPad8,5", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j320ap", :productType=>"iPad8,5", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j320xap", :productType=>"iPad8,6", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j320xap", :productType=>"iPad8,6", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j320xap", :productType=>"iPad8,6", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j321ap", :productType=>"iPad8,7", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j321ap", :productType=>"iPad8,7", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j321ap", :productType=>"iPad8,7", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j321xap", :productType=>"iPad8,8", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"j321xap", :productType=>"iPad8,8", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"j321xap", :productType=>"iPad8,8", :displayName=>"iPad Pro (12.9-inch) (3rd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2732, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"j417ap", :productType=>"iPad8,9", :displayName=>"iPad Pro (11-inch) (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"pad", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>2388, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>6, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d20ap", :productType=>"iPhone10,1", :displayName=>"iPhone 8"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"d20ap", :productType=>"iPhone10,1", :displayName=>"iPhone 8"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL4,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d20ap", :productType=>"iPhone10,1", :displayName=>"iPhone 8"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL4,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d20ap", :productType=>"iPhone10,1", :displayName=>"iPhone 8"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d21ap", :productType=>"iPhone10,2", :displayName=>"iPhone 8 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"d21ap", :productType=>"iPhone10,2", :displayName=>"iPhone 8 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL4,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d21ap", :productType=>"iPhone10,2", :displayName=>"iPhone 8 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL4,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d21ap", :productType=>"iPhone10,2", :displayName=>"iPhone 8 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d22ap", :productType=>"iPhone10,3", :displayName=>"iPhone X"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d22ap", :productType=>"iPhone10,3", :displayName=>"iPhone X"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL4,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"d22ap", :productType=>"iPhone10,3", :displayName=>"iPhone X"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL4,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d22ap", :productType=>"iPhone10,3", :displayName=>"iPhone X"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d201ap", :productType=>"iPhone10,4", :displayName=>"iPhone 8"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d201ap", :productType=>"iPhone10,4", :displayName=>"iPhone 8"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL4,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"d201ap", :productType=>"iPhone10,4", :displayName=>"iPhone 8"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL4,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d201ap", :productType=>"iPhone10,4", :displayName=>"iPhone 8"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d211ap", :productType=>"iPhone10,5", :displayName=>"iPhone 8 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d211ap", :productType=>"iPhone10,5", :displayName=>"iPhone 8 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL4,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d211ap", :productType=>"iPhone10,5", :displayName=>"iPhone 8 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL4,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"d211ap", :productType=>"iPhone10,5", :displayName=>"iPhone 8 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d221ap", :productType=>"iPhone10,6", :displayName=>"iPhone X"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d221ap", :productType=>"iPhone10,6", :displayName=>"iPhone X"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL4,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d221ap", :productType=>"iPhone10,6", :displayName=>"iPhone X"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL4,1", :gfxFeatureSetFallbacks=>["MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"d221ap", :productType=>"iPhone10,6", :displayName=>"iPhone X"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE4", :gfxFeatureSetFallbacks=>["APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d321ap", :productType=>"iPhone11,2", :displayName=>"iPhone XS"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d321ap", :productType=>"iPhone11,2", :displayName=>"iPhone XS"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d321ap", :productType=>"iPhone11,2", :displayName=>"iPhone XS"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"d331ap", :productType=>"iPhone11,4", :displayName=>"iPhone XS Max"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>2688, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d331ap", :productType=>"iPhone11,4", :displayName=>"iPhone XS Max"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>2688, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d331ap", :productType=>"iPhone11,4", :displayName=>"iPhone XS Max"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2688, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d331pap", :productType=>"iPhone11,6", :displayName=>"iPhone XS Max"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>2688, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"d331pap", :productType=>"iPhone11,6", :displayName=>"iPhone XS Max"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>2688, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d331pap", :productType=>"iPhone11,6", :displayName=>"iPhone XS Max"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2688, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n841ap", :productType=>"iPhone11,8", :displayName=>"iPhone XR"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>1792, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n841ap", :productType=>"iPhone11,8", :displayName=>"iPhone XR"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>1792, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL5,1", :gfxFeatureSetFallbacks=>["MTL4,1", "MTL3,2", "MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n841ap", :productType=>"iPhone11,8", :displayName=>"iPhone XR"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>1792, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE5", :gfxFeatureSetFallbacks=>["APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n104ap", :productType=>"iPhone12,1", :displayName=>"iPhone 11"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>1792, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE6", :gfxFeatureSetFallbacks=>["APPLE5", "APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d421ap", :productType=>"iPhone12,3", :displayName=>"iPhone 11 Pro"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2436, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE6", :gfxFeatureSetFallbacks=>["APPLE5", "APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d431ap", :productType=>"iPhone12,5", :displayName=>"iPhone 11 Pro Max"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>2688, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>3, :gfxFeatureSetClass=>"APPLE6", :gfxFeatureSetFallbacks=>["APPLE5", "APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d79ap", :productType=>"iPhone12,8", :displayName=>"iPhone SE (2nd generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64e", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE6", :gfxFeatureSetFallbacks=>["APPLE5", "APPLE4", "APPLE3", "APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n94ap", :productType=>"iPhone4,1", :displayName=>"iPhone 4S"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n41ap", :productType=>"iPhone5,1", :displayName=>"iPhone 5"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7s", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n41ap", :productType=>"iPhone5,1", :displayName=>"iPhone 5"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7s", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n42ap", :productType=>"iPhone5,2", :displayName=>"iPhone 5"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7s", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n42ap", :productType=>"iPhone5,2", :displayName=>"iPhone 5"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7s", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n48ap", :productType=>"iPhone5,3", :displayName=>"iPhone 5c"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7s", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n48ap", :productType=>"iPhone5,3", :displayName=>"iPhone 5c"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7s", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n49ap", :productType=>"iPhone5,4", :displayName=>"iPhone 5c"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7s", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n49ap", :productType=>"iPhone5,4", :displayName=>"iPhone 5c"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7s", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n51ap", :productType=>"iPhone6,1", :displayName=>"iPhone 5s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n51ap", :productType=>"iPhone6,1", :displayName=>"iPhone 5s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n51ap", :productType=>"iPhone6,1", :displayName=>"iPhone 5s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n51ap", :productType=>"iPhone6,1", :displayName=>"iPhone 5s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n51ap", :productType=>"iPhone6,1", :displayName=>"iPhone 5s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n53ap", :productType=>"iPhone6,2", :displayName=>"iPhone 5s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n53ap", :productType=>"iPhone6,2", :displayName=>"iPhone 5s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n53ap", :productType=>"iPhone6,2", :displayName=>"iPhone 5s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n53ap", :productType=>"iPhone6,2", :displayName=>"iPhone 5s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n53ap", :productType=>"iPhone6,2", :displayName=>"iPhone 5s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL1,2", :gfxFeatureSetFallbacks=>["GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n56ap", :productType=>"iPhone7,1", :displayName=>"iPhone 6 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n56ap", :productType=>"iPhone7,1", :displayName=>"iPhone 6 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n56ap", :productType=>"iPhone7,1", :displayName=>"iPhone 6 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n56ap", :productType=>"iPhone7,1", :displayName=>"iPhone 6 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n56ap", :productType=>"iPhone7,1", :displayName=>"iPhone 6 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n61ap", :productType=>"iPhone7,2", :displayName=>"iPhone 6"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n61ap", :productType=>"iPhone7,2", :displayName=>"iPhone 6"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n61ap", :productType=>"iPhone7,2", :displayName=>"iPhone 6"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n61ap", :productType=>"iPhone7,2", :displayName=>"iPhone 6"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n61ap", :productType=>"iPhone7,2", :displayName=>"iPhone 6"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n71ap", :productType=>"iPhone8,1", :displayName=>"iPhone 6s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n71ap", :productType=>"iPhone8,1", :displayName=>"iPhone 6s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n71ap", :productType=>"iPhone8,1", :displayName=>"iPhone 6s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n71ap", :productType=>"iPhone8,1", :displayName=>"iPhone 6s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n71ap", :productType=>"iPhone8,1", :displayName=>"iPhone 6s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n71ap", :productType=>"iPhone8,1", :displayName=>"iPhone 6s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n71map", :productType=>"iPhone8,1", :displayName=>"iPhone 6s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n71map", :productType=>"iPhone8,1", :displayName=>"iPhone 6s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n71map", :productType=>"iPhone8,1", :displayName=>"iPhone 6s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n71map", :productType=>"iPhone8,1", :displayName=>"iPhone 6s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n71map", :productType=>"iPhone8,1", :displayName=>"iPhone 6s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n71map", :productType=>"iPhone8,1", :displayName=>"iPhone 6s"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n66map", :productType=>"iPhone8,2", :displayName=>"iPhone 6s Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n66map", :productType=>"iPhone8,2", :displayName=>"iPhone 6s Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n66map", :productType=>"iPhone8,2", :displayName=>"iPhone 6s Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n66map", :productType=>"iPhone8,2", :displayName=>"iPhone 6s Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n66map", :productType=>"iPhone8,2", :displayName=>"iPhone 6s Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n66map", :productType=>"iPhone8,2", :displayName=>"iPhone 6s Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n66ap", :productType=>"iPhone8,2", :displayName=>"iPhone 6s Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n66ap", :productType=>"iPhone8,2", :displayName=>"iPhone 6s Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n66ap", :productType=>"iPhone8,2", :displayName=>"iPhone 6s Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n66ap", :productType=>"iPhone8,2", :displayName=>"iPhone 6s Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n66ap", :productType=>"iPhone8,2", :displayName=>"iPhone 6s Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n66ap", :productType=>"iPhone8,2", :displayName=>"iPhone 6s Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n69ap", :productType=>"iPhone8,4", :displayName=>"iPhone SE (1st generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n69ap", :productType=>"iPhone8,4", :displayName=>"iPhone SE (1st generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n69ap", :productType=>"iPhone8,4", :displayName=>"iPhone SE (1st generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n69ap", :productType=>"iPhone8,4", :displayName=>"iPhone SE (1st generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n69ap", :productType=>"iPhone8,4", :displayName=>"iPhone SE (1st generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n69ap", :productType=>"iPhone8,4", :displayName=>"iPhone SE (1st generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n69uap", :productType=>"iPhone8,4", :displayName=>"iPhone SE (1st generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n69uap", :productType=>"iPhone8,4", :displayName=>"iPhone SE (1st generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n69uap", :productType=>"iPhone8,4", :displayName=>"iPhone SE (1st generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n69uap", :productType=>"iPhone8,4", :displayName=>"iPhone SE (1st generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n69uap", :productType=>"iPhone8,4", :displayName=>"iPhone SE (1st generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d10ap", :productType=>"iPhone9,1", :displayName=>"iPhone 7"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d10ap", :productType=>"iPhone9,1", :displayName=>"iPhone 7"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d10ap", :productType=>"iPhone9,1", :displayName=>"iPhone 7"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"d10ap", :productType=>"iPhone9,1", :displayName=>"iPhone 7"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d10ap", :productType=>"iPhone9,1", :displayName=>"iPhone 7"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d11ap", :productType=>"iPhone9,2", :displayName=>"iPhone 7 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d11ap", :productType=>"iPhone9,2", :displayName=>"iPhone 7 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d11ap", :productType=>"iPhone9,2", :displayName=>"iPhone 7 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"d11ap", :productType=>"iPhone9,2", :displayName=>"iPhone 7 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d11ap", :productType=>"iPhone9,2", :displayName=>"iPhone 7 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d101ap", :productType=>"iPhone9,3", :displayName=>"iPhone 7"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d101ap", :productType=>"iPhone9,3", :displayName=>"iPhone 7"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"d101ap", :productType=>"iPhone9,3", :displayName=>"iPhone 7"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d101ap", :productType=>"iPhone9,3", :displayName=>"iPhone 7"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d101ap", :productType=>"iPhone9,3", :displayName=>"iPhone 7"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>2, :artworkDevSubtype=>569, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"d111ap", :productType=>"iPhone9,4", :displayName=>"iPhone 7 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"d111ap", :productType=>"iPhone9,4", :displayName=>"iPhone 7 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d111ap", :productType=>"iPhone9,4", :displayName=>"iPhone 7 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d111ap", :productType=>"iPhone9,4", :displayName=>"iPhone 7 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car", "watch"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"d111ap", :productType=>"iPhone9,4", :displayName=>"iPhone 7 Plus"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>["car"], :artworkScaleFactor=>3, :artworkDevSubtype=>570, :artworkDisplayGamut=>"P3", :devPerfMemoryClass=>4, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} - {:device=>{:target=>"n78ap", :productType=>"iPod5,1", :displayName=>"iPod touch"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"armv7", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>0, :gfxFeatureSetClass=>"GLES2,0", :gfxFeatureSetFallbacks=>[], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n102ap", :productType=>"iPod7,1", :displayName=>"iPod touch (6th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n102ap", :productType=>"iPod7,1", :displayName=>"iPod touch (6th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n102ap", :productType=>"iPod7,1", :displayName=>"iPod touch (6th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n102ap", :productType=>"iPod7,1", :displayName=>"iPod touch (6th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} -2021-02-20 13:54:12 +0000 {:device=>{:target=>"n102ap", :productType=>"iPod7,1", :displayName=>"iPod touch (6th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>false, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>1, :gfxFeatureSetClass=>"MTL2,2", :gfxFeatureSetFallbacks=>["MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>false, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n112ap", :productType=>"iPod9,1", :displayName=>"iPod touch (7th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"MTL3,2", :gfxFeatureSetFallbacks=>["MTL3,1", "MTL2,2", "MTL1,2", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>true, :supportsEmbeddedUniversalWatchApp=>true, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>false}} - {:device=>{:target=>"n112ap", :productType=>"iPod9,1", :displayName=>"iPod touch (7th generation)"}, :traits=>{:deploymentTarget=>#, :passDeploymentTargetToAssetutil=>true, :architecture=>"arm64", :artworkDevIdiom=>"phone", :artworkHostedIdioms=>[], :artworkScaleFactor=>2, :artworkDevSubtype=>568, :artworkDisplayGamut=>"sRGB", :devPerfMemoryClass=>2, :gfxFeatureSetClass=>"APPLE3", :gfxFeatureSetFallbacks=>["APPLE3v1", "APPLE2", "APPLE1", "GLES2,0"], :featuresToRemove=>[], :supportsEmbeddedWatchApp=>false, :supportsEmbeddedUniversalWatchApp=>false, :hasSwiftRuntime=>true, :supportsEncryptionFormat2=>true}} -2021-02-20 13:54:12 +0000 warning: Configuration issue: platform iPhoneSimulator.platform doesn't have any non-simulator SDKs; ignoring it -Scanning IPA... -2021-02-20 13:54:13 +0000 Complete LinkageGraph: - MindBox-Test.app/MindBox-Test armv7 -> - MindBox-Test.app/Frameworks/MindBox.framework/MindBox armv7 - MindBox-Test.app/Frameworks/libswiftCloudKit.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreData.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreImage.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7 - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftMetal.dylib armv7 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7 - MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftUIKit.dylib armv7 - MindBox-Test.app/Frameworks/MindBox.framework/MindBox armv7 -> - MindBox-Test.app/Frameworks/libswiftCloudKit.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreData.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreImage.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7 - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftMetal.dylib armv7 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7 - MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftUIKit.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCloudKit.dylib armv7 -> - MindBox-Test.app/Frameworks/libswiftContacts.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftos.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7 - MindBox-Test.app/Frameworks/libswiftContacts.dylib armv7 -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7 - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7 -> - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7 -> - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox- -2021-02-20 13:54:13 +0000 Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7 -> - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 -> - - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 -> - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7 -> - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7 -> - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib armv7 -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7 - MindBox-Test.app/Frameworks/libswiftos.dylib armv7 -> - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreData.dylib armv7 -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreImage.dylib armv7 -> - MindBox-Test.app/Frameworks/libswiftMetal.dylib armv7 - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7 - MindBox-Test.app/Frameworks/libswiftMetal.dylib armv7 -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftos.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7 - MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib armv7 -> - MindBox-Test.app/Frameworks/libswiftMetal.dylib armv7 - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7 - MindBox-Test. -2021-02-20 13:54:13 +0000 app/Frameworks/libswiftObjectiveC.dylib armv7 - MindBox-Test.app/Frameworks/libswiftUIKit.dylib armv7 -> - MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7 - MindBox-Test.app/Frameworks/libswiftos.dylib armv7 - MindBox-Test.app/Frameworks/libswiftCoreImage.dylib armv7 - MindBox-Test.app/Frameworks/libswiftMetal.dylib armv7 - MindBox-Test.app/MindBox-Test arm64 -> - MindBox-Test.app/Frameworks/MindBox.framework/MindBox arm64 - MindBox-Test.app/Frameworks/libswiftCloudKit.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreData.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreImage.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64 - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftMetal.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 - MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftUIKit.dylib arm64 - MindBox-Test.app/Frameworks/MindBox.framework/MindBox arm64 -> - MindBox-Test.app/Frameworks/libswiftCloudKit.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreData.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreImage.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64 - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftMetal.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 - MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftUIKit.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCloudKit.dylib arm64 -> - MindBox-Test.app/Frameworks/libswiftContacts.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftos.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64 - MindBox-Test.app/Frameworks/libswiftContacts.dylib arm64 -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 - MindB -2021-02-20 13:54:13 +0000 ox-Test.app/Frameworks/libswiftFoundation.dylib arm64 -> - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64 -> - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64 -> - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 -> - - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 -> - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64 -> - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 -> - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib arm64 -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 - MindBox-Test.app/Frameworks/libswiftos.dylib arm64 -> - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreData.dylib arm64 -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreImage.dylib arm64 -> - MindBox-Test.app/Frameworks/libswiftMetal.dylib arm64 - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 - MindBox-Test.app/Frameworks/libswiftMetal.dylib arm64 -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftos.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - -2021-02-20 13:54:13 +0000 MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64 - MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib arm64 -> - MindBox-Test.app/Frameworks/libswiftMetal.dylib arm64 - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 - MindBox-Test.app/Frameworks/libswiftUIKit.dylib arm64 -> - MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64 - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64 - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64 - MindBox-Test.app/Frameworks/libswiftos.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCoreImage.dylib arm64 - MindBox-Test.app/Frameworks/libswiftMetal.dylib arm64 - MindBox-Test.app/Frameworks/libswiftCloudKit.dylib armv7s -> - MindBox-Test.app/Frameworks/libswiftContacts.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftos.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7s - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7s - MindBox-Test.app/Frameworks/libswiftContacts.dylib armv7s -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7s - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7s - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7s -> - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7s - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7s -> - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7s - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7s -> - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7s - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7s - -2021-02-20 13:54:13 +0000 MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s -> - - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7s -> - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7s -> - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7s - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7s - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7s -> - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib armv7s -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7s - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7s - MindBox-Test.app/Frameworks/libswiftos.dylib armv7s -> - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7s - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCloudKit.dylib arm64e -> - MindBox-Test.app/Frameworks/libswiftContacts.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftos.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64e - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64e - MindBox-Test.app/Frameworks/libswiftContacts.dylib arm64e -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64e - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64e - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64e -> - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64e - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64e -> - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64e - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64e -> - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64e - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e -> - - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64e -> - -2021-02-20 13:54:13 +0000 MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64e -> - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64e - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64e - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64e -> - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib arm64e -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64e - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64e - MindBox-Test.app/Frameworks/libswiftos.dylib arm64e -> - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64e - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreData.dylib armv7s -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7s - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreData.dylib arm64e -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64e - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreImage.dylib armv7s -> - MindBox-Test.app/Frameworks/libswiftMetal.dylib armv7s - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7s - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7s - MindBox-Test.app/Frameworks/libswiftMetal.dylib armv7s -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftos.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7s - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreImage.dylib arm64e -> - MindBox-Test.app/Frameworks/libswiftMetal.dylib arm64e - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64e - -2021-02-20 13:54:13 +0000 MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64e - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64e - MindBox-Test.app/Frameworks/libswiftMetal.dylib arm64e -> - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftos.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64e - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64e - MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib armv7s -> - MindBox-Test.app/Frameworks/libswiftMetal.dylib armv7s - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7s - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7s - MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib arm64e -> - MindBox-Test.app/Frameworks/libswiftMetal.dylib arm64e - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64e - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64e - MindBox-Test.app/Frameworks/libswiftUIKit.dylib armv7s -> - MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCore.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7s - MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7s - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7s - MindBox-Test.app/Frameworks/libswiftos.dylib armv7s - MindBox-Test.app/Frameworks/libswiftCoreImage.dylib armv7s - MindBox-Test.app/Frameworks/libswiftMetal.dylib armv7s - MindBox-Test.app/Frameworks/libswiftUIKit.dylib arm64e -> - MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCore.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64e - MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64e - MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64e - MindBox-Test.app/Frameworks/libswiftos.dylib arm64e - MindBox-Test.app/Frameworks/libswiftCoreImage.dylib arm64e - MindBox-Test.app/Frameworks/libswiftMetal.dylib arm64e -Root IPAs: -["/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root"] -Validating IPA structure... -Compiling bitcode... - MindBox-Test.app (identifier: PushOk, platform: iphoneos) - mh_dylib 'MindBox-Test.app/Frameworks/libswiftCloudKit.dylib'... -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib - Status: pid 72340 exit 0 - Stdout: - - Stderr: - - - .armv7 (compile) -2021-02-20 13:54:13 +0000 .armv7s (exclude) -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib - Status: pid 72342 exit 0 - Stdout: - - Stderr: - - - .arm64 (compile) - .arm64e (exclude) -2021-02-20 13:54:13 +0000 mh_dylib 'MindBox-Test.app/Frameworks/libswiftContacts.dylib'... -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib - Status: pid 72343 exit 0 - Stdout: - - Stderr: - - - .armv7 (compile) - .armv7s (exclude) -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib - Status: pid 72345 exit 0 - Stdout: - - Stderr: - - - .arm64 (compile) - .arm64e (exclude) -2021-02-20 13:54:13 +0000 mh_dylib 'MindBox-Test.app/Frameworks/libswiftCore.dylib'... -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Status: pid 72346 exit 0 - Stdout: - - Stderr: - - - .armv7 (compile) - .armv7s (exclude) -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Status: pid 72349 exit 0 - Stdout: - - Stderr: - - - .arm64 (compile) - .arm64e (exclude) -2021-02-20 13:54:13 +0000 mh_dylib 'MindBox-Test.app/Frameworks/libswiftCoreData.dylib'... -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib - Status: pid 72352 exit 0 - Stdout: - - Stderr: - - - .armv7 (compile) - .armv7s (exclude) -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib - Status: pid 72353 exit 0 - Stdout: - - Stderr: - - - .arm64 (compile) - .arm64e (exclude) -2021-02-20 13:54:13 +0000 mh_dylib 'MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib'... -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Status: pid 72354 exit 0 - Stdout: - - Stderr: - - - .armv7 (compile) - .armv7s (exclude) -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Status: pid 72356 exit 0 - Stdout: - - Stderr: - - - .arm64 (compile) - .arm64e (exclude) -2021-02-20 13:54:13 +0000 mh_dylib 'MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib'... -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Status: pid 72357 exit 0 - Stdout: - - Stderr: - - - .armv7 (compile) - .armv7s (exclude) -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Status: pid 72358 exit 0 - Stdout: - - Stderr: - - - .arm64 (compile) - .arm64e (exclude) -2021-02-20 13:54:13 +0000 mh_dylib 'MindBox-Test.app/Frameworks/libswiftCoreImage.dylib'... -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib - Status: pid 72360 exit 0 - Stdout: - - Stderr: - - - .armv7 (compile) - .armv7s (exclude) -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib - Status: pid 72361 exit 0 - Stdout: - - Stderr: - - - .arm64 (compile) - .arm64e (exclude) -2021-02-20 13:54:13 +0000 mh_dylib 'MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib'... -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib - Status: pid 72363 exit 0 - Stdout: - - Stderr: - - - .armv7 (compile) - .armv7s (exclude) -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib - Status: pid 72364 exit 0 - Stdout: - - Stderr: - - - .arm64 (compile) - .arm64e (exclude) -2021-02-20 13:54:13 +0000 mh_dylib 'MindBox-Test.app/Frameworks/libswiftDarwin.dylib'... -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Status: pid 72365 exit 0 - Stdout: - - Stderr: - - - .armv7 (compile) -2021-02-20 13:54:13 +0000 .armv7s (exclude) -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Status: pid 72367 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:54:13 +0000 .arm64 (compile) - .arm64e (exclude) - mh_dylib 'MindBox-Test.app/Frameworks/libswiftDispatch.dylib'... -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Status: pid 72368 exit 0 - Stdout: - - Stderr: - - - .armv7 (compile) - .armv7s (exclude) -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Status: pid 72370 exit 0 - Stdout: - - Stderr: - - - .arm64 (compile) - .arm64e (exclude) -2021-02-20 13:54:13 +0000 mh_dylib 'MindBox-Test.app/Frameworks/libswiftFoundation.dylib'... -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Status: pid 72371 exit 0 - Stdout: - - Stderr: - - - .armv7 (compile) - .armv7s (exclude) -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Status: pid 72373 exit 0 - Stdout: - - Stderr: - - - .arm64 (compile) - .arm64e (exclude) -2021-02-20 13:54:13 +0000 mh_dylib 'MindBox-Test.app/Frameworks/libswiftMetal.dylib'... -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Status: pid 72375 exit 0 - Stdout: - - Stderr: - - - .armv7 (compile) -2021-02-20 13:54:13 +0000 .armv7s (exclude) -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Status: pid 72376 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:54:13 +0000 .arm64 (compile) - .arm64e (exclude) - mh_dylib 'MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib'... -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Status: pid 72378 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:54:13 +0000 .armv7 (compile) - .armv7s (exclude) -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Status: pid 72379 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:54:13 +0000 .arm64 (compile) - .arm64e (exclude) - mh_dylib 'MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib'... -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib - Status: pid 72380 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:54:13 +0000 .armv7 (compile) - .armv7s (exclude) -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib - Status: pid 72382 exit 0 - Stdout: - - Stderr: - - - .arm64 (compile) -2021-02-20 13:54:13 +0000 .arm64e (exclude) - mh_dylib 'MindBox-Test.app/Frameworks/libswiftUIKit.dylib'... -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib - Status: pid 72383 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:54:13 +0000 .armv7 (compile) - .armv7s (exclude) -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib - Status: pid 72385 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:54:13 +0000 .arm64 (compile) - .arm64e (exclude) - mh_dylib 'MindBox-Test.app/Frameworks/libswiftos.dylib'... -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Status: pid 72386 exit 0 - Stdout: - - Stderr: - - - .armv7 (compile) - .armv7s (exclude) -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Status: pid 72387 exit 0 - Stdout: - - Stderr: - - - .arm64 (compile) -2021-02-20 13:54:13 +0000 .arm64e (exclude) - mh_execute 'MindBox-Test.app/MindBox-Test'... -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/MindBox-Test -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/MindBox-Test - Status: pid 72389 exit 0 - Stdout: - - Stderr: - - - .armv7 (compile) -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/MindBox-Test -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/MindBox-Test - Status: pid 72390 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:54:13 +0000 .arm64 (compile) - | MindBox-Test.app/Frameworks/MindBox.framework (identifier: org.cocoapods.MindBox, platform: iphoneos) -2021-02-20 13:54:13 +0000 | mh_dylib 'MindBox-Test.app/Frameworks/MindBox.framework/MindBox'... -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox - Status: pid 72392 exit 0 - Stdout: - - Stderr: - - - | .armv7 (compile) -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework -2021-02-20 13:54:13 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -thin arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox - Status: pid 72393 exit 0 - Stdout: - - Stderr: - - - | .arm64 (compile) -2021-02-20 13:54:13 +0000 Compiling bitcode for armv7... -2021-02-20 13:54:13 +0000 Compiling armv7 bitcode in 'libswiftCore.dylib' -2021-02-20 13:54:13 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:47 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Status: pid 72395 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib'] - -= Output =- - UUID: 51BA155D-DF9A-3CEE-97E5-066E19AB293E (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCore.dylibdfpwvqr_/libswiftCore.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-parse-stdlib', '-module-name', 'Swift', '01.bc', '-o', '01.o'] - -= Output =- - Exited with 0 - - Command took 27 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/App -2021-02-20 13:54:47 +0000 lications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '02', '-o', '02.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '03', '-o', '03.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !8 = distinct !DISubprogram(name: "__hidden#24837_", scope: !1, file: !1, line: 138, type: !9, scopeLine: 139, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#2935_"*, %"__ir_hidden#2935_"*, i32, %"__ir_hidden#2924_"*)* @swift_arrayInitWithCopy - br i1 %34, label %35, label %25, !dbg !55, !llvm.loop !64 - !65 = !DILocation(line: 114, column: 5, scope: !12) - !12 = distinct !DISubprogram(name: "__hidden#24838_", scope: !1, file: !1, line: 86, type: !9, scopeLine: 87, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !12 = distinct !DISubprogram(name: "__hidden#24838_", scope: !1, file: !1, line: 86, type: !9, scopeLine: 87, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 03 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '04', '-o', '04.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '05', '-o', '05.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '06', '-o', '06.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !8 = distinct !DISubprogram(name: "__hidden#25198_", scope: !1, file: !1, line: 120, type: !9, scopeLine: 121, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#3048_"*, %"__ir_hidden#2924_"*, i1)* @"\01__hidden#24850_" - br i1 %33, label %34, label %22, !dbg !47, !llvm.loop !60 - !61 = !DILocation(line: 83, column: 5, scope: !21) - !21 = distinct !DISubprogram(name: "__hidden#25199_", scope: !1, file: !1, line: 76, type: !9, scopeLine: 78, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !2 -2021-02-20 13:54:47 +0000 1 = distinct !DISubprogram(name: "__hidden#25199_", scope: !1, file: !1, line: 76, type: !9, scopeLine: 78, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 06 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '07', '-o', '07.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '08', '-o', '08.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '09', '-o', '09.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !8 = distinct !DISubprogram(name: "__hidden#25364_", scope: !1, file: !1, line: 29, type: !9, scopeLine: 31, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - %"__ir_hidden#3061_"* (%"__ir_hidden#2913_"*, [2 x i32], %"__ir_hidden#3056_"*)* @"\01__hidden#25274_" - br i1 %188, label %189, label %183, !dbg !273, !llvm.loop !281 - !282 = !DILocation(line: 62, column: 7, scope: !283) - !283 = distinct !DISubprogram(name: "operator()", scope: !1, file: !1, line: 46, type: !9, scopeLine: 46, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !284) - !283 = distinct !DISubprogram(name: "operator()", scope: !1, file: !1, line: 46, type: !9, scopeLine: 46, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !284) - warning: ignoring invalid debug info in 09 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '10', '-o', '10.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '11', '-o', '11.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-e -2021-02-20 13:54:47 +0000 mit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '12', '-o', '12.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '13', '-o', '13.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !8 = distinct !DISubprogram(name: "__hidden#25497_", scope: !1, file: !1, line: 132, type: !9, scopeLine: 133, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (i32, i8*, i1)* @"\01__hidden#25459_" - br i1 %30, label %31, label %23, !dbg !43, !llvm.loop !46 - !47 = !DILocation(line: 363, column: 7, scope: !36) - !36 = distinct !DISubprogram(name: "__hidden#25501_", scope: !23, file: !23, line: 360, type: !9, scopeLine: 360, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !36 = distinct !DISubprogram(name: "__hidden#25501_", scope: !23, file: !23, line: 360, type: !9, scopeLine: 360, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 13 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '14', '-o', '14.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '15', '-o', '15.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !8 = distinct !DISubprogram(name: "__hidden#25516_", scope: !1, file: !1, line: 294, type: !9, scopeLine: 295, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (i8*, %"__ir_hidden#2952_"*, i32, i8*)* @swift_beginAccess - br i1 %110, label %44, label %48, !dbg !62, !llvm.loop !134 - !135 = !DILocation(line: 168, column: 5, scope: !33) - !33 = distinct !DISubprogram(name: "__hidden#21881_", scope: !1, file: !1, line: 165, type: !9, scopeLine: 165, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !33 = distinct !DISubprogram(name: "__hidden#21881_", scope: !1, file: !1, line: 165, type: !9, scopeLine: 165, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 15 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '16', '-o', '16.o'] - -2021-02-20 13:54:47 +0000 -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '17', '-o', '17.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '18', '-o', '18.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !804 = distinct !DISubprogram(name: "__hidden#25664_", scope: !32, file: !32, line: 961, type: !9, scopeLine: 961, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#3036_"*, i32)* @"\01__hidden#25540_" - br i1 %41, label %42, label %22, !dbg !845, !llvm.loop !846 - !847 = !DILocation(line: 964, column: 5, scope: !819) - !819 = distinct !DISubprogram(name: "__hidden#25664_", scope: !32, file: !32, line: 961, type: !9, scopeLine: 961, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !819 = distinct !DISubprogram(name: "__hidden#25664_", scope: !32, file: !32, line: 961, type: !9, scopeLine: 961, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 18 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '19', '-o', '19.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '20', '-o', '20.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '21', '-o', '21.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '22', '-o', '22.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d -2021-02-20 13:54:47 +0000 0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '23', '-o', '23.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '24', '-o', '24.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '25', '-o', '25.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !1320 = distinct !DISubprogram(name: "__hidden#27165_", scope: !1, file: !1, line: 656, type: !9, scopeLine: 658, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - { %"__ir_hidden#2924_"*, i32 } (i32, i8**, %"__ir_hidden#3026_"*)* @swift_getGenericMetadata - br i1 %78, label %79, label %65, !dbg !1425, !llvm.loop !1434 - !1435 = !DILocation(line: 475, column: 5, scope: !1436) - !1436 = distinct !DISubprogram(name: "computeHash", scope: !1417, file: !1417, line: 473, type: !9, scopeLine: 473, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !1437) - !1436 = distinct !DISubprogram(name: "computeHash", scope: !1417, file: !1417, line: 473, type: !9, scopeLine: 473, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !1437) - warning: ignoring invalid debug info in 25 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '26', '-o', '26.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !107 = distinct !DISubprogram(name: "__hidden#27558_", scope: !1, file: !1, line: 211, type: !9, scopeLine: 213, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#4081_"*, %"__ir_hidden#4077_"*, %"__ir_hidden#4077_"*)* @"\01__hidden#27228_" - br i1 %140, label %137, label %142, !dbg !386, !llvm.loop !387 - !388 = !DILocation(line: 437, column: 7, scope: !377) - !377 = distinct !DISubprogram(name: "__hidden#21756_", scope: !118, file: !118, line: 436, type: !9, scopeLine: 436, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !377 = distinct !DISubprogram(name: "__hidden#21756_", scope: !118, file: !118, line: 436, type: !9, scopeLine: 436, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 26 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/ -2021-02-20 13:54:47 +0000 Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '27', '-o', '27.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '28', '-o', '28.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '29', '-o', '29.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !8 = distinct !DISubprogram(name: "__hidden#27596_", scope: !1, file: !1, line: 53, type: !9, scopeLine: 53, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - float (i32*, i32)* @swift_intToFloat32 - br i1 %33, label %14, label %22, !dbg !34, !llvm.loop !52 - !53 = !DILocation(line: 44, column: 3, scope: !18) - !18 = distinct !DISubprogram(name: "__hidden#27597_", scope: !1, file: !1, line: 23, type: !9, scopeLine: 23, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !18 = distinct !DISubprogram(name: "__hidden#27597_", scope: !1, file: !1, line: 23, type: !9, scopeLine: 23, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 29 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '30', '-o', '30.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '31', '-o', '31.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '32', '-o', '32.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !863 = distinct !DISubprogram(name: "__hidden#27656_", scope: !1, file: !1, line: 315, type: !9, scopeLine: 317, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimi -2021-02-20 13:54:47 +0000 zed, unit: !0) - void (%"__ir_hidden#4234_"*, %"__ir_hidden#3740_"*, %"__ir_hidden#3740_"*)* @"\01__hidden#27606_" - br i1 %140, label %137, label %142, !dbg !1136, !llvm.loop !1137 - !1138 = !DILocation(line: 437, column: 7, scope: !1127) - !1127 = distinct !DISubprogram(name: "__hidden#21756_", scope: !874, file: !874, line: 436, type: !9, scopeLine: 436, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !1127 = distinct !DISubprogram(name: "__hidden#21756_", scope: !874, file: !874, line: 436, type: !9, scopeLine: 436, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 32 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '33', '-o', '33.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !8 = distinct !DISubprogram(name: "__hidden#27695_", scope: !1, file: !1, line: 18, type: !9, scopeLine: 19, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#3036_"*, [1 x i32], i32)* @"\01__hidden#25548_" - br i1 %40, label %41, label %23, !dbg !47, !llvm.loop !48 - !49 = !DILocation(line: 698, column: 5, scope: !50) - !50 = distinct !DISubprogram(name: "increment", scope: !13, file: !13, line: 695, type: !9, scopeLine: 695, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !51) - !50 = distinct !DISubprogram(name: "increment", scope: !13, file: !13, line: 695, type: !9, scopeLine: 695, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !51) - warning: ignoring invalid debug info in 33 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '34', '-o', '34.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '35', '-o', '35.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '36', '-o', '36.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !8 = distinct !DISubprogram(name: "__hidden#27857_", scope: !1, file: !1, line: 2283, type: !9, scopeLine: 2284, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - %"__ir_hidden#3061_"* ([2 x i32], %"__ir_hidden#3057_"*)* @"\01__hidden#27752_" - br i1 %3 -2021-02-20 13:54:47 +0000 60, label %371, label %361, !dbg !573, !llvm.loop !574 - !575 = !DILocation(line: 157, column: 5, scope: !576) - !576 = distinct !DISubprogram(name: "readUntil", scope: !1, file: !1, line: 155, type: !9, scopeLine: 155, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !577) - !576 = distinct !DISubprogram(name: "readUntil", scope: !1, file: !1, line: 155, type: !9, scopeLine: 155, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !577) - warning: ignoring invalid debug info in 36 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '37', '-o', '37.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !193 = distinct !DISubprogram(name: "__hidden#28103_", scope: !1, file: !1, line: 201, type: !9, scopeLine: 201, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - i1 ([2 x i32])* @"\01__hidden#27874_" - br i1 %50, label %51, label %45, !dbg !278, !llvm.loop !284 - !285 = !DILocation(line: 320, column: 3, scope: !286) - !286 = distinct !DISubprogram(name: "freeSlabs", scope: !1, file: !1, line: 319, type: !9, scopeLine: 319, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !287) - !286 = distinct !DISubprogram(name: "freeSlabs", scope: !1, file: !1, line: 319, type: !9, scopeLine: 319, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !287) - warning: ignoring invalid debug info in 37 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '38', '-o', '38.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !31 = distinct !DISubprogram(name: "__hidden#28151_", scope: !1, file: !1, line: 53, type: !9, scopeLine: 54, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#3048_"*, i64, i64)* @"\01__hidden#27776_" - br i1 %15, label %8, label %16, !dbg !53, !llvm.loop !54 - !55 = !DILocation(line: 56, column: 3, scope: !56) - !56 = distinct !DISubprogram(name: "archetypeName", scope: !1, file: !1, line: 53, type: !9, scopeLine: 54, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !57) - !56 = distinct !DISubprogram(name: "archetypeName", scope: !1, file: !1, line: 53, type: !9, scopeLine: 54, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !57) - warning: ignoring invalid debug info in 38 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '39', '-o', '39.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - -2021-02-20 13:54:47 +0000 ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '40', '-o', '40.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '41', '-o', '41.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !8 = distinct !DISubprogram(name: "__hidden#28231_", scope: !1, file: !1, line: 74, type: !9, scopeLine: 75, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - i1 ([2 x i32], %"__ir_hidden#3222_"*)* @"\01__hidden#28208_" - br i1 %44, label %45, label %37, !dbg !105, !llvm.loop !108 - !109 = !DILocation(line: 363, column: 7, scope: !97) - !97 = distinct !DISubprogram(name: "__hidden#25501_", scope: !98, file: !98, line: 360, type: !9, scopeLine: 360, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !97 = distinct !DISubprogram(name: "__hidden#25501_", scope: !98, file: !98, line: 360, type: !9, scopeLine: 360, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 41 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '42', '-o', '42.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '43', '-o', '43.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !1411 = distinct !DISubprogram(name: "__hidden#28455_", scope: !1362, file: !1362, line: 305, type: !14, scopeLine: 305, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#3327_"*, i8*)* @"\01__hidden#28347_" - br i1 %61, label %62, label %56, !dbg !1487, !llvm.loop !1488 - !1489 = !DILocation(line: 1087, column: 5, scope: !1490) - !1490 = distinct !DISubprogram(name: "decrementWeakShouldCleanUp", scope: !1468, file: !1468, line: 1082, type: !14, scopeLine: 1082, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !1491) - !1490 = distinct !DISubprogram(name: "decrementWeakShouldCleanUp", scope: !1468, file: !1468, line: 1082, type: !14, scopeLine: 1082, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !1491) - warning: ignoring invalid debug info in 43 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', -2021-02-20 13:54:47 +0000 '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '44', '-o', '44.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '45', '-o', '45.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !13 = distinct !DISubprogram(name: "__hidden#28648_", scope: !1, file: !1, line: 764, type: !14, scopeLine: 766, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - %"__ir_hidden#2924_"* (%"__ir_hidden#2935_"*, %"__ir_hidden#2924_"*, %"__ir_hidden#2924_"*)* @swift_reflectionMirror_normalizedType - br i1 %15, label %7, label %16, !dbg !33, !llvm.loop !39 - !40 = !DILocation(line: 112, column: 3, scope: !41) - !41 = distinct !DISubprogram(name: "unwrapExistential", scope: !1, file: !1, line: 106, type: !14, scopeLine: 106, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !42) - !41 = distinct !DISubprogram(name: "unwrapExistential", scope: !1, file: !1, line: 106, type: !14, scopeLine: 106, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !42) - warning: ignoring invalid debug info in 45 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '46', '-o', '46.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !74 = distinct !DISubprogram(name: "__hidden#28664_", scope: !1, file: !1, line: 324, type: !14, scopeLine: 325, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#3331_"*, i32)* @"\01__hidden#28652_" - br i1 %49, label %10, label %12, !dbg !83, !llvm.loop !117 - !118 = !DILocation(line: 152, column: 3, scope: !76) - !76 = distinct !DISubprogram(name: "__hidden#28666_", scope: !1, file: !1, line: 140, type: !14, scopeLine: 141, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !76 = distinct !DISubprogram(name: "__hidden#28666_", scope: !1, file: !1, line: 140, type: !14, scopeLine: 141, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 46 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '47', '-o', '47.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !96 = distinct !DISubprogram(name: "__hidden#28731_", scope: !1, file: !1, line: 81, type: !9, scopeLine: 82, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void ([2 x i32], i32, i1, %"__ir_hidden#430 -2021-02-20 13:54:47 +0000 8_"*)* @"\01__hidden#28670_" - br i1 %14, label %37, label %15, !dbg !111, !llvm.loop !112 - !113 = !DILocation(line: 64, column: 3, scope: !106) - !106 = distinct !DISubprogram(name: "__hidden#28207_", scope: !1, file: !1, line: 63, type: !9, scopeLine: 63, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !106 = distinct !DISubprogram(name: "__hidden#28207_", scope: !1, file: !1, line: 63, type: !9, scopeLine: 63, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 47 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '48', '-o', '48.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !20 = distinct !DISubprogram(name: "__hidden#29091_", scope: !1, file: !1, line: 2263, type: !9, scopeLine: 2263, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#3048_"*, %"__ir_hidden#3061_"**, [2 x i32])* @"\01__hidden#27259_" - br i1 %39, label %40, label %34, !dbg !163, !llvm.loop !174 - !175 = !DILocation(line: 1558, column: 5, scope: !161) - !161 = distinct !DISubprogram(name: "__hidden#26756_", scope: !92, file: !92, line: 1554, type: !9, scopeLine: 1556, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !161 = distinct !DISubprogram(name: "__hidden#26756_", scope: !92, file: !92, line: 1554, type: !9, scopeLine: 1556, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 48 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '49', '-o', '49.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '50', '-o', '50.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '51', '-o', '51.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-a -2021-02-20 13:54:47 +0000 rm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '52', '-o', '52.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '53', '-o', '53.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '54', '-o', '54.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '55', '-o', '55.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !8 = distinct !DISubprogram(name: "__hidden#29160_", scope: !1, file: !1, line: 115, type: !9, scopeLine: 117, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - i64 (i8*, i32, i64, i64, i1)* @swift_int64ToString - br i1 %40, label %54, label %31, !dbg !50, !llvm.loop !51 - !52 = !DILocation(line: 96, column: 5, scope: !53) - !53 = distinct !DISubprogram(name: "uint64ToStringImpl", scope: !1, file: !1, line: 87, type: !9, scopeLine: 89, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !54) - !53 = distinct !DISubprogram(name: "uint64ToStringImpl", scope: !1, file: !1, line: 87, type: !9, scopeLine: 89, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !54) - warning: ignoring invalid debug info in 55 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '56', '-o', '56.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '57', '-o', '57.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '58', '-o', '58.o'] - -= Outp -2021-02-20 13:54:47 +0000 ut =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '59', '-o', '59.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '60', '-o', '60.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !280 = distinct !DISubprogram(name: "__hidden#29208_", scope: !72, file: !72, line: 1073, type: !14, scopeLine: 1074, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#3222_"*, i32)* @"\01__hidden#29201_" - br i1 %20, label %66, label %14, !dbg !308, !llvm.loop !309 - !310 = !DILocation(line: 1020, column: 5, scope: !295) - !295 = distinct !DISubprogram(name: "__hidden#29211_", scope: !72, file: !72, line: 1017, type: !14, scopeLine: 1018, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !295 = distinct !DISubprogram(name: "__hidden#29211_", scope: !72, file: !72, line: 1017, type: !14, scopeLine: 1018, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 60 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '61', '-o', '61.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '62', '-o', '62.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '63', '-o', '63.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '64', '-o', '64.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06 -2021-02-20 13:54:47 +0000 xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '65', '-o', '65.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libicucore.A.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp702i2ond - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftCore.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCore.dylibdfpwvqr_/libswiftCore.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libicucore.A.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCore.dylibdfpwvqr_/libswiftCore.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from inp -2021-02-20 13:54:47 +0000 ut macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib'] - -= Output =- - UUID: 4E1DFC6C-08A5-3DCD-A9A9-10253C0B75D5 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:54:47 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib armv7:4E1DFC6C-08A5-3DCD-A9A9-10253C0B75D5 from armv7:51BA155D-DF9A-3CEE-97E5-066E19AB293E -2021-02-20 13:54:48 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCore.dylib20210220-72128-ivzl3p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Status: pid 73624 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib [armv7, 0.378751 seconds]: - - Stderr: - - -2021-02-20 13:54:48 +0000 SymbolsStore: Added .symbols for 4E1DFC6C-08A5-3DCD-A9A9-10253C0B75D5: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCore.dylib20210220-72128-ivzl3p/4E1DFC6C-08A5-3DCD-A9A9-10253C0B75D5.symbols -2021-02-20 13:54:48 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib.dSYM/Contents/Resources/DWARF/libswiftCore.dylib -2021-02-20 13:54:48 +0000 Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib.dSYM' -> '4E1DFC6C-08A5-3DCD-A9A9-10253C0B75D5.dSYM') -$ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/4E1DFC6C-08A5-3DCD-A9A9-10253C0B75D5.dSYM -2021-02-20 13:54:48 +0000 SymbolsStore: Added .dSYM for 4E1DFC6C-08A5-3DCD-A9A9-10253C0B75D5: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/4E1DFC6C-08A5-3DCD-A9A9-10253C0B75D5.dSYM -2021-02-20 13:54:48 +0000 Compiling armv7 bitcode in 'libswiftDarwin.dylib' -2021-02-20 13:54:48 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:48 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Status: pid 73627 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib'] - -= Output =- - UUID: D560471D-F43F-30D6-9717-5252EE100F10 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftDarwin.dylibgeujrrkg/libswiftDarwin.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempidg49tik - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-module-name', 'Darwin', '1.bc', '-o', '1.o'] - -= Output =- - Exited with -2021-02-20 13:54:48 +0000 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempidg49tik - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempidg49tik - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftDarwin.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftDarwin.dylibgeujrrkg/libswiftDarwin.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftDarwin.dylibgeujrrkg/libswiftDarwin.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/F -2021-02-20 13:54:48 +0000 rameworks/libswiftDarwin.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib'] - -= Output =- - UUID: 6C44F2DF-6DB3-3DB6-9AFA-CF7913D5274D (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:54:48 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib armv7:6C44F2DF-6DB3-3DB6-9AFA-CF7913D5274D from armv7:D560471D-F43F-30D6-9717-5252EE100F10 -2021-02-20 13:54:48 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftDarwin.dylib20210220-72128-1dxpkca /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Status: pid 73645 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib [armv7, 0.004732 seconds]: - - Stderr: - - -2021-02-20 13:54:48 +0000 SymbolsStore: Added .symbols for 6C44F2DF-6DB3-3DB6-9AFA-CF7913D5274D: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftDarwin.dylib20210220-72128-1dxpkca/6C44F2DF-6DB3-3DB6-9AFA-CF7913D5274D.symbols -2021-02-20 13:54:48 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib.dSYM/Contents/Resources/DWARF/libswiftDarwin.dylib -2021-02-20 13:54:48 +0000 Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib.dSYM' -> '6C44F2DF-6DB3-3DB6-9AFA-CF7913D5274D.dSYM') -$ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/6C44F2DF-6DB3-3DB6-9AFA-CF7913D5274D.dSYM -2021-02-20 13:54:48 +0000 SymbolsStore: Added .dSYM for 6C44F2DF-6DB3-3DB6-9AFA-CF7913D5274D: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/6C44F2DF-6DB3-3DB6-9AFA-CF7913D5274D.dSYM -2021-02-20 13:54:48 +0000 Compiling armv7 bitcode in 'libswiftObjectiveC.dylib' -2021-02-20 13:54:48 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:48 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Status: pid 73648 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib'] - -= Output =- - UUID: 1BD5CB31-31FC-328B-A827-73EA51BB6041 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftObjectiveC.dylib35ll_crh/libswiftObjectiveC.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temprqsws2wp - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-module-name', 'ObjectiveC', '1.bc', '-o', '1.o -2021-02-20 13:54:48 +0000 '] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temprqsws2wp - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temprqsws2wp - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftObjectiveC.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftObjectiveC.dylib35ll_crh/libswiftObjectiveC.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Application -2021-02-20 13:54:48 +0000 s/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftObjectiveC.dylib35ll_crh/libswiftObjectiveC.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib'] - -= Output =- - UUID: 7C4E174A-0D8D-33EA-A6A1-7AB2C1779005 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:54:48 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib armv7:7C4E174A-0D8D-33EA-A6A1-7AB2C1779005 from armv7:1BD5CB31-31FC-328B-A827-73EA51BB6041 -2021-02-20 13:54:48 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftObjectiveC.dylib20210220-72128-j12stf /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Status: pid 73666 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib [armv7, 0.004265 seconds]: - - Stderr: - - -2021-02-20 13:54:48 +0000 SymbolsStore: Added .symbols for 7C4E174A-0D8D-33EA-A6A1-7AB2C1779005: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftObjectiveC.dylib20210220-72128-j12stf/7C4E174A-0D8D-33EA-A6A1-7AB2C1779005.symbols -2021-02-20 13:54:48 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib.dSYM/Contents/Resources/DWARF/libswiftObjectiveC.dylib -2021-02-20 13:54:48 +0000 Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib.dSYM' -> '7C4E174A-0D8D-33EA-A6A1-7AB2C1779005.dSYM') -$ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/7C4E174A-0D8D-33EA-A6A1-7AB2C1779005.dSYM -2021-02-20 13:54:48 +0000 SymbolsStore: Added .dSYM for 7C4E174A-0D8D-33EA-A6A1-7AB2C1779005: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/7C4E174A-0D8D-33EA-A6A1-7AB2C1779005.dSYM -2021-02-20 13:54:48 +0000 Compiling armv7 bitcode in 'libswiftDispatch.dylib' -2021-02-20 13:54:48 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:49 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Status: pid 73669 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib'] - -= Output =- - UUID: 64D851F9-A078-339B-9505-9743BAC12B07 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftDispatch.dylib1pvordho/libswiftDispatch.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmlcyzdyt - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-module-name', 'Dispatch', '1.bc', '-o', '1.o'] - -= Output = -2021-02-20 13:54:49 +0000 - - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmlcyzdyt - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmlcyzdyt - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '3', '-o', '3.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmlcyzdyt - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftDispatch.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftDispatch.dylib1pvordho/libswiftDispatch.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhon -2021-02-20 13:54:49 +0000 eOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftDispatch.dylib1pvordho/libswiftDispatch.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib'] - -= Output =- - UUID: AC5B8906-99BE-3EDF-B32E-1FE7878E3585 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:54:49 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib armv7:AC5B8906-99BE-3EDF-B32E-1FE7878E3585 from armv7:64D851F9-A078-339B-9505-9743BAC12B07 -2021-02-20 13:54:50 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftDispatch.dylib20210220-72128-1wq5561 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Status: pid 73688 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib [armv7, 0.057238 seconds]: - - Stderr: - - -2021-02-20 13:54:50 +0000 SymbolsStore: Added .symbols for AC5B8906-99BE-3EDF-B32E-1FE7878E3585: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftDispatch.dylib20210220-72128-1wq5561/AC5B8906-99BE-3EDF-B32E-1FE7878E3585.symbols -2021-02-20 13:54:50 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib.dSYM/Contents/Resources/DWARF/libswiftDispatch.dylib -2021-02-20 13:54:50 +0000 Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib.dSYM' -> 'AC5B8906-99BE-3EDF-B32E-1FE7878E3585.dSYM') -$ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/AC5B8906-99BE-3EDF-B32E-1FE7878E3585.dSYM -2021-02-20 13:54:50 +0000 SymbolsStore: Added .dSYM for AC5B8906-99BE-3EDF-B32E-1FE7878E3585: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/AC5B8906-99BE-3EDF-B32E-1FE7878E3585.dSYM - Compiling armv7 bitcode in 'libswiftCoreFoundation.dylib' -2021-02-20 13:54:50 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:50 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Status: pid 73691 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib'] - -= Output =- - UUID: EB7DF7BE-351D-3A4A-949C-0AE12606A3E2 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreFoundation.dylibjqs9xi4q/libswiftCoreFoundation.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temptusdvxv4 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-module -2021-02-20 13:54:50 +0000 -name', 'CoreFoundation', '1.bc', '-o', '1.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temptusdvxv4 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temptusdvxv4 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftCoreFoundation.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreFoundation.dylibjqs9xi4q/libswiftCoreFoundation.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.frame -2021-02-20 13:54:50 +0000 work/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreFoundation.dylibjqs9xi4q/libswiftCoreFoundation.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib'] - -= Output =- - UUID: FF7E80B1-8AA8-32B7-943A-713780AF90D7 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:54:50 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib armv7:FF7E80B1-8AA8-32B7-943A-713780AF90D7 from armv7:EB7DF7BE-351D-3A4A-949C-0AE12606A3E2 -2021-02-20 13:54:50 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreFoundation.dylib20210220-72128-1pkir4l /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Status: pid 73709 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib [armv7, 0.004382 seconds]: - - Stderr: - - -2021-02-20 13:54:50 +0000 SymbolsStore: Added .symbols for FF7E80B1-8AA8-32B7-943A-713780AF90D7: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreFoundation.dylib20210220-72128-1pkir4l/FF7E80B1-8AA8-32B7-943A-713780AF90D7.symbols -2021-02-20 13:54:50 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreFoundation.dylib -2021-02-20 13:54:50 +0000 Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib.dSYM' -> 'FF7E80B1-8AA8-32B7-943A-713780AF90D7.dSYM') -$ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/FF7E80B1-8AA8-32B7-943A-713780AF90D7.dSYM -2021-02-20 13:54:50 +0000 SymbolsStore: Added .dSYM for FF7E80B1-8AA8-32B7-943A-713780AF90D7: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/FF7E80B1-8AA8-32B7-943A-713780AF90D7.dSYM -2021-02-20 13:54:50 +0000 Compiling armv7 bitcode in 'libswiftCoreGraphics.dylib' -2021-02-20 13:54:50 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:54:50 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Status: pid 73712 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib'] - -= Output =- - UUID: EEF54C98-4457-3A2A-9425-12C962509E9B (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreGraphics.dylibdm_eljrh/libswiftCoreGraphics.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempjox0272f - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-module-name', 'CoreGraphic -2021-02-20 13:54:50 +0000 s', '1.bc', '-o', '1.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempjox0272f - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempjox0272f - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftCoreGraphics.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreGraphics.dylibdm_eljrh/libswiftCoreGraphics.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv -2021-02-20 13:54:50 +0000 7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreGraphics.dylibdm_eljrh/libswiftCoreGraphics.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib'] - -= Output =- - UUID: DD3694D9-E06F-3871-AB2E-A7D969FF1D7A (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:54:50 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib armv7:DD3694D9-E06F-3871-AB2E-A7D969FF1D7A from armv7:EEF54C98-4457-3A2A-9425-12C962509E9B -2021-02-20 13:54:51 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreGraphics.dylib20210220-72128-yg7vrh /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Status: pid 73730 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib [armv7, 0.004777 seconds]: - - Stderr: - - -2021-02-20 13:54:51 +0000 SymbolsStore: Added .symbols for DD3694D9-E06F-3871-AB2E-A7D969FF1D7A: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreGraphics.dylib20210220-72128-yg7vrh/DD3694D9-E06F-3871-AB2E-A7D969FF1D7A.symbols -2021-02-20 13:54:51 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreGraphics.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib.dSYM' -> 'DD3694D9-E06F-3871-AB2E-A7D969FF1D7A.dSYM') -2021-02-20 13:54:51 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/DD3694D9-E06F-3871-AB2E-A7D969FF1D7A.dSYM -2021-02-20 13:54:51 +0000 SymbolsStore: Added .dSYM for DD3694D9-E06F-3871-AB2E-A7D969FF1D7A: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/DD3694D9-E06F-3871-AB2E-A7D969FF1D7A.dSYM - Compiling armv7 bitcode in 'libswiftFoundation.dylib' -2021-02-20 13:54:51 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:03 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Status: pid 73733 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib'] - -= Output =- - UUID: DE74EA6C-10A2-34F2-9E43-D4B87742895E (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftFoundation.dyliboqplxykd/libswiftFoundation.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempuar2jkb6 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-module-name', 'Foundation', '1.bc', '-o', '1.o -2021-02-20 13:55:03 +0000 '] - -= Output =- - Exited with 0 - - Command took 11 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempuar2jkb6 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempuar2jkb6 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '3', '-o', '3.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !108 = distinct !DISubprogram(name: "__hidden#13760_", scope: !1, file: !1, line: 144, type: !14, scopeLine: 144, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (i8*, i8*, [2 x i32], i8*)* @"\01__hidden#13752_" - br i1 %26, label %20, label %39, !dbg !125, !llvm.loop !126 - !127 = !DILocation(line: 59, column: 9, scope: !113) - !113 = distinct !DISubprogram(name: "__hidden#13761_", scope: !1, file: !1, line: 52, type: !14, scopeLine: 52, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !113 = distinct !DISubprogram(name: "__hidden#13761_", scope: !1, file: !1, line: 52, type: !14, scopeLine: 52, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 3 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempuar2jkb6 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '4', '-o', '4.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempuar2jkb6 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '5', '-o', '5.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !154 = distinct !DISubprogram(name: "__hidden#13787_", scope: !1, file: !1, line: 223, type: !14, scopeLine: 223, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (i8*)* @"\01__hidden#13773_" - br i1 %60, label %83, label %32, !dbg !170, !llvm.loop !196 - !197 = !DILocation(line: 99, column: 3, scope: !168) - !168 = distinct !DISubprogram(name: "__hidden#13792_", scope: !1, file: !1, line: 96, type: !14, scopeLine: 96, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !168 = distinct !DISubprogram(name: "__hidden#13792_", scope: !1, file: !1, line: 96, type: !14, scopeLine: 96, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 5 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbx -2021-02-20 13:55:03 +0000 flw912d0r06xxjwj82sm0000gn/T/tempuar2jkb6 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '6', '-o', '6.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempuar2jkb6 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftFoundation.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftFoundation.dyliboqplxykd/libswiftFoundation.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool202102 -2021-02-20 13:55:03 +0000 20-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftFoundation.dyliboqplxykd/libswiftFoundation.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib'] - -= Output =- - UUID: 5AF0F214-D0B1-3E39-BB64-0BB6C405C226 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib'] - -= Output =- - Exited with 0 - -2021-02-20 13:55:03 +0000 - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:03 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib armv7:5AF0F214-D0B1-3E39-BB64-0BB6C405C226 from armv7:DE74EA6C-10A2-34F2-9E43-D4B87742895E -2021-02-20 13:55:03 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftFoundation.dylib20210220-72128-u2rrcm /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Status: pid 73755 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib [armv7, 0.006168 seconds]: - - Stderr: - - -2021-02-20 13:55:03 +0000 SymbolsStore: Added .symbols for 5AF0F214-D0B1-3E39-BB64-0BB6C405C226: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftFoundation.dylib20210220-72128-u2rrcm/5AF0F214-D0B1-3E39-BB64-0BB6C405C226.symbols -2021-02-20 13:55:03 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib.dSYM/Contents/Resources/DWARF/libswiftFoundation.dylib -2021-02-20 13:55:03 +0000 Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib.dSYM' -> '5AF0F214-D0B1-3E39-BB64-0BB6C405C226.dSYM') -$ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/5AF0F214-D0B1-3E39-BB64-0BB6C405C226.dSYM -2021-02-20 13:55:03 +0000 SymbolsStore: Added .dSYM for 5AF0F214-D0B1-3E39-BB64-0BB6C405C226: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/5AF0F214-D0B1-3E39-BB64-0BB6C405C226.dSYM - Compiling armv7 bitcode in 'libswiftContacts.dylib' -2021-02-20 13:55:03 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:03 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib - Status: pid 73758 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib'] - -= Output =- - UUID: 643B292F-8A31-3D37-9A13-43DEF65B2C39 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftContacts.dylibmgq88spk/libswiftContacts.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempdxhghy7m - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-module-name', 'Contacts', '1.bc', '-o', '1.o'] - -= Output = -2021-02-20 13:55:03 +0000 - - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempdxhghy7m - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Contacts.framework/Contacts.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempdxhghy7m - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftContacts.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftContacts.dylibmgq88spk/libswiftCont -2021-02-20 13:55:03 +0000 acts.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '-weak_library', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Contacts.framework/Contacts.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftContacts.dylibmgq88spk/libswiftContacts.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib'] - -= Output =- - UUID: 189FE52A-D317-3FAA-B304-ED0D4B003866 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool2021022 -2021-02-20 13:55:03 +0000 0-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:03 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib armv7:189FE52A-D317-3FAA-B304-ED0D4B003866 from armv7:643B292F-8A31-3D37-9A13-43DEF65B2C39 -2021-02-20 13:55:03 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftContacts.dylib20210220-72128-1erzkl /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib - Status: pid 73776 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib [armv7, 0.004370 seconds]: - - Stderr: - - -2021-02-20 13:55:03 +0000 SymbolsStore: Added .symbols for 189FE52A-D317-3FAA-B304-ED0D4B003866: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftContacts.dylib20210220-72128-1erzkl/189FE52A-D317-3FAA-B304-ED0D4B003866.symbols -2021-02-20 13:55:03 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib.dSYM/Contents/Resources/DWARF/libswiftContacts.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib.dSYM' -> '189FE52A-D317-3FAA-B304-ED0D4B003866.dSYM') -2021-02-20 13:55:03 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/189FE52A-D317-3FAA-B304-ED0D4B003866.dSYM -2021-02-20 13:55:03 +0000 SymbolsStore: Added .dSYM for 189FE52A-D317-3FAA-B304-ED0D4B003866: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/189FE52A-D317-3FAA-B304-ED0D4B003866.dSYM - Compiling armv7 bitcode in 'libswiftCoreData.dylib' -2021-02-20 13:55:03 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:04 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib - Status: pid 73779 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib'] - -= Output =- - UUID: ACC4E1D3-8E7D-3DA5-80E1-D0F8241D9E1E (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreData.dylibt3zmbu5y/libswiftCoreData.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temph3itrr6b - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-module-name', 'CoreData', '1.bc', '-o', '1.o'] - -= Output = -2021-02-20 13:55:04 +0000 - - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temph3itrr6b - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temph3itrr6b - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '3', '-o', '3.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreData.framework/CoreData.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temph3itrr6b - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', -2021-02-20 13:55:04 +0000 '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftCoreData.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreData.dylibt3zmbu5y/libswiftCoreData.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreData.framework/CoreData.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreData.dylibt3zmbu5y/libswiftCoreData.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib'] - -= Output =- - UUID: 1C493D79-BC20-3BA7-AEF9-2EA6BCAA2B37 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82 -2021-02-20 13:55:04 +0000 sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:04 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib armv7:1C493D79-BC20-3BA7-AEF9-2EA6BCAA2B37 from armv7:ACC4E1D3-8E7D-3DA5-80E1-D0F8241D9E1E -2021-02-20 13:55:04 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreData.dylib20210220-72128-1wr2bfh /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib - Status: pid 73802 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib [armv7, 0.004686 seconds]: - - Stderr: - - -2021-02-20 13:55:04 +0000 SymbolsStore: Added .symbols for 1C493D79-BC20-3BA7-AEF9-2EA6BCAA2B37: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreData.dylib20210220-72128-1wr2bfh/1C493D79-BC20-3BA7-AEF9-2EA6BCAA2B37.symbols -2021-02-20 13:55:04 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreData.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib.dSYM' -> '1C493D79-BC20-3BA7-AEF9-2EA6BCAA2B37.dSYM') -2021-02-20 13:55:04 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/1C493D79-BC20-3BA7-AEF9-2EA6BCAA2B37.dSYM -2021-02-20 13:55:04 +0000 SymbolsStore: Added .dSYM for 1C493D79-BC20-3BA7-AEF9-2EA6BCAA2B37: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/1C493D79-BC20-3BA7-AEF9-2EA6BCAA2B37.dSYM - Compiling armv7 bitcode in 'libswiftCoreLocation.dylib' -2021-02-20 13:55:04 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:04 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib - Status: pid 73805 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib'] - -= Output =- - UUID: 00381F86-B9C6-3984-B38A-5FAB28F234A9 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreLocation.dylibyu7yb0oi/libswiftCoreLocation.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp4dovax1b - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-module-name', 'CoreLocatio -2021-02-20 13:55:04 +0000 n', '1.bc', '-o', '1.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp4dovax1b - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreLocation.framework/CoreLocation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp4dovax1b - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftCoreLocation.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj -2021-02-20 13:55:04 +0000 82sm0000gn/T/libswiftCoreLocation.dylibyu7yb0oi/libswiftCoreLocation.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreLocation.framework/CoreLocation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreLocation.dylibyu7yb0oi/libswiftCoreLocation.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib'] - -= Output =- - UUID: 5FA136ED-E2A5-3DA8-AA3C-D23BD442F771 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ -2021-02-20 13:55:04 +0000 dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:04 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib armv7:5FA136ED-E2A5-3DA8-AA3C-D23BD442F771 from armv7:00381F86-B9C6-3984-B38A-5FAB28F234A9 -2021-02-20 13:55:04 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreLocation.dylib20210220-72128-12pij8r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib - Status: pid 73823 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib [armv7, 0.004372 seconds]: - - Stderr: - - -2021-02-20 13:55:04 +0000 SymbolsStore: Added .symbols for 5FA136ED-E2A5-3DA8-AA3C-D23BD442F771: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreLocation.dylib20210220-72128-12pij8r/5FA136ED-E2A5-3DA8-AA3C-D23BD442F771.symbols -2021-02-20 13:55:04 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreLocation.dylib -2021-02-20 13:55:04 +0000 Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib.dSYM' -> '5FA136ED-E2A5-3DA8-AA3C-D23BD442F771.dSYM') -$ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/5FA136ED-E2A5-3DA8-AA3C-D23BD442F771.dSYM -2021-02-20 13:55:04 +0000 SymbolsStore: Added .dSYM for 5FA136ED-E2A5-3DA8-AA3C-D23BD442F771: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/5FA136ED-E2A5-3DA8-AA3C-D23BD442F771.dSYM -2021-02-20 13:55:04 +0000 Compiling armv7 bitcode in 'libswiftos.dylib' -2021-02-20 13:55:04 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:05 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Status: pid 73826 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib'] - -= Output =- - UUID: 034AF0F7-4D9F-33CD-84E0-9C56A19CADCC (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftos.dylib19wk_ywn/libswiftos.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempjjjr3gfo - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-module-name', 'os', '1.bc', '-o', '1.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - -2021-02-20 13:55:05 +0000 Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempjjjr3gfo - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempjjjr3gfo - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '3', '-o', '3.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempjjjr3gfo - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '4', '-o', '4.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !25 = distinct !DISubprogram(name: "__hidden#227_", scope: !1, file: !1, line: 66, type: !9, scopeLine: 67, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - i8* (%"__ir_hidden#72_"*, i32*)* @"\01__hidden#217_" - br i1 %26, label %24, label %27, !dbg !51, !prof !52, !llvm.loop !54 - !55 = !DILocation(line: 34, column: 5, scope: !56) - !56 = distinct !DISubprogram(name: "_os_trace_malloc", scope: !1, file: !1, line: 31, type: !9, scopeLine: 32, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !57) - !56 = distinct !DISubprogram(name: "_os_trace_malloc", scope: !1, file: !1, line: 31, type: !9, scopeLine: 32, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !57) - warning: ignoring invalid debug info in 4 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempjjjr3gfo - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '5', '-o', '5.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempjjjr3gfo - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '6', '-o', '6.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /var/folders/pm/9bbxflw91 -2021-02-20 13:55:05 +0000 2d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempjjjr3gfo - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftos.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftos.dylib19wk_ywn/libswiftos.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftos.dylib19wk_ywn/libswiftos.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym fr -2021-02-20 13:55:05 +0000 om input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib'] - -= Output =- - UUID: F442CBEF-6346-354F-82A5-D2458A14D4C8 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:05 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib armv7:F442CBEF-6346-354F-82A5-D2458A14D4C8 from armv7:034AF0F7-4D9F-33CD-84E0-9C56A19CADCC -2021-02-20 13:55:05 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftos.dylib20210220-72128-dnnenh /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Status: pid 73848 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib [armv7, 0.004295 seconds]: - - Stderr: - - -2021-02-20 13:55:05 +0000 SymbolsStore: Added .symbols for F442CBEF-6346-354F-82A5-D2458A14D4C8: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftos.dylib20210220-72128-dnnenh/F442CBEF-6346-354F-82A5-D2458A14D4C8.symbols -2021-02-20 13:55:05 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib.dSYM/Contents/Resources/DWARF/libswiftos.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib.dSYM' -> 'F442CBEF-6346-354F-82A5-D2458A14D4C8.dSYM') -2021-02-20 13:55:05 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/F442CBEF-6346-354F-82A5-D2458A14D4C8.dSYM -2021-02-20 13:55:05 +0000 SymbolsStore: Added .dSYM for F442CBEF-6346-354F-82A5-D2458A14D4C8: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/F442CBEF-6346-354F-82A5-D2458A14D4C8.dSYM - Compiling armv7 bitcode in 'libswiftCloudKit.dylib' -2021-02-20 13:55:05 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:05 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib - Status: pid 73851 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib'] - -= Output =- - UUID: 4ED9BA62-EB4F-3F88-9F4C-B54FF2A44978 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCloudKit.dylib8n0zyeq3/libswiftCloudKit.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempzs5jqrkx - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-module-name', 'CloudKit', '1.bc', '-o', '1.o'] - -= Output = -2021-02-20 13:55:05 +0000 - - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempzs5jqrkx - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CloudKit.framework/CloudKit.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Contacts.framework/Contacts.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreLocation.framework/CoreLocation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.d -2021-02-20 13:55:05 +0000 ylib - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempzs5jqrkx - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftCloudKit.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCloudKit.dylib8n0zyeq3/libswiftCloudKit.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '-weak_library', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CloudKit.framework/CloudKit.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib', '-weak_library', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Contacts.framework/Contacts.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreLocation.framework/CoreLocation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCloudKit.dylib8n0zyeq3/ -2021-02-20 13:55:05 +0000 libswiftCloudKit.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib'] - -= Output =- - UUID: 3D962F26-983E-3A3B-A520-82C5F36BBAA5 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:05 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib armv7:3D962F26-983E-3A3B-A520-82C5F36BBAA5 from armv7:4ED9BA62-EB4F-3F88-9F4C-B54FF2A44978 -2021-02-20 13:55:05 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCloudKit.dylib20210220-72128-9qe7c8 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib - Status: pid 73869 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib [armv7, 0.004741 seconds]: - - Stderr: - - -2021-02-20 13:55:05 +0000 SymbolsStore: Added .symbols for 3D962F26-983E-3A3B-A520-82C5F36BBAA5: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCloudKit.dylib20210220-72128-9qe7c8/3D962F26-983E-3A3B-A520-82C5F36BBAA5.symbols -2021-02-20 13:55:05 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib.dSYM/Contents/Resources/DWARF/libswiftCloudKit.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib.dSYM' -> '3D962F26-983E-3A3B-A520-82C5F36BBAA5.dSYM') -2021-02-20 13:55:05 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/3D962F26-983E-3A3B-A520-82C5F36BBAA5.dSYM -2021-02-20 13:55:05 +0000 SymbolsStore: Added .dSYM for 3D962F26-983E-3A3B-A520-82C5F36BBAA5: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/3D962F26-983E-3A3B-A520-82C5F36BBAA5.dSYM - Compiling armv7 bitcode in 'libswiftMetal.dylib' -2021-02-20 13:55:05 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:06 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Status: pid 73872 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib'] - -= Output =- - UUID: 0C0DAD1E-CEE6-30D9-B2CF-70462CE9C100 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftMetal.dylibfgzteoxi/libswiftMetal.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempo1na8ucs - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-module-name', 'Metal', '1.bc', '-o', '1.o'] - -= Output =- - Exited with 0 - -2021-02-20 13:55:06 +0000 Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempo1na8ucs - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Metal.framework/Metal.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempo1na8ucs - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftMetal.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftMetal.dylibfgzteoxi/libswiftMetal.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_de -2021-02-20 13:55:06 +0000 ad_duplicates', '-weak_library', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Metal.framework/Metal.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftMetal.dylibfgzteoxi/libswiftMetal.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib'] - -= Output =- - UUID: 8A8AA5AD-AB38-3580-B75E-AA344AA61B50 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib', '-o', '/var/fol -2021-02-20 13:55:06 +0000 ders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:06 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib armv7:8A8AA5AD-AB38-3580-B75E-AA344AA61B50 from armv7:0C0DAD1E-CEE6-30D9-B2CF-70462CE9C100 -2021-02-20 13:55:06 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftMetal.dylib20210220-72128-2h4yh /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Status: pid 73890 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib [armv7, 0.003750 seconds]: - - Stderr: - - -2021-02-20 13:55:06 +0000 SymbolsStore: Added .symbols for 8A8AA5AD-AB38-3580-B75E-AA344AA61B50: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftMetal.dylib20210220-72128-2h4yh/8A8AA5AD-AB38-3580-B75E-AA344AA61B50.symbols -2021-02-20 13:55:06 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib.dSYM/Contents/Resources/DWARF/libswiftMetal.dylib -2021-02-20 13:55:06 +0000 Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib.dSYM' -> '8A8AA5AD-AB38-3580-B75E-AA344AA61B50.dSYM') -$ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/8A8AA5AD-AB38-3580-B75E-AA344AA61B50.dSYM -2021-02-20 13:55:06 +0000 SymbolsStore: Added .dSYM for 8A8AA5AD-AB38-3580-B75E-AA344AA61B50: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/8A8AA5AD-AB38-3580-B75E-AA344AA61B50.dSYM -2021-02-20 13:55:06 +0000 Compiling armv7 bitcode in 'libswiftCoreImage.dylib' -2021-02-20 13:55:06 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:06 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib - Status: pid 73893 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib'] - -= Output =- - UUID: 3F33E060-5D4F-3C69-896F-58D427F4A9C6 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreImage.dylib4ia8173z/libswiftCoreImage.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp_43tfiz2 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-module-name', 'CoreImage', '1.bc', '-o', '1.o'] - -2021-02-20 13:55:06 +0000 -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp_43tfiz2 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp_43tfiz2 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '3', '-o', '3.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreImage.framework/CoreImage.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Metal.framework/Metal.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found f -2021-02-20 13:55:06 +0000 ramework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp_43tfiz2 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftCoreImage.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreImage.dylib4ia8173z/libswiftCoreImage.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreImage.framework/CoreImage.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '-weak_library', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Metal.framework/Metal.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreImage.dylib4ia8173z/libswiftCoreImage.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit sp -2021-02-20 13:55:06 +0000 ace used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib'] - -= Output =- - UUID: 541B4B0C-CDDD-30E2-9C90-A4845BCAE840 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:06 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib armv7:541B4B0C-CDDD-30E2-9C90-A4845BCAE840 from armv7:3F33E060-5D4F-3C69-896F-58D427F4A9C6 -2021-02-20 13:55:06 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreImage.dylib20210220-72128-17pk6c9 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib - Status: pid 73912 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib [armv7, 0.004540 seconds]: - - Stderr: - - -2021-02-20 13:55:06 +0000 SymbolsStore: Added .symbols for 541B4B0C-CDDD-30E2-9C90-A4845BCAE840: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreImage.dylib20210220-72128-17pk6c9/541B4B0C-CDDD-30E2-9C90-A4845BCAE840.symbols -2021-02-20 13:55:06 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreImage.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib.dSYM' -> '541B4B0C-CDDD-30E2-9C90-A4845BCAE840.dSYM') -2021-02-20 13:55:06 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/541B4B0C-CDDD-30E2-9C90-A4845BCAE840.dSYM -2021-02-20 13:55:06 +0000 SymbolsStore: Added .dSYM for 541B4B0C-CDDD-30E2-9C90-A4845BCAE840: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/541B4B0C-CDDD-30E2-9C90-A4845BCAE840.dSYM - Compiling armv7 bitcode in 'libswiftQuartzCore.dylib' -2021-02-20 13:55:06 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:06 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib - Status: pid 73915 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib'] - -= Output =- - UUID: 6F72ACD6-27AD-33E8-BE4B-17A924ABFECC (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftQuartzCore.dylibhtxockhb/libswiftQuartzCore.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp8po6xz5f - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-module-name', 'QuartzCore', '1.bc', '-o', '1.o -2021-02-20 13:55:06 +0000 '] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp8po6xz5f - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/QuartzCore.framework/QuartzCore.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Metal.framework/Metal.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp8po6xz5f - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftQuartzCore.dylib', '-ios_version_min' -2021-02-20 13:55:06 +0000 , '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftQuartzCore.dylibhtxockhb/libswiftQuartzCore.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/QuartzCore.framework/QuartzCore.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '-weak_library', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Metal.framework/Metal.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftQuartzCore.dylibhtxockhb/libswiftQuartzCore.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj8 -2021-02-20 13:55:06 +0000 2sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib'] - -= Output =- - UUID: C276B9D7-6978-3910-80CE-CA4237F3D004 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:06 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib armv7:C276B9D7-6978-3910-80CE-CA4237F3D004 from armv7:6F72ACD6-27AD-33E8-BE4B-17A924ABFECC -2021-02-20 13:55:06 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftQuartzCore.dylib20210220-72128-mhpt7g /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib - Status: pid 73933 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib [armv7, 0.004480 seconds]: - - Stderr: - - -2021-02-20 13:55:06 +0000 SymbolsStore: Added .symbols for C276B9D7-6978-3910-80CE-CA4237F3D004: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftQuartzCore.dylib20210220-72128-mhpt7g/C276B9D7-6978-3910-80CE-CA4237F3D004.symbols -2021-02-20 13:55:06 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib.dSYM/Contents/Resources/DWARF/libswiftQuartzCore.dylib -2021-02-20 13:55:06 +0000 Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib.dSYM' -> 'C276B9D7-6978-3910-80CE-CA4237F3D004.dSYM') -$ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/C276B9D7-6978-3910-80CE-CA4237F3D004.dSYM -2021-02-20 13:55:06 +0000 SymbolsStore: Added .dSYM for C276B9D7-6978-3910-80CE-CA4237F3D004: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/C276B9D7-6978-3910-80CE-CA4237F3D004.dSYM - Compiling armv7 bitcode in 'libswiftUIKit.dylib' -2021-02-20 13:55:06 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:07 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib - Status: pid 73936 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib'] - -= Output =- - UUID: 5C836D66-0342-3299-9A65-E0F43A6394F9 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftUIKit.dylibryzf6iiu/libswiftUIKit.dylib.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/templmy7cyb2 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios7.0', '-O', '-disable-llvm-optzns', '-module-name', 'UIKit', '1.bc', '-o', '1.o'] - -= Output =- - Exited with 0 - -2021-02-20 13:55:07 +0000 Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/templmy7cyb2 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/templmy7cyb2 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'apcs-gnu', '-mfloat-abi', 'soft', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '3', '-o', '3.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UIKit.framework/UIKit.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/QuartzCore.framework/QuartzCore.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/P -2021-02-20 13:55:07 +0000 latforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/templmy7cyb2 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftUIKit.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftUIKit.dylibryzf6iiu/libswiftUIKit.dylib.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UIKit.framework/UIKit.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/QuartzCore.framework/QuartzCore.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDK -2021-02-20 13:55:07 +0000 s/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftUIKit.dylibryzf6iiu/libswiftUIKit.dylib.armv7.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib'] - -= Output =- - UUID: CAFB7055-C59E-34B7-9397-F62ECB218F08 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:07 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib armv7:CAFB7055-C59E-34B7-9397-F62ECB218F08 from armv7:5C836D66-0342-3299-9A65-E0F43A6394F9 -2021-02-20 13:55:07 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftUIKit.dylib20210220-72128-2zcq1e /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib - Status: pid 73955 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib [armv7, 0.004513 seconds]: - - Stderr: - - -2021-02-20 13:55:07 +0000 SymbolsStore: Added .symbols for CAFB7055-C59E-34B7-9397-F62ECB218F08: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftUIKit.dylib20210220-72128-2zcq1e/CAFB7055-C59E-34B7-9397-F62ECB218F08.symbols -2021-02-20 13:55:07 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib.dSYM/Contents/Resources/DWARF/libswiftUIKit.dylib -2021-02-20 13:55:07 +0000 Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib.dSYM' -> 'CAFB7055-C59E-34B7-9397-F62ECB218F08.dSYM') -$ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/CAFB7055-C59E-34B7-9397-F62ECB218F08.dSYM -2021-02-20 13:55:07 +0000 SymbolsStore: Added .dSYM for CAFB7055-C59E-34B7-9397-F62ECB218F08: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/CAFB7055-C59E-34B7-9397-F62ECB218F08.dSYM - Compiling armv7 bitcode in 'MindBox' -2021-02-20 13:55:07 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework -2021-02-20 13:55:11 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox - Status: pid 73958 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox'] - -= Output =- - UUID: B8406C7C-FEA9-3C49-A0B1-6F332BF55F2F (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/MindBoxtzmfl1h6/MindBox.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios10.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.3', '-target-abi', 'apcs-gnu' -2021-02-20 13:55:11 +0000 , '-Os', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '01', '-o', '01.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios10.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.3', '-target-abi', 'apcs-gnu', '-Os', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '02', '-o', '02.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '03.bc', '-o', '03.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '04.bc', '-o', '04.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '05.bc', '-o', '05.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '06.bc', '-o', '06.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '07.bc', '-o', '07.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '08.bc', '-o', '08.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '09.bc', '-o', '09.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '10.bc', '-o', '10.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0 -2021-02-20 13:55:11 +0000 000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '11.bc', '-o', '11.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '12.bc', '-o', '12.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '13.bc', '-o', '13.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '14.bc', '-o', '14.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '15.bc', '-o', '15.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '16.bc', '-o', '16.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '17.bc', '-o', '17.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '18.bc', '-o', '18.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '19.bc', '-o', '19.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '20.bc', '-o', '20.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/fo -2021-02-20 13:55:11 +0000 lders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '21.bc', '-o', '21.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '22.bc', '-o', '22.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '23.bc', '-o', '23.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '24.bc', '-o', '24.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '25.bc', '-o', '25.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '26.bc', '-o', '26.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '27.bc', '-o', '27.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '28.bc', '-o', '28.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '29.bc', '-o', '29.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '30.bc', '-o', '30.o'] - -= Output =- - Exited with 0 - - Command took 0 -2021-02-20 13:55:11 +0000 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '31.bc', '-o', '31.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '32.bc', '-o', '32.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '33.bc', '-o', '33.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '34.bc', '-o', '34.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '35.bc', '-o', '35.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '36.bc', '-o', '36.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '37.bc', '-o', '37.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '38.bc', '-o', '38.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '39.bc', '-o', '39.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '40.bc', '-o', '40.o'] - -= Output =- - Exited with -2021-02-20 13:55:11 +0000 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '41.bc', '-o', '41.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '42.bc', '-o', '42.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '43.bc', '-o', '43.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '44.bc', '-o', '44.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '45.bc', '-o', '45.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '46.bc', '-o', '46.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '47.bc', '-o', '47.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '48.bc', '-o', '48.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '49.bc', '-o', '49.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '50.bc', '-o', '50.o'] - -2021-02-20 13:55:11 +0000 -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '51.bc', '-o', '51.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '52.bc', '-o', '52.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '53.bc', '-o', '53.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '54.bc', '-o', '54.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '55.bc', '-o', '55.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '56.bc', '-o', '56.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '57.bc', '-o', '57.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '58.bc', '-o', '58.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '59.bc', '-o', '59.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindB -2021-02-20 13:55:11 +0000 ox', '60.bc', '-o', '60.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '61.bc', '-o', '61.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '62.bc', '-o', '62.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'apcs-gnu', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '63', '-o', '63.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'apcs-gnu', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '64', '-o', '64.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'apcs-gnu', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '65', '-o', '65.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'apcs-gnu', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '66', '-o', '66.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'apcs-gnu', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '67', '-o', '67.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.plat -2021-02-20 13:55:11 +0000 form/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/AdSupport.framework/AdSupport.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/AppTrackingTransparency.framework/AppTrackingTransparency.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/BackgroundTasks.framework/BackgroundTasks.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreData.framework/CoreData.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UIKit.framework/UIKit.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UserNotifications.framework/UserNotifications.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCloudKit.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCore.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreData.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreGraphics.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreImage.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreLocation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDarwin.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDispatch.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftMetal.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftObjectiveC.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftQuartzCore.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftUIKit.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempy8ls3emk - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-dylib', '-compatibility_version', '1.0', '-cur -2021-02-20 13:55:11 +0000 rent_version', '1.0.0.0.0', '-install_name', '@rpath/MindBox.framework/MindBox', '-platform_version', 'ios', '10.0', '14.3', '-rpath', '/usr/lib/swift', '-rpath', '@executable_path/Frameworks', '-rpath', '@loader_path/Frameworks', '-dead_strip', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '14.3', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/MindBoxtzmfl1h6/MindBox.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/AdSupport.framework/AdSupport.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/AppTrackingTransparency.framework/AppTrackingTransparency.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/BackgroundTasks.framework/BackgroundTasks.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreData.framework/CoreData.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UIKit.framework/UIKit.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UserNotifications.framework/UserNotifications.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCloudKit.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCore.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreData.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreGraphics.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreImage.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreLocation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDarwin.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDispatch.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftMetal.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftObjectiveC.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftQuartzCore.tbd', '/Applications/Xcode.app/Contents/Developer/Platf -2021-02-20 13:55:11 +0000 orms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftUIKit.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/MindBoxtzmfl1h6/MindBox.armv7.out'] - -= Output =- - ld: warning: -sdk_version and -platform_version are not compatible, ignoring -sdk_version - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox'] - -= Output =- - UUID: FBDFB803-5D57-3BF7-81C3-CF107B2FEAA6 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:11 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox armv7:FBDFB803-5D57-3BF7-81C3-CF107B2FEAA6 from armv7:B8406C7C-FEA9-3C49-A0B1-6F332BF55F2F -2021-02-20 13:55:11 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-MindBox20210220-72128-x5zft /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox - Status: pid 74041 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox [armv7, 0.005081 seconds]: - - Stderr: - - -2021-02-20 13:55:11 +0000 SymbolsStore: Added .symbols for FBDFB803-5D57-3BF7-81C3-CF107B2FEAA6: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-MindBox20210220-72128-x5zft/FBDFB803-5D57-3BF7-81C3-CF107B2FEAA6.symbols -2021-02-20 13:55:11 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox.dSYM/Contents/Resources/DWARF/MindBox -2021-02-20 13:55:11 +0000 Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox.dSYM' -> 'FBDFB803-5D57-3BF7-81C3-CF107B2FEAA6.dSYM') -$ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/FBDFB803-5D57-3BF7-81C3-CF107B2FEAA6.dSYM -2021-02-20 13:55:11 +0000 SymbolsStore: Added .dSYM for FBDFB803-5D57-3BF7-81C3-CF107B2FEAA6: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/FBDFB803-5D57-3BF7-81C3-CF107B2FEAA6.dSYM - Compiling armv7 bitcode in 'MindBox-Test' -2021-02-20 13:55:11 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app -2021-02-20 13:55:12 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/MindBox-Test --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/MindBox-Test.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/MindBox-Test - Status: pid 74044 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/MindBox-Test'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/MindBox-Test is architecture: armv7 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/MindBox-Test'] - -= Output =- - UUID: EB47C481-3068-3698-A109-D5D633506AE0 (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/MindBox-Test - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/MindBox-Test', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/MindBox-Test4ab3iv_0/MindBox-Test.armv7.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp15j9awi3 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox_Test', '01.bc', '-o', '01.o'] - -= Output =- - Exited with 0 - -2021-02-20 13:55:12 +0000 - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp15j9awi3 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox_Test', '02.bc', '-o', '02.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp15j9awi3 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox_Test', '03.bc', '-o', '03.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp15j9awi3 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox_Test', '04.bc', '-o', '04.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp15j9awi3 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox_Test', '05.bc', '-o', '05.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp15j9awi3 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'armv7-apple-ios10.0', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox_Test', '06.bc', '-o', '06.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp15j9awi3 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'apcs-gnu', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '07', '-o', '07.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp15j9awi3 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'apcs-gnu', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '08', '-o', '08.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp15j9awi3 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'apcs-gnu', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '09', '-o', '09.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp15j9awi3 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', ' -2021-02-20 13:55:12 +0000 apcs-gnu', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '10', '-o', '10.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp15j9awi3 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'thumbv7-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'apcs-gnu', '-O2', '-mllvm', '-arm-bitcode-compatibility', '-mllvm', '-fast-isel=0', '-x', 'ir', '11', '-o', '11.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UIKit.framework/UIKit.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UserNotifications.framework/UserNotifications.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCloudKit.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCore.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreData.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreGraphics.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreImage.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreLocation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDarwin.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDispatch.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftMetal.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftObjectiveC.tbd - Found framewo -2021-02-20 13:55:12 +0000 rk/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftQuartzCore.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftUIKit.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp15j9awi3 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'armv7', '-execute', '-platform_version', 'ios', '10.0', '14.3', '-e', '_main', '-rpath', '/usr/lib/swift', '-rpath', '@executable_path/Frameworks', '-rpath', '@loader_path/Frameworks', '-rpath', '@executable_path/Frameworks', '-executable_path', '/Users/admin/Library/Developer/Xcode/DerivedData/MindBox-Test-dsrhifpdohubfngqdrmovmkofyza/Build/Intermediates.noindex/ArchiveIntermediates/MindBox-Test/IntermediateBuildFilesPath/MindBox-Test.build/Release-iphoneos/MindBox-Test.build/Objects-normal/armv7/Binary/MindBox-Test', '-dead_strip', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '14.3', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/MindBox-Test4ab3iv_0/MindBox-Test.armv7.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UIKit.framework/UIKit.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UserNotifications.framework/UserNotifications.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCloudKit.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCore.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreData.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreGraphics.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreImage.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreLocation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDarwin.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDispatch.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftMetal.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platfo -2021-02-20 13:55:12 +0000 rm/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftObjectiveC.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftQuartzCore.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftUIKit.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/MindBox-Test4ab3iv_0/MindBox-Test.armv7.out'] - -= Output =- - ld: warning: -sdk_version and -platform_version are not compatible, ignoring -sdk_version - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/armv7/Payload/MindBox-Test.app/MindBox-Test - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/MindBox-Test'] - -= Output =- - UUID: 0171917D-393E-3E40-B994-749CD1884B0F (armv7) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/MindBox-Test - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/MindBox-Test', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/MindBox-Test.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripSymbols: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/MindBox-Test'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:12 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/MindBox-Test armv7:0171917D-393E-3E40-B994-749CD1884B0F from armv7:EB47C481-3068-3698-A109-D5D633506AE0 -2021-02-20 13:55:12 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-MindBox-Test20210220-72128-1ju4kmp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/MindBox-Test - Status: pid 74071 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/MindBox-Test [armv7, 0.003903 seconds]: - - Stderr: - - -2021-02-20 13:55:12 +0000 SymbolsStore: Added .symbols for 0171917D-393E-3E40-B994-749CD1884B0F: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-MindBox-Test20210220-72128-1ju4kmp/0171917D-393E-3E40-B994-749CD1884B0F.symbols -2021-02-20 13:55:12 +0000 warning: Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/MindBox-Test.dSYM/Contents/Resources/DWARF/MindBox-Test -2021-02-20 13:55:12 +0000 Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/MindBox-Test.dSYM' -> '0171917D-393E-3E40-B994-749CD1884B0F.dSYM') -$ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/MindBox-Test.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/0171917D-393E-3E40-B994-749CD1884B0F.dSYM -2021-02-20 13:55:12 +0000 SymbolsStore: Added .dSYM for 0171917D-393E-3E40-B994-749CD1884B0F: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/0171917D-393E-3E40-B994-749CD1884B0F.dSYM - Compiling bitcode for arm64... -2021-02-20 13:55:12 +0000 Compiling arm64 bitcode in 'libswiftCore.dylib' -2021-02-20 13:55:12 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:38 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Status: pid 74074 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib'] - -= Output =- - UUID: AD0CAD3B-1B51-3327-8644-8BE1FF1F0AE9 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCore.dylibvz28zv7e/libswiftCore.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-parse-stdlib', '-module-name', 'Swift', '01.bc', '-o', '01.o'] - -= Output =- - Exited with 0 - - Command took 20 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/ -2021-02-20 13:55:38 +0000 T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '02', '-o', '02.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '03', '-o', '03.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !7 = distinct !DISubprogram(name: "__hidden#24794_", scope: !1, file: !1, line: 138, type: !8, scopeLine: 139, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#2876_"*, %"__ir_hidden#2876_"*, i64, %"__ir_hidden#2865_"*)* @swift_arrayInitWithCopy - br i1 %34, label %35, label %25, !dbg !54, !llvm.loop !63 - !64 = !DILocation(line: 114, column: 5, scope: !11) - !11 = distinct !DISubprogram(name: "__hidden#24795_", scope: !1, file: !1, line: 86, type: !8, scopeLine: 87, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !11 = distinct !DISubprogram(name: "__hidden#24795_", scope: !1, file: !1, line: 86, type: !8, scopeLine: 87, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 03 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '04', '-o', '04.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '05', '-o', '05.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '06', '-o', '06.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !7 = distinct !DISubprogram(name: "__hidden#25157_", scope: !1, file: !1, line: 120, type: !8, scopeLine: 121, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#2978_"*, %"__ir_hidden#2865_"*, i1)* @"\01__hidden#24807_" - br i1 %34, label %35, label %23, !dbg !47, !llvm.loop !60 - !61 = !DILocation(line: 83, column: 5, scope: !20) - !20 = distinct !DISubprogram(name: "__hidden#25158_", scope: !1, file: !1, line: 76, type: !8, scopeLine: 78, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !20 = distinct !DISubprogram(name: "__hidden#25158_", scope: !1, file: !1, line: 76, type: !8, scopeLine: 78, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 06 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/A -2021-02-20 13:55:38 +0000 pplications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '07', '-o', '07.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '08', '-o', '08.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '09', '-o', '09.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !7 = distinct !DISubprogram(name: "__hidden#25321_", scope: !1, file: !1, line: 29, type: !8, scopeLine: 31, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - %"__ir_hidden#2991_"* (%"__ir_hidden#2854_"*, [2 x i64], %"__ir_hidden#2986_"*)* @"\01__hidden#25231_" - br i1 %190, label %191, label %185, !dbg !257, !llvm.loop !266 - !267 = !DILocation(line: 62, column: 7, scope: !268) - !268 = distinct !DISubprogram(name: "operator()", scope: !1, file: !1, line: 46, type: !8, scopeLine: 46, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !269) - !268 = distinct !DISubprogram(name: "operator()", scope: !1, file: !1, line: 46, type: !8, scopeLine: 46, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !269) - warning: ignoring invalid debug info in 09 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '10', '-o', '10.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '11', '-o', '11.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '12', '-o', '12.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '13', '-o', '13.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !7 = distinct !DISubprogram(name: "__hidden#25456_", scope: !1, file: !1, line: 132, type: !8, scopeLine: 133, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (i32, i8*, i1)* @"\01__hidden#25418_" - br i1 -2021-02-20 13:55:38 +0000 %30, label %31, label %23, !dbg !42, !llvm.loop !45 - !46 = !DILocation(line: 363, column: 7, scope: !35) - !35 = distinct !DISubprogram(name: "__hidden#25459_", scope: !22, file: !22, line: 360, type: !8, scopeLine: 360, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !35 = distinct !DISubprogram(name: "__hidden#25459_", scope: !22, file: !22, line: 360, type: !8, scopeLine: 360, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 13 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '14', '-o', '14.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '15', '-o', '15.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !7 = distinct !DISubprogram(name: "__hidden#25474_", scope: !1, file: !1, line: 294, type: !8, scopeLine: 295, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (i8*, %"__ir_hidden#2892_"*, i64, i8*)* @swift_beginAccess - br i1 %110, label %44, label %48, !dbg !61, !llvm.loop !132 - !133 = !DILocation(line: 168, column: 5, scope: !32) - !32 = distinct !DISubprogram(name: "__hidden#21952_", scope: !1, file: !1, line: 165, type: !8, scopeLine: 165, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !32 = distinct !DISubprogram(name: "__hidden#21952_", scope: !1, file: !1, line: 165, type: !8, scopeLine: 165, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 15 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '16', '-o', '16.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '17', '-o', '17.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '18', '-o', '18.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '19', '-o', '19.o'] - -= Output =- - Exited with 0 - - Command took -2021-02-20 13:55:38 +0000 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '20', '-o', '20.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '21', '-o', '21.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '22', '-o', '22.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '23', '-o', '23.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '24', '-o', '24.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '25', '-o', '25.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !1211 = distinct !DISubprogram(name: "__hidden#27121_", scope: !1, file: !1, line: 656, type: !8, scopeLine: 658, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - { %"__ir_hidden#2865_"*, i64 } (i64, i8**, %"__ir_hidden#2956_"*)* @swift_getGenericMetadata - br i1 %81, label %82, label %68, !dbg !1319, !llvm.loop !1328 - !1329 = !DILocation(line: 475, column: 5, scope: !1330) - !1330 = distinct !DISubprogram(name: "computeHash", scope: !1309, file: !1309, line: 473, type: !8, scopeLine: 473, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !1331) - !1330 = distinct !DISubprogram(name: "computeHash", scope: !1309, file: !1309, line: 473, type: !8, scopeLine: 473, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !1331) - warning: ignoring invalid debug info in 25 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '26', '-o', '26.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !107 = distinct !DISubprogram(name: "__hidden#27516_", scope: !1, file: !1, line: 211, type: !8, scopeLine: 213, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinit -2021-02-20 13:55:38 +0000 ion | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#3743_"*, %"__ir_hidden#3739_"*, %"__ir_hidden#3739_"*)* @"\01__hidden#27183_" - br i1 %139, label %136, label %141, !dbg !381, !llvm.loop !382 - !383 = !DILocation(line: 437, column: 7, scope: !372) - !372 = distinct !DISubprogram(name: "__hidden#23208_", scope: !117, file: !117, line: 436, type: !8, scopeLine: 436, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !372 = distinct !DISubprogram(name: "__hidden#23208_", scope: !117, file: !117, line: 436, type: !8, scopeLine: 436, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 26 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '27', '-o', '27.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '28', '-o', '28.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '29', '-o', '29.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !7 = distinct !DISubprogram(name: "__hidden#27554_", scope: !1, file: !1, line: 53, type: !8, scopeLine: 53, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - float (i64*, i64)* @swift_intToFloat32 - br i1 %34, label %15, label %23, !dbg !34, !llvm.loop !52 - !53 = !DILocation(line: 44, column: 3, scope: !17) - !17 = distinct !DISubprogram(name: "__hidden#27555_", scope: !1, file: !1, line: 23, type: !8, scopeLine: 23, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !17 = distinct !DISubprogram(name: "__hidden#27555_", scope: !1, file: !1, line: 23, type: !8, scopeLine: 23, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 29 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '30', '-o', '30.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '31', '-o', '31.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0' -2021-02-20 13:55:38 +0000 , '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '32', '-o', '32.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !840 = distinct !DISubprogram(name: "__hidden#27614_", scope: !1, file: !1, line: 315, type: !8, scopeLine: 317, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#3884_"*, %"__ir_hidden#3882_"*, %"__ir_hidden#3882_"*)* @"\01__hidden#27564_" - br i1 %139, label %136, label %141, !dbg !1108, !llvm.loop !1109 - !1110 = !DILocation(line: 437, column: 7, scope: !1099) - !1099 = distinct !DISubprogram(name: "__hidden#23208_", scope: !850, file: !850, line: 436, type: !8, scopeLine: 436, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !1099 = distinct !DISubprogram(name: "__hidden#23208_", scope: !850, file: !850, line: 436, type: !8, scopeLine: 436, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 32 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '33', '-o', '33.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '34', '-o', '34.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '35', '-o', '35.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '36', '-o', '36.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !7 = distinct !DISubprogram(name: "__hidden#27811_", scope: !1, file: !1, line: 2283, type: !8, scopeLine: 2284, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - %"__ir_hidden#2991_"* ([2 x i64], %"__ir_hidden#2987_"*)* @"\01__hidden#27706_" - br i1 %352, label %363, label %353, !dbg !542, !llvm.loop !543 - !544 = !DILocation(line: 157, column: 5, scope: !545) - !545 = distinct !DISubprogram(name: "readUntil", scope: !1, file: !1, line: 155, type: !8, scopeLine: 155, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !546) - !545 = distinct !DISubprogram(name: "readUntil", scope: !1, file: !1, line: 155, type: !8, scopeLine: 155, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !546) - warning: ignoring invalid debug info in 36 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple' -2021-02-20 13:55:38 +0000 , 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '37', '-o', '37.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !144 = distinct !DISubprogram(name: "__hidden#28056_", scope: !1, file: !1, line: 201, type: !8, scopeLine: 201, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - i1 ([2 x i64])* @"\01__hidden#27828_" - br i1 %50, label %51, label %45, !dbg !226, !llvm.loop !232 - !233 = !DILocation(line: 320, column: 3, scope: !234) - !234 = distinct !DISubprogram(name: "freeSlabs", scope: !1, file: !1, line: 319, type: !8, scopeLine: 319, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !235) - !234 = distinct !DISubprogram(name: "freeSlabs", scope: !1, file: !1, line: 319, type: !8, scopeLine: 319, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !235) - warning: ignoring invalid debug info in 37 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '38', '-o', '38.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !30 = distinct !DISubprogram(name: "__hidden#28104_", scope: !1, file: !1, line: 53, type: !8, scopeLine: 54, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#2978_"*, i64, i64)* @"\01__hidden#27730_" - br i1 %15, label %8, label %16, !dbg !52, !llvm.loop !53 - !54 = !DILocation(line: 56, column: 3, scope: !55) - !55 = distinct !DISubprogram(name: "archetypeName", scope: !1, file: !1, line: 53, type: !8, scopeLine: 54, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !56) - !55 = distinct !DISubprogram(name: "archetypeName", scope: !1, file: !1, line: 53, type: !8, scopeLine: 54, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !56) - warning: ignoring invalid debug info in 38 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '39', '-o', '39.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '40', '-o', '40.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '41', '-o', '41.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !7 = distinct !DISubprogram(name: "__hidden#28184_", scope: !1, file: !1, line: 74, type: !8, scopeLine: 75, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - i1 ([2 x i64], %"__ir_hidden#3140_"*)* @"\01__hidden#28161_" - br i1 %44, label %45, label %37, !dbg !104, !llvm.loop !107 - !108 = !DILocation(line: 363, column: 7, scope: !96) - -2021-02-20 13:55:38 +0000 !96 = distinct !DISubprogram(name: "__hidden#25459_", scope: !97, file: !97, line: 360, type: !8, scopeLine: 360, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !96 = distinct !DISubprogram(name: "__hidden#25459_", scope: !97, file: !97, line: 360, type: !8, scopeLine: 360, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 41 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '42', '-o', '42.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '43', '-o', '43.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '44', '-o', '44.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '45', '-o', '45.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !12 = distinct !DISubprogram(name: "__hidden#28596_", scope: !1, file: !1, line: 764, type: !13, scopeLine: 766, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - %"__ir_hidden#2865_"* (%"__ir_hidden#2876_"*, %"__ir_hidden#2865_"*, %"__ir_hidden#2865_"*)* @swift_reflectionMirror_normalizedType - br i1 %21, label %10, label %22, !dbg !34, !llvm.loop !40 - !41 = !DILocation(line: 112, column: 3, scope: !42) - !42 = distinct !DISubprogram(name: "unwrapExistential", scope: !1, file: !1, line: 106, type: !13, scopeLine: 106, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !43) - !42 = distinct !DISubprogram(name: "unwrapExistential", scope: !1, file: !1, line: 106, type: !13, scopeLine: 106, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !43) - warning: ignoring invalid debug info in 45 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '46', '-o', '46.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !72 = distinct !DISubprogram(name: "__hidden#28612_", scope: !1, file: !1, line: 324, type: !13, scopeLine: 325, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#3236_"*, i64)* @"\01__hidden#28600_" - br i1 %53, label %10, label %12, !dbg !81, !llvm.loop !116 - !117 = !DILocation(line: 152, column: 3, scope: !74) - !74 = distin -2021-02-20 13:55:38 +0000 ct !DISubprogram(name: "__hidden#28614_", scope: !1, file: !1, line: 140, type: !13, scopeLine: 141, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !74 = distinct !DISubprogram(name: "__hidden#28614_", scope: !1, file: !1, line: 140, type: !13, scopeLine: 141, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 46 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '47', '-o', '47.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !89 = distinct !DISubprogram(name: "__hidden#28679_", scope: !1, file: !1, line: 81, type: !8, scopeLine: 82, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void ([2 x i64], i32, i1, %"__ir_hidden#3947_"*)* @"\01__hidden#28618_" - br i1 %14, label %35, label %15, !dbg !104, !llvm.loop !105 - !106 = !DILocation(line: 64, column: 3, scope: !99) - !99 = distinct !DISubprogram(name: "__hidden#28160_", scope: !1, file: !1, line: 63, type: !8, scopeLine: 63, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !99 = distinct !DISubprogram(name: "__hidden#28160_", scope: !1, file: !1, line: 63, type: !8, scopeLine: 63, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 47 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '48', '-o', '48.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !19 = distinct !DISubprogram(name: "__hidden#29037_", scope: !1, file: !1, line: 2263, type: !8, scopeLine: 2263, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#2978_"*, %"__ir_hidden#2991_"**, [2 x i64])* @"\01__hidden#27214_" - br i1 %39, label %40, label %34, !dbg !159, !llvm.loop !170 - !171 = !DILocation(line: 1558, column: 5, scope: !157) - !157 = distinct !DISubprogram(name: "__hidden#26720_", scope: !85, file: !85, line: 1554, type: !8, scopeLine: 1556, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !157 = distinct !DISubprogram(name: "__hidden#26720_", scope: !85, file: !85, line: 1554, type: !8, scopeLine: 1556, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 48 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '49', '-o', '49.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', -2021-02-20 13:55:38 +0000 '-O2', '-x', 'ir', '50', '-o', '50.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '51', '-o', '51.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '52', '-o', '52.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '53', '-o', '53.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '54', '-o', '54.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '55', '-o', '55.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !7 = distinct !DISubprogram(name: "__hidden#29106_", scope: !1, file: !1, line: 115, type: !8, scopeLine: 117, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - i64 (i8*, i64, i64, i64, i1)* @swift_int64ToString - br i1 %40, label %54, label %31, !dbg !49, !llvm.loop !50 - !51 = !DILocation(line: 96, column: 5, scope: !52) - !52 = distinct !DISubprogram(name: "uint64ToStringImpl", scope: !1, file: !1, line: 87, type: !8, scopeLine: 89, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !53) - !52 = distinct !DISubprogram(name: "uint64ToStringImpl", scope: !1, file: !1, line: 87, type: !8, scopeLine: 89, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !53) - warning: ignoring invalid debug info in 55 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '56', '-o', '56.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '57', '-o', '57.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applicati -2021-02-20 13:55:38 +0000 ons/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '58', '-o', '58.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '59', '-o', '59.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '60', '-o', '60.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !278 = distinct !DISubprogram(name: "__hidden#29154_", scope: !77, file: !77, line: 1073, type: !13, scopeLine: 1074, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (%"__ir_hidden#3140_"*, i64)* @"\01__hidden#29147_" - br i1 %20, label %66, label %14, !dbg !306, !llvm.loop !307 - !308 = !DILocation(line: 1020, column: 5, scope: !293) - !293 = distinct !DISubprogram(name: "__hidden#29157_", scope: !77, file: !77, line: 1017, type: !13, scopeLine: 1018, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !293 = distinct !DISubprogram(name: "__hidden#29157_", scope: !77, file: !77, line: 1017, type: !13, scopeLine: 1018, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 60 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '61', '-o', '61.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '62', '-o', '62.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '63', '-o', '63.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '64', '-o', '64.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '65', '-o', '65.o'] - - -2021-02-20 13:55:38 +0000 = Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libicucore.A.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temps5uldhij - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftCore.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCore.dylibvz28zv7e/libswiftCore.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libicucore.A.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCore.dylibvz28zv7e/libswiftCore.dylib.arm64.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy -2021-02-20 13:55:38 +0000 /thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib'] - -= Output =- - UUID: 7C7846A4-67F1-37D0-B513-4A23A453B005 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:38 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib arm64:7C7846A4-67F1-37D0-B513-4A23A453B005 from arm64:AD0CAD3B-1B51-3327-8644-8BE1FF1F0AE9 -2021-02-20 13:55:38 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCore.dylib20210220-72128-jw8hwc /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Status: pid 74160 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib [arm64, 0.006838 seconds]: - - Stderr: - - -2021-02-20 13:55:38 +0000 SymbolsStore: Added .symbols for 7C7846A4-67F1-37D0-B513-4A23A453B005: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCore.dylib20210220-72128-jw8hwc/7C7846A4-67F1-37D0-B513-4A23A453B005.symbols -2021-02-20 13:55:38 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib.dSYM/Contents/Resources/DWARF/libswiftCore.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib.dSYM' -> '7C7846A4-67F1-37D0-B513-4A23A453B005.dSYM') -2021-02-20 13:55:38 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/7C7846A4-67F1-37D0-B513-4A23A453B005.dSYM -2021-02-20 13:55:38 +0000 SymbolsStore: Added .dSYM for 7C7846A4-67F1-37D0-B513-4A23A453B005: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/7C7846A4-67F1-37D0-B513-4A23A453B005.dSYM -2021-02-20 13:55:38 +0000 Compiling arm64 bitcode in 'libswiftDarwin.dylib' -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:39 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Status: pid 74163 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib'] - -= Output =- - UUID: 999C2967-8A06-3CD5-82D7-D156E9440A0C (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftDarwin.dylibxni33zmi/libswiftDarwin.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempzlotxx0w - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'Darwin', '1.bc', '-o', '1.o'] - -= -2021-02-20 13:55:39 +0000 Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempzlotxx0w - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempzlotxx0w - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftDarwin.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftDarwin.dylibxni33zmi/libswiftDarwin.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftDarwin.dylibxni33zmi/libswiftDarwin.dylib.arm64.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - GetUUID: cd / - -2021-02-20 13:55:39 +0000 ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib'] - -= Output =- - UUID: 358F957B-6C47-342A-A4B6-8BB88975AB19 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:39 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib arm64:358F957B-6C47-342A-A4B6-8BB88975AB19 from arm64:999C2967-8A06-3CD5-82D7-D156E9440A0C -2021-02-20 13:55:39 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftDarwin.dylib20210220-72128-1rrvgz2 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Status: pid 74181 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib [arm64, 0.003002 seconds]: - - Stderr: - - -2021-02-20 13:55:39 +0000 SymbolsStore: Added .symbols for 358F957B-6C47-342A-A4B6-8BB88975AB19: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftDarwin.dylib20210220-72128-1rrvgz2/358F957B-6C47-342A-A4B6-8BB88975AB19.symbols -2021-02-20 13:55:39 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib.dSYM/Contents/Resources/DWARF/libswiftDarwin.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib.dSYM' -> '358F957B-6C47-342A-A4B6-8BB88975AB19.dSYM') -2021-02-20 13:55:39 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/358F957B-6C47-342A-A4B6-8BB88975AB19.dSYM -2021-02-20 13:55:39 +0000 SymbolsStore: Added .dSYM for 358F957B-6C47-342A-A4B6-8BB88975AB19: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/358F957B-6C47-342A-A4B6-8BB88975AB19.dSYM - Compiling arm64 bitcode in 'libswiftObjectiveC.dylib' -2021-02-20 13:55:39 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:39 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Status: pid 74184 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib'] - -= Output =- - UUID: 1180AC10-0A92-39DB-8497-2B6D4217B8EB (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftObjectiveC.dylibtjij0gw9/libswiftObjectiveC.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempwdbipvj_ - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'O -2021-02-20 13:55:39 +0000 bjectiveC', '1.bc', '-o', '1.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempwdbipvj_ - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempwdbipvj_ - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftObjectiveC.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftObjectiveC.dylibtjij0gw9/libswiftObjectiveC.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoo -2021-02-20 13:55:39 +0000 lchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftObjectiveC.dylibtjij0gw9/libswiftObjectiveC.dylib.arm64.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib'] - -= Output =- - UUID: 0A6749F8-944B-3F8D-9A43-47225E8490F5 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:39 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib arm64:0A6749F8-944B-3F8D-9A43-47225E8490F5 from arm64:1180AC10-0A92-39DB-8497-2B6D4217B8EB -2021-02-20 13:55:39 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftObjectiveC.dylib20210220-72128-z0146u /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Status: pid 74202 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib [arm64, 0.002941 seconds]: - - Stderr: - - -2021-02-20 13:55:39 +0000 SymbolsStore: Added .symbols for 0A6749F8-944B-3F8D-9A43-47225E8490F5: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftObjectiveC.dylib20210220-72128-z0146u/0A6749F8-944B-3F8D-9A43-47225E8490F5.symbols -2021-02-20 13:55:39 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib.dSYM/Contents/Resources/DWARF/libswiftObjectiveC.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib.dSYM' -> '0A6749F8-944B-3F8D-9A43-47225E8490F5.dSYM') -2021-02-20 13:55:39 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/0A6749F8-944B-3F8D-9A43-47225E8490F5.dSYM -2021-02-20 13:55:39 +0000 SymbolsStore: Added .dSYM for 0A6749F8-944B-3F8D-9A43-47225E8490F5: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/0A6749F8-944B-3F8D-9A43-47225E8490F5.dSYM - Compiling arm64 bitcode in 'libswiftDispatch.dylib' -2021-02-20 13:55:39 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:40 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Status: pid 74205 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib'] - -= Output =- - UUID: 9FCBA8ED-D8FD-3C16-9740-5E2A31F3E959 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftDispatch.dylibwstws42h/libswiftDispatch.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/templ77bflyy - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'Dispatch', '1.bc', '- -2021-02-20 13:55:40 +0000 o', '1.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/templ77bflyy - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/templ77bflyy - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '3', '-o', '3.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/templ77bflyy - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftDispatch.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftDispatch.dylibwstws42h/libswiftDispatch.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/De -2021-02-20 13:55:40 +0000 veloper/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftDispatch.dylibwstws42h/libswiftDispatch.dylib.arm64.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib'] - -= Output =- - UUID: 618F51E6-BA35-3804-9871-FB478BA8864F (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:40 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib arm64:618F51E6-BA35-3804-9871-FB478BA8864F from arm64:9FCBA8ED-D8FD-3C16-9740-5E2A31F3E959 -2021-02-20 13:55:40 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftDispatch.dylib20210220-72128-1kojy4f /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Status: pid 74224 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib [arm64, 0.003640 seconds]: - - Stderr: - - -2021-02-20 13:55:40 +0000 SymbolsStore: Added .symbols for 618F51E6-BA35-3804-9871-FB478BA8864F: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftDispatch.dylib20210220-72128-1kojy4f/618F51E6-BA35-3804-9871-FB478BA8864F.symbols -2021-02-20 13:55:40 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib.dSYM/Contents/Resources/DWARF/libswiftDispatch.dylib -2021-02-20 13:55:40 +0000 Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib.dSYM' -> '618F51E6-BA35-3804-9871-FB478BA8864F.dSYM') -$ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/618F51E6-BA35-3804-9871-FB478BA8864F.dSYM -2021-02-20 13:55:40 +0000 SymbolsStore: Added .dSYM for 618F51E6-BA35-3804-9871-FB478BA8864F: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/618F51E6-BA35-3804-9871-FB478BA8864F.dSYM -2021-02-20 13:55:40 +0000 Compiling arm64 bitcode in 'libswiftCoreFoundation.dylib' -2021-02-20 13:55:40 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:40 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Status: pid 74227 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib'] - -= Output =- - UUID: 25114AE1-4AE9-3DBC-B3DE-7F9F9A5B45D2 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreFoundation.dylibllz1nfio/libswiftCoreFoundation.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempkakj1lk3 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '- -2021-02-20 13:55:40 +0000 disable-llvm-optzns', '-module-name', 'CoreFoundation', '1.bc', '-o', '1.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempkakj1lk3 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempkakj1lk3 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftCoreFoundation.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreFoundation.dylibllz1nfio/libswiftCoreFoundation.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Deve -2021-02-20 13:55:40 +0000 loper/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreFoundation.dylibllz1nfio/libswiftCoreFoundation.dylib.arm64.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib'] - -= Output =- - UUID: EBD5F9C5-3DD2-3EE8-8143-8A8EF1AA711A (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:40 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib arm64:EBD5F9C5-3DD2-3EE8-8143-8A8EF1AA711A from arm64:25114AE1-4AE9-3DBC-B3DE-7F9F9A5B45D2 -2021-02-20 13:55:40 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreFoundation.dylib20210220-72128-cnlo9p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Status: pid 74245 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib [arm64, 0.003011 seconds]: - - Stderr: - - -2021-02-20 13:55:40 +0000 SymbolsStore: Added .symbols for EBD5F9C5-3DD2-3EE8-8143-8A8EF1AA711A: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreFoundation.dylib20210220-72128-cnlo9p/EBD5F9C5-3DD2-3EE8-8143-8A8EF1AA711A.symbols -2021-02-20 13:55:40 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreFoundation.dylib -2021-02-20 13:55:40 +0000 Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib.dSYM' -> 'EBD5F9C5-3DD2-3EE8-8143-8A8EF1AA711A.dSYM') -$ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/EBD5F9C5-3DD2-3EE8-8143-8A8EF1AA711A.dSYM -2021-02-20 13:55:40 +0000 SymbolsStore: Added .dSYM for EBD5F9C5-3DD2-3EE8-8143-8A8EF1AA711A: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/EBD5F9C5-3DD2-3EE8-8143-8A8EF1AA711A.dSYM -2021-02-20 13:55:40 +0000 Compiling arm64 bitcode in 'libswiftCoreGraphics.dylib' -2021-02-20 13:55:40 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:41 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Status: pid 74248 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib'] - -= Output =- - UUID: DC548EF9-00F9-3A15-B5DB-05E39D9B5C5B (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreGraphics.dylib9zxrx_m7/libswiftCoreGraphics.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempfrxkpyzf - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns' -2021-02-20 13:55:41 +0000 , '-module-name', 'CoreGraphics', '1.bc', '-o', '1.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempfrxkpyzf - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempfrxkpyzf - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftCoreGraphics.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreGraphics.dylib9zxrx_m7/libswiftCoreGraphics.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib -2021-02-20 13:55:41 +0000 ', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreGraphics.dylib9zxrx_m7/libswiftCoreGraphics.dylib.arm64.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib'] - -= Output =- - UUID: FBDD2F84-1708-3FF3-AB4F-509564986CC1 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:41 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib arm64:FBDD2F84-1708-3FF3-AB4F-509564986CC1 from arm64:DC548EF9-00F9-3A15-B5DB-05E39D9B5C5B -2021-02-20 13:55:41 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreGraphics.dylib20210220-72128-e1hzyp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Status: pid 74266 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib [arm64, 0.003509 seconds]: - - Stderr: - - -2021-02-20 13:55:41 +0000 SymbolsStore: Added .symbols for FBDD2F84-1708-3FF3-AB4F-509564986CC1: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreGraphics.dylib20210220-72128-e1hzyp/FBDD2F84-1708-3FF3-AB4F-509564986CC1.symbols -2021-02-20 13:55:41 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreGraphics.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib.dSYM' -> 'FBDD2F84-1708-3FF3-AB4F-509564986CC1.dSYM') -2021-02-20 13:55:41 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/FBDD2F84-1708-3FF3-AB4F-509564986CC1.dSYM -2021-02-20 13:55:41 +0000 SymbolsStore: Added .dSYM for FBDD2F84-1708-3FF3-AB4F-509564986CC1: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/FBDD2F84-1708-3FF3-AB4F-509564986CC1.dSYM - Compiling arm64 bitcode in 'libswiftFoundation.dylib' -2021-02-20 13:55:41 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:52 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Status: pid 74269 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib'] - -= Output =- - UUID: 9702769F-1F06-3001-AB75-5AD38E1F7D66 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftFoundation.dylibddos5zcf/libswiftFoundation.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmax4flj2 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'F -2021-02-20 13:55:52 +0000 oundation', '1.bc', '-o', '1.o'] - -= Output =- - Exited with 0 - - Command took 10 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmax4flj2 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmax4flj2 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '3', '-o', '3.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !111 = distinct !DISubprogram(name: "__hidden#13742_", scope: !1, file: !1, line: 144, type: !13, scopeLine: 144, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (i8*, i8*, [2 x i64], i8*)* @"\01__hidden#13734_" - br i1 %26, label %20, label %39, !dbg !128, !llvm.loop !129 - !130 = !DILocation(line: 59, column: 9, scope: !116) - !116 = distinct !DISubprogram(name: "__hidden#13743_", scope: !1, file: !1, line: 52, type: !13, scopeLine: 52, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !116 = distinct !DISubprogram(name: "__hidden#13743_", scope: !1, file: !1, line: 52, type: !13, scopeLine: 52, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 3 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmax4flj2 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '4', '-o', '4.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmax4flj2 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '5', '-o', '5.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !151 = distinct !DISubprogram(name: "__hidden#13769_", scope: !1, file: !1, line: 223, type: !13, scopeLine: 223, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - void (i8*)* @"\01__hidden#13755_" - br i1 %60, label %83, label %32, !dbg !167, !llvm.loop !190 - !191 = !DILocation(line: 99, column: 3, scope: !165) - !165 = distinct !DISubprogram(name: "__hidden#13774_", scope: !1, file: !1, line: 96, type: !13, scopeLine: 96, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - !165 = distinct !DISubprogram(name: "__hidden#13774_", scope: !1, file: !1, line: 96, type: !13, scopeLine: 96, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !0) - warning: ignoring invalid debug info in 5 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmax4flj2 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '6', '-o', '6.o'] - -= Output =- - Exited w -2021-02-20 13:55:52 +0000 ith 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmax4flj2 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftFoundation.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftFoundation.dylibddos5zcf/libswiftFoundation.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Appl -2021-02-20 13:55:52 +0000 ications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftFoundation.dylibddos5zcf/libswiftFoundation.dylib.arm64.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib'] - -= Output =- - UUID: D71A7A84-7BD7-3DA6-A285-2F3ECAE8BDAC (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:52 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib arm64:D71A7A84-7BD7-3DA6-A285-2F3ECAE8BDAC from arm64:9702769F-1F06-3001-AB75-5AD38E1F7D66 -2021-02-20 13:55:52 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftFoundation.dylib20210220-72128-1j9it4w /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Status: pid 74292 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib [arm64, 0.004284 seconds]: - - Stderr: - - -2021-02-20 13:55:52 +0000 SymbolsStore: Added .symbols for D71A7A84-7BD7-3DA6-A285-2F3ECAE8BDAC: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftFoundation.dylib20210220-72128-1j9it4w/D71A7A84-7BD7-3DA6-A285-2F3ECAE8BDAC.symbols -2021-02-20 13:55:52 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib.dSYM/Contents/Resources/DWARF/libswiftFoundation.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib.dSYM' -> 'D71A7A84-7BD7-3DA6-A285-2F3ECAE8BDAC.dSYM') -2021-02-20 13:55:52 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/D71A7A84-7BD7-3DA6-A285-2F3ECAE8BDAC.dSYM -2021-02-20 13:55:52 +0000 SymbolsStore: Added .dSYM for D71A7A84-7BD7-3DA6-A285-2F3ECAE8BDAC: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/D71A7A84-7BD7-3DA6-A285-2F3ECAE8BDAC.dSYM - Compiling arm64 bitcode in 'libswiftContacts.dylib' -2021-02-20 13:55:52 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:52 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib - Status: pid 74295 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib'] - -= Output =- - UUID: 5585ADF7-8E67-3055-8145-8A92E1ABB966 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftContacts.dylibdc5xl4_e/libswiftContacts.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp7qdh6zhi - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'Contacts', '1.bc', '- -2021-02-20 13:55:52 +0000 o', '1.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp7qdh6zhi - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Contacts.framework/Contacts.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp7qdh6zhi - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftContacts.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftContacts.dylibdc5xl4_e/libswiftContacts.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-a -2021-02-20 13:55:52 +0000 llow_dead_duplicates', '-weak_library', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Contacts.framework/Contacts.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftContacts.dylibdc5xl4_e/libswiftContacts.dylib.arm64.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib'] - -= Output =- - UUID: AFF677CA-7F4E-300F-B861-7E58EB380A31 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/F -2021-02-20 13:55:52 +0000 rameworks/libswiftContacts.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:52 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib arm64:AFF677CA-7F4E-300F-B861-7E58EB380A31 from arm64:5585ADF7-8E67-3055-8145-8A92E1ABB966 -2021-02-20 13:55:52 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftContacts.dylib20210220-72128-13patht /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib - Status: pid 74313 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib [arm64, 0.003100 seconds]: - - Stderr: - - -2021-02-20 13:55:52 +0000 SymbolsStore: Added .symbols for AFF677CA-7F4E-300F-B861-7E58EB380A31: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftContacts.dylib20210220-72128-13patht/AFF677CA-7F4E-300F-B861-7E58EB380A31.symbols -2021-02-20 13:55:52 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib.dSYM/Contents/Resources/DWARF/libswiftContacts.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib.dSYM' -> 'AFF677CA-7F4E-300F-B861-7E58EB380A31.dSYM') -2021-02-20 13:55:52 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/AFF677CA-7F4E-300F-B861-7E58EB380A31.dSYM -2021-02-20 13:55:52 +0000 SymbolsStore: Added .dSYM for AFF677CA-7F4E-300F-B861-7E58EB380A31: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/AFF677CA-7F4E-300F-B861-7E58EB380A31.dSYM - Compiling arm64 bitcode in 'libswiftCoreData.dylib' -2021-02-20 13:55:52 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:52 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib - Status: pid 74316 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib'] - -= Output =- - UUID: 5C02F235-33B6-3990-A8A2-3E7EAA570F26 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreData.dylibg7rfkd3t/libswiftCoreData.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempxwmnvcw5 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'CoreData', '1.bc', '- -2021-02-20 13:55:52 +0000 o', '1.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempxwmnvcw5 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempxwmnvcw5 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '3', '-o', '3.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreData.framework/CoreData.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempxwmnvcw5 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftCoreData.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-sourc -2021-02-20 13:55:52 +0000 e_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreData.dylibg7rfkd3t/libswiftCoreData.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreData.framework/CoreData.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreData.dylibg7rfkd3t/libswiftCoreData.dylib.arm64.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib'] - -= Output =- - UUID: 45C0745D-6B49-3769-93E4-DDFECFD86462 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib - Exited with 0 - - -2021-02-20 13:55:52 +0000 Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:52 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib arm64:45C0745D-6B49-3769-93E4-DDFECFD86462 from arm64:5C02F235-33B6-3990-A8A2-3E7EAA570F26 -2021-02-20 13:55:52 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreData.dylib20210220-72128-2taq9m /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib - Status: pid 74335 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib [arm64, 0.003571 seconds]: - - Stderr: - - -2021-02-20 13:55:52 +0000 SymbolsStore: Added .symbols for 45C0745D-6B49-3769-93E4-DDFECFD86462: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreData.dylib20210220-72128-2taq9m/45C0745D-6B49-3769-93E4-DDFECFD86462.symbols -2021-02-20 13:55:52 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreData.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib.dSYM' -> '45C0745D-6B49-3769-93E4-DDFECFD86462.dSYM') -2021-02-20 13:55:52 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/45C0745D-6B49-3769-93E4-DDFECFD86462.dSYM -2021-02-20 13:55:52 +0000 SymbolsStore: Added .dSYM for 45C0745D-6B49-3769-93E4-DDFECFD86462: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/45C0745D-6B49-3769-93E4-DDFECFD86462.dSYM - Compiling arm64 bitcode in 'libswiftCoreLocation.dylib' -2021-02-20 13:55:52 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:53 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib - Status: pid 74338 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib'] - -= Output =- - UUID: 6D81AF93-387F-347A-A63A-096881AFB0FA (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreLocation.dylibhin75aji/libswiftCoreLocation.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp_jwq_isv - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns' -2021-02-20 13:55:53 +0000 , '-module-name', 'CoreLocation', '1.bc', '-o', '1.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp_jwq_isv - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreLocation.framework/CoreLocation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp_jwq_isv - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftCoreLocation.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreLocation.dylibhin75aji/libswiftCore -2021-02-20 13:55:53 +0000 Location.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreLocation.framework/CoreLocation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreLocation.dylibhin75aji/libswiftCoreLocation.dylib.arm64.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib'] - -= Output =- - UUID: 03D2102B-12C6-33D7-ADBB-F6D001249E93 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T -2021-02-20 13:55:53 +0000 /ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:53 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib arm64:03D2102B-12C6-33D7-ADBB-F6D001249E93 from arm64:6D81AF93-387F-347A-A63A-096881AFB0FA -2021-02-20 13:55:53 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreLocation.dylib20210220-72128-ynj9md /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib - Status: pid 74356 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib [arm64, 0.003025 seconds]: - - Stderr: - - -2021-02-20 13:55:53 +0000 SymbolsStore: Added .symbols for 03D2102B-12C6-33D7-ADBB-F6D001249E93: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreLocation.dylib20210220-72128-ynj9md/03D2102B-12C6-33D7-ADBB-F6D001249E93.symbols -2021-02-20 13:55:53 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreLocation.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib.dSYM' -> '03D2102B-12C6-33D7-ADBB-F6D001249E93.dSYM') -2021-02-20 13:55:53 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/03D2102B-12C6-33D7-ADBB-F6D001249E93.dSYM -2021-02-20 13:55:53 +0000 SymbolsStore: Added .dSYM for 03D2102B-12C6-33D7-ADBB-F6D001249E93: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/03D2102B-12C6-33D7-ADBB-F6D001249E93.dSYM - Compiling arm64 bitcode in 'libswiftos.dylib' -2021-02-20 13:55:53 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:53 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Status: pid 74359 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib'] - -= Output =- - UUID: 4A3B0C78-FFB3-358B-9A11-9D40C6999FFD (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftos.dylibvg2yg66c/libswiftos.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempx0ifd3xr - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'os', '1.bc', '-o', '1.o'] - -= Output =- - Exited with 0 - - -2021-02-20 13:55:53 +0000 Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempx0ifd3xr - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempx0ifd3xr - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '3', '-o', '3.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempx0ifd3xr - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '4', '-o', '4.o'] - -= Output =- - !dbg attachment points at wrong subprogram for function - !24 = distinct !DISubprogram(name: "__hidden#223_", scope: !1, file: !1, line: 66, type: !8, scopeLine: 67, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0) - i8* (%"__ir_hidden#67_"*, i64*)* @"\01__hidden#213_" - br i1 %28, label %26, label %29, !dbg !52, !prof !53, !llvm.loop !55 - !56 = !DILocation(line: 34, column: 5, scope: !57) - !57 = distinct !DISubprogram(name: "_os_trace_malloc", scope: !1, file: !1, line: 31, type: !8, scopeLine: 32, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !58) - !57 = distinct !DISubprogram(name: "_os_trace_malloc", scope: !1, file: !1, line: 31, type: !8, scopeLine: 32, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !58) - warning: ignoring invalid debug info in 4 - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempx0ifd3xr - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '5', '-o', '5.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempx0ifd3xr - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '6', '-o', '6.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS. -2021-02-20 13:55:53 +0000 platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempx0ifd3xr - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftos.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftos.dylibvg2yg66c/libswiftos.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftos.dylibvg2yg66c/libswiftos.dylib.arm64.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBo -2021-02-20 13:55:53 +0000 x-Test.app/Frameworks/libswiftos.dylib'] - -= Output =- - UUID: 89D2A966-23CF-39DD-A34B-7B9A0292CCA7 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:53 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib arm64:89D2A966-23CF-39DD-A34B-7B9A0292CCA7 from arm64:4A3B0C78-FFB3-358B-9A11-9D40C6999FFD -2021-02-20 13:55:53 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftos.dylib20210220-72128-1hj8vw4 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Status: pid 74381 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib [arm64, 0.002998 seconds]: - - Stderr: - - -2021-02-20 13:55:53 +0000 SymbolsStore: Added .symbols for 89D2A966-23CF-39DD-A34B-7B9A0292CCA7: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftos.dylib20210220-72128-1hj8vw4/89D2A966-23CF-39DD-A34B-7B9A0292CCA7.symbols -2021-02-20 13:55:53 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib.dSYM/Contents/Resources/DWARF/libswiftos.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib.dSYM' -> '89D2A966-23CF-39DD-A34B-7B9A0292CCA7.dSYM') -2021-02-20 13:55:53 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/89D2A966-23CF-39DD-A34B-7B9A0292CCA7.dSYM -2021-02-20 13:55:53 +0000 SymbolsStore: Added .dSYM for 89D2A966-23CF-39DD-A34B-7B9A0292CCA7: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/89D2A966-23CF-39DD-A34B-7B9A0292CCA7.dSYM - Compiling arm64 bitcode in 'libswiftCloudKit.dylib' -2021-02-20 13:55:53 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:54 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib - Status: pid 74384 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib'] - -= Output =- - UUID: 101C9B3C-4B0A-3290-8D15-2B9D02712CF8 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCloudKit.dylib7ho9yani/libswiftCloudKit.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempyktb3cyn - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'CloudKit', '1.bc', '- -2021-02-20 13:55:54 +0000 o', '1.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempyktb3cyn - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CloudKit.framework/CloudKit.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Contacts.framework/Contacts.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreLocation.framework/CoreLocation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm -2021-02-20 13:55:54 +0000 0000gn/T/tempyktb3cyn - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftCloudKit.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCloudKit.dylib7ho9yani/libswiftCloudKit.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '-weak_library', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CloudKit.framework/CloudKit.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib', '-weak_library', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Contacts.framework/Contacts.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreLocation.framework/CoreLocation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCloudKit.dylib7ho9yani/libswiftCloudKit.dylib.arm64.out'] - -= Output =- - -2021-02-20 13:55:54 +0000 ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib'] - -= Output =- - UUID: FC5E535B-1784-3454-BC39-AB1D18642F2F (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:54 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib arm64:FC5E535B-1784-3454-BC39-AB1D18642F2F from arm64:101C9B3C-4B0A-3290-8D15-2B9D02712CF8 -2021-02-20 13:55:54 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCloudKit.dylib20210220-72128-1gonr0q /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib - Status: pid 74402 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib [arm64, 0.003716 seconds]: - - Stderr: - - -2021-02-20 13:55:54 +0000 SymbolsStore: Added .symbols for FC5E535B-1784-3454-BC39-AB1D18642F2F: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCloudKit.dylib20210220-72128-1gonr0q/FC5E535B-1784-3454-BC39-AB1D18642F2F.symbols -2021-02-20 13:55:54 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib.dSYM/Contents/Resources/DWARF/libswiftCloudKit.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib.dSYM' -> 'FC5E535B-1784-3454-BC39-AB1D18642F2F.dSYM') -2021-02-20 13:55:54 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/FC5E535B-1784-3454-BC39-AB1D18642F2F.dSYM -2021-02-20 13:55:54 +0000 SymbolsStore: Added .dSYM for FC5E535B-1784-3454-BC39-AB1D18642F2F: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/FC5E535B-1784-3454-BC39-AB1D18642F2F.dSYM - Compiling arm64 bitcode in 'libswiftMetal.dylib' -2021-02-20 13:55:54 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:54 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Status: pid 74405 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib'] - -= Output =- - UUID: C466F0FE-15C1-33EE-BD5B-395407BD9982 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftMetal.dylibdy_r3wh7/libswiftMetal.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp8vt2pg5e - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'Metal', '1.bc', '-o', '1.o'] - -= Output =- - -2021-02-20 13:55:54 +0000 Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp8vt2pg5e - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Metal.framework/Metal.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temp8vt2pg5e - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftMetal.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftMetal.dylibdy_r3wh7/libswiftMetal.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '-weak_library', '/Applications/Xcode.app/Co -2021-02-20 13:55:54 +0000 ntents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Metal.framework/Metal.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftMetal.dylibdy_r3wh7/libswiftMetal.dylib.arm64.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib'] - -= Output =- - UUID: 1E5AE803-3AC6-3058-AED3-9CE2BC9E150E (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-721 -2021-02-20 13:55:54 +0000 28-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:54 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib arm64:1E5AE803-3AC6-3058-AED3-9CE2BC9E150E from arm64:C466F0FE-15C1-33EE-BD5B-395407BD9982 -2021-02-20 13:55:54 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftMetal.dylib20210220-72128-1rfjj6g /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Status: pid 74423 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib [arm64, 0.003030 seconds]: - - Stderr: - - -2021-02-20 13:55:54 +0000 SymbolsStore: Added .symbols for 1E5AE803-3AC6-3058-AED3-9CE2BC9E150E: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftMetal.dylib20210220-72128-1rfjj6g/1E5AE803-3AC6-3058-AED3-9CE2BC9E150E.symbols -2021-02-20 13:55:54 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib.dSYM/Contents/Resources/DWARF/libswiftMetal.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib.dSYM' -> '1E5AE803-3AC6-3058-AED3-9CE2BC9E150E.dSYM') -2021-02-20 13:55:54 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/1E5AE803-3AC6-3058-AED3-9CE2BC9E150E.dSYM -2021-02-20 13:55:54 +0000 SymbolsStore: Added .dSYM for 1E5AE803-3AC6-3058-AED3-9CE2BC9E150E: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/1E5AE803-3AC6-3058-AED3-9CE2BC9E150E.dSYM - Compiling arm64 bitcode in 'libswiftCoreImage.dylib' -2021-02-20 13:55:54 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:54 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib - Status: pid 74426 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib'] - -= Output =- - UUID: 62F04B7B-B664-3893-B12D-9A999CC44FAF (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreImage.dylib437xrjs1/libswiftCoreImage.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempb5viucyl - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'CoreImage', -2021-02-20 13:55:54 +0000 '1.bc', '-o', '1.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempb5viucyl - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempb5viucyl - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '3', '-o', '3.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreImage.framework/CoreImage.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Metal.framework/Metal.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - L -2021-02-20 13:55:54 +0000 d: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempb5viucyl - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftCoreImage.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreImage.dylib437xrjs1/libswiftCoreImage.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreImage.framework/CoreImage.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '-weak_library', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Metal.framework/Metal.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftCoreImage.dylib437xrjs1/libswiftCoreImage.dylib.arm64.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: -2021-02-20 13:55:54 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib'] - -= Output =- - UUID: 972E7904-85C8-3A92-BC5B-4F70BDAF1B8B (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:54 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib arm64:972E7904-85C8-3A92-BC5B-4F70BDAF1B8B from arm64:62F04B7B-B664-3893-B12D-9A999CC44FAF -2021-02-20 13:55:54 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreImage.dylib20210220-72128-1v62a9w /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib - Status: pid 74445 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib [arm64, 0.002991 seconds]: - - Stderr: - - -2021-02-20 13:55:54 +0000 SymbolsStore: Added .symbols for 972E7904-85C8-3A92-BC5B-4F70BDAF1B8B: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreImage.dylib20210220-72128-1v62a9w/972E7904-85C8-3A92-BC5B-4F70BDAF1B8B.symbols -2021-02-20 13:55:54 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreImage.dylib -2021-02-20 13:55:54 +0000 Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib.dSYM' -> '972E7904-85C8-3A92-BC5B-4F70BDAF1B8B.dSYM') -$ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/972E7904-85C8-3A92-BC5B-4F70BDAF1B8B.dSYM -2021-02-20 13:55:54 +0000 SymbolsStore: Added .dSYM for 972E7904-85C8-3A92-BC5B-4F70BDAF1B8B: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/972E7904-85C8-3A92-BC5B-4F70BDAF1B8B.dSYM -2021-02-20 13:55:54 +0000 Compiling arm64 bitcode in 'libswiftQuartzCore.dylib' -2021-02-20 13:55:54 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:55 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib - Status: pid 74448 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib'] - -= Output =- - UUID: C22BC3E2-45DF-3516-95F3-31D55E664A89 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftQuartzCore.dylibczfh8krw/libswiftQuartzCore.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempqg_xexuq - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'Q -2021-02-20 13:55:55 +0000 uartzCore', '1.bc', '-o', '1.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempqg_xexuq - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/QuartzCore.framework/QuartzCore.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Metal.framework/Metal.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempqg_xexuq - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftQuartzCore.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '100 -2021-02-20 13:55:55 +0000 1.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftQuartzCore.dylibczfh8krw/libswiftQuartzCore.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/QuartzCore.framework/QuartzCore.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '-weak_library', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Metal.framework/Metal.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftQuartzCore.dylibczfh8krw/libswiftQuartzCore.dylib.arm64.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/ -2021-02-20 13:55:55 +0000 Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib'] - -= Output =- - UUID: 68A561E2-9508-3BFC-BDB1-E8416620BC33 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:55 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib arm64:68A561E2-9508-3BFC-BDB1-E8416620BC33 from arm64:C22BC3E2-45DF-3516-95F3-31D55E664A89 -2021-02-20 13:55:55 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftQuartzCore.dylib20210220-72128-1fm8km9 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib - Status: pid 74466 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib [arm64, 0.003013 seconds]: - - Stderr: - - -2021-02-20 13:55:55 +0000 SymbolsStore: Added .symbols for 68A561E2-9508-3BFC-BDB1-E8416620BC33: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftQuartzCore.dylib20210220-72128-1fm8km9/68A561E2-9508-3BFC-BDB1-E8416620BC33.symbols -2021-02-20 13:55:55 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib.dSYM/Contents/Resources/DWARF/libswiftQuartzCore.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib.dSYM' -> '68A561E2-9508-3BFC-BDB1-E8416620BC33.dSYM') -2021-02-20 13:55:55 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/68A561E2-9508-3BFC-BDB1-E8416620BC33.dSYM -2021-02-20 13:55:55 +0000 SymbolsStore: Added .dSYM for 68A561E2-9508-3BFC-BDB1-E8416620BC33: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/68A561E2-9508-3BFC-BDB1-E8416620BC33.dSYM - Compiling arm64 bitcode in 'libswiftUIKit.dylib' -2021-02-20 13:55:55 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:55:55 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib - Status: pid 74469 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib'] - -= Output =- - UUID: 107C11F3-DD62-3FB4-9C8A-C74BD56C2ABC (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftUIKit.dylibkiedx6gj/libswiftUIKit.dylib.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphw2_rmo6 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios7.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'UIKit', '1.bc', '-o', '1.o'] - -= Output =- - -2021-02-20 13:55:55 +0000 Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphw2_rmo6 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '2', '-o', '2.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphw2_rmo6 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '3', '-o', '3.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UIKit.framework/UIKit.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/QuartzCore.framework/QuartzCore.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framewo -2021-02-20 13:55:55 +0000 rk/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphw2_rmo6 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0.0', '-current_version', '1001.0.82.4.0', '-install_name', '@rpath/libswiftUIKit.dylib', '-ios_version_min', '7.0.0', '-application_extension', '-source_version', '1001.0.82.4.0', '-sectcreate', '__TEXT', '__info_plist', '__TEXT,__info_plist', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '12.2.0', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftUIKit.dylibkiedx6gj/libswiftUIKit.dylib.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UIKit.framework/UIKit.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/QuartzCore.framework/QuartzCore.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libc++.1.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhon -2021-02-20 13:55:55 +0000 eOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/libswiftUIKit.dylibkiedx6gj/libswiftUIKit.dylib.arm64.out'] - -= Output =- - ld: warning: embedded dylibs/frameworks only run on iOS 8 or later - ld: warning: truncating -current_version to fit in 32-bit space used by old mach-o format - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib'] - -= Output =- - UUID: 7E788AA5-9CE1-3307-B2CD-CF1E3EFCC127 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:55 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib arm64:7E788AA5-9CE1-3307-B2CD-CF1E3EFCC127 from arm64:107C11F3-DD62-3FB4-9C8A-C74BD56C2ABC -2021-02-20 13:55:55 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftUIKit.dylib20210220-72128-1loyfae /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib - Status: pid 74488 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib [arm64, 0.003057 seconds]: - - Stderr: - - -2021-02-20 13:55:55 +0000 SymbolsStore: Added .symbols for 7E788AA5-9CE1-3307-B2CD-CF1E3EFCC127: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftUIKit.dylib20210220-72128-1loyfae/7E788AA5-9CE1-3307-B2CD-CF1E3EFCC127.symbols -2021-02-20 13:55:55 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib.dSYM/Contents/Resources/DWARF/libswiftUIKit.dylib - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib.dSYM' -> '7E788AA5-9CE1-3307-B2CD-CF1E3EFCC127.dSYM') -2021-02-20 13:55:55 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/7E788AA5-9CE1-3307-B2CD-CF1E3EFCC127.dSYM -2021-02-20 13:55:55 +0000 SymbolsStore: Added .dSYM for 7E788AA5-9CE1-3307-B2CD-CF1E3EFCC127: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/7E788AA5-9CE1-3307-B2CD-CF1E3EFCC127.dSYM - Compiling arm64 bitcode in 'MindBox' -2021-02-20 13:55:55 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework -2021-02-20 13:55:59 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox - Status: pid 74491 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox'] - -= Output =- - UUID: 004A18C1-3613-3225-9E7B-7C478B710C7A (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/MindBox37u0m633/MindBox.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios10.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.3', '-target-abi', 'darwinpcs', -2021-02-20 13:55:59 +0000 '-Os', '-x', 'ir', '01', '-o', '01.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios10.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.3', '-target-abi', 'darwinpcs', '-Os', '-x', 'ir', '02', '-o', '02.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '03.bc', '-o', '03.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '04.bc', '-o', '04.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '05.bc', '-o', '05.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '06.bc', '-o', '06.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '07.bc', '-o', '07.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '08.bc', '-o', '08.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '09.bc', '-o', '09.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '10.bc', '-o', '10.o'] - -= Output =- - Exited -2021-02-20 13:55:59 +0000 with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '11.bc', '-o', '11.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '12.bc', '-o', '12.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '13.bc', '-o', '13.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '14.bc', '-o', '14.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '15.bc', '-o', '15.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '16.bc', '-o', '16.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '17.bc', '-o', '17.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '18.bc', '-o', '18.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '19.bc', '-o', '19.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000 -2021-02-20 13:55:59 +0000 gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '20.bc', '-o', '20.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '21.bc', '-o', '21.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '22.bc', '-o', '22.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '23.bc', '-o', '23.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '24.bc', '-o', '24.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '25.bc', '-o', '25.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '26.bc', '-o', '26.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '27.bc', '-o', '27.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '28.bc', '-o', '28.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u -2021-02-20 13:55:59 +0000 sr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '29.bc', '-o', '29.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '30.bc', '-o', '30.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '31.bc', '-o', '31.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '32.bc', '-o', '32.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '33.bc', '-o', '33.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '34.bc', '-o', '34.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '35.bc', '-o', '35.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '36.bc', '-o', '36.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '37.bc', '-o', '37.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', -2021-02-20 13:55:59 +0000 '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '38.bc', '-o', '38.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '39.bc', '-o', '39.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '40.bc', '-o', '40.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '41.bc', '-o', '41.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '42.bc', '-o', '42.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '43.bc', '-o', '43.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '44.bc', '-o', '44.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '45.bc', '-o', '45.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '46.bc', '-o', '46.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '47.bc', '-o', '47.o'] - -= Output =- - -2021-02-20 13:55:59 +0000 Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '48.bc', '-o', '48.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '49.bc', '-o', '49.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '50.bc', '-o', '50.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '51.bc', '-o', '51.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '52.bc', '-o', '52.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '53.bc', '-o', '53.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '54.bc', '-o', '54.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '55.bc', '-o', '55.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '56.bc', '-o', '56.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj8 -2021-02-20 13:55:59 +0000 2sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '57.bc', '-o', '57.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '58.bc', '-o', '58.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '59.bc', '-o', '59.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '60.bc', '-o', '60.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '61.bc', '-o', '61.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox', '62.bc', '-o', '62.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '63', '-o', '63.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '64', '-o', '64.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '65', '-o', '65.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/t -2021-02-20 13:55:59 +0000 empmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '66', '-o', '66.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '67', '-o', '67.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/AdSupport.framework/AdSupport.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/AppTrackingTransparency.framework/AppTrackingTransparency.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/BackgroundTasks.framework/BackgroundTasks.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreData.framework/CoreData.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UIKit.framework/UIKit.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UserNotifications.framework/UserNotifications.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCloudKit.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCore.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreData.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreGraphics.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreImage.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreLocation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pla -2021-02-20 13:55:59 +0000 tform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDarwin.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDispatch.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftMetal.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftObjectiveC.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftQuartzCore.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftUIKit.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/tempmsjv26c9 - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-dylib', '-compatibility_version', '1.0', '-current_version', '1.0.0.0.0', '-install_name', '@rpath/MindBox.framework/MindBox', '-platform_version', 'ios', '10.0', '14.3', '-rpath', '/usr/lib/swift', '-rpath', '@executable_path/Frameworks', '-rpath', '@loader_path/Frameworks', '-dead_strip', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '14.3', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/MindBox37u0m633/MindBox.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/AdSupport.framework/AdSupport.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/AppTrackingTransparency.framework/AppTrackingTransparency.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/BackgroundTasks.framework/BackgroundTasks.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreData.framework/CoreData.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UIKit.framework/UIKit.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UserNotifications.framework/UserNotifications.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCloudKit.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCore.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreData.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreFoundation.tbd -2021-02-20 13:55:59 +0000 ', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreGraphics.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreImage.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreLocation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDarwin.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDispatch.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftMetal.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftObjectiveC.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftQuartzCore.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftUIKit.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/MindBox37u0m633/MindBox.arm64.out'] - -= Output =- - ld: warning: -sdk_version and -platform_version are not compatible, ignoring -sdk_version - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox'] - -= Output =- - UUID: 16665D76-BB88-3B6B-A30B-293C9021CFEB (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripDebug: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '-STx', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:59 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox arm64:16665D76-BB88-3B6B-A30B-293C9021CFEB from arm64:004A18C1-3613-3225-9E7B-7C478B710C7A -2021-02-20 13:55:59 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-MindBox20210220-72128-sgdnb6 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox - Status: pid 74574 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox [arm64, 0.003696 seconds]: - - Stderr: - - -2021-02-20 13:55:59 +0000 SymbolsStore: Added .symbols for 16665D76-BB88-3B6B-A30B-293C9021CFEB: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-MindBox20210220-72128-sgdnb6/16665D76-BB88-3B6B-A30B-293C9021CFEB.symbols -2021-02-20 13:55:59 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox.dSYM/Contents/Resources/DWARF/MindBox - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox.dSYM' -> '16665D76-BB88-3B6B-A30B-293C9021CFEB.dSYM') -2021-02-20 13:55:59 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/16665D76-BB88-3B6B-A30B-293C9021CFEB.dSYM -2021-02-20 13:55:59 +0000 SymbolsStore: Added .dSYM for 16665D76-BB88-3B6B-A30B-293C9021CFEB: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/16665D76-BB88-3B6B-A30B-293C9021CFEB.dSYM - Compiling arm64 bitcode in 'MindBox-Test' -2021-02-20 13:55:59 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app -2021-02-20 13:55:59 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/usr/bin/bitcode-build-tool -v -t /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework -L /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk -o /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/MindBox-Test --generate-dsym /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/MindBox-Test.dSYM --strip-swift-symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/MindBox-Test - Status: pid 74577 exit 0 - Stdout: - SDK path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk - SDK version: 14.3 - PATH: ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin', '/Applications/Xcode.app/Contents/Developer/usr/bin'] - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo - MachoInfo: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo', '-info', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/MindBox-Test'] - -= Output =- - Non-fat file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/MindBox-Test is architecture: arm64 - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/MindBox-Test'] - -= Output =- - UUID: 81E3F22C-15D8-33AB-9728-8190DC87155A (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/MindBox-Test - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit - ExtractXAR: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/segedit', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/MindBox-Test', '-extract', '__LLVM', '__bundle', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/MindBox-Test3p9bnvqi/MindBox-Test.arm64.xar'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Bitcode bundle version: 1.0 - Setting platform to: iOS - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphahv8wi_ - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox_Test', '01.bc', '-o', '01.o'] - -= Outpu -2021-02-20 13:55:59 +0000 t =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphahv8wi_ - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox_Test', '02.bc', '-o', '02.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphahv8wi_ - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox_Test', '03.bc', '-o', '03.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphahv8wi_ - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox_Test', '04.bc', '-o', '04.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphahv8wi_ - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox_Test', '05.bc', '-o', '05.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Swift: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphahv8wi_ - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc', '-frontend', '-emit-object', '-target', 'arm64-apple-ios10.0', '-Xllvm', '-aarch64-use-tbi', '-O', '-disable-llvm-optzns', '-module-name', 'MindBox_Test', '06.bc', '-o', '06.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphahv8wi_ - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '07', '-o', '07.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphahv8wi_ - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '08', '-o', '08.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphahv8wi_ - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '09', '-o', '09.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphahv8wi_ - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'darwinpcs', '-O2', '-x' -2021-02-20 13:55:59 +0000 , 'ir', '10', '-o', '10.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Clang: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphahv8wi_ - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang', '-cc1', '-triple', 'arm64-apple-ios7.0.0', '-emit-obj', '-disable-llvm-passes', '-faligned-alloc-unavailable', '-target-sdk-version=14.2', '-target-abi', 'darwinpcs', '-O2', '-x', 'ir', '11', '-o', '11.o'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Found framework/dylib: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UIKit.framework/UIKit.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UserNotifications.framework/UserNotifications.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCloudKit.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCore.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreData.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreGraphics.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreImage.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreLocation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDarwin.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDispatch.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftFoundation.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftMetal.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftObjectiveC.tbd - Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftQuartzCore.tbd - -2021-02-20 13:55:59 +0000 Found framework/dylib: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftUIKit.tbd - Ld: cd /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/temphahv8wi_ - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld', '-arch', 'arm64', '-execute', '-platform_version', 'ios', '10.0', '14.3', '-e', '_main', '-rpath', '/usr/lib/swift', '-rpath', '@executable_path/Frameworks', '-rpath', '@loader_path/Frameworks', '-rpath', '@executable_path/Frameworks', '-executable_path', '/Users/admin/Library/Developer/Xcode/DerivedData/MindBox-Test-dsrhifpdohubfngqdrmovmkofyza/Build/Intermediates.noindex/ArchiveIntermediates/MindBox-Test/IntermediateBuildFilesPath/MindBox-Test.build/Release-iphoneos/MindBox-Test.build/Objects-normal/arm64/Binary/MindBox-Test', '-dead_strip', '-syslibroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk', '-sdk_version', '14.3', '-filelist', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/MindBox-Test3p9bnvqi/MindBox-Test.arm64.out.LinkFileList', '-ignore_auto_link', '-allow_dead_duplicates', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libobjc.A.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/libSystem.B.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UIKit.framework/UIKit.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/UserNotifications.framework/UserNotifications.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCloudKit.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCore.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreData.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreGraphics.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreImage.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftCoreLocation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDarwin.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftDispatch.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftFoundation.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftMetal.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftObjectiveC.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer -2021-02-20 13:55:59 +0000 /SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftQuartzCore.tbd', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/usr/lib/swift/libswiftUIKit.tbd', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a', '-o', '/private/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/MindBox-Test3p9bnvqi/MindBox-Test.arm64.out'] - -= Output =- - ld: warning: -sdk_version and -platform_version are not compatible, ignoring -sdk_version - Exited with 0 - - Command took 0 seconds - Cannot generate useful dsym from input macho file: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-in/arm64/Payload/MindBox-Test.app/MindBox-Test - GetUUID: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dwarfdump', '-u', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/MindBox-Test'] - -= Output =- - UUID: B0288214-D57D-30CB-B33D-892B8D15AE67 (arm64) /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/MindBox-Test - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil - Dsymutil: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/MindBox-Test', '-o', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/MindBox-Test.dSYM'] - -= Output =- - Exited with 0 - - Command took 0 seconds - Using: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - StripSymbols: cd / - ['/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip', '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/MindBox-Test'] - -= Output =- - Exited with 0 - - Command took 0 seconds - - Stderr: - - -2021-02-20 13:55:59 +0000 bitcode-build-tool built /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/MindBox-Test arm64:B0288214-D57D-30CB-B33D-892B8D15AE67 from arm64:81E3F22C-15D8-33AB-9728-8190DC87155A -2021-02-20 13:55:59 +0000 $ /Applications/Xcode.app/Contents/Developer/usr/bin/symbols -failIfMissingDsym -symbolsPackageDir /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-MindBox-Test20210220-72128-11qtqpu /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/MindBox-Test - Status: pid 74604 exit 0 - Stdout: - /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/MindBox-Test [arm64, 0.002850 seconds]: - - Stderr: - - -2021-02-20 13:55:59 +0000 SymbolsStore: Added .symbols for B0288214-D57D-30CB-B33D-892B8D15AE67: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-MindBox-Test20210220-72128-11qtqpu/B0288214-D57D-30CB-B33D-892B8D15AE67.symbols -2021-02-20 13:56:00 +0000 warning: Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/MindBox-Test.dSYM/Contents/Resources/DWARF/MindBox-Test - Renaming '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/MindBox-Test.dSYM' -> 'B0288214-D57D-30CB-B33D-892B8D15AE67.dSYM') -2021-02-20 13:56:00 +0000 $ mv /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/MindBox-Test.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/B0288214-D57D-30CB-B33D-892B8D15AE67.dSYM -2021-02-20 13:56:00 +0000 SymbolsStore: Added .dSYM for B0288214-D57D-30CB-B33D-892B8D15AE67: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/B0288214-D57D-30CB-B33D-892B8D15AE67.dSYM -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftCloudKit.dylib [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib - Status: pid 74607 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftContacts.dylib [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib - Status: pid 74608 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftCore.dylib [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib - Status: pid 74609 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftCoreData.dylib [armv7, arm64] -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib - Status: pid 74610 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib - Status: pid 74611 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib - Status: pid 74612 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftCoreImage.dylib [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib - Status: pid 74613 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib - Status: pid 74614 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftDarwin.dylib [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib - Status: pid 74615 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftDispatch.dylib [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib - Status: pid 74616 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftFoundation.dylib [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib - Status: pid 74617 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftMetal.dylib [armv7, arm64] -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib - Status: pid 74618 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib - Status: pid 74619 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib - Status: pid 74620 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftUIKit.dylib [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib - Status: pid 74621 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/libswiftos.dylib [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib - Status: pid 74622 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/MindBox-Test [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/MindBox-Test -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/MindBox-Test -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/MindBox-Test - Status: pid 74623 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Reassembling MindBox-Test.app/Frameworks/MindBox.framework/MindBox [armv7, arm64] -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/MindBox.framework -2021-02-20 13:56:00 +0000 $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -arch armv7 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox -arch arm64 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox -output /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox - Status: pid 74624 exit 0 - Stdout: - - Stderr: - - -2021-02-20 13:56:00 +0000 Creating universal IPA contents for all variants -2021-02-20 13:56:00 +0000 Creating directory /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos - Copying MindBox-Test.app output payload directory -2021-02-20 13:56:00 +0000 bndl MindBox-Test.app (iphoneos) -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app -2021-02-20 13:56:00 +0000 copy AppIcon20x20@2x.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon20x20@2x.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon20x20@2x.png -2021-02-20 13:56:00 +0000 copy AppIcon20x20@2x\~ipad.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon20x20@2x\~ipad.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon20x20@2x\~ipad.png -2021-02-20 13:56:00 +0000 copy AppIcon20x20@3x.png -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon20x20@3x.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon20x20@3x.png -2021-02-20 13:56:00 +0000 copy AppIcon20x20\~ipad.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon20x20\~ipad.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon20x20\~ipad.png -2021-02-20 13:56:00 +0000 copy AppIcon29x29.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon29x29.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon29x29.png -2021-02-20 13:56:00 +0000 copy AppIcon29x29@2x.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon29x29@2x.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon29x29@2x.png -2021-02-20 13:56:00 +0000 copy AppIcon29x29@2x\~ipad.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon29x29@2x\~ipad.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon29x29@2x\~ipad.png -2021-02-20 13:56:00 +0000 copy AppIcon29x29@3x.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon29x29@3x.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon29x29@3x.png -2021-02-20 13:56:00 +0000 copy AppIcon29x29\~ipad.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon29x29\~ipad.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon29x29\~ipad.png -2021-02-20 13:56:00 +0000 copy AppIcon40x40@2x.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon40x40@2x.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon40x40@2x.png -2021-02-20 13:56:00 +0000 copy AppIcon40x40@2x\~ipad.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon40x40@2x\~ipad.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon40x40@2x\~ipad.png -2021-02-20 13:56:00 +0000 copy AppIcon40x40@3x.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon40x40@3x.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon40x40@3x.png -2021-02-20 13:56:00 +0000 copy AppIcon40x40\~ipad.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon40x40\~ipad.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon40x40\~ipad.png -2021-02-20 13:56:00 +0000 copy AppIcon50x50@2x\~ipad.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon50x50@2x\~ipad.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon50x50@2x\~ipad.png -2021-02-20 13:56:00 +0000 copy AppIcon50x50\~ipad.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon50x50\~ipad.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon50x50\~ipad.png -2021-02-20 13:56:00 +0000 copy AppIcon57x57.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon57x57.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon57x57.png -2021-02-20 13:56:00 +0000 copy AppIcon57x57@2x.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon57x57@2x.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon57x57@2x.png -2021-02-20 13:56:00 +0000 copy AppIcon60x60@2x.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon60x60@2x.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon60x60@2x.png -2021-02-20 13:56:00 +0000 copy AppIcon60x60@3x.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon60x60@3x.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon60x60@3x.png -2021-02-20 13:56:00 +0000 copy AppIcon72x72@2x\~ipad.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon72x72@2x\~ipad.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon72x72@2x\~ipad.png -2021-02-20 13:56:00 +0000 copy AppIcon72x72\~ipad.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon72x72\~ipad.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon72x72\~ipad.png -2021-02-20 13:56:00 +0000 copy AppIcon76x76@2x\~ipad.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon76x76@2x\~ipad.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon76x76@2x\~ipad.png -2021-02-20 13:56:00 +0000 copy AppIcon76x76\~ipad.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon76x76\~ipad.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon76x76\~ipad.png -2021-02-20 13:56:00 +0000 copy AppIcon83.5x83.5@2x\~ipad.png -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/AppIcon83.5x83.5@2x\~ipad.png /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/AppIcon83.5x83.5@2x\~ipad.png -2021-02-20 13:56:00 +0000 copy Assets.car -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Assets.car /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Assets.car -2021-02-20 13:56:00 +0000 mkdr Base.lproj/ -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Base.lproj - mkdr LaunchScreen.storyboardc/ -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc - mkdr 01J-lp-oVM-view-Ze5-6b-2t3.nib/ -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib - copy objects-11.0\+.nib -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/objects-11.0\+.nib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/objects-11.0\+.nib -2021-02-20 13:56:00 +0000 copy runtime.nib -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/runtime.nib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/runtime.nib -2021-02-20 13:56:00 +0000 copy Info.plist -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/Info.plist /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/Info.plist -2021-02-20 13:56:00 +0000 mkdr UIViewController-01J-lp-oVM.nib/ -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib -2021-02-20 13:56:00 +0000 copy objects-11.0\+.nib -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/objects-11.0\+.nib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/objects-11.0\+.nib -2021-02-20 13:56:00 +0000 copy runtime.nib -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/runtime.nib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/runtime.nib -2021-02-20 13:56:00 +0000 mkdr Main.storyboardc/ -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc -2021-02-20 13:56:00 +0000 copy BYZ-38-t0r-view-8bC-Xf-vdC.nib -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib -2021-02-20 13:56:00 +0000 copy I1e-ot-qK8-view-8aS-le-3C0.nib -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/I1e-ot-qK8-view-8aS-le-3C0.nib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/I1e-ot-qK8-view-8aS-le-3C0.nib -2021-02-20 13:56:00 +0000 copy Info.plist -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/Info.plist /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/Info.plist -2021-02-20 13:56:00 +0000 copy UINavigationController-Fay-9Q-741.nib -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/UINavigationController-Fay-9Q-741.nib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/UINavigationController-Fay-9Q-741.nib -2021-02-20 13:56:00 +0000 copy UIViewController-I1e-ot-qK8.nib -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/UIViewController-I1e-ot-qK8.nib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/UIViewController-I1e-ot-qK8.nib -2021-02-20 13:56:00 +0000 mkdr Frameworks/ -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks -2021-02-20 13:56:00 +0000 bndl MindBox.framework (iphoneos) -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/MindBox.framework - copy Info.plist -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework/Info.plist /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/MindBox.framework/Info.plist -2021-02-20 13:56:00 +0000 mkdr MBDatabase.momd/ -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MBDatabase.momd - copy MBDatabase.mom -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MBDatabase.momd/MBDatabase.mom /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MBDatabase.momd/MBDatabase.mom -2021-02-20 13:56:00 +0000 copy VersionInfo.plist -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MBDatabase.momd/VersionInfo.plist /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MBDatabase.momd/VersionInfo.plist -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/FBDFB803-5D57-3BF7-81C3-CF107B2FEAA6.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/FBDFB803-5D57-3BF7-81C3-CF107B2FEAA6.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-MindBox20210220-72128-x5zft/FBDFB803-5D57-3BF7-81C3-CF107B2FEAA6.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/FBDFB803-5D57-3BF7-81C3-CF107B2FEAA6.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/16665D76-BB88-3B6B-A30B-293C9021CFEB.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/16665D76-BB88-3B6B-A30B-293C9021CFEB.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-MindBox20210220-72128-sgdnb6/16665D76-BB88-3B6B-A30B-293C9021CFEB.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/16665D76-BB88-3B6B-A30B-293C9021CFEB.symbols -2021-02-20 13:56:00 +0000 copy MindBox -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox -2021-02-20 13:56:00 +0000 mkdr _CodeSignature/ -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/MindBox.framework/_CodeSignature -2021-02-20 13:56:00 +0000 copy CodeResources -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework/_CodeSignature/CodeResources /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/MindBox.framework/_CodeSignature/CodeResources -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/3D962F26-983E-3A3B-A520-82C5F36BBAA5.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/3D962F26-983E-3A3B-A520-82C5F36BBAA5.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCloudKit.dylib20210220-72128-9qe7c8/3D962F26-983E-3A3B-A520-82C5F36BBAA5.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/3D962F26-983E-3A3B-A520-82C5F36BBAA5.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/FC5E535B-1784-3454-BC39-AB1D18642F2F.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/FC5E535B-1784-3454-BC39-AB1D18642F2F.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCloudKit.dylib20210220-72128-1gonr0q/FC5E535B-1784-3454-BC39-AB1D18642F2F.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/FC5E535B-1784-3454-BC39-AB1D18642F2F.symbols -2021-02-20 13:56:00 +0000 copy libswiftCloudKit.dylib -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/189FE52A-D317-3FAA-B304-ED0D4B003866.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/189FE52A-D317-3FAA-B304-ED0D4B003866.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftContacts.dylib20210220-72128-1erzkl/189FE52A-D317-3FAA-B304-ED0D4B003866.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/189FE52A-D317-3FAA-B304-ED0D4B003866.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/AFF677CA-7F4E-300F-B861-7E58EB380A31.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/AFF677CA-7F4E-300F-B861-7E58EB380A31.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftContacts.dylib20210220-72128-13patht/AFF677CA-7F4E-300F-B861-7E58EB380A31.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/AFF677CA-7F4E-300F-B861-7E58EB380A31.symbols -2021-02-20 13:56:00 +0000 copy libswiftContacts.dylib -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/4E1DFC6C-08A5-3DCD-A9A9-10253C0B75D5.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/4E1DFC6C-08A5-3DCD-A9A9-10253C0B75D5.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCore.dylib20210220-72128-ivzl3p/4E1DFC6C-08A5-3DCD-A9A9-10253C0B75D5.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/4E1DFC6C-08A5-3DCD-A9A9-10253C0B75D5.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/7C7846A4-67F1-37D0-B513-4A23A453B005.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/7C7846A4-67F1-37D0-B513-4A23A453B005.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCore.dylib20210220-72128-jw8hwc/7C7846A4-67F1-37D0-B513-4A23A453B005.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/7C7846A4-67F1-37D0-B513-4A23A453B005.symbols -2021-02-20 13:56:00 +0000 copy libswiftCore.dylib -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/1C493D79-BC20-3BA7-AEF9-2EA6BCAA2B37.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/1C493D79-BC20-3BA7-AEF9-2EA6BCAA2B37.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreData.dylib20210220-72128-1wr2bfh/1C493D79-BC20-3BA7-AEF9-2EA6BCAA2B37.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/1C493D79-BC20-3BA7-AEF9-2EA6BCAA2B37.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/45C0745D-6B49-3769-93E4-DDFECFD86462.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/45C0745D-6B49-3769-93E4-DDFECFD86462.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreData.dylib20210220-72128-2taq9m/45C0745D-6B49-3769-93E4-DDFECFD86462.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/45C0745D-6B49-3769-93E4-DDFECFD86462.symbols -2021-02-20 13:56:00 +0000 copy libswiftCoreData.dylib -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/FF7E80B1-8AA8-32B7-943A-713780AF90D7.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/FF7E80B1-8AA8-32B7-943A-713780AF90D7.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreFoundation.dylib20210220-72128-1pkir4l/FF7E80B1-8AA8-32B7-943A-713780AF90D7.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/FF7E80B1-8AA8-32B7-943A-713780AF90D7.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/EBD5F9C5-3DD2-3EE8-8143-8A8EF1AA711A.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/EBD5F9C5-3DD2-3EE8-8143-8A8EF1AA711A.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreFoundation.dylib20210220-72128-cnlo9p/EBD5F9C5-3DD2-3EE8-8143-8A8EF1AA711A.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/EBD5F9C5-3DD2-3EE8-8143-8A8EF1AA711A.symbols -2021-02-20 13:56:00 +0000 copy libswiftCoreFoundation.dylib -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/DD3694D9-E06F-3871-AB2E-A7D969FF1D7A.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/DD3694D9-E06F-3871-AB2E-A7D969FF1D7A.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreGraphics.dylib20210220-72128-yg7vrh/DD3694D9-E06F-3871-AB2E-A7D969FF1D7A.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/DD3694D9-E06F-3871-AB2E-A7D969FF1D7A.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/FBDD2F84-1708-3FF3-AB4F-509564986CC1.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/FBDD2F84-1708-3FF3-AB4F-509564986CC1.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreGraphics.dylib20210220-72128-e1hzyp/FBDD2F84-1708-3FF3-AB4F-509564986CC1.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/FBDD2F84-1708-3FF3-AB4F-509564986CC1.symbols -2021-02-20 13:56:00 +0000 copy libswiftCoreGraphics.dylib -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/541B4B0C-CDDD-30E2-9C90-A4845BCAE840.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/541B4B0C-CDDD-30E2-9C90-A4845BCAE840.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreImage.dylib20210220-72128-17pk6c9/541B4B0C-CDDD-30E2-9C90-A4845BCAE840.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/541B4B0C-CDDD-30E2-9C90-A4845BCAE840.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/972E7904-85C8-3A92-BC5B-4F70BDAF1B8B.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/972E7904-85C8-3A92-BC5B-4F70BDAF1B8B.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreImage.dylib20210220-72128-1v62a9w/972E7904-85C8-3A92-BC5B-4F70BDAF1B8B.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/972E7904-85C8-3A92-BC5B-4F70BDAF1B8B.symbols -2021-02-20 13:56:00 +0000 copy libswiftCoreImage.dylib -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/5FA136ED-E2A5-3DA8-AA3C-D23BD442F771.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/5FA136ED-E2A5-3DA8-AA3C-D23BD442F771.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreLocation.dylib20210220-72128-12pij8r/5FA136ED-E2A5-3DA8-AA3C-D23BD442F771.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/5FA136ED-E2A5-3DA8-AA3C-D23BD442F771.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/03D2102B-12C6-33D7-ADBB-F6D001249E93.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/03D2102B-12C6-33D7-ADBB-F6D001249E93.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftCoreLocation.dylib20210220-72128-ynj9md/03D2102B-12C6-33D7-ADBB-F6D001249E93.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/03D2102B-12C6-33D7-ADBB-F6D001249E93.symbols -2021-02-20 13:56:00 +0000 copy libswiftCoreLocation.dylib -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/6C44F2DF-6DB3-3DB6-9AFA-CF7913D5274D.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/6C44F2DF-6DB3-3DB6-9AFA-CF7913D5274D.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftDarwin.dylib20210220-72128-1dxpkca/6C44F2DF-6DB3-3DB6-9AFA-CF7913D5274D.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/6C44F2DF-6DB3-3DB6-9AFA-CF7913D5274D.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/358F957B-6C47-342A-A4B6-8BB88975AB19.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/358F957B-6C47-342A-A4B6-8BB88975AB19.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftDarwin.dylib20210220-72128-1rrvgz2/358F957B-6C47-342A-A4B6-8BB88975AB19.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/358F957B-6C47-342A-A4B6-8BB88975AB19.symbols -2021-02-20 13:56:00 +0000 copy libswiftDarwin.dylib -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/AC5B8906-99BE-3EDF-B32E-1FE7878E3585.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/AC5B8906-99BE-3EDF-B32E-1FE7878E3585.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftDispatch.dylib20210220-72128-1wq5561/AC5B8906-99BE-3EDF-B32E-1FE7878E3585.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/AC5B8906-99BE-3EDF-B32E-1FE7878E3585.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/618F51E6-BA35-3804-9871-FB478BA8864F.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/618F51E6-BA35-3804-9871-FB478BA8864F.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftDispatch.dylib20210220-72128-1kojy4f/618F51E6-BA35-3804-9871-FB478BA8864F.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/618F51E6-BA35-3804-9871-FB478BA8864F.symbols -2021-02-20 13:56:00 +0000 copy libswiftDispatch.dylib -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/5AF0F214-D0B1-3E39-BB64-0BB6C405C226.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/5AF0F214-D0B1-3E39-BB64-0BB6C405C226.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftFoundation.dylib20210220-72128-u2rrcm/5AF0F214-D0B1-3E39-BB64-0BB6C405C226.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/5AF0F214-D0B1-3E39-BB64-0BB6C405C226.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/D71A7A84-7BD7-3DA6-A285-2F3ECAE8BDAC.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/D71A7A84-7BD7-3DA6-A285-2F3ECAE8BDAC.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftFoundation.dylib20210220-72128-1j9it4w/D71A7A84-7BD7-3DA6-A285-2F3ECAE8BDAC.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/D71A7A84-7BD7-3DA6-A285-2F3ECAE8BDAC.symbols -2021-02-20 13:56:00 +0000 copy libswiftFoundation.dylib -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/8A8AA5AD-AB38-3580-B75E-AA344AA61B50.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/8A8AA5AD-AB38-3580-B75E-AA344AA61B50.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftMetal.dylib20210220-72128-2h4yh/8A8AA5AD-AB38-3580-B75E-AA344AA61B50.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/8A8AA5AD-AB38-3580-B75E-AA344AA61B50.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/1E5AE803-3AC6-3058-AED3-9CE2BC9E150E.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/1E5AE803-3AC6-3058-AED3-9CE2BC9E150E.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftMetal.dylib20210220-72128-1rfjj6g/1E5AE803-3AC6-3058-AED3-9CE2BC9E150E.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/1E5AE803-3AC6-3058-AED3-9CE2BC9E150E.symbols -2021-02-20 13:56:00 +0000 copy libswiftMetal.dylib -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/7C4E174A-0D8D-33EA-A6A1-7AB2C1779005.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/7C4E174A-0D8D-33EA-A6A1-7AB2C1779005.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftObjectiveC.dylib20210220-72128-j12stf/7C4E174A-0D8D-33EA-A6A1-7AB2C1779005.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/7C4E174A-0D8D-33EA-A6A1-7AB2C1779005.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/0A6749F8-944B-3F8D-9A43-47225E8490F5.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/0A6749F8-944B-3F8D-9A43-47225E8490F5.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftObjectiveC.dylib20210220-72128-z0146u/0A6749F8-944B-3F8D-9A43-47225E8490F5.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/0A6749F8-944B-3F8D-9A43-47225E8490F5.symbols -2021-02-20 13:56:00 +0000 copy libswiftObjectiveC.dylib -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/C276B9D7-6978-3910-80CE-CA4237F3D004.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/C276B9D7-6978-3910-80CE-CA4237F3D004.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftQuartzCore.dylib20210220-72128-mhpt7g/C276B9D7-6978-3910-80CE-CA4237F3D004.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/C276B9D7-6978-3910-80CE-CA4237F3D004.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/68A561E2-9508-3BFC-BDB1-E8416620BC33.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/68A561E2-9508-3BFC-BDB1-E8416620BC33.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftQuartzCore.dylib20210220-72128-1fm8km9/68A561E2-9508-3BFC-BDB1-E8416620BC33.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/68A561E2-9508-3BFC-BDB1-E8416620BC33.symbols -2021-02-20 13:56:00 +0000 copy libswiftQuartzCore.dylib -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/CAFB7055-C59E-34B7-9397-F62ECB218F08.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/CAFB7055-C59E-34B7-9397-F62ECB218F08.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftUIKit.dylib20210220-72128-2zcq1e/CAFB7055-C59E-34B7-9397-F62ECB218F08.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/CAFB7055-C59E-34B7-9397-F62ECB218F08.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/7E788AA5-9CE1-3307-B2CD-CF1E3EFCC127.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/7E788AA5-9CE1-3307-B2CD-CF1E3EFCC127.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftUIKit.dylib20210220-72128-1loyfae/7E788AA5-9CE1-3307-B2CD-CF1E3EFCC127.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/7E788AA5-9CE1-3307-B2CD-CF1E3EFCC127.symbols -2021-02-20 13:56:00 +0000 copy libswiftUIKit.dylib -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/F442CBEF-6346-354F-82A5-D2458A14D4C8.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/F442CBEF-6346-354F-82A5-D2458A14D4C8.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftos.dylib20210220-72128-dnnenh/F442CBEF-6346-354F-82A5-D2458A14D4C8.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/F442CBEF-6346-354F-82A5-D2458A14D4C8.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/89D2A966-23CF-39DD-A34B-7B9A0292CCA7.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/89D2A966-23CF-39DD-A34B-7B9A0292CCA7.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-libswiftos.dylib20210220-72128-1hj8vw4/89D2A966-23CF-39DD-A34B-7B9A0292CCA7.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/89D2A966-23CF-39DD-A34B-7B9A0292CCA7.symbols -2021-02-20 13:56:00 +0000 copy libswiftos.dylib -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib -2021-02-20 13:56:00 +0000 copy Info.plist -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/Info.plist /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Info.plist -2021-02-20 13:56:00 +0000 mkdr ListItemView.nib/ -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/ListItemView.nib -2021-02-20 13:56:00 +0000 copy objects-11.0\+.nib -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/ListItemView.nib/objects-11.0\+.nib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/ListItemView.nib/objects-11.0\+.nib -2021-02-20 13:56:00 +0000 copy runtime.nib -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/ListItemView.nib/runtime.nib /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/ListItemView.nib/runtime.nib -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/0171917D-393E-3E40-B994-749CD1884B0F.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/0171917D-393E-3E40-B994-749CD1884B0F.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-MindBox-Test20210220-72128-1ju4kmp/0171917D-393E-3E40-B994-749CD1884B0F.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/0171917D-393E-3E40-B994-749CD1884B0F.symbols -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/B0288214-D57D-30CB-B33D-892B8D15AE67.dSYM /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/dSYMs/B0288214-D57D-30CB-B33D-892B8D15AE67.dSYM -2021-02-20 13:56:00 +0000 $ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols -2021-02-20 13:56:00 +0000 $ cp -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/symcache-MindBox-Test20210220-72128-11qtqpu/B0288214-D57D-30CB-B33D-892B8D15AE67.symbols /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Symbols/B0288214-D57D-30CB-B33D-892B8D15AE67.symbols -2021-02-20 13:56:00 +0000 copy MindBox-Test -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/universal-MachOs/Payload/MindBox-Test.app/MindBox-Test /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/MindBox-Test -2021-02-20 13:56:00 +0000 copy PkgInfo -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/PkgInfo /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/PkgInfo -2021-02-20 13:56:00 +0000 mkdr _CodeSignature/ -$ mkdir -p /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/_CodeSignature -2021-02-20 13:56:00 +0000 copy CodeResources -$ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/_CodeSignature/CodeResources /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/_CodeSignature/CodeResources -2021-02-20 13:56:00 +0000 copy embedded.mobileprovision -2021-02-20 13:56:00 +0000 $ cp /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.\~\~\~UHyZG5/Root/Payload/MindBox-Test.app/embedded.mobileprovision /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/embedded.mobileprovision -2021-02-20 13:56:00 +0000 $ rm -f /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.\~\~\~YRjppL/universal-iphoneos/Payload/MindBox-Test.app/Info.plist -2021-02-20 13:56:00 +0000 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/gems/2.6.0/gems/CFPropertyList-2.3.6/lib/cfpropertylist/rbCFPropertyList.rb:394: warning: File.exists? is a deprecated name, use File.exist? instead -2021-02-20 13:56:00 +0000 Removing temporary directory /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy... -$ rm -r /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool exited with 0 -2021-02-20 13:56:00 +0000 ipatool JSON: { - alerts = ( - { - code = 3736; - description = "Configuration issue: platform AppleTVSimulator.platform doesn't have any non-simulator SDKs; ignoring it"; - info = { - }; - level = WARN; - }, - { - code = 3736; - description = "Configuration issue: platform WatchSimulator.platform doesn't have any non-simulator SDKs; ignoring it"; - info = { - }; - level = WARN; - }, - { - code = 3736; - description = "Configuration issue: platform iPhoneSimulator.platform doesn't have any non-simulator SDKs; ignoring it"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib.dSYM/Contents/Resources/DWARF/libswiftCore.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib.dSYM/Contents/Resources/DWARF/libswiftDarwin.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib.dSYM/Contents/Resources/DWARF/libswiftObjectiveC.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib.dSYM/Contents/Resources/DWARF/libswiftDispatch.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreFoundation.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreGraphics.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib.dSYM/Contents/Resources/DWARF/libswiftFoundation.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib.dSYM/Contents/Resources/DWARF/libswiftContacts.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreData.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreLocation.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib.dSYM/Contents/Resources/DWARF/libswiftos.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib.dSYM/Contents/Resources/DWARF/libswiftCloudKit.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib.dSYM/Contents/Resources/DWARF/libswiftMetal.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreImage.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib.dSYM/Contents/Resources/DWARF/libswiftQuartzCore.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib.dSYM/Contents/Resources/DWARF/libswiftUIKit.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox.dSYM/Contents/Resources/DWARF/MindBox"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for armv7 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/armv7/Payload/MindBox-Test.app/MindBox-Test.dSYM/Contents/Resources/DWARF/MindBox-Test"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib.dSYM/Contents/Resources/DWARF/libswiftCore.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib.dSYM/Contents/Resources/DWARF/libswiftDarwin.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib.dSYM/Contents/Resources/DWARF/libswiftObjectiveC.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib.dSYM/Contents/Resources/DWARF/libswiftDispatch.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreFoundation.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreGraphics.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib.dSYM/Contents/Resources/DWARF/libswiftFoundation.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib.dSYM/Contents/Resources/DWARF/libswiftContacts.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreData.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreLocation.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib.dSYM/Contents/Resources/DWARF/libswiftos.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib.dSYM/Contents/Resources/DWARF/libswiftCloudKit.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib.dSYM/Contents/Resources/DWARF/libswiftMetal.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib.dSYM/Contents/Resources/DWARF/libswiftCoreImage.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib.dSYM/Contents/Resources/DWARF/libswiftQuartzCore.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib.dSYM/Contents/Resources/DWARF/libswiftUIKit.dylib"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox.dSYM/Contents/Resources/DWARF/MindBox"; - info = { - }; - level = WARN; - }, - { - code = 2153; - description = "Could not determine platform for arm64 in /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/ipatool20210220-72128-1fezgiy/thinned-out/arm64/Payload/MindBox-Test.app/MindBox-Test.dSYM/Contents/Resources/DWARF/MindBox-Test"; - info = { - }; - level = WARN; - } - ); - universalIPA = { - path = "/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.~~~YRjppL/universal-iphoneos"; - platform = iphoneos; - }; - universalIPAs = ( - { - path = "/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/IDEIPAProcessor.AppThinning.~~~YRjppL/universal-iphoneos"; - platform = iphoneos; - } - ); -} -2021-02-20 13:56:00 +0000 Processing step: IDEDistributionCodeSlimmingStep -2021-02-20 13:56:00 +0000 Processing step: IDEDistributionCopyBCSymbolMapsStep -2021-02-20 13:56:00 +0000 Processing step: IDEDistributionSymbolsStep -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionSymbolsStep because it said so -2021-02-20 13:56:00 +0000 Processing step: IDEDistributionAppThinningStep -2021-02-20 13:56:00 +0000 Skipping step: IDEDistributionAppThinningStep because it said so -2021-02-20 13:56:00 +0000 Processing step: IDEDistributionArchThinningStep -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "MindBox" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftCloudKit.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftContacts.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftCore.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftCoreData.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftCoreFoundation.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftCoreGraphics.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftCoreImage.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftCoreLocation.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftDarwin.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftDispatch.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftFoundation.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftMetal.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftObjectiveC.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftQuartzCore.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftUIKit.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "libswiftos.dylib" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/MindBox-Test' '-verify_arch' 'arm64e' -2021-02-20 13:56:00 +0000 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 -2021-02-20 13:56:00 +0000 Skipping architecture thinning for item "MindBox-Test" because arch "arm64e" wasn't found -2021-02-20 13:56:00 +0000 Processing step: IDEDistributionODRStep -2021-02-20 13:56:00 +0000 Processing step: IDEDistributionStripXattrsStep -2021-02-20 13:56:00 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0df9a60; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='org.cocoapods.MindBox', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:00 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb9ec165630; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCloudKit', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:00 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd0810b7c0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftContacts', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:00 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0ebb230; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCore', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:00 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd15ebe480; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreData', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:00 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0de04c0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreFoundation', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:01 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8a7dd3be0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreGraphics', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:01 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb9a4249670; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreImage', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:01 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd00041ae0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreLocation', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:01 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad1f0f970; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftDarwin', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:01 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8a3ffc280; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftDispatch', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:01 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd1608c430; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftFoundation', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:01 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0ec8400; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftMetal', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:01 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd02b785d0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftObjectiveC', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:01 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8a30edf70; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftQuartzCore', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:01 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd004d3e10; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftUIKit', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:01 +0000 Skipping stripping extended attributes of item: ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8db739050; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftos', executablePath='', hardenedRuntime='0'>'> -2021-02-20 13:56:01 +0000 Running /usr/bin/xattr '-crs' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app' -2021-02-20 13:56:01 +0000 /usr/bin/xattr exited with 0 -2021-02-20 13:56:01 +0000 Processing step: IDEDistributionCodesignStep -2021-02-20 13:56:01 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0df9a60; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='org.cocoapods.MindBox', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:01 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0df9a60; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='org.cocoapods.MindBox', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:01 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0df9a60; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='org.cocoapods.MindBox', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~yGBssf -2021-02-20 13:56:01 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~yGBssf' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework' -2021-02-20 13:56:01 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/MindBox.framework: signed bundle with Mach-O universal (armv7 arm64) [org.cocoapods.MindBox] -2021-02-20 13:56:01 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:01 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb9ec165630; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCloudKit', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:01 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb9ec165630; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCloudKit', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:01 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb9ec165630; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCloudKit', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~try1sx -2021-02-20 13:56:01 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~try1sx' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib' -2021-02-20 13:56:01 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftCloudKit] -2021-02-20 13:56:01 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:01 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd0810b7c0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftContacts', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:01 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd0810b7c0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftContacts', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:01 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd0810b7c0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftContacts', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~xmRaHt -2021-02-20 13:56:01 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~xmRaHt' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib' -2021-02-20 13:56:01 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftContacts] -2021-02-20 13:56:01 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:01 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0ebb230; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCore', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:01 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0ebb230; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCore', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:01 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0ebb230; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCore', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~vLq08k -2021-02-20 13:56:01 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~vLq08k' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib' -2021-02-20 13:56:01 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftCore] -2021-02-20 13:56:01 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:01 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd15ebe480; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreData', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:01 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd15ebe480; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreData', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:01 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd15ebe480; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreData', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~xiLOqD -2021-02-20 13:56:01 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~xiLOqD' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib' -2021-02-20 13:56:02 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftCoreData] -2021-02-20 13:56:02 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0de04c0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreFoundation', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0de04c0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreFoundation', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:02 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0de04c0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreFoundation', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~IgHeFK -2021-02-20 13:56:02 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~IgHeFK' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib' -2021-02-20 13:56:02 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftCoreFoundation] -2021-02-20 13:56:02 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8a7dd3be0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreGraphics', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8a7dd3be0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreGraphics', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:02 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8a7dd3be0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreGraphics', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~8vIyKL -2021-02-20 13:56:02 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~8vIyKL' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib' -2021-02-20 13:56:02 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftCoreGraphics] -2021-02-20 13:56:02 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb9a4249670; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreImage', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb9a4249670; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreImage', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:02 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb9a4249670; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreImage', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~mrdrrn -2021-02-20 13:56:02 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~mrdrrn' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib' -2021-02-20 13:56:02 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftCoreImage] -2021-02-20 13:56:02 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd00041ae0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreLocation', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd00041ae0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreLocation', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:02 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd00041ae0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftCoreLocation', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~hq1o8i -2021-02-20 13:56:02 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~hq1o8i' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib' -2021-02-20 13:56:02 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftCoreLocation] -2021-02-20 13:56:02 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad1f0f970; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftDarwin', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad1f0f970; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftDarwin', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:02 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad1f0f970; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftDarwin', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~YhTqit -2021-02-20 13:56:02 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~YhTqit' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib' -2021-02-20 13:56:02 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftDarwin] -2021-02-20 13:56:02 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8a3ffc280; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftDispatch', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8a3ffc280; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftDispatch', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:02 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8a3ffc280; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftDispatch', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~17B0Jh -2021-02-20 13:56:02 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~17B0Jh' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib' -2021-02-20 13:56:02 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftDispatch] -2021-02-20 13:56:02 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd1608c430; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftFoundation', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd1608c430; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftFoundation', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:02 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd1608c430; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftFoundation', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~i6UHsF -2021-02-20 13:56:02 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~i6UHsF' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib' -2021-02-20 13:56:02 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftFoundation] -2021-02-20 13:56:02 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0ec8400; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftMetal', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0ec8400; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftMetal', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:02 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbad0ec8400; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftMetal', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~5qF5Sw -2021-02-20 13:56:02 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~5qF5Sw' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib' -2021-02-20 13:56:02 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftMetal] -2021-02-20 13:56:02 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd02b785d0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftObjectiveC', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd02b785d0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftObjectiveC', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:02 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd02b785d0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftObjectiveC', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~mAorNV -2021-02-20 13:56:02 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~mAorNV' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib' -2021-02-20 13:56:02 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftObjectiveC] -2021-02-20 13:56:02 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8a30edf70; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftQuartzCore', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8a30edf70; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftQuartzCore', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:02 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8a30edf70; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftQuartzCore', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~euFfWh -2021-02-20 13:56:02 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~euFfWh' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib' -2021-02-20 13:56:02 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftQuartzCore] -2021-02-20 13:56:02 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd004d3e10; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftUIKit', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd004d3e10; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftUIKit', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:02 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fbd004d3e10; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftUIKit', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~0PTsF0 -2021-02-20 13:56:02 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~0PTsF0' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib' -2021-02-20 13:56:02 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftUIKit] -2021-02-20 13:56:02 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8db739050; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftos', executablePath='', hardenedRuntime='0'>'>: { -} -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8db739050; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftos', executablePath='', hardenedRuntime='0'>'> are: { -} -2021-02-20 13:56:02 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8db739050; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='(null)', teamID='N39VVWZXXP', identifier='com.apple.dt.runtime.swiftos', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~OqIYKo -2021-02-20 13:56:02 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~OqIYKo' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib' -2021-02-20 13:56:02 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app/Frameworks/libswiftos.dylib: signed Mach-O universal (armv7 arm64) [com.apple.dt.runtime.swiftos] -2021-02-20 13:56:02 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8db5c95b0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='{ - "application-identifier" = "N39VVWZXXP.PushOk"; - "aps-environment" = development; - "com.apple.developer.team-identifier" = N39VVWZXXP; - "get-task-allow" = 1; -}', teamID='N39VVWZXXP', identifier='PushOk', executablePath='', hardenedRuntime='0'>'>: { - "application-identifier" = "N39VVWZXXP.PushOk"; - "aps-environment" = production; - "com.apple.developer.team-identifier" = N39VVWZXXP; - "get-task-allow" = 0; -} -2021-02-20 13:56:02 +0000 Entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8db5c95b0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='{ - "application-identifier" = "N39VVWZXXP.PushOk"; - "aps-environment" = development; - "com.apple.developer.team-identifier" = N39VVWZXXP; - "get-task-allow" = 1; -}', teamID='N39VVWZXXP', identifier='PushOk', executablePath='', hardenedRuntime='0'>'> are: { - "application-identifier" = "N39VVWZXXP.PushOk"; - "aps-environment" = production; - "com.apple.developer.team-identifier" = N39VVWZXXP; - "get-task-allow" = 0; -} -2021-02-20 13:56:02 +0000 Writing entitlements for ', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fb8db5c95b0; isSigned='1', isAdHocSigned='0', signingCertificate='', entitlements='{ - "application-identifier" = "N39VVWZXXP.PushOk"; - "aps-environment" = development; - "com.apple.developer.team-identifier" = N39VVWZXXP; - "get-task-allow" = 1; -}', teamID='N39VVWZXXP', identifier='PushOk', executablePath='', hardenedRuntime='0'>'> to: /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~EJm9P3 -2021-02-20 13:56:02 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' '96420A444F2E32A60D8B8652D90FBF045C04C937' '--entitlements' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/entitlements~~~EJm9P3' '--preserve-metadata=identifier,flags,runtime' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app' -2021-02-20 13:56:03 +0000 /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root/Payload/MindBox-Test.app: signed app bundle with Mach-O universal (armv7 arm64) [PushOk] -2021-02-20 13:56:03 +0000 /usr/bin/codesign exited with 0 -2021-02-20 13:56:03 +0000 Processing step: IDEDistributionZipODRItemStep -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionZipODRItemStep because it said so -2021-02-20 13:56:03 +0000 Processing step: IDEDistributionCreateIPAStep -2021-02-20 13:56:03 +0000 Running /usr/bin/ditto '-V' '-c' '-k' '--norsrc' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root' '/var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Packages/MindBox-Test.ipa' -2021-02-20 13:56:03 +0000 >>> Copying /var/folders/pm/9bbxflw912d0r06xxjwj82sm0000gn/T/XcodeDistPipeline.~~~UHyZG5/Root -2021-02-20 13:56:03 +0000 copying file ./Payload/MindBox-Test.app/_CodeSignature/CodeResources ... -2021-02-20 13:56:03 +0000 21161 bytes for ./Payload/MindBox-Test.app/_CodeSignature/CodeResources -2021-02-20 13:56:03 +0000 copying file ./Payload/MindBox-Test.app/AppIcon20x20@2x.png ... -2021-02-20 13:56:03 +0000 5372 bytes for ./Payload/MindBox-Test.app/AppIcon20x20@2x.png -copying file ./Payload/MindBox-Test.app/AppIcon57x57.png ... -2021-02-20 13:56:03 +0000 10693 bytes for ./Payload/MindBox-Test.app/AppIcon57x57.png -2021-02-20 13:56:03 +0000 copying file ./Payload/MindBox-Test.app/MindBox-Test ... -2021-02-20 13:56:03 +0000 289392 bytes for ./Payload/MindBox-Test.app/MindBox-Test -copying file ./Payload/MindBox-Test.app/AppIcon20x20@3x.png ... -2021-02-20 13:56:03 +0000 11845 bytes for ./Payload/MindBox-Test.app/AppIcon20x20@3x.png -2021-02-20 13:56:03 +0000 copying file ./Payload/MindBox-Test.app/AppIcon29x29.png ... -2894 bytes for ./Payload/MindBox-Test.app/AppIcon29x29.png -copying file ./Payload/MindBox-Test.app/AppIcon60x60@2x.png ... -2021-02-20 13:56:03 +0000 45854 bytes for ./Payload/MindBox-Test.app/AppIcon60x60@2x.png -copying file ./Payload/MindBox-Test.app/AppIcon72x72@2x~ipad.png ... -2021-02-20 13:56:03 +0000 65154 bytes for ./Payload/MindBox-Test.app/AppIcon72x72@2x~ipad.png -copying file ./Payload/MindBox-Test.app/AppIcon29x29@2x.png ... -2021-02-20 13:56:03 +0000 11073 bytes for ./Payload/MindBox-Test.app/AppIcon29x29@2x.png -2021-02-20 13:56:03 +0000 copying file ./Payload/MindBox-Test.app/AppIcon40x40@3x.png ... -2021-02-20 13:56:03 +0000 45854 bytes for ./Payload/MindBox-Test.app/AppIcon40x40@3x.png -copying file ./Payload/MindBox-Test.app/AppIcon57x57@2x.png ... -2021-02-20 13:56:03 +0000 41423 bytes for ./Payload/MindBox-Test.app/AppIcon57x57@2x.png -copying file ./Payload/MindBox-Test.app/AppIcon29x29~ipad.png ... -2021-02-20 13:56:03 +0000 2894 bytes for ./Payload/MindBox-Test.app/AppIcon29x29~ipad.png -copying file ./Payload/MindBox-Test.app/AppIcon40x40@2x.png ... -2021-02-20 13:56:03 +0000 20610 bytes for ./Payload/MindBox-Test.app/AppIcon40x40@2x.png -copying file ./Payload/MindBox-Test.app/AppIcon29x29@3x.png ... -2021-02-20 13:56:03 +0000 24324 bytes for ./Payload/MindBox-Test.app/AppIcon29x29@3x.png -copying file ./Payload/MindBox-Test.app/AppIcon60x60@3x.png ... -2021-02-20 13:56:03 +0000 99885 bytes for ./Payload/MindBox-Test.app/AppIcon60x60@3x.png -2021-02-20 13:56:03 +0000 copying file ./Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/UINavigationController-Fay-9Q-741.nib ... -2021-02-20 13:56:03 +0000 2602 bytes for ./Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/UINavigationController-Fay-9Q-741.nib -copying file ./Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib ... -2021-02-20 13:56:03 +0000 11604 bytes for ./Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib -copying file ./Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/I1e-ot-qK8-view-8aS-le-3C0.nib ... -2021-02-20 13:56:03 +0000 16745 bytes for ./Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/I1e-ot-qK8-view-8aS-le-3C0.nib -copying file ./Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/UIViewController-I1e-ot-qK8.nib ... -2021-02-20 13:56:03 +0000 1059 bytes for ./Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/UIViewController-I1e-ot-qK8.nib -copying file ./Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/Info.plist ... -351 bytes for ./Payload/MindBox-Test.app/Base.lproj/Main.storyboardc/Info.plist -2021-02-20 13:56:03 +0000 copying file ./Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/objects-11.0+.nib ... -2021-02-20 13:56:03 +0000 5197 bytes for ./Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/objects-11.0+.nib -copying file ./Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/runtime.nib ... -2021-02-20 13:56:03 +0000 5317 bytes for ./Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/runtime.nib -2021-02-20 13:56:03 +0000 copying file ./Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/objects-11.0+.nib ... -896 bytes for ./Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/objects-11.0+.nib -copying file ./Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/runtime.nib ... -2021-02-20 13:56:03 +0000 896 bytes for ./Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/runtime.nib -copying file ./Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/Info.plist ... -2021-02-20 13:56:03 +0000 258 bytes for ./Payload/MindBox-Test.app/Base.lproj/LaunchScreen.storyboardc/Info.plist -copying file ./Payload/MindBox-Test.app/ListItemView.nib/objects-11.0+.nib ... -2021-02-20 13:56:03 +0000 4209 bytes for ./Payload/MindBox-Test.app/ListItemView.nib/objects-11.0+.nib -2021-02-20 13:56:03 +0000 copying file ./Payload/MindBox-Test.app/ListItemView.nib/runtime.nib ... -2021-02-20 13:56:03 +0000 3541 bytes for ./Payload/MindBox-Test.app/ListItemView.nib/runtime.nib -copying file ./Payload/MindBox-Test.app/Assets.car ... -2021-02-20 13:56:03 +0000 9444463 bytes for ./Payload/MindBox-Test.app/Assets.car -copying file ./Payload/MindBox-Test.app/AppIcon40x40@2x~ipad.png ... -2021-02-20 13:56:03 +0000 20610 bytes for ./Payload/MindBox-Test.app/AppIcon40x40@2x~ipad.png -copying file ./Payload/MindBox-Test.app/AppIcon76x76@2x~ipad.png ... -2021-02-20 13:56:03 +0000 71999 bytes for ./Payload/MindBox-Test.app/AppIcon76x76@2x~ipad.png -copying file ./Payload/MindBox-Test.app/AppIcon72x72~ipad.png ... -2021-02-20 13:56:03 +0000 16791 bytes for ./Payload/MindBox-Test.app/AppIcon72x72~ipad.png -copying file ./Payload/MindBox-Test.app/AppIcon83.5x83.5@2x~ipad.png ... -2021-02-20 13:56:03 +0000 86050 bytes for ./Payload/MindBox-Test.app/AppIcon83.5x83.5@2x~ipad.png -copying file ./Payload/MindBox-Test.app/AppIcon50x50~ipad.png ... -2021-02-20 13:56:03 +0000 8292 bytes for ./Payload/MindBox-Test.app/AppIcon50x50~ipad.png -copying file ./Payload/MindBox-Test.app/AppIcon29x29@2x~ipad.png ... -2021-02-20 13:56:03 +0000 11073 bytes for ./Payload/MindBox-Test.app/AppIcon29x29@2x~ipad.png -copying file ./Payload/MindBox-Test.app/AppIcon50x50@2x~ipad.png ... -2021-02-20 13:56:03 +0000 31971 bytes for ./Payload/MindBox-Test.app/AppIcon50x50@2x~ipad.png -copying file ./Payload/MindBox-Test.app/AppIcon40x40~ipad.png ... -2021-02-20 13:56:03 +0000 5372 bytes for ./Payload/MindBox-Test.app/AppIcon40x40~ipad.png -copying file ./Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib ... -2021-02-20 13:56:03 +0000 171008 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftCoreImage.dylib -copying file ./Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib ... -2021-02-20 13:56:03 +0000 175584 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftObjectiveC.dylib -copying file ./Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib ... -2021-02-20 13:56:03 +0000 7411312 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftCore.dylib -copying file ./Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib ... -2021-02-20 13:56:03 +0000 302752 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftCoreGraphics.dylib -copying file ./Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib ... -2021-02-20 13:56:03 +0000 253520 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftUIKit.dylib -copying file ./Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib ... -2021-02-20 13:56:03 +0000 175312 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftMetal.dylib -copying file ./Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib ... -2021-02-20 13:56:03 +0000 200224 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftCoreData.dylib -copying file ./Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib ... -2021-02-20 13:56:03 +0000 389168 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftDispatch.dylib -copying file ./Payload/MindBox-Test.app/Frameworks/libswiftos.dylib ... -2021-02-20 13:56:03 +0000 175280 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftos.dylib -copying file ./Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib ... -2021-02-20 13:56:03 +0000 170832 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftCoreFoundation.dylib -2021-02-20 13:56:03 +0000 copying file ./Payload/MindBox-Test.app/Frameworks/MindBox.framework/_CodeSignature/CodeResources ... -2448 bytes for ./Payload/MindBox-Test.app/Frameworks/MindBox.framework/_CodeSignature/CodeResources -2021-02-20 13:56:03 +0000 copying file ./Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox ... -2021-02-20 13:56:03 +0000 718352 bytes for ./Payload/MindBox-Test.app/Frameworks/MindBox.framework/MindBox -copying file ./Payload/MindBox-Test.app/Frameworks/MindBox.framework/Info.plist ... -2021-02-20 13:56:03 +0000 735 bytes for ./Payload/MindBox-Test.app/Frameworks/MindBox.framework/Info.plist -copying file ./Payload/MindBox-Test.app/Frameworks/MindBox.framework/MBDatabase.momd/VersionInfo.plist ... -2021-02-20 13:56:03 +0000 147 bytes for ./Payload/MindBox-Test.app/Frameworks/MindBox.framework/MBDatabase.momd/VersionInfo.plist -copying file ./Payload/MindBox-Test.app/Frameworks/MindBox.framework/MBDatabase.momd/MBDatabase.mom ... -2021-02-20 13:56:03 +0000 1626 bytes for ./Payload/MindBox-Test.app/Frameworks/MindBox.framework/MBDatabase.momd/MBDatabase.mom -2021-02-20 13:56:03 +0000 copying file ./Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib ... -2021-02-20 13:56:03 +0000 289344 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftCloudKit.dylib -copying file ./Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib ... -2021-02-20 13:56:03 +0000 215856 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftDarwin.dylib -copying file ./Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib ... -2021-02-20 13:56:03 +0000 174864 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftContacts.dylib -copying file ./Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib ... -2021-02-20 13:56:03 +0000 172000 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftQuartzCore.dylib -2021-02-20 13:56:03 +0000 copying file ./Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib ... -2021-02-20 13:56:03 +0000 3613072 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftFoundation.dylib -copying file ./Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib ... -2021-02-20 13:56:03 +0000 176416 bytes for ./Payload/MindBox-Test.app/Frameworks/libswiftCoreLocation.dylib -copying file ./Payload/MindBox-Test.app/AppIcon20x20~ipad.png ... -2021-02-20 13:56:03 +0000 1452 bytes for ./Payload/MindBox-Test.app/AppIcon20x20~ipad.png -copying file ./Payload/MindBox-Test.app/embedded.mobileprovision ... -2021-02-20 13:56:03 +0000 9709 bytes for ./Payload/MindBox-Test.app/embedded.mobileprovision -copying file ./Payload/MindBox-Test.app/AppIcon20x20@2x~ipad.png ... -2021-02-20 13:56:03 +0000 5372 bytes for ./Payload/MindBox-Test.app/AppIcon20x20@2x~ipad.png -copying file ./Payload/MindBox-Test.app/Info.plist ... -2021-02-20 13:56:03 +0000 4708 bytes for ./Payload/MindBox-Test.app/Info.plist -copying file ./Payload/MindBox-Test.app/PkgInfo ... -2021-02-20 13:56:03 +0000 8 bytes for ./Payload/MindBox-Test.app/PkgInfo -copying file ./Payload/MindBox-Test.app/AppIcon76x76~ipad.png ... -2021-02-20 13:56:03 +0000 18672 bytes for ./Payload/MindBox-Test.app/AppIcon76x76~ipad.png -2021-02-20 13:56:03 +0000 /usr/bin/ditto exited with 0 -2021-02-20 13:56:03 +0000 Processing step: IDEDistributionAppStoreInformationStep -2021-02-20 13:56:03 +0000 Skipping step: IDEDistributionAppStoreInformationStep because it said so -2021-02-20 13:56:03 +0000 Processing step: IDEDistributionGenerateProcessedDistributionItems -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:03 +0000 [OPTIONAL] Can't have a profile, not a bundle at -2021-02-20 13:56:03 +0000 IDEDistributionItem init -2021-02-20 13:56:04 +0000 Processing step: IDEDistributionCreateManifestStep diff --git a/Mindbox/Model/MindboxError.swift b/Mindbox/Model/MindboxError.swift index 87427238..e607f612 100644 --- a/Mindbox/Model/MindboxError.swift +++ b/Mindbox/Model/MindboxError.swift @@ -6,6 +6,8 @@ // Copyright © 2020 Yusuf Demirci. All rights reserved. // +import Foundation + /// Data types that thrown the possible errors from Mindbox. public enum MindboxError: LocalizedError { /// Client error diff --git a/MindboxNotifications.podspec b/MindboxNotifications.podspec index ccb50567..779dada6 100644 --- a/MindboxNotifications.podspec +++ b/MindboxNotifications.podspec @@ -1,28 +1,14 @@ - Pod::Spec.new do |spec| - spec.name = "MindboxNotifications" - - spec.version = "1.3.2" - + spec.version = "1.3.3" spec.summary = "SDK for integration notifications with Mindbox" - spec.description = "This library allows you to integrate notifications and transfer them to Mindbox Marketing Cloud" - spec.homepage = "https://github.com/mindbox-moscow/ios-sdk" - spec.license = { :type => "CC BY-NC-ND 4.0", :file => "LICENSE" } - spec.author = { "Mindbox" => "ios-sdk@mindbox.ru" } - spec.platform = :ios, "10.0" - spec.source = { :git => "https://github.com/mindbox-moscow/ios-sdk.git", :tag => spec.version } - spec.source_files = "MindboxNotifications/**/*.{swift}" - spec.exclude_files = "Classes/Exclude" - spec.swift_version = "5" - end diff --git a/Package.swift b/Package.swift new file mode 100644 index 00000000..c45982a7 --- /dev/null +++ b/Package.swift @@ -0,0 +1,34 @@ +// swift-tools-version:5.5 + +import PackageDescription + +let package = Package( + name: "Mindbox", + platforms: [.iOS(.v10)], + products: [ + .library( + name: "Mindbox", + targets: ["Mindbox"]), + .library( + name: "MindboxNotificationsService", + targets: ["MindboxNotifications"]), + .library( + name: "MindboxNotificationsContent", + targets: ["MindboxNotifications"]) + + ], + dependencies: [ + ], + targets: [ + .target( + name: "Mindbox", + dependencies: [], + path: "Mindbox", + exclude: ["Info.plist"]), + .target( + name: "MindboxNotifications", + dependencies: [], + path: "MindboxNotifications", + exclude: ["Info.plist"]) + ] +)