From 92e354e815b1fc1685bf605a3c3a4f7d92f151ea Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Tue, 3 May 2022 16:24:35 -0500 Subject: [PATCH] Enable some debugging features by default for BwB The `oso_prefix_is_pwd` and `relative_ast_path` features are needed for debugging to work with Bazel build binaries. Later, when custom configs are supported, this default might be removed or at least be overridable. --- .../fixtures/bwb.xcodeproj/project.pbxproj | 312 +++++++++--------- .../generated.copied.xcfilelist | 24 +- .../rules_xcodeproj/generated.rsynclist | 24 +- .../rules_xcodeproj/generated.xcfilelist | 24 +- .../infoplists.fixed.xcfilelist | 8 +- .../rules_xcodeproj/infoplists.xcfilelist | 8 +- .../modulemaps.fixed.xcfilelist | 8 +- .../rules_xcodeproj/modulemaps.xcfilelist | 8 +- .../Example/Example.LinkFileList | 4 +- ...ts.__internal__.__test_bundle.LinkFileList | 2 +- ...ts.__internal__.__test_bundle.LinkFileList | 2 +- examples/ios_app/test/fixtures/bwb_spec.json | 270 +++++++-------- .../fixtures/cc/bwb.xcodeproj/project.pbxproj | 30 +- .../examples/cc/tool/tool.LinkFileList | 6 +- test/fixtures/cc/bwb_spec.json | 64 ++-- .../bwb.xcodeproj/project.pbxproj | 176 +++++----- .../generated.copied.xcfilelist | 8 +- .../rules_xcodeproj/generated.rsynclist | 8 +- .../rules_xcodeproj/generated.xcfilelist | 8 +- .../infoplists.fixed.xcfilelist | 2 +- .../rules_xcodeproj/infoplists.xcfilelist | 2 +- .../modulemaps.fixed.xcfilelist | 6 +- .../rules_xcodeproj/modulemaps.xcfilelist | 6 +- ...ts.__internal__.__test_bundle.LinkFileList | 6 +- .../command_line/tool/tool.LinkFileList | 6 +- test/fixtures/command_line/bwb_spec.json | 142 ++++---- .../generator/bwb.xcodeproj/project.pbxproj | 30 +- .../tools/generator/generator.LinkFileList | 10 +- .../tools/generator/test/tests.LinkFileList | 14 +- test/fixtures/generator/bwb_spec.json | 208 ++++++------ .../tvos_app/bwb.xcodeproj/project.pbxproj | 138 ++++---- .../generated.copied.xcfilelist | 8 +- .../rules_xcodeproj/generated.rsynclist | 8 +- .../rules_xcodeproj/generated.xcfilelist | 8 +- .../infoplists.fixed.xcfilelist | 6 +- .../rules_xcodeproj/infoplists.xcfilelist | 6 +- test/fixtures/tvos_app/bwb_spec.json | 124 +++---- xcodeproj/internal/xcodeproj.bzl | 9 + 38 files changed, 871 insertions(+), 862 deletions(-) rename examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/{ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f => ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217}/Example/Example.LinkFileList (69%) rename examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/{ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f => ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217}/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle.LinkFileList (58%) rename examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/{ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f => ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217}/ExampleTests/ExampleTests.__internal__.__test_bundle.LinkFileList (58%) rename test/fixtures/cc/bwb.xcodeproj/rules_xcodeproj/targets/{darwin_x86_64-dbg-ST-d98d8f686a75 => darwin_x86_64-dbg-ST-5534cb307cb8}/examples/cc/tool/tool.LinkFileList (52%) rename test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/targets/{macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0 => macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630}/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle.LinkFileList (68%) rename test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/targets/{macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0 => macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630}/examples/command_line/tool/tool.LinkFileList (68%) rename test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/targets/{darwin_x86_64-dbg-ST-d98d8f686a75 => darwin_x86_64-dbg-ST-5534cb307cb8}/tools/generator/generator.LinkFileList (58%) rename test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/targets/{darwin_x86_64-dbg-ST-d98d8f686a75 => darwin_x86_64-dbg-ST-5534cb307cb8}/tools/generator/test/tests.LinkFileList (60%) diff --git a/examples/ios_app/test/fixtures/bwb.xcodeproj/project.pbxproj b/examples/ios_app/test/fixtures/bwb.xcodeproj/project.pbxproj index d991234a60..011df2591e 100644 --- a/examples/ios_app/test/fixtures/bwb.xcodeproj/project.pbxproj +++ b/examples/ios_app/test/fixtures/bwb.xcodeproj/project.pbxproj @@ -25,10 +25,10 @@ /* Begin PBXBuildFile section */ 4BFD859F1371C86D02DB25A1 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8ADB9E176B3AB4F6354A1167 /* ContentView.swift */; }; - 4F0EFC2E173C202828463310 /* TestingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3621CBB8391540086581BF6 /* TestingUtils.swift */; }; 550BA6FCF1894C7DFA32D1E3 /* ExternalFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA542B31DC88C70950011E86 /* ExternalFramework.framework */; }; 6A97C8EA8F4607A20FA6E3C2 /* ExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D027F83636D3D6C6ABBF375F /* ExampleTests.swift */; }; 6B192A693F6E888F64E4D471 /* ExternalFramework.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BA542B31DC88C70950011E86 /* ExternalFramework.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 8490D2560B037FDA913FA479 /* TestingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DFA501580379A58AE2389D0 /* TestingUtils.swift */; }; 8827E174961A52D2C88CF0C9 /* ExampleObjcTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1945E01AD98FE05054F33AE5 /* ExampleObjcTests.m */; }; A29169FF12586786795BC72E /* ExampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BDA5C3FF5C9611B6DF55D3C /* ExampleUITests.swift */; }; A3F3925312098E3A0298FEA1 /* Answers.h in Sources */ = {isa = PBXBuildFile; fileRef = 46A804416537B31F7C6B6E0E /* Answers.h */; }; @@ -169,14 +169,17 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 00FC419B4B4B0795DB922963 /* Library.swift.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = Library.swift.modulemap; sourceTree = ""; }; 05CED94736B3F5BB8E2E87B5 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 0B4615EBFB02A2D6C5B1045D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; 0BDA5C3FF5C9611B6DF55D3C /* ExampleUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleUITests.swift; sourceTree = ""; }; 1104D414730D2DC8DC9DD9E9 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 119F88A7D863C38938114348 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + 1599D430F101404D8C5229CB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 1945E01AD98FE05054F33AE5 /* ExampleObjcTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExampleObjcTests.m; sourceTree = ""; }; + 1DFA501580379A58AE2389D0 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; 1F2546A475C2CA76D8E89436 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 2C844E9CCF398860A8F858D5 /* TestingUtils.swift.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = TestingUtils.swift.modulemap; sourceTree = ""; }; + 2DE79B7A21FFAD5EE7C3BF43 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 2E9AA98CF71EC1A8ADA8FC12 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 3044751746014D22D03BB28E /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 328731FD80DB31CAF28DA35F /* Utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Utils.h; sourceTree = ""; }; @@ -186,50 +189,47 @@ 48F0B3D39D176B90AE9F2C8A /* Answer.swift.stencil */ = {isa = PBXFileReference; path = Answer.swift.stencil; sourceTree = ""; }; 4B3E5C31FB0363AFF5007707 /* Answers.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = Answers.mm; sourceTree = ""; }; 4BE5211604948E91881C4479 /* nested */ = {isa = PBXFileReference; lastKnownFileType = folder; path = nested; sourceTree = ""; }; - 4F32ADE9D948017418C57764 /* Utils.swift.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = Utils.swift.modulemap; sourceTree = ""; }; 51D8E16C7D64BCE16C6B4C9E /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + 547A0AC489B96F39E1BD1254 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 5510BC5BFFC471231BB2C8E0 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 55E65A7323E456CDEBA791E6 /* Greeting.swift.stencil */ = {isa = PBXFileReference; path = Greeting.swift.stencil; sourceTree = ""; }; 577BC07B4F6E580BDB13B5B1 /* CoreUtils.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoreUtils.pch; sourceTree = ""; }; 62BA266605A71726F9EF2A78 /* nested */ = {isa = PBXFileReference; lastKnownFileType = folder; path = nested; sourceTree = ""; }; - 6BE41312B0C1244640AE8512 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 6C93F949282E5160FC61087C /* CoreUtilsObjC.swift.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = CoreUtilsObjC.swift.modulemap; sourceTree = ""; }; + 682E1922F8940EA9ACB44508 /* Answer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Answer.swift; sourceTree = ""; }; + 710076782F3AA9ABD35FDFED /* Greeting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Greeting.swift; sourceTree = ""; }; + 72FDDAA6D06AEFA8D20DFEF6 /* CoreUtilsObjC.swift.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = CoreUtilsObjC.swift.modulemap; sourceTree = ""; }; 823A0A913DE6BBF3286D06E6 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; 86B6FAB2FF4A94053E4D470E /* ExampleUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleUITestsLaunchTests.swift; sourceTree = ""; }; 8ADB9E176B3AB4F6354A1167 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; 8F8B001AB6315D99F13FAC92 /* libCoreUtilsObjC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libCoreUtilsObjC.a; sourceTree = BUILT_PRODUCTS_DIR; }; 936C89D0AECF460936BF9489 /* app.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = app.entitlements; sourceTree = ""; }; - 96AA8467AE64A9B48D79BCFA /* TestingUtils.swift.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = TestingUtils.swift.modulemap; sourceTree = ""; }; 9BF5CE4ADD5163F5308F8626 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 9CDE828AA459D37E7FCD1364 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 9D61CBAFE2C78BDC7960D5A4 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; A619B11AC2106BAC08FA7DB0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; AA8B40F3394AF193E0043C9C /* DefaultTestBundle.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = DefaultTestBundle.plist; sourceTree = ""; }; B236D472E2B01203C379DE61 /* Foo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Foo.h; sourceTree = ""; }; - B651632B5D644D293E21A9F7 /* Answer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Answer.swift; sourceTree = ""; }; + B4D73F5C48C2711F4DEE0F31 /* Utils.swift.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = Utils.swift.modulemap; sourceTree = ""; }; B75CC91156E9D2337A9933AE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - B870ADDD96CD1141EB59AD7D /* Greeting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Greeting.swift; sourceTree = ""; }; B97C2835F125F69B2FDF8477 /* nested */ = {isa = PBXFileReference; lastKnownFileType = folder; path = nested; sourceTree = ""; }; BA50CCA5E622A3EB4718BC1B /* Library.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Library.h; sourceTree = ""; }; BA542B31DC88C70950011E86 /* ExternalFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ExternalFramework.framework; sourceTree = ""; }; C6DFECB6D814B2CE3ADA51CD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; CC8E3F6E9A6B44248BD06712 /* libUtils.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libUtils.a; sourceTree = BUILT_PRODUCTS_DIR; }; + CFC9A2A1615D8DCB6AF8914F /* Example_entitlements.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Example_entitlements.entitlements; sourceTree = ""; }; D027F83636D3D6C6ABBF375F /* ExampleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleTests.swift; sourceTree = ""; }; D165E542DE0036D69F5A152B /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; D227CE711F51FF221F83B7EA /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; DC51A4085F05FC61686E7785 /* ExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleApp.swift; sourceTree = ""; }; DE684C8B8336D55C43040D1E /* Foo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Foo.m; sourceTree = ""; }; - E0BAE29EDB9C9936C6FBFBC9 /* Example_entitlements.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Example_entitlements.entitlements; sourceTree = ""; }; - E3621CBB8391540086581BF6 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; E470DDDC0990D96A685DB11C /* ExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; E87C46A394A10BD8A57D4ED8 /* ExampleObjcTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExampleObjcTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; E9ED685D3A056C10F6A99CCD /* Utils.bundle */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Utils.bundle; sourceTree = ""; }; EF7A41BCADD5C386F325375B /* PreviewAssets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = PreviewAssets.xcassets; sourceTree = ""; }; - F2026AA43D276AEBB4D693EA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; F3D27BBBDD5DEF87214D8019 /* ExampleFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ExampleFramework.framework; sourceTree = ""; }; F7A2777E8293F6B63DA51836 /* libTestingUtils.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libTestingUtils.a; sourceTree = BUILT_PRODUCTS_DIR; }; + FC2955D9470E1B14AF63D754 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + FCD60791E48BE478D91B90E5 /* Library.swift.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = Library.swift.modulemap; sourceTree = ""; }; FCE9A475E64859A8A1FBE603 /* libImportableLibrary.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libImportableLibrary.a; sourceTree = ""; }; - FD896FE5B708E50D83BFEF03 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -245,20 +245,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 01728A0E7E439CB7DF1DA63B /* ExampleUITests.__internal__.__test_bundle-intermediates */ = { + 0AEB406D36847C33B5AC6831 /* ExampleUITests */ = { isa = PBXGroup; children = ( - F2026AA43D276AEBB4D693EA /* Info.plist */, + 885EB06E3ACB989A01EF6ADC /* ExampleUITests.__internal__.__test_bundle-intermediates */, ); - path = "ExampleUITests.__internal__.__test_bundle-intermediates"; - sourceTree = ""; - }; - 0DA724F3AFB3AE2E723C3346 /* ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f */ = { - isa = PBXGroup; - children = ( - 9F2B8FCC09DA2184F6E9A2FE /* bin */, - ); - path = "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f"; + path = ExampleUITests; sourceTree = ""; }; 0FA8CC4F83F67E8D17E56EF6 /* ExampleUITests */ = { @@ -271,12 +263,12 @@ path = ExampleUITests; sourceTree = ""; }; - 1241EF34A9A6FD165858EB49 /* applebin_ios-ios_x86_64-dbg-ST-cabd535f549f */ = { + 11D9730C9A7586367BE67C1F /* ExampleTests */ = { isa = PBXGroup; children = ( - D40AB0C9DFC9EC505543A524 /* bin */, + E406D156A0876805A2AEEC6E /* ExampleTests.__internal__.__test_bundle-intermediates */, ); - path = "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f"; + path = ExampleTests; sourceTree = ""; }; 1B8846860A494D5FC82D2072 /* PreviewContent */ = { @@ -295,13 +287,22 @@ path = apple; sourceTree = ""; }; - 25D74A9E586F5DF8D9E5BEB9 /* TestingUtils */ = { + 46AFB439B9C397CE0AD8269A /* Example */ = { isa = PBXGroup; children = ( - B651632B5D644D293E21A9F7 /* Answer.swift */, - B870ADDD96CD1141EB59AD7D /* Greeting.swift */, - E3621CBB8391540086581BF6 /* TestingUtils.swift */, - 96AA8467AE64A9B48D79BCFA /* TestingUtils.swift.modulemap */, + 6CF7424DF05BD6606F3734CF /* Example-intermediates */, + CFC9A2A1615D8DCB6AF8914F /* Example_entitlements.entitlements */, + ); + path = Example; + sourceTree = ""; + }; + 518AA8FB370DCA3819DD9A8D /* TestingUtils */ = { + isa = PBXGroup; + children = ( + 682E1922F8940EA9ACB44508 /* Answer.swift */, + 710076782F3AA9ABD35FDFED /* Greeting.swift */, + 1DFA501580379A58AE2389D0 /* TestingUtils.swift */, + 2C844E9CCF398860A8F858D5 /* TestingUtils.swift.modulemap */, ); path = TestingUtils; sourceTree = ""; @@ -329,12 +330,20 @@ name = Products; sourceTree = ""; }; - 5F27AD1722B3685E4E7857A1 /* ExampleTests */ = { + 59A8E8F428B036DD7CE4AB1A /* examples_ios_app_external */ = { isa = PBXGroup; children = ( - D66C394C0F0D43B90CE9D765 /* ExampleTests.__internal__.__test_bundle-intermediates */, + FCD60791E48BE478D91B90E5 /* Library.swift.modulemap */, ); - path = ExampleTests; + path = examples_ios_app_external; + sourceTree = ""; + }; + 668B0DDD0CD36596E944B03F /* CoreUtilsObjC */ = { + isa = PBXGroup; + children = ( + 72FDDAA6D06AEFA8D20DFEF6 /* CoreUtilsObjC.swift.modulemap */, + ); + path = CoreUtilsObjC; sourceTree = ""; }; 68510571C1C2FF91C893A79F /* ExampleResources */ = { @@ -348,12 +357,12 @@ path = ExampleResources; sourceTree = ""; }; - 6874FD269C2DA9664DFA4061 /* ExampleObjcTests */ = { + 6CF7424DF05BD6606F3734CF /* Example-intermediates */ = { isa = PBXGroup; children = ( - DC6DD0FBC8A180E23BAC1021 /* ExampleObjcTests.__internal__.__test_bundle-intermediates */, + 2DE79B7A21FFAD5EE7C3BF43 /* Info.plist */, ); - path = ExampleObjcTests; + path = "Example-intermediates"; sourceTree = ""; }; 8559ED6752C798E87266A14E /* TestingUtils */ = { @@ -366,6 +375,49 @@ path = TestingUtils; sourceTree = ""; }; + 885EB06E3ACB989A01EF6ADC /* ExampleUITests.__internal__.__test_bundle-intermediates */ = { + isa = PBXGroup; + children = ( + FC2955D9470E1B14AF63D754 /* Info.plist */, + ); + path = "ExampleUITests.__internal__.__test_bundle-intermediates"; + sourceTree = ""; + }; + 88D86B97D107BA2EBE446AA5 /* external */ = { + isa = PBXGroup; + children = ( + 59A8E8F428B036DD7CE4AB1A /* examples_ios_app_external */, + ); + path = external; + sourceTree = ""; + }; + 893B838857303F643C601213 /* bin */ = { + isa = PBXGroup; + children = ( + 668B0DDD0CD36596E944B03F /* CoreUtilsObjC */, + 88D86B97D107BA2EBE446AA5 /* external */, + 518AA8FB370DCA3819DD9A8D /* TestingUtils */, + 8C20F5F7A777AE2FAA4C7229 /* Utils */, + ); + path = bin; + sourceTree = ""; + }; + 8B6B40F20EDEA3383ACD02BD /* ExampleObjcTests.__internal__.__test_bundle-intermediates */ = { + isa = PBXGroup; + children = ( + 1599D430F101404D8C5229CB /* Info.plist */, + ); + path = "ExampleObjcTests.__internal__.__test_bundle-intermediates"; + sourceTree = ""; + }; + 8C20F5F7A777AE2FAA4C7229 /* Utils */ = { + isa = PBXGroup; + children = ( + B4D73F5C48C2711F4DEE0F31 /* Utils.swift.modulemap */, + ); + path = Utils; + sourceTree = ""; + }; 8EE3DCB9E9E0C79809FF9CE4 /* CoreUtilsObjC */ = { isa = PBXGroup; children = ( @@ -392,6 +444,14 @@ path = Example; sourceTree = ""; }; + 946073E57665949FD27E1850 /* ExampleObjcTests */ = { + isa = PBXGroup; + children = ( + 8B6B40F20EDEA3383ACD02BD /* ExampleObjcTests.__internal__.__test_bundle-intermediates */, + ); + path = ExampleObjcTests; + sourceTree = ""; + }; 9811D2ED915829A1A7881AFD /* Bazel External Repositories */ = { isa = PBXGroup; children = ( @@ -411,33 +471,17 @@ path = CoreUtils; sourceTree = ""; }; - 9F2B8FCC09DA2184F6E9A2FE /* bin */ = { + 9C9DAB5A5C05DA5C09138FB7 /* bin */ = { isa = PBXGroup; children = ( - A3ADE6EB9B17C1A7CC98EB6B /* CoreUtilsObjC */, - AFDB0A326BAA2EF01D32FD4C /* external */, - 25D74A9E586F5DF8D9E5BEB9 /* TestingUtils */, - C4A72063CB7189CF3C37EE63 /* Utils */, + 46AFB439B9C397CE0AD8269A /* Example */, + 946073E57665949FD27E1850 /* ExampleObjcTests */, + 11D9730C9A7586367BE67C1F /* ExampleTests */, + 0AEB406D36847C33B5AC6831 /* ExampleUITests */, ); path = bin; sourceTree = ""; }; - A3ADE6EB9B17C1A7CC98EB6B /* CoreUtilsObjC */ = { - isa = PBXGroup; - children = ( - 6C93F949282E5160FC61087C /* CoreUtilsObjC.swift.modulemap */, - ); - path = CoreUtilsObjC; - sourceTree = ""; - }; - AFDB0A326BAA2EF01D32FD4C /* external */ = { - isa = PBXGroup; - children = ( - B84C3125452F9C7987D7DEBA /* examples_ios_app_external */, - ); - path = external; - sourceTree = ""; - }; B5E6B29C1FEA4108FE0C81E6 /* third_party */ = { isa = PBXGroup; children = ( @@ -447,14 +491,6 @@ path = third_party; sourceTree = ""; }; - B84C3125452F9C7987D7DEBA /* examples_ios_app_external */ = { - isa = PBXGroup; - children = ( - 00FC419B4B4B0795DB922963 /* Library.swift.modulemap */, - ); - path = examples_ios_app_external; - sourceTree = ""; - }; B90C93321F57509ADC051F9E /* testing */ = { isa = PBXGroup; children = ( @@ -486,40 +522,13 @@ C407A8E68D8C611448A3E699 /* Bazel Generated Files */ = { isa = PBXGroup; children = ( - 1241EF34A9A6FD165858EB49 /* applebin_ios-ios_x86_64-dbg-ST-cabd535f549f */, - 0DA724F3AFB3AE2E723C3346 /* ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f */, + E9A2D799C7A1F9E0E1EF450C /* applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217 */, + E6A702A1A6D5D15456EEFF80 /* ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217 */, ); name = "Bazel Generated Files"; path = test/fixtures/bwb.xcodeproj/rules_xcodeproj/links/gen_dir; sourceTree = ""; }; - C4A72063CB7189CF3C37EE63 /* Utils */ = { - isa = PBXGroup; - children = ( - 4F32ADE9D948017418C57764 /* Utils.swift.modulemap */, - ); - path = Utils; - sourceTree = ""; - }; - D40AB0C9DFC9EC505543A524 /* bin */ = { - isa = PBXGroup; - children = ( - EABE0D7891B48DD908864686 /* Example */, - 6874FD269C2DA9664DFA4061 /* ExampleObjcTests */, - 5F27AD1722B3685E4E7857A1 /* ExampleTests */, - DC7ABDCCB0D9B753D64ABFCC /* ExampleUITests */, - ); - path = bin; - sourceTree = ""; - }; - D66C394C0F0D43B90CE9D765 /* ExampleTests.__internal__.__test_bundle-intermediates */ = { - isa = PBXGroup; - children = ( - 6BE41312B0C1244640AE8512 /* Info.plist */, - ); - path = "ExampleTests.__internal__.__test_bundle-intermediates"; - sourceTree = ""; - }; D7E307D20F63C7FF9776FB39 /* ImportableLibrary */ = { isa = PBXGroup; children = ( @@ -529,22 +538,6 @@ path = ImportableLibrary; sourceTree = ""; }; - DC6DD0FBC8A180E23BAC1021 /* ExampleObjcTests.__internal__.__test_bundle-intermediates */ = { - isa = PBXGroup; - children = ( - FD896FE5B708E50D83BFEF03 /* Info.plist */, - ); - path = "ExampleObjcTests.__internal__.__test_bundle-intermediates"; - sourceTree = ""; - }; - DC7ABDCCB0D9B753D64ABFCC /* ExampleUITests */ = { - isa = PBXGroup; - children = ( - 01728A0E7E439CB7DF1DA63B /* ExampleUITests.__internal__.__test_bundle-intermediates */, - ); - path = ExampleUITests; - sourceTree = ""; - }; DEDBB9862662A833DD5D663E /* build_bazel_rules_apple */ = { isa = PBXGroup; children = ( @@ -564,21 +557,28 @@ path = Utils; sourceTree = ""; }; - E25FBCDB8FC5CF519F32FE96 /* Example-intermediates */ = { + E406D156A0876805A2AEEC6E /* ExampleTests.__internal__.__test_bundle-intermediates */ = { isa = PBXGroup; children = ( - 9CDE828AA459D37E7FCD1364 /* Info.plist */, + 547A0AC489B96F39E1BD1254 /* Info.plist */, ); - path = "Example-intermediates"; + path = "ExampleTests.__internal__.__test_bundle-intermediates"; sourceTree = ""; }; - EABE0D7891B48DD908864686 /* Example */ = { + E6A702A1A6D5D15456EEFF80 /* ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217 */ = { isa = PBXGroup; children = ( - E25FBCDB8FC5CF519F32FE96 /* Example-intermediates */, - E0BAE29EDB9C9936C6FBFBC9 /* Example_entitlements.entitlements */, + 893B838857303F643C601213 /* bin */, ); - path = Example; + path = "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217"; + sourceTree = ""; + }; + E9A2D799C7A1F9E0E1EF450C /* applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217 */ = { + isa = PBXGroup; + children = ( + 9C9DAB5A5C05DA5C09138FB7 /* bin */, + ); + path = "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217"; sourceTree = ""; }; EC6FEE5AC277A3FEEA95510A = { @@ -933,7 +933,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4F0EFC2E173C202828463310 /* TestingUtils.swift in Sources */, + 8490D2560B037FDA913FA479 /* TestingUtils.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1097,7 +1097,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleObjcTests"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleObjcTests"; BUILT_PRODUCTS_DIR = "$(CONFIGURATION_BUILD_DIR)"; BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; @@ -1119,9 +1119,9 @@ ); HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)/CoreUtilsObjC", - "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC", + "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC", ); - INFOPLIST_FILE = "$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.xcode.plist"; + INFOPLIST_FILE = "$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.xcode.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; OTHER_CFLAGS = ( "-fstack-protector", @@ -1149,7 +1149,7 @@ ); OTHER_LDFLAGS = ( "-filelist", - "$(INTERNAL_DIR)/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle.LinkFileList", + "$(INTERNAL_DIR)/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle.LinkFileList", "-Wl,-rpath,/usr/lib/swift", "-L$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)", "-L/usr/lib/swift", @@ -1169,14 +1169,14 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5; TARGETED_DEVICE_FAMILY = "1,2"; - TARGET_BUILD_DIR = "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example$(TARGET_BUILD_SUBPATH)"; + TARGET_BUILD_DIR = "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example$(TARGET_BUILD_SUBPATH)"; TARGET_NAME = ExampleObjcTests.__internal__.__test_bundle; - TEST_HOST = "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example.app/Example"; + TEST_HOST = "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example.app/Example"; USER_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)", - "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin", + "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin", "$(BAZEL_EXTERNAL)/examples_ios_app_external", - "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external", + "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external", ); }; name = Debug; @@ -1185,7 +1185,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -1237,7 +1237,7 @@ TARGET_NAME = TestingUtils; USER_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)", - "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin", + "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin", ); }; name = Debug; @@ -1246,7 +1246,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests"; BUILT_PRODUCTS_DIR = "$(CONFIGURATION_BUILD_DIR)"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; @@ -1260,7 +1260,7 @@ "__TIMESTAMP__=\"redacted\"", "__TIME__=\"redacted\"", ); - INFOPLIST_FILE = "$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.xcode.plist"; + INFOPLIST_FILE = "$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.xcode.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; OTHER_CFLAGS = ( "-fstack-protector", @@ -1307,7 +1307,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -1325,7 +1325,7 @@ GENERATE_INFOPLIST_FILE = YES; HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)/CoreUtilsObjC", - "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC", + "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC", ); IPHONEOS_DEPLOYMENT_TARGET = 15.0; OTHER_CFLAGS = ( @@ -1370,7 +1370,7 @@ TARGET_NAME = CoreUtilsObjC; USER_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)", - "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin", + "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin", ); }; name = Debug; @@ -1379,7 +1379,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Utils"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Utils"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -1396,7 +1396,7 @@ GENERATE_INFOPLIST_FILE = YES; HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)/CoreUtilsObjC", - "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC", + "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC", ); IPHONEOS_DEPLOYMENT_TARGET = 15.0; OTHER_CFLAGS = ( @@ -1441,7 +1441,7 @@ TARGET_NAME = Utils; USER_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)", - "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin", + "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin", ); }; name = Debug; @@ -1489,11 +1489,11 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example"; BUILT_PRODUCTS_DIR = "$(CONFIGURATION_BUILD_DIR)"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; CODE_SIGN_ALLOW_ENTITLEMENTS_MODIFICATION = YES; - CODE_SIGN_ENTITLEMENTS = "$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example_entitlements.entitlements"; + CODE_SIGN_ENTITLEMENTS = "$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example_entitlements.entitlements"; DEBUG_INFORMATION_FORMAT = dwarf; DEPLOYMENT_LOCATION = NO; ENABLE_BITCODE = NO; @@ -1510,9 +1510,9 @@ ); HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)/CoreUtilsObjC", - "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC", + "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC", ); - INFOPLIST_FILE = "$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example-intermediates/Info.xcode.plist"; + INFOPLIST_FILE = "$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example-intermediates/Info.xcode.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -1544,7 +1544,7 @@ ); OTHER_LDFLAGS = ( "-filelist", - "$(INTERNAL_DIR)/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/Example/Example.LinkFileList", + "$(INTERNAL_DIR)/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/Example/Example.LinkFileList", "-framework", Foundation, "-weak_framework", @@ -1552,7 +1552,7 @@ "-lc++", "-ObjC", ); - OTHER_SWIFT_FLAGS = "-Xcc -fstack-protector -Xcc -Wall -Xcc -Wthread-safety -Xcc -Wself-assign -Xcc -fno-omit-frame-pointer -Xcc -g -Xcc -no-canonical-prefixes -Xcc -pthread -Xcc -no-canonical-prefixes -Xcc -Wno-builtin-macro-redefined -Xcc -fmodule-map-file=$(PROJECT_DIR)/third_party/ExampleFramework.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/examples_ios_app_external/ExternalFramework.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC/CoreUtilsObjC.swift.xcode.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Utils/Utils.swift.xcode.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external/Library.swift.xcode.modulemap -g -Fthird_party -Fexternal/examples_ios_app_external"; + OTHER_SWIFT_FLAGS = "-Xcc -fstack-protector -Xcc -Wall -Xcc -Wthread-safety -Xcc -Wself-assign -Xcc -fno-omit-frame-pointer -Xcc -g -Xcc -no-canonical-prefixes -Xcc -pthread -Xcc -no-canonical-prefixes -Xcc -Wno-builtin-macro-redefined -Xcc -fmodule-map-file=$(PROJECT_DIR)/third_party/ExampleFramework.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/examples_ios_app_external/ExternalFramework.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC/CoreUtilsObjC.swift.xcode.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Utils/Utils.swift.xcode.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external/Library.swift.xcode.modulemap -g -Fthird_party -Fexternal/examples_ios_app_external"; PRODUCT_BUNDLE_IDENTIFIER = io.buildbuddy.example; PRODUCT_MODULE_NAME = Example; PRODUCT_NAME = Example; @@ -1566,9 +1566,9 @@ TARGET_NAME = Example; USER_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)", - "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin", + "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin", "$(BAZEL_EXTERNAL)/examples_ios_app_external", - "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external", + "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external", ); }; name = Debug; @@ -1577,7 +1577,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests"; BUILT_PRODUCTS_DIR = "$(CONFIGURATION_BUILD_DIR)"; BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; @@ -1599,9 +1599,9 @@ ); HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)/CoreUtilsObjC", - "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC", + "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC", ); - INFOPLIST_FILE = "$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.xcode.plist"; + INFOPLIST_FILE = "$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.xcode.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; OTHER_CFLAGS = ( "-fstack-protector", @@ -1629,7 +1629,7 @@ ); OTHER_LDFLAGS = ( "-filelist", - "$(INTERNAL_DIR)/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/ExampleTests/ExampleTests.__internal__.__test_bundle.LinkFileList", + "$(INTERNAL_DIR)/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/ExampleTests/ExampleTests.__internal__.__test_bundle.LinkFileList", "-framework", Foundation, "-weak_framework", @@ -1637,26 +1637,26 @@ "-lc++", "-ObjC", ); - OTHER_SWIFT_FLAGS = "-Xcc -fstack-protector -Xcc -Wall -Xcc -Wthread-safety -Xcc -Wself-assign -Xcc -fno-omit-frame-pointer -Xcc -g -Xcc -no-canonical-prefixes -Xcc -pthread -Xcc -no-canonical-prefixes -Xcc -Wno-builtin-macro-redefined -Xcc -fmodule-map-file=$(PROJECT_DIR)/third_party/ExampleFramework.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/examples_ios_app_external/ExternalFramework.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC/CoreUtilsObjC.swift.xcode.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Utils/Utils.swift.xcode.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external/Library.swift.xcode.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swift.xcode.modulemap -g -Fthird_party -Fexternal/examples_ios_app_external"; + OTHER_SWIFT_FLAGS = "-Xcc -fstack-protector -Xcc -Wall -Xcc -Wthread-safety -Xcc -Wself-assign -Xcc -fno-omit-frame-pointer -Xcc -g -Xcc -no-canonical-prefixes -Xcc -pthread -Xcc -no-canonical-prefixes -Xcc -Wno-builtin-macro-redefined -Xcc -fmodule-map-file=$(PROJECT_DIR)/third_party/ExampleFramework.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/examples_ios_app_external/ExternalFramework.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC/CoreUtilsObjC.swift.xcode.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Utils/Utils.swift.xcode.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external/Library.swift.xcode.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swift.xcode.modulemap -g -Fthird_party -Fexternal/examples_ios_app_external"; PRODUCT_BUNDLE_IDENTIFIER = io.buildbuddy.example.tests; PRODUCT_MODULE_NAME = ExampleTests; PRODUCT_NAME = ExampleTests; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphonesimulator; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG AWESOME"; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example $(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example $(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils"; SWIFT_OBJC_INTERFACE_HEADER_NAME = ""; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5; TARGETED_DEVICE_FAMILY = "1,2"; - TARGET_BUILD_DIR = "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example$(TARGET_BUILD_SUBPATH)"; + TARGET_BUILD_DIR = "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example$(TARGET_BUILD_SUBPATH)"; TARGET_NAME = ExampleTests.__internal__.__test_bundle; - TEST_HOST = "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example.app/Example"; + TEST_HOST = "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example.app/Example"; USER_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)", - "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin", + "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin", "$(BAZEL_EXTERNAL)/examples_ios_app_external", - "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external", + "$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external", ); }; name = Debug; diff --git a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.copied.xcfilelist b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.copied.xcfilelist index 11ef89c8c9..c4c1c5d27d 100644 --- a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.copied.xcfilelist +++ b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.copied.xcfilelist @@ -1,12 +1,12 @@ -$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example_entitlements.entitlements -$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example-intermediates/Info.plist -$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.plist -$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist -$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist -$(GEN_DIR)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap -$(GEN_DIR)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external/Library.swift.modulemap -$(GEN_DIR)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/Answer.swift -$(GEN_DIR)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/Greeting.swift -$(GEN_DIR)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swift -$(GEN_DIR)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swift.modulemap -$(GEN_DIR)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Utils/Utils.swift.modulemap +$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example_entitlements.entitlements +$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example-intermediates/Info.plist +$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.plist +$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist +$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist +$(GEN_DIR)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap +$(GEN_DIR)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external/Library.swift.modulemap +$(GEN_DIR)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/Answer.swift +$(GEN_DIR)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/Greeting.swift +$(GEN_DIR)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swift +$(GEN_DIR)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swift.modulemap +$(GEN_DIR)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Utils/Utils.swift.modulemap diff --git a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.rsynclist b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.rsynclist index 001446fa70..503edbd870 100644 --- a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.rsynclist +++ b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.rsynclist @@ -1,12 +1,12 @@ -applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example_entitlements.entitlements -applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example-intermediates/Info.plist -applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.plist -applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist -applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist -ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap -ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external/Library.swift.modulemap -ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/Answer.swift -ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/Greeting.swift -ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swift -ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swift.modulemap -ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Utils/Utils.swift.modulemap +applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example_entitlements.entitlements +applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example-intermediates/Info.plist +applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.plist +applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist +applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist +ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap +ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external/Library.swift.modulemap +ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/Answer.swift +ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/Greeting.swift +ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swift +ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swift.modulemap +ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Utils/Utils.swift.modulemap diff --git a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist index c194ae534a..e39bbe6010 100644 --- a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist +++ b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist @@ -1,12 +1,12 @@ -$(BAZEL_OUT)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example_entitlements.entitlements -$(BAZEL_OUT)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example-intermediates/Info.plist -$(BAZEL_OUT)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.plist -$(BAZEL_OUT)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist -$(BAZEL_OUT)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist -$(BAZEL_OUT)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap -$(BAZEL_OUT)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external/Library.swift.modulemap -$(BAZEL_OUT)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/Answer.swift -$(BAZEL_OUT)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/Greeting.swift -$(BAZEL_OUT)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swift -$(BAZEL_OUT)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swift.modulemap -$(BAZEL_OUT)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Utils/Utils.swift.modulemap +$(BAZEL_OUT)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example_entitlements.entitlements +$(BAZEL_OUT)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example-intermediates/Info.plist +$(BAZEL_OUT)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.plist +$(BAZEL_OUT)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist +$(BAZEL_OUT)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist +$(BAZEL_OUT)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap +$(BAZEL_OUT)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external/Library.swift.modulemap +$(BAZEL_OUT)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/Answer.swift +$(BAZEL_OUT)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/Greeting.swift +$(BAZEL_OUT)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swift +$(BAZEL_OUT)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swift.modulemap +$(BAZEL_OUT)/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Utils/Utils.swift.modulemap diff --git a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/infoplists.fixed.xcfilelist b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/infoplists.fixed.xcfilelist index 5a3671492a..39f91c4e45 100644 --- a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/infoplists.fixed.xcfilelist +++ b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/infoplists.fixed.xcfilelist @@ -1,4 +1,4 @@ -$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example-intermediates/Info.xcode.plist -$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.xcode.plist -$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.xcode.plist -$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.xcode.plist +$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example-intermediates/Info.xcode.plist +$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.xcode.plist +$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.xcode.plist +$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.xcode.plist diff --git a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/infoplists.xcfilelist b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/infoplists.xcfilelist index 7cf0e49e47..8b62ea43a4 100644 --- a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/infoplists.xcfilelist +++ b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/infoplists.xcfilelist @@ -1,4 +1,4 @@ -$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example-intermediates/Info.plist -$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.plist -$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist -$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist +$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example-intermediates/Info.plist +$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.plist +$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist +$(GEN_DIR)/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist diff --git a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/modulemaps.fixed.xcfilelist b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/modulemaps.fixed.xcfilelist index 6d97206201..23103c3939 100644 --- a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/modulemaps.fixed.xcfilelist +++ b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/modulemaps.fixed.xcfilelist @@ -1,4 +1,4 @@ -$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC/CoreUtilsObjC.swift.xcode.modulemap -$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external/Library.swift.xcode.modulemap -$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swift.xcode.modulemap -$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Utils/Utils.swift.xcode.modulemap +$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC/CoreUtilsObjC.swift.xcode.modulemap +$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external/Library.swift.xcode.modulemap +$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swift.xcode.modulemap +$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Utils/Utils.swift.xcode.modulemap diff --git a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/modulemaps.xcfilelist b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/modulemaps.xcfilelist index 5a5bae14bc..6042679d0c 100644 --- a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/modulemaps.xcfilelist +++ b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/modulemaps.xcfilelist @@ -1,4 +1,4 @@ -$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap -$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external/Library.swift.modulemap -$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swift.modulemap -$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Utils/Utils.swift.modulemap +$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap +$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external/Library.swift.modulemap +$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swift.modulemap +$(BUILD_DIR)/bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Utils/Utils.swift.modulemap diff --git a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/Example/Example.LinkFileList b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/Example/Example.LinkFileList similarity index 69% rename from examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/Example/Example.LinkFileList rename to examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/Example/Example.LinkFileList index 3c600da786..386d1b6082 100644 --- a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/Example/Example.LinkFileList +++ b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/Example/Example.LinkFileList @@ -1,3 +1,3 @@ -test/fixtures/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Utils/libUtils.a -test/fixtures/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC/libCoreUtilsObjC.a +test/fixtures/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Utils/libUtils.a +test/fixtures/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC/libCoreUtilsObjC.a test/fixtures/bwb.xcodeproj/rules_xcodeproj/links/external/examples_ios_app_external/ImportableLibrary/libImportableLibrary.a diff --git a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle.LinkFileList b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle.LinkFileList similarity index 58% rename from examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle.LinkFileList rename to examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle.LinkFileList index 477ff34fd2..7c166a9607 100644 --- a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle.LinkFileList +++ b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle.LinkFileList @@ -1 +1 @@ -test/fixtures/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/libTestingUtils.a +test/fixtures/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/libTestingUtils.a diff --git a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/ExampleTests/ExampleTests.__internal__.__test_bundle.LinkFileList b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/ExampleTests/ExampleTests.__internal__.__test_bundle.LinkFileList similarity index 58% rename from examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/ExampleTests/ExampleTests.__internal__.__test_bundle.LinkFileList rename to examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/ExampleTests/ExampleTests.__internal__.__test_bundle.LinkFileList index 477ff34fd2..7c166a9607 100644 --- a/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/ExampleTests/ExampleTests.__internal__.__test_bundle.LinkFileList +++ b/examples/ios_app/test/fixtures/bwb.xcodeproj/rules_xcodeproj/targets/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/ExampleTests/ExampleTests.__internal__.__test_bundle.LinkFileList @@ -1 +1 @@ -test/fixtures/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/libTestingUtils.a +test/fixtures/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/libTestingUtils.a diff --git a/examples/ios_app/test/fixtures/bwb_spec.json b/examples/ios_app/test/fixtures/bwb_spec.json index 555d99d792..dbd8786f99 100644 --- a/examples/ios_app/test/fixtures/bwb_spec.json +++ b/examples/ios_app/test/fixtures/bwb_spec.json @@ -41,15 +41,15 @@ "t": "e" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap", "t": "g" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Utils/Utils.swift.modulemap", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Utils/Utils.swift.modulemap", "t": "g" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external/Library.swift.modulemap", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external/Library.swift.modulemap", "t": "g" }, "Example/Assets.xcassets/Contents.json", @@ -70,27 +70,27 @@ "Example/app.entitlements", "Example/Info.plist", { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example-intermediates/Info.plist", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example-intermediates/Info.plist", "t": "g" }, { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example_entitlements.entitlements", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example_entitlements.entitlements", "t": "g" }, "TestingUtils/BUILD", "TestingUtils/Greeting.swift.stencil", "TestingUtils/Answer.swift.stencil", { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/Greeting.swift", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/Greeting.swift", "t": "g" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/Answer.swift", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/Answer.swift", "t": "g" }, "ExampleTests/BUILD", { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swift.modulemap", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swift.modulemap", "t": "g" }, { @@ -98,12 +98,12 @@ "t": "e" }, { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist", "t": "g" }, "ExampleObjcTests/BUILD", { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.plist", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.plist", "t": "g" }, { @@ -129,7 +129,7 @@ }, "ExampleUITests/BUILD", { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist", "t": "g" } ], @@ -137,25 +137,25 @@ "label": "//test/fixtures:fixture_bwb", "name": "bwb", "target_merges": [ - "//Example:Example.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "//Example:Example.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", [ - "//Example:Example applebin_ios-ios_x86_64-dbg-ST-cabd535f549f" + "//Example:Example applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217" ], - "//ExampleObjcTests:ExampleObjcTests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "//ExampleObjcTests:ExampleObjcTests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", [ - "//ExampleObjcTests:ExampleObjcTests.__internal__.__test_bundle applebin_ios-ios_x86_64-dbg-ST-cabd535f549f" + "//ExampleObjcTests:ExampleObjcTests.__internal__.__test_bundle applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217" ], - "//ExampleTests:ExampleTests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "//ExampleTests:ExampleTests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", [ - "//ExampleTests:ExampleTests.__internal__.__test_bundle applebin_ios-ios_x86_64-dbg-ST-cabd535f549f" + "//ExampleTests:ExampleTests.__internal__.__test_bundle applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217" ], - "//ExampleUITests:ExampleUITests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "//ExampleUITests:ExampleUITests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", [ - "//ExampleUITests:ExampleUITests.__internal__.__test_bundle applebin_ios-ios_x86_64-dbg-ST-cabd535f549f" + "//ExampleUITests:ExampleUITests.__internal__.__test_bundle applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217" ] ], "targets": [ - "//CoreUtilsObjC:CoreUtilsObjC ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "//CoreUtilsObjC:CoreUtilsObjC ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -207,7 +207,7 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "configuration": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", "dependencies": [], "entitlements": null, "info_plist": null, @@ -227,7 +227,7 @@ "modulemaps": [], "name": "CoreUtilsObjC", "outputs": {}, - "package_bin_dir": "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC", + "package_bin_dir": "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -237,7 +237,7 @@ "product": { "name": "CoreUtilsObjC", "path": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC/libCoreUtilsObjC.a", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC/libCoreUtilsObjC.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -254,14 +254,14 @@ "includes": [ "CoreUtilsObjC", { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC", "t": "g" } ], "quote_includes": [ ".", { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin", "t": "g" } ] @@ -269,7 +269,7 @@ "swiftmodules": [], "test_host": null }, - "//Example:Example applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "//Example:Example applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -316,16 +316,16 @@ "SWIFT_VERSION": "5", "TARGETED_DEVICE_FAMILY": "1" }, - "configuration": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "configuration": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", "dependencies": [ - "//Example:Example.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f" + "//Example:Example.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217" ], "entitlements": { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example_entitlements.entitlements", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example_entitlements.entitlements", "t": "g" }, "info_plist": { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example-intermediates/Info.plist", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example-intermediates/Info.plist", "t": "g" }, "inputs": { @@ -345,15 +345,15 @@ ], "static_libraries": [ { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/libExample.library.a", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/libExample.library.a", "t": "g" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Utils/libUtils.a", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Utils/libUtils.a", "t": "g" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC/libCoreUtilsObjC.a", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC/libCoreUtilsObjC.a", "t": "g" }, { @@ -366,11 +366,11 @@ "name": "Example", "outputs": { "b": { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example.app", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example.app", "t": "g" } }, - "package_bin_dir": "bazel-out/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example", + "package_bin_dir": "bazel-out/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -380,7 +380,7 @@ "product": { "name": "Example", "path": { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example.app", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example.app", "t": "g" }, "type": "com.apple.product-type.application" @@ -390,7 +390,7 @@ "swiftmodules": [], "test_host": null }, - "//Example:Example.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "//Example:Example.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -445,9 +445,9 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "configuration": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", "dependencies": [ - "//Utils:Utils ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f" + "//Utils:Utils ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217" ], "entitlements": null, "info_plist": null, @@ -468,15 +468,15 @@ "t": "e" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap", "t": "g" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Utils/Utils.swift.modulemap", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Utils/Utils.swift.modulemap", "t": "g" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external/Library.swift.modulemap", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external/Library.swift.modulemap", "t": "g" } ], @@ -484,20 +484,20 @@ "outputs": { "s": { "d": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example.swiftdoc", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example.swiftdoc", "t": "g" }, "m": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example.swiftmodule", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example.swiftmodule", "t": "g" }, "s": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example.swiftsourceinfo", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example", + "package_bin_dir": "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -507,7 +507,7 @@ "product": { "name": "Example.library", "path": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/libExample.library.a", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/libExample.library.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -524,14 +524,14 @@ "includes": [ "CoreUtilsObjC", { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC", "t": "g" } ], "quote_includes": [ ".", { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin", "t": "g" }, { @@ -539,7 +539,7 @@ "t": "e" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external", "t": "g" } ] @@ -547,7 +547,7 @@ "swiftmodules": [], "test_host": null }, - "//ExampleObjcTests:ExampleObjcTests.__internal__.__test_bundle applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "//ExampleObjcTests:ExampleObjcTests.__internal__.__test_bundle applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -594,14 +594,14 @@ "SWIFT_VERSION": "5", "TARGETED_DEVICE_FAMILY": "1,2" }, - "configuration": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "configuration": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", "dependencies": [ - "//ExampleObjcTests:ExampleObjcTests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", - "//Example:Example applebin_ios-ios_x86_64-dbg-ST-cabd535f549f" + "//ExampleObjcTests:ExampleObjcTests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", + "//Example:Example applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217" ], "entitlements": null, "info_plist": { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.plist", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleObjcTests/ExampleObjcTests.__internal__.__test_bundle-intermediates/Info.plist", "t": "g" }, "inputs": { @@ -612,11 +612,11 @@ "linker_inputs": { "static_libraries": [ { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleObjcTests/libExampleObjcTests.library.a", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleObjcTests/libExampleObjcTests.library.a", "t": "g" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/libTestingUtils.a", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/libTestingUtils.a", "t": "g" } ] @@ -625,11 +625,11 @@ "name": "ExampleObjcTests.__internal__.__test_bundle", "outputs": { "b": { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleObjcTests/ExampleObjcTests.xctest", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleObjcTests/ExampleObjcTests.xctest", "t": "g" } }, - "package_bin_dir": "bazel-out/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleObjcTests", + "package_bin_dir": "bazel-out/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleObjcTests", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -639,7 +639,7 @@ "product": { "name": "ExampleObjcTests", "path": { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleObjcTests/ExampleObjcTests.xctest", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleObjcTests/ExampleObjcTests.xctest", "t": "g" }, "type": "com.apple.product-type.bundle.unit-test" @@ -647,9 +647,9 @@ "resource_bundles": [], "search_paths": {}, "swiftmodules": [], - "test_host": "//Example:Example applebin_ios-ios_x86_64-dbg-ST-cabd535f549f" + "test_host": "//Example:Example applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217" }, - "//ExampleObjcTests:ExampleObjcTests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "//ExampleObjcTests:ExampleObjcTests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -704,11 +704,11 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "configuration": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", "dependencies": [ - "//Example:Example.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", - "//TestingUtils:TestingUtils ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", - "//Utils:Utils ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f" + "//Example:Example.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", + "//TestingUtils:TestingUtils ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", + "//Utils:Utils ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217" ], "entitlements": null, "info_plist": null, @@ -723,7 +723,7 @@ "modulemaps": [], "name": "ExampleObjcTests.library", "outputs": {}, - "package_bin_dir": "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleObjcTests", + "package_bin_dir": "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleObjcTests", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -733,7 +733,7 @@ "product": { "name": "ExampleObjcTests.library", "path": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleObjcTests/libExampleObjcTests.library.a", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleObjcTests/libExampleObjcTests.library.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -750,14 +750,14 @@ "includes": [ "CoreUtilsObjC", { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC", "t": "g" } ], "quote_includes": [ ".", { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin", "t": "g" }, { @@ -765,7 +765,7 @@ "t": "e" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external", "t": "g" } ] @@ -773,7 +773,7 @@ "swiftmodules": [], "test_host": null }, - "//ExampleTests:ExampleTests.__internal__.__test_bundle applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "//ExampleTests:ExampleTests.__internal__.__test_bundle applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -820,14 +820,14 @@ "SWIFT_VERSION": "5", "TARGETED_DEVICE_FAMILY": "1,2" }, - "configuration": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "configuration": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", "dependencies": [ - "//ExampleTests:ExampleTests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", - "//Example:Example applebin_ios-ios_x86_64-dbg-ST-cabd535f549f" + "//ExampleTests:ExampleTests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", + "//Example:Example applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217" ], "entitlements": null, "info_plist": { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist", "t": "g" }, "inputs": { @@ -838,11 +838,11 @@ "linker_inputs": { "static_libraries": [ { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests/libExampleTests.library.a", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests/libExampleTests.library.a", "t": "g" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/libTestingUtils.a", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/libTestingUtils.a", "t": "g" } ] @@ -851,11 +851,11 @@ "name": "ExampleTests.__internal__.__test_bundle", "outputs": { "b": { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests/ExampleTests.xctest", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests/ExampleTests.xctest", "t": "g" } }, - "package_bin_dir": "bazel-out/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests", + "package_bin_dir": "bazel-out/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -865,7 +865,7 @@ "product": { "name": "ExampleTests", "path": { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests/ExampleTests.xctest", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests/ExampleTests.xctest", "t": "g" }, "type": "com.apple.product-type.bundle.unit-test" @@ -873,9 +873,9 @@ "resource_bundles": [], "search_paths": {}, "swiftmodules": [], - "test_host": "//Example:Example applebin_ios-ios_x86_64-dbg-ST-cabd535f549f" + "test_host": "//Example:Example applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217" }, - "//ExampleTests:ExampleTests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "//ExampleTests:ExampleTests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -932,11 +932,11 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "configuration": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", "dependencies": [ - "//Example:Example.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", - "//TestingUtils:TestingUtils ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", - "//Utils:Utils ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f" + "//Example:Example.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", + "//TestingUtils:TestingUtils ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", + "//Utils:Utils ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217" ], "entitlements": null, "info_plist": null, @@ -956,19 +956,19 @@ "t": "e" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap", "t": "g" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Utils/Utils.swift.modulemap", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Utils/Utils.swift.modulemap", "t": "g" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external/Library.swift.modulemap", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external/Library.swift.modulemap", "t": "g" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swift.modulemap", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swift.modulemap", "t": "g" } ], @@ -976,20 +976,20 @@ "outputs": { "s": { "d": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests/ExampleTests.swiftdoc", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests/ExampleTests.swiftdoc", "t": "g" }, "m": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests/ExampleTests.swiftmodule", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests/ExampleTests.swiftmodule", "t": "g" }, "s": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests/ExampleTests.swiftsourceinfo", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests/ExampleTests.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests", + "package_bin_dir": "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -999,7 +999,7 @@ "product": { "name": "ExampleTests.library", "path": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleTests/libExampleTests.library.a", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleTests/libExampleTests.library.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -1016,14 +1016,14 @@ "includes": [ "CoreUtilsObjC", { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC", "t": "g" } ], "quote_includes": [ ".", { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin", "t": "g" }, { @@ -1031,24 +1031,24 @@ "t": "e" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/external/examples_ios_app_external", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/external/examples_ios_app_external", "t": "g" } ] }, "swiftmodules": [ { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Example/Example.swiftmodule", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Example/Example.swiftmodule", "t": "g" }, { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swiftmodule", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swiftmodule", "t": "g" } ], "test_host": null }, - "//ExampleUITests:ExampleUITests.__internal__.__test_bundle applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "//ExampleUITests:ExampleUITests.__internal__.__test_bundle applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -1095,14 +1095,14 @@ "SWIFT_VERSION": "5", "TARGETED_DEVICE_FAMILY": "1,2" }, - "configuration": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "configuration": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", "dependencies": [ - "//ExampleUITests:ExampleUITests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", - "//Example:Example applebin_ios-ios_x86_64-dbg-ST-cabd535f549f" + "//ExampleUITests:ExampleUITests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", + "//Example:Example applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217" ], "entitlements": null, "info_plist": { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist", "t": "g" }, "inputs": { @@ -1113,7 +1113,7 @@ "linker_inputs": { "static_libraries": [ { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests/libExampleUITests.library.a", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests/libExampleUITests.library.a", "t": "g" } ] @@ -1122,11 +1122,11 @@ "name": "ExampleUITests.__internal__.__test_bundle", "outputs": { "b": { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests/ExampleUITests.xctest", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests/ExampleUITests.xctest", "t": "g" } }, - "package_bin_dir": "bazel-out/applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests", + "package_bin_dir": "bazel-out/applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -1136,7 +1136,7 @@ "product": { "name": "ExampleUITests", "path": { - "_": "applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests/ExampleUITests.xctest", + "_": "applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests/ExampleUITests.xctest", "t": "g" }, "type": "com.apple.product-type.bundle.ui-testing" @@ -1144,9 +1144,9 @@ "resource_bundles": [], "search_paths": {}, "swiftmodules": [], - "test_host": "//Example:Example applebin_ios-ios_x86_64-dbg-ST-cabd535f549f" + "test_host": "//Example:Example applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217" }, - "//ExampleUITests:ExampleUITests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "//ExampleUITests:ExampleUITests.library ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -1197,7 +1197,7 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "configuration": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", "dependencies": [], "entitlements": null, "info_plist": null, @@ -1215,20 +1215,20 @@ "outputs": { "s": { "d": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests/ExampleUITests.swiftdoc", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests/ExampleUITests.swiftdoc", "t": "g" }, "m": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests/ExampleUITests.swiftmodule", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests/ExampleUITests.swiftmodule", "t": "g" }, "s": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests/ExampleUITests.swiftsourceinfo", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests/ExampleUITests.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests", + "package_bin_dir": "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -1238,7 +1238,7 @@ "product": { "name": "ExampleUITests.library", "path": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/ExampleUITests/libExampleUITests.library.a", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/ExampleUITests/libExampleUITests.library.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -1248,7 +1248,7 @@ "swiftmodules": [], "test_host": null }, - "//TestingUtils:TestingUtils ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "//TestingUtils:TestingUtils ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -1300,7 +1300,7 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "configuration": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", "dependencies": [], "entitlements": null, "info_plist": null, @@ -1308,7 +1308,7 @@ "contains_generated_files": true, "srcs": [ { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swift", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swift", "t": "g" } ] @@ -1321,24 +1321,24 @@ "outputs": { "s": { "d": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swiftdoc", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swiftdoc", "t": "g" }, "h": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/SwiftAPI/TestingUtils-Swift.h", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/SwiftAPI/TestingUtils-Swift.h", "t": "g" }, "m": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swiftmodule", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swiftmodule", "t": "g" }, "s": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/TestingUtils.swiftsourceinfo", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/TestingUtils.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils", + "package_bin_dir": "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -1348,7 +1348,7 @@ "product": { "name": "TestingUtils", "path": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/TestingUtils/libTestingUtils.a", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/TestingUtils/libTestingUtils.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -1358,7 +1358,7 @@ "quote_includes": [ ".", { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin", "t": "g" } ] @@ -1366,7 +1366,7 @@ "swiftmodules": [], "test_host": null }, - "//Utils:Utils ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "//Utils:Utils ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -1418,9 +1418,9 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f", + "configuration": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217", "dependencies": [ - "//CoreUtilsObjC:CoreUtilsObjC ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f" + "//CoreUtilsObjC:CoreUtilsObjC ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217" ], "entitlements": null, "info_plist": null, @@ -1439,7 +1439,7 @@ "modulemaps": [], "name": "Utils", "outputs": {}, - "package_bin_dir": "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Utils", + "package_bin_dir": "bazel-out/ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Utils", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -1449,7 +1449,7 @@ "product": { "name": "Utils", "path": { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/Utils/libUtils.a", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/Utils/libUtils.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -1466,14 +1466,14 @@ "includes": [ "CoreUtilsObjC", { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin/CoreUtilsObjC", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin/CoreUtilsObjC", "t": "g" } ], "quote_includes": [ ".", { - "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-cabd535f549f/bin", + "_": "ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-a0d0e3b8f217/bin", "t": "g" } ] diff --git a/test/fixtures/cc/bwb.xcodeproj/project.pbxproj b/test/fixtures/cc/bwb.xcodeproj/project.pbxproj index 78e338edce..53a1109e2d 100644 --- a/test/fixtures/cc/bwb.xcodeproj/project.pbxproj +++ b/test/fixtures/cc/bwb.xcodeproj/project.pbxproj @@ -452,7 +452,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/examples_cc_external"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/examples_cc_external"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -466,7 +466,7 @@ GENERATE_INFOPLIST_FILE = YES; HEADER_SEARCH_PATHS = ( "$(BAZEL_EXTERNAL)/examples_cc_external/private", - "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/examples_cc_external/private", + "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/examples_cc_external/private", ); MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = ( @@ -503,7 +503,7 @@ TARGET_NAME = lib_impl; USER_HEADER_SEARCH_PATHS = ( "$(BAZEL_EXTERNAL)/examples_cc_external", - "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/examples_cc_external", + "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/examples_cc_external", ); }; name = Debug; @@ -512,7 +512,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -526,7 +526,7 @@ GENERATE_INFOPLIST_FILE = YES; HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)/examples/cc/lib/private", - "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib/private", + "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib/private", ); MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = ( @@ -563,7 +563,7 @@ TARGET_NAME = lib_impl; USER_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)", - "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin", + "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin", ); }; name = Debug; @@ -572,7 +572,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/tool"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/tool"; BUILT_PRODUCTS_DIR = "$(CONFIGURATION_BUILD_DIR)"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEPLOYMENT_LOCATION = NO; @@ -612,7 +612,7 @@ ); OTHER_LDFLAGS = ( "-filelist", - "$(INTERNAL_DIR)/targets/darwin_x86_64-dbg-ST-d98d8f686a75/examples/cc/tool/tool.LinkFileList", + "$(INTERNAL_DIR)/targets/darwin_x86_64-dbg-ST-5534cb307cb8/examples/cc/tool/tool.LinkFileList", "-Wl,-rpath,/usr/lib/swift", "-L$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)", "-L/usr/lib/swift", @@ -627,16 +627,16 @@ SWIFT_VERSION = 5; SYSTEM_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)/examples/cc/lib2/includes", - "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib2/includes", + "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib2/includes", ); TARGET_NAME = tool; USER_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)", - "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin", + "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin", "$(BAZEL_EXTERNAL)/examples_cc_external", - "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/examples_cc_external", + "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/examples_cc_external", "$(BAZEL_EXTERNAL)/bazel_tools", - "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/bazel_tools", + "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/bazel_tools", ); }; name = Debug; @@ -645,7 +645,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib2"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib2"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -690,12 +690,12 @@ SWIFT_VERSION = 5; SYSTEM_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)/examples/cc/lib2/includes", - "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib2/includes", + "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib2/includes", ); TARGET_NAME = lib_impl; USER_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)", - "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin", + "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin", ); }; name = Debug; diff --git a/test/fixtures/cc/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-d98d8f686a75/examples/cc/tool/tool.LinkFileList b/test/fixtures/cc/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-5534cb307cb8/examples/cc/tool/tool.LinkFileList similarity index 52% rename from test/fixtures/cc/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-d98d8f686a75/examples/cc/tool/tool.LinkFileList rename to test/fixtures/cc/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-5534cb307cb8/examples/cc/tool/tool.LinkFileList index d037ce721b..b4faf8f83d 100644 --- a/test/fixtures/cc/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-d98d8f686a75/examples/cc/tool/tool.LinkFileList +++ b/test/fixtures/cc/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-5534cb307cb8/examples/cc/tool/tool.LinkFileList @@ -1,3 +1,3 @@ -test/fixtures/cc/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib/liblib_impl.a -test/fixtures/cc/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib2/liblib_impl.a -test/fixtures/cc/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/examples_cc_external/liblib_impl.a +test/fixtures/cc/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib/liblib_impl.a +test/fixtures/cc/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib2/liblib_impl.a +test/fixtures/cc/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/examples_cc_external/liblib_impl.a diff --git a/test/fixtures/cc/bwb_spec.json b/test/fixtures/cc/bwb_spec.json index 4005bf4dd5..c09612eced 100644 --- a/test/fixtures/cc/bwb_spec.json +++ b/test/fixtures/cc/bwb_spec.json @@ -24,7 +24,7 @@ "name": "bwb", "target_merges": [], "targets": [ - "//examples/cc/lib2:lib_impl darwin_x86_64-dbg-ST-d98d8f686a75", + "//examples/cc/lib2:lib_impl darwin_x86_64-dbg-ST-5534cb307cb8", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -70,7 +70,7 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "darwin_x86_64-dbg-ST-d98d8f686a75", + "configuration": "darwin_x86_64-dbg-ST-5534cb307cb8", "dependencies": [], "entitlements": null, "info_plist": null, @@ -88,7 +88,7 @@ "modulemaps": [], "name": "lib_impl", "outputs": {}, - "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib2", + "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib2", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -97,7 +97,7 @@ "product": { "name": "lib_impl", "path": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib2/liblib_impl.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib2/liblib_impl.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -107,14 +107,14 @@ "quote_includes": [ ".", { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin", "t": "g" } ], "system_includes": [ "examples/cc/lib2/includes", { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib2/includes", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib2/includes", "t": "g" } ] @@ -122,7 +122,7 @@ "swiftmodules": [], "test_host": null }, - "//examples/cc/lib:lib_impl darwin_x86_64-dbg-ST-d98d8f686a75", + "//examples/cc/lib:lib_impl darwin_x86_64-dbg-ST-5534cb307cb8", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -169,7 +169,7 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "darwin_x86_64-dbg-ST-d98d8f686a75", + "configuration": "darwin_x86_64-dbg-ST-5534cb307cb8", "dependencies": [], "entitlements": null, "info_plist": null, @@ -185,7 +185,7 @@ "modulemaps": [], "name": "lib_impl", "outputs": {}, - "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib", + "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -194,7 +194,7 @@ "product": { "name": "lib_impl", "path": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib/liblib_impl.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib/liblib_impl.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -204,14 +204,14 @@ "includes": [ "examples/cc/lib/private", { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib/private", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib/private", "t": "g" } ], "quote_includes": [ ".", { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin", "t": "g" } ] @@ -219,7 +219,7 @@ "swiftmodules": [], "test_host": null }, - "//examples/cc/tool:tool darwin_x86_64-dbg-ST-d98d8f686a75", + "//examples/cc/tool:tool darwin_x86_64-dbg-ST-5534cb307cb8", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -266,11 +266,11 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "darwin_x86_64-dbg-ST-d98d8f686a75", + "configuration": "darwin_x86_64-dbg-ST-5534cb307cb8", "dependencies": [ - "//examples/cc/lib:lib_impl darwin_x86_64-dbg-ST-d98d8f686a75", - "@examples_cc_external//:lib_impl darwin_x86_64-dbg-ST-d98d8f686a75", - "//examples/cc/lib2:lib_impl darwin_x86_64-dbg-ST-d98d8f686a75" + "//examples/cc/lib:lib_impl darwin_x86_64-dbg-ST-5534cb307cb8", + "@examples_cc_external//:lib_impl darwin_x86_64-dbg-ST-5534cb307cb8", + "//examples/cc/lib2:lib_impl darwin_x86_64-dbg-ST-5534cb307cb8" ], "entitlements": null, "info_plist": null, @@ -284,15 +284,15 @@ "linker_inputs": { "static_libraries": [ { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib/liblib_impl.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib/liblib_impl.a", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib2/liblib_impl.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib2/liblib_impl.a", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/examples_cc_external/liblib_impl.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/examples_cc_external/liblib_impl.a", "t": "g" } ] @@ -300,7 +300,7 @@ "modulemaps": [], "name": "tool", "outputs": {}, - "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/tool", + "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/tool", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -309,7 +309,7 @@ "product": { "name": "tool", "path": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/tool/tool", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/tool/tool", "t": "g" }, "type": "com.apple.product-type.tool" @@ -319,7 +319,7 @@ "quote_includes": [ ".", { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin", "t": "g" }, { @@ -327,7 +327,7 @@ "t": "e" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/examples_cc_external", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/examples_cc_external", "t": "g" }, { @@ -335,14 +335,14 @@ "t": "e" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/bazel_tools", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/bazel_tools", "t": "g" } ], "system_includes": [ "examples/cc/lib2/includes", { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/examples/cc/lib2/includes", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/examples/cc/lib2/includes", "t": "g" } ] @@ -350,7 +350,7 @@ "swiftmodules": [], "test_host": null }, - "@examples_cc_external//:lib_impl darwin_x86_64-dbg-ST-d98d8f686a75", + "@examples_cc_external//:lib_impl darwin_x86_64-dbg-ST-5534cb307cb8", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -397,7 +397,7 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "darwin_x86_64-dbg-ST-d98d8f686a75", + "configuration": "darwin_x86_64-dbg-ST-5534cb307cb8", "dependencies": [], "entitlements": null, "info_plist": null, @@ -419,7 +419,7 @@ "modulemaps": [], "name": "lib_impl", "outputs": {}, - "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/examples_cc_external", + "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/examples_cc_external", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -428,7 +428,7 @@ "product": { "name": "lib_impl", "path": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/examples_cc_external/liblib_impl.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/examples_cc_external/liblib_impl.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -441,7 +441,7 @@ "t": "e" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/examples_cc_external/private", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/examples_cc_external/private", "t": "g" } ], @@ -451,7 +451,7 @@ "t": "e" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/examples_cc_external", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/examples_cc_external", "t": "g" } ] diff --git a/test/fixtures/command_line/bwb.xcodeproj/project.pbxproj b/test/fixtures/command_line/bwb.xcodeproj/project.pbxproj index 76856b4fb1..8b9777696d 100644 --- a/test/fixtures/command_line/bwb.xcodeproj/project.pbxproj +++ b/test/fixtures/command_line/bwb.xcodeproj/project.pbxproj @@ -99,9 +99,8 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 02F912770B36A0167C76E610 /* lib_impl.swift.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = lib_impl.swift.modulemap; sourceTree = ""; }; + 02C5A30086BED77944B9B2DA /* lib_swift.swift.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = lib_swift.swift.modulemap; sourceTree = ""; }; 061F2388C98C7C8A40A50744 /* private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = private.h; sourceTree = ""; }; - 0F150DFEED635196F9A8571D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 12C3BFE593A8E590FD298519 /* LibSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LibSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 1CE87466AFFDC6606F8518F8 /* SwiftGreetingsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftGreetingsTests.swift; sourceTree = ""; }; 26385BC3A03088371FF9B69F /* libprivate_lib.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libprivate_lib.a; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -110,7 +109,7 @@ 3FEB5348BF9F16CDB97FB486 /* liblib_impl.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblib_impl.a; sourceTree = BUILT_PRODUCTS_DIR; }; 4F18976D8538975B332CAC08 /* private_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = private_lib.c; sourceTree = ""; }; 537B806ECAA55F19DAFDF318 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 81498FA51BB2409FCEFA530F /* private_lib.swift.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = private_lib.swift.modulemap; sourceTree = ""; }; + 70E39C0BDE73FBB3E0447A9C /* lib_impl.swift.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = lib_impl.swift.modulemap; sourceTree = ""; }; 8EEF31F83F9AF990435CC135 /* tool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tool; sourceTree = BUILT_PRODUCTS_DIR; }; 97949DA20D6FB752D6AD72F7 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; A59B10F9022E9CC335541BDA /* lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = lib.swift; sourceTree = ""; }; @@ -118,12 +117,21 @@ C06A565663AED0899589F574 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; CA0EAFDED9F09448A2933165 /* private_lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = private_lib.h; sourceTree = ""; }; CBE528880485D0994B3CC1FC /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - D18E5107A6F1C0850B6B2840 /* lib_swift.swift.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = lib_swift.swift.modulemap; sourceTree = ""; }; E3938AB43AEB959A432DB9EF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + F5B8CDF37038F1DAA6B0A624 /* private_lib.swift.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = private_lib.swift.modulemap; sourceTree = ""; }; F93835BAA75A671D6D3361A9 /* liblib_swift.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblib_swift.a; sourceTree = BUILT_PRODUCTS_DIR; }; + FBCE39FCE2639759A7946083 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ + 0476B5B1CFE2912BECD8336B /* examples */ = { + isa = PBXGroup; + children = ( + 4EED761FD2246722F245DFA0 /* command_line */, + ); + path = examples; + sourceTree = ""; + }; 063AAADAA89AC96445191502 /* lib */ = { isa = PBXGroup; children = ( @@ -148,36 +156,12 @@ path = command_line; sourceTree = ""; }; - 077CD5FCB22EBC4CBA3A92C6 /* Tests */ = { - isa = PBXGroup; - children = ( - 760E67E43FAFC729A30B3E77 /* LibSwiftTests.__internal__.__test_bundle-intermediates */, - ); - path = Tests; - sourceTree = ""; - }; - 0C56FF1923D6F744E434FC51 /* command_line */ = { - isa = PBXGroup; - children = ( - 077CD5FCB22EBC4CBA3A92C6 /* Tests */, - ); - path = command_line; - sourceTree = ""; - }; - 111295345378B2E1D41692AF /* macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0 */ = { - isa = PBXGroup; - children = ( - CDFE9BBADA70A198FED37037 /* bin */, - ); - path = "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0"; - sourceTree = ""; - }; - 1984E89CBECF2AD6A6148882 /* examples */ = { + 1CBB95DBE8A44BC1D878A3AE /* macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630 */ = { isa = PBXGroup; children = ( - CB7C5EB73C129EF73B447B66 /* command_line */, + 99E5BF86007DDB7C651C326E /* bin */, ); - path = examples; + path = "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630"; sourceTree = ""; }; 1F75B84D472E4F903E58A310 /* apple */ = { @@ -188,12 +172,12 @@ path = apple; sourceTree = ""; }; - 28445299C2C46EF91A04CE33 /* bin */ = { + 4EED761FD2246722F245DFA0 /* command_line */ = { isa = PBXGroup; children = ( - 77C2E33C738AD4A72287BAE6 /* examples */, + A26D921EF2C79FCEAD39BBD7 /* Tests */, ); - path = bin; + path = command_line; sourceTree = ""; }; 593E7C82FAAD94A7E6A04318 /* Products */ = { @@ -208,28 +192,36 @@ name = Products; sourceTree = ""; }; - 760E67E43FAFC729A30B3E77 /* LibSwiftTests.__internal__.__test_bundle-intermediates */ = { + 5BA196589518BE4DDC5B941D /* examples */ = { isa = PBXGroup; children = ( - 0F150DFEED635196F9A8571D /* Info.plist */, + 7F39486CE984F082D17A7720 /* command_line */, ); - path = "LibSwiftTests.__internal__.__test_bundle-intermediates"; + path = examples; sourceTree = ""; }; - 77C2E33C738AD4A72287BAE6 /* examples */ = { + 7F39486CE984F082D17A7720 /* command_line */ = { isa = PBXGroup; children = ( - 0C56FF1923D6F744E434FC51 /* command_line */, + 936244BBF22D78803D3F9055 /* lib */, ); - path = examples; + path = command_line; sourceTree = ""; }; - 89B33F3626D66F1B2E2EC04E /* lib */ = { + 8730AFEA4D9B2B2D7AD19BF6 /* bin */ = { isa = PBXGroup; children = ( - 02F912770B36A0167C76E610 /* lib_impl.swift.modulemap */, - D18E5107A6F1C0850B6B2840 /* lib_swift.swift.modulemap */, - 81498FA51BB2409FCEFA530F /* private_lib.swift.modulemap */, + 0476B5B1CFE2912BECD8336B /* examples */, + ); + path = bin; + sourceTree = ""; + }; + 936244BBF22D78803D3F9055 /* lib */ = { + isa = PBXGroup; + children = ( + 70E39C0BDE73FBB3E0447A9C /* lib_impl.swift.modulemap */, + 02C5A30086BED77944B9B2DA /* lib_swift.swift.modulemap */, + F5B8CDF37038F1DAA6B0A624 /* private_lib.swift.modulemap */, ); path = lib; sourceTree = ""; @@ -243,6 +235,22 @@ path = test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/links/external; sourceTree = ""; }; + 99E5BF86007DDB7C651C326E /* bin */ = { + isa = PBXGroup; + children = ( + 5BA196589518BE4DDC5B941D /* examples */, + ); + path = bin; + sourceTree = ""; + }; + 9DD9CFFE2CD76BCD5FC81487 /* applebin_macos-darwin_x86_64-dbg-ST-0139d977e630 */ = { + isa = PBXGroup; + children = ( + 8730AFEA4D9B2B2D7AD19BF6 /* bin */, + ); + path = "applebin_macos-darwin_x86_64-dbg-ST-0139d977e630"; + sourceTree = ""; + }; A1A003CE7A8C4BBD4565BF3B /* tool */ = { isa = PBXGroup; children = ( @@ -253,6 +261,22 @@ path = tool; sourceTree = ""; }; + A26D921EF2C79FCEAD39BBD7 /* Tests */ = { + isa = PBXGroup; + children = ( + B4B94A239D1E4F8A212F1C46 /* LibSwiftTests.__internal__.__test_bundle-intermediates */, + ); + path = Tests; + sourceTree = ""; + }; + B4B94A239D1E4F8A212F1C46 /* LibSwiftTests.__internal__.__test_bundle-intermediates */ = { + isa = PBXGroup; + children = ( + FBCE39FCE2639759A7946083 /* Info.plist */, + ); + path = "LibSwiftTests.__internal__.__test_bundle-intermediates"; + sourceTree = ""; + }; B90C93321F57509ADC051F9E /* testing */ = { isa = PBXGroup; children = ( @@ -279,37 +303,13 @@ C407A8E68D8C611448A3E699 /* Bazel Generated Files */ = { isa = PBXGroup; children = ( - CBBB6A70EC397E1D57FC1D54 /* applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0 */, - 111295345378B2E1D41692AF /* macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0 */, + 9DD9CFFE2CD76BCD5FC81487 /* applebin_macos-darwin_x86_64-dbg-ST-0139d977e630 */, + 1CBB95DBE8A44BC1D878A3AE /* macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630 */, ); name = "Bazel Generated Files"; path = test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/links/gen_dir; sourceTree = ""; }; - CB7C5EB73C129EF73B447B66 /* command_line */ = { - isa = PBXGroup; - children = ( - 89B33F3626D66F1B2E2EC04E /* lib */, - ); - path = command_line; - sourceTree = ""; - }; - CBBB6A70EC397E1D57FC1D54 /* applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0 */ = { - isa = PBXGroup; - children = ( - 28445299C2C46EF91A04CE33 /* bin */, - ); - path = "applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0"; - sourceTree = ""; - }; - CDFE9BBADA70A198FED37037 /* bin */ = { - isa = PBXGroup; - children = ( - 1984E89CBECF2AD6A6148882 /* examples */, - ); - path = bin; - sourceTree = ""; - }; DEDBB9862662A833DD5D663E /* build_bazel_rules_apple */ = { isa = PBXGroup; children = ( @@ -701,7 +701,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -741,7 +741,7 @@ "-Wno-builtin-macro-redefined", ); OTHER_LDFLAGS = "-ObjC"; - OTHER_SWIFT_FLAGS = "-Xcc -fstack-protector -Xcc -Wall -Xcc -Wthread-safety -Xcc -Wself-assign -Xcc -fno-omit-frame-pointer -Xcc -g -Xcc -no-canonical-prefixes -Xcc -pthread -Xcc -no-canonical-prefixes -Xcc -Wno-builtin-macro-redefined -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_impl.swift.xcode.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/private_lib.swift.xcode.modulemap -g"; + OTHER_SWIFT_FLAGS = "-Xcc -fstack-protector -Xcc -Wall -Xcc -Wthread-safety -Xcc -Wself-assign -Xcc -fno-omit-frame-pointer -Xcc -g -Xcc -no-canonical-prefixes -Xcc -pthread -Xcc -no-canonical-prefixes -Xcc -Wno-builtin-macro-redefined -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_impl.swift.xcode.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/private_lib.swift.xcode.modulemap -g"; PRODUCT_MODULE_NAME = LibSwift; PRODUCT_NAME = lib_swift; SDKROOT = macosx; @@ -753,7 +753,7 @@ TARGET_NAME = lib_swift; USER_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)", - "$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin", + "$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin", ); }; name = Debug; @@ -762,7 +762,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -810,7 +810,7 @@ TARGET_NAME = lib_impl; USER_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)", - "$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin", + "$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin", ); }; name = Debug; @@ -819,7 +819,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/tool"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/tool"; BUILT_PRODUCTS_DIR = "$(CONFIGURATION_BUILD_DIR)"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; CLANG_ENABLE_MODULES = YES; @@ -837,9 +837,9 @@ GENERATE_INFOPLIST_FILE = YES; HEADER_SEARCH_PATHS = ( "\"$(PROJECT_DIR)/examples/command_line/lib/dir with space\"", - "\"$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/dir with space\"", + "\"$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/dir with space\"", "$(PROJECT_DIR)/examples/command_line/lib/private", - "$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/private", + "$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/private", ); MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = ( @@ -868,7 +868,7 @@ ); OTHER_LDFLAGS = ( "-filelist", - "$(INTERNAL_DIR)/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/examples/command_line/tool/tool.LinkFileList", + "$(INTERNAL_DIR)/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/examples/command_line/tool/tool.LinkFileList", "-Wl,-rpath,/usr/lib/swift", "-L$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)", "-L/usr/lib/swift", @@ -883,7 +883,7 @@ TARGET_NAME = tool; USER_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)", - "$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin", + "$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin", ); }; name = Debug; @@ -892,7 +892,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests"; BUILT_PRODUCTS_DIR = "$(CONFIGURATION_BUILD_DIR)"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; @@ -907,7 +907,7 @@ "SECRET_3=\\\"Hello\\\"", "SECRET_2=\\\"World!\\\"", ); - INFOPLIST_FILE = "$(GEN_DIR)/applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.xcode.plist"; + INFOPLIST_FILE = "$(GEN_DIR)/applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.xcode.plist"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = ( "-fstack-protector", @@ -935,24 +935,24 @@ ); OTHER_LDFLAGS = ( "-filelist", - "$(INTERNAL_DIR)/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle.LinkFileList", + "$(INTERNAL_DIR)/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle.LinkFileList", "-ObjC", ); - OTHER_SWIFT_FLAGS = "-Xcc -fstack-protector -Xcc -Wall -Xcc -Wthread-safety -Xcc -Wself-assign -Xcc -fno-omit-frame-pointer -Xcc -g -Xcc -no-canonical-prefixes -Xcc -pthread -Xcc -no-canonical-prefixes -Xcc -Wno-builtin-macro-redefined -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_impl.swift.xcode.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_swift.swift.xcode.modulemap -g"; + OTHER_SWIFT_FLAGS = "-Xcc -fstack-protector -Xcc -Wall -Xcc -Wthread-safety -Xcc -Wself-assign -Xcc -fno-omit-frame-pointer -Xcc -g -Xcc -no-canonical-prefixes -Xcc -pthread -Xcc -no-canonical-prefixes -Xcc -Wno-builtin-macro-redefined -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_impl.swift.xcode.modulemap -Xcc -fmodule-map-file=$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_swift.swift.xcode.modulemap -g"; PRODUCT_BUNDLE_IDENTIFIER = com.bazelbuild.rulesapple.Tests; PRODUCT_MODULE_NAME = LibSwiftTestsLib; PRODUCT_NAME = LibSwiftTests; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib"; SWIFT_OBJC_INTERFACE_HEADER_NAME = ""; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5; TARGET_NAME = LibSwiftTests.__internal__.__test_bundle; USER_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)", - "$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin", + "$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin", ); }; name = Debug; @@ -1000,7 +1000,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -1046,7 +1046,7 @@ TARGET_NAME = private_lib; USER_HEADER_SEARCH_PATHS = ( "$(PROJECT_DIR)", - "$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin", + "$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin", ); }; name = Debug; diff --git a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/generated.copied.xcfilelist b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/generated.copied.xcfilelist index 0050e94843..eb27007e6b 100644 --- a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/generated.copied.xcfilelist +++ b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/generated.copied.xcfilelist @@ -1,4 +1,4 @@ -$(GEN_DIR)/applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.plist -$(GEN_DIR)/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_impl.swift.modulemap -$(GEN_DIR)/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_swift.swift.modulemap -$(GEN_DIR)/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/private_lib.swift.modulemap +$(GEN_DIR)/applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.plist +$(GEN_DIR)/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_impl.swift.modulemap +$(GEN_DIR)/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_swift.swift.modulemap +$(GEN_DIR)/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/private_lib.swift.modulemap diff --git a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/generated.rsynclist b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/generated.rsynclist index aa97fc7831..ede8ef78e2 100644 --- a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/generated.rsynclist +++ b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/generated.rsynclist @@ -1,4 +1,4 @@ -applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.plist -macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_impl.swift.modulemap -macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_swift.swift.modulemap -macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/private_lib.swift.modulemap +applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.plist +macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_impl.swift.modulemap +macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_swift.swift.modulemap +macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/private_lib.swift.modulemap diff --git a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist index 0e1f8c298f..11132f7afc 100644 --- a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist +++ b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist @@ -1,4 +1,4 @@ -$(BAZEL_OUT)/applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.plist -$(BAZEL_OUT)/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_impl.swift.modulemap -$(BAZEL_OUT)/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_swift.swift.modulemap -$(BAZEL_OUT)/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/private_lib.swift.modulemap +$(BAZEL_OUT)/applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.plist +$(BAZEL_OUT)/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_impl.swift.modulemap +$(BAZEL_OUT)/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_swift.swift.modulemap +$(BAZEL_OUT)/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/private_lib.swift.modulemap diff --git a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/infoplists.fixed.xcfilelist b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/infoplists.fixed.xcfilelist index 42cd5a19ff..efc9e2eda4 100644 --- a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/infoplists.fixed.xcfilelist +++ b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/infoplists.fixed.xcfilelist @@ -1 +1 @@ -$(GEN_DIR)/applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.xcode.plist +$(GEN_DIR)/applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.xcode.plist diff --git a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/infoplists.xcfilelist b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/infoplists.xcfilelist index 4559711132..b57b27888f 100644 --- a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/infoplists.xcfilelist +++ b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/infoplists.xcfilelist @@ -1 +1 @@ -$(GEN_DIR)/applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.plist +$(GEN_DIR)/applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.plist diff --git a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/modulemaps.fixed.xcfilelist b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/modulemaps.fixed.xcfilelist index dc1a5dcb2b..1bd9127398 100644 --- a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/modulemaps.fixed.xcfilelist +++ b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/modulemaps.fixed.xcfilelist @@ -1,3 +1,3 @@ -$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_impl.swift.xcode.modulemap -$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_swift.swift.xcode.modulemap -$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/private_lib.swift.xcode.modulemap +$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_impl.swift.xcode.modulemap +$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_swift.swift.xcode.modulemap +$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/private_lib.swift.xcode.modulemap diff --git a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/modulemaps.xcfilelist b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/modulemaps.xcfilelist index b497c1114e..fffd2ad549 100644 --- a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/modulemaps.xcfilelist +++ b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/modulemaps.xcfilelist @@ -1,3 +1,3 @@ -$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_impl.swift.modulemap -$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_swift.swift.modulemap -$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/private_lib.swift.modulemap +$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_impl.swift.modulemap +$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_swift.swift.modulemap +$(BUILD_DIR)/bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/private_lib.swift.modulemap diff --git a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle.LinkFileList b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle.LinkFileList similarity index 68% rename from test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle.LinkFileList rename to test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle.LinkFileList index e193ab9a51..26f658bd48 100644 --- a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle.LinkFileList +++ b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle.LinkFileList @@ -1,3 +1,3 @@ -test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/liblib_swift.a -test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/libprivate_lib.a -test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/liblib_impl.a +test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/liblib_swift.a +test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/libprivate_lib.a +test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/liblib_impl.a diff --git a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/examples/command_line/tool/tool.LinkFileList b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/examples/command_line/tool/tool.LinkFileList similarity index 68% rename from test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/examples/command_line/tool/tool.LinkFileList rename to test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/examples/command_line/tool/tool.LinkFileList index e193ab9a51..26f658bd48 100644 --- a/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/examples/command_line/tool/tool.LinkFileList +++ b/test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/targets/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/examples/command_line/tool/tool.LinkFileList @@ -1,3 +1,3 @@ -test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/liblib_swift.a -test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/libprivate_lib.a -test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/liblib_impl.a +test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/liblib_swift.a +test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/libprivate_lib.a +test/fixtures/command_line/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/liblib_impl.a diff --git a/test/fixtures/command_line/bwb_spec.json b/test/fixtures/command_line/bwb_spec.json index 22036b069f..bd2e1c40ce 100644 --- a/test/fixtures/command_line/bwb_spec.json +++ b/test/fixtures/command_line/bwb_spec.json @@ -12,11 +12,11 @@ "extra_files": [ "examples/command_line/lib/BUILD", { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_impl.swift.modulemap", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_impl.swift.modulemap", "t": "g" }, { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/private_lib.swift.modulemap", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/private_lib.swift.modulemap", "t": "g" }, "examples/command_line/lib/dir with space/lib.h", @@ -24,7 +24,7 @@ "examples/command_line/tool/Info.plist", "examples/command_line/Tests/BUILD", { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_swift.swift.modulemap", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_swift.swift.modulemap", "t": "g" }, { @@ -32,7 +32,7 @@ "t": "e" }, { - "_": "applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.plist", + "_": "applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.plist", "t": "g" } ], @@ -40,17 +40,17 @@ "label": "//test/fixtures/command_line:xcodeproj_bwb", "name": "bwb", "target_merges": [ - "//examples/command_line/Tests:LibSwiftTestsLib macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "//examples/command_line/Tests:LibSwiftTestsLib macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", [ - "//examples/command_line/Tests:LibSwiftTests.__internal__.__test_bundle applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0" + "//examples/command_line/Tests:LibSwiftTests.__internal__.__test_bundle applebin_macos-darwin_x86_64-dbg-ST-0139d977e630" ], - "//examples/command_line/tool:tool.library macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "//examples/command_line/tool:tool.library macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", [ - "//examples/command_line/tool:tool applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0" + "//examples/command_line/tool:tool applebin_macos-darwin_x86_64-dbg-ST-0139d977e630" ] ], "targets": [ - "//examples/command_line/Tests:LibSwiftTests.__internal__.__test_bundle applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "//examples/command_line/Tests:LibSwiftTests.__internal__.__test_bundle applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -96,13 +96,13 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "configuration": "applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", "dependencies": [ - "//examples/command_line/Tests:LibSwiftTestsLib macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0" + "//examples/command_line/Tests:LibSwiftTestsLib macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630" ], "entitlements": null, "info_plist": { - "_": "applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.plist", + "_": "applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle-intermediates/Info.plist", "t": "g" }, "inputs": { @@ -113,19 +113,19 @@ "linker_inputs": { "static_libraries": [ { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests/libLibSwiftTestsLib.a", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests/libLibSwiftTestsLib.a", "t": "g" }, { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/liblib_swift.a", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/liblib_swift.a", "t": "g" }, { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/libprivate_lib.a", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/libprivate_lib.a", "t": "g" }, { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/liblib_impl.a", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/liblib_impl.a", "t": "g" } ] @@ -134,11 +134,11 @@ "name": "LibSwiftTests.__internal__.__test_bundle", "outputs": { "b": { - "_": "applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle.zip", + "_": "applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle.zip", "t": "g" } }, - "package_bin_dir": "bazel-out/applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests", + "package_bin_dir": "bazel-out/applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -147,7 +147,7 @@ "product": { "name": "LibSwiftTests", "path": { - "_": "applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle_archive-root/LibSwiftTests.xctest", + "_": "applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests/LibSwiftTests.__internal__.__test_bundle_archive-root/LibSwiftTests.xctest", "t": "g" }, "type": "com.apple.product-type.bundle.unit-test" @@ -157,7 +157,7 @@ "swiftmodules": [], "test_host": null }, - "//examples/command_line/Tests:LibSwiftTestsLib macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "//examples/command_line/Tests:LibSwiftTestsLib macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -209,9 +209,9 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "configuration": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", "dependencies": [ - "//examples/command_line/lib:lib_swift macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0" + "//examples/command_line/lib:lib_swift macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630" ], "entitlements": null, "info_plist": null, @@ -226,11 +226,11 @@ "linker_inputs": {}, "modulemaps": [ { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_impl.swift.modulemap", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_impl.swift.modulemap", "t": "g" }, { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_swift.swift.modulemap", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_swift.swift.modulemap", "t": "g" } ], @@ -238,20 +238,20 @@ "outputs": { "s": { "d": { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests/LibSwiftTestsLib.swiftdoc", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests/LibSwiftTestsLib.swiftdoc", "t": "g" }, "m": { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests/LibSwiftTestsLib.swiftmodule", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests/LibSwiftTestsLib.swiftmodule", "t": "g" }, "s": { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests/LibSwiftTestsLib.swiftsourceinfo", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests/LibSwiftTestsLib.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests", + "package_bin_dir": "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -260,7 +260,7 @@ "product": { "name": "LibSwiftTestsLib", "path": { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/Tests/libLibSwiftTestsLib.a", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/Tests/libLibSwiftTestsLib.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -270,20 +270,20 @@ "quote_includes": [ ".", { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin", "t": "g" } ] }, "swiftmodules": [ { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/LibSwift.swiftmodule", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/LibSwift.swiftmodule", "t": "g" } ], "test_host": null }, - "//examples/command_line/lib:lib_impl macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "//examples/command_line/lib:lib_impl macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -331,7 +331,7 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "configuration": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", "dependencies": [], "entitlements": null, "info_plist": null, @@ -347,7 +347,7 @@ "modulemaps": [], "name": "lib_impl", "outputs": {}, - "package_bin_dir": "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib", + "package_bin_dir": "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -356,7 +356,7 @@ "product": { "name": "lib_impl", "path": { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/liblib_impl.a", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/liblib_impl.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -366,7 +366,7 @@ "quote_includes": [ ".", { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin", "t": "g" } ] @@ -374,7 +374,7 @@ "swiftmodules": [], "test_host": null }, - "//examples/command_line/lib:lib_swift macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "//examples/command_line/lib:lib_swift macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -426,10 +426,10 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "configuration": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", "dependencies": [ - "//examples/command_line/lib:lib_impl macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", - "//examples/command_line/lib:private_lib macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0" + "//examples/command_line/lib:lib_impl macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", + "//examples/command_line/lib:private_lib macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630" ], "entitlements": null, "info_plist": null, @@ -444,11 +444,11 @@ "linker_inputs": {}, "modulemaps": [ { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/lib_impl.swift.modulemap", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/lib_impl.swift.modulemap", "t": "g" }, { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/private_lib.swift.modulemap", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/private_lib.swift.modulemap", "t": "g" } ], @@ -456,24 +456,24 @@ "outputs": { "s": { "d": { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/LibSwift.swiftdoc", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/LibSwift.swiftdoc", "t": "g" }, "h": { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/private/LibSwift-Swift.h", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/private/LibSwift-Swift.h", "t": "g" }, "m": { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/LibSwift.swiftmodule", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/LibSwift.swiftmodule", "t": "g" }, "s": { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/LibSwift.swiftsourceinfo", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/LibSwift.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib", + "package_bin_dir": "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -482,7 +482,7 @@ "product": { "name": "lib_swift", "path": { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/liblib_swift.a", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/liblib_swift.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -492,7 +492,7 @@ "quote_includes": [ ".", { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin", "t": "g" } ] @@ -500,7 +500,7 @@ "swiftmodules": [], "test_host": null }, - "//examples/command_line/lib:private_lib macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "//examples/command_line/lib:private_lib macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -546,7 +546,7 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "configuration": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", "dependencies": [], "entitlements": null, "info_plist": null, @@ -564,7 +564,7 @@ "modulemaps": [], "name": "private_lib", "outputs": {}, - "package_bin_dir": "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib", + "package_bin_dir": "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -573,7 +573,7 @@ "product": { "name": "private_lib", "path": { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/libprivate_lib.a", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/libprivate_lib.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -583,7 +583,7 @@ "quote_includes": [ ".", { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin", "t": "g" } ] @@ -591,7 +591,7 @@ "swiftmodules": [], "test_host": null }, - "//examples/command_line/tool:tool applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "//examples/command_line/tool:tool applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -636,9 +636,9 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "configuration": "applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", "dependencies": [ - "//examples/command_line/tool:tool.library macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0" + "//examples/command_line/tool:tool.library macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630" ], "entitlements": null, "info_plist": null, @@ -648,19 +648,19 @@ "linker_inputs": { "static_libraries": [ { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/tool/libtool.library.a", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/tool/libtool.library.a", "t": "g" }, { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/liblib_swift.a", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/liblib_swift.a", "t": "g" }, { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/libprivate_lib.a", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/libprivate_lib.a", "t": "g" }, { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/liblib_impl.a", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/liblib_impl.a", "t": "g" } ] @@ -668,7 +668,7 @@ "modulemaps": [], "name": "tool", "outputs": {}, - "package_bin_dir": "bazel-out/applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/tool", + "package_bin_dir": "bazel-out/applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/tool", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -677,7 +677,7 @@ "product": { "name": "tool", "path": { - "_": "applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/tool/tool", + "_": "applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/tool/tool", "t": "g" }, "type": "com.apple.product-type.tool" @@ -687,7 +687,7 @@ "swiftmodules": [], "test_host": null }, - "//examples/command_line/tool:tool.library macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "//examples/command_line/tool:tool.library macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -736,9 +736,9 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0", + "configuration": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630", "dependencies": [ - "//examples/command_line/lib:lib_swift macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0" + "//examples/command_line/lib:lib_swift macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630" ], "entitlements": null, "info_plist": null, @@ -753,7 +753,7 @@ "modulemaps": [], "name": "tool.library", "outputs": {}, - "package_bin_dir": "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/tool", + "package_bin_dir": "bazel-out/macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/tool", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -762,7 +762,7 @@ "product": { "name": "tool.library", "path": { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/tool/libtool.library.a", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/tool/libtool.library.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -772,19 +772,19 @@ "includes": [ "examples/command_line/lib/dir with space", { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/dir with space", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/dir with space", "t": "g" }, "examples/command_line/lib/private", { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin/examples/command_line/lib/private", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin/examples/command_line/lib/private", "t": "g" } ], "quote_includes": [ ".", { - "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-9ef1b03c01c0/bin", + "_": "macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-0139d977e630/bin", "t": "g" } ] diff --git a/test/fixtures/generator/bwb.xcodeproj/project.pbxproj b/test/fixtures/generator/bwb.xcodeproj/project.pbxproj index 16f9a66840..7f1810ec42 100644 --- a/test/fixtures/generator/bwb.xcodeproj/project.pbxproj +++ b/test/fixtures/generator/bwb.xcodeproj/project.pbxproj @@ -1916,7 +1916,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -1971,7 +1971,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tuist_xcodeproj"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tuist_xcodeproj"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -2015,7 +2015,7 @@ SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit"; SWIFT_OBJC_INTERFACE_HEADER_NAME = ""; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5; @@ -2027,7 +2027,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -2109,7 +2109,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_xctest_dynamic_overlay"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_xctest_dynamic_overlay"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -2164,7 +2164,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_swift_custom_dump"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_swift_custom_dump"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -2208,7 +2208,7 @@ SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_xctest_dynamic_overlay"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_xctest_dynamic_overlay"; SWIFT_OBJC_INTERFACE_HEADER_NAME = ""; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5; @@ -2220,7 +2220,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/test"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/test"; BUILT_PRODUCTS_DIR = "$(CONFIGURATION_BUILD_DIR)"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; @@ -2262,7 +2262,7 @@ ); OTHER_LDFLAGS = ( "-filelist", - "$(INTERNAL_DIR)/targets/darwin_x86_64-dbg-ST-d98d8f686a75/tools/generator/test/tests.LinkFileList", + "$(INTERNAL_DIR)/targets/darwin_x86_64-dbg-ST-5534cb307cb8/tools/generator/test/tests.LinkFileList", "-ObjC", ); OTHER_SWIFT_FLAGS = "-Xcc -fstack-protector -Xcc -Wall -Xcc -Wthread-safety -Xcc -Wself-assign -Xcc -fno-omit-frame-pointer -Xcc -g -Xcc -no-canonical-prefixes -Xcc -pthread -Xcc -no-canonical-prefixes -Xcc -Wno-builtin-macro-redefined -g"; @@ -2271,7 +2271,7 @@ SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tuist_xcodeproj $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_xctest_dynamic_overlay $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_swift_custom_dump"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tuist_xcodeproj $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_xctest_dynamic_overlay $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_swift_custom_dump"; SWIFT_OBJC_INTERFACE_HEADER_NAME = ""; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5; @@ -2283,7 +2283,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_apple_swift_collections"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_apple_swift_collections"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -2350,7 +2350,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator"; BUILT_PRODUCTS_DIR = "$(CONFIGURATION_BUILD_DIR)"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEPLOYMENT_LOCATION = NO; @@ -2388,7 +2388,7 @@ ); OTHER_LDFLAGS = ( "-filelist", - "$(INTERNAL_DIR)/targets/darwin_x86_64-dbg-ST-d98d8f686a75/tools/generator/generator.LinkFileList", + "$(INTERNAL_DIR)/targets/darwin_x86_64-dbg-ST-5534cb307cb8/tools/generator/generator.LinkFileList", "-Wl,-rpath,/usr/lib/swift", "-L$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)", "-L/usr/lib/swift", @@ -2409,7 +2409,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; @@ -2453,7 +2453,7 @@ SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tuist_xcodeproj"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml $(BUILD_DIR)/bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tuist_xcodeproj"; SWIFT_OBJC_INTERFACE_HEADER_NAME = ""; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5; diff --git a/test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-d98d8f686a75/tools/generator/generator.LinkFileList b/test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-5534cb307cb8/tools/generator/generator.LinkFileList similarity index 58% rename from test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-d98d8f686a75/tools/generator/generator.LinkFileList rename to test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-5534cb307cb8/tools/generator/generator.LinkFileList index 067ceace07..976853941d 100644 --- a/test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-d98d8f686a75/tools/generator/generator.LinkFileList +++ b/test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-5534cb307cb8/tools/generator/generator.LinkFileList @@ -1,5 +1,5 @@ -test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/libgenerator.library.a -test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_apple_swift_collections/libOrderedCollections.a -test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tuist_xcodeproj/libXcodeProj.a -test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml/libAEXML.a -test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit/libPathKit.a +test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/libgenerator.library.a +test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_apple_swift_collections/libOrderedCollections.a +test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tuist_xcodeproj/libXcodeProj.a +test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml/libAEXML.a +test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit/libPathKit.a diff --git a/test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-d98d8f686a75/tools/generator/test/tests.LinkFileList b/test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-5534cb307cb8/tools/generator/test/tests.LinkFileList similarity index 60% rename from test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-d98d8f686a75/tools/generator/test/tests.LinkFileList rename to test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-5534cb307cb8/tools/generator/test/tests.LinkFileList index 14d42f1a82..2771a265ce 100644 --- a/test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-d98d8f686a75/tools/generator/test/tests.LinkFileList +++ b/test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/targets/darwin_x86_64-dbg-ST-5534cb307cb8/tools/generator/test/tests.LinkFileList @@ -1,7 +1,7 @@ -test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/libgenerator.library.a -test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_apple_swift_collections/libOrderedCollections.a -test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tuist_xcodeproj/libXcodeProj.a -test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml/libAEXML.a -test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit/libPathKit.a -test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_swift_custom_dump/libCustomDump.a -test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/libXCTestDynamicOverlay.a +test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/libgenerator.library.a +test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_apple_swift_collections/libOrderedCollections.a +test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tuist_xcodeproj/libXcodeProj.a +test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml/libAEXML.a +test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit/libPathKit.a +test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_swift_custom_dump/libCustomDump.a +test/fixtures/generator/bwb.xcodeproj/rules_xcodeproj/links/gen_dir/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/libXCTestDynamicOverlay.a diff --git a/test/fixtures/generator/bwb_spec.json b/test/fixtures/generator/bwb_spec.json index 815f6e1a17..9b8a8fafca 100644 --- a/test/fixtures/generator/bwb_spec.json +++ b/test/fixtures/generator/bwb_spec.json @@ -14,21 +14,21 @@ "tools/generator/test/BUILD" ], "invalid_target_merges": [ - "//tools/generator:generator.library darwin_x86_64-dbg-ST-d98d8f686a75", + "//tools/generator:generator.library darwin_x86_64-dbg-ST-5534cb307cb8", [ - "//tools/generator:generator darwin_x86_64-dbg-ST-d98d8f686a75" + "//tools/generator:generator darwin_x86_64-dbg-ST-5534cb307cb8" ] ], "label": "//test/fixtures/generator:xcodeproj_bwb", "name": "bwb", "target_merges": [ - "//tools/generator/test:tests.library darwin_x86_64-dbg-ST-d98d8f686a75", + "//tools/generator/test:tests.library darwin_x86_64-dbg-ST-5534cb307cb8", [ - "//tools/generator/test:tests darwin_x86_64-dbg-ST-d98d8f686a75" + "//tools/generator/test:tests darwin_x86_64-dbg-ST-5534cb307cb8" ] ], "targets": [ - "//tools/generator/test:tests darwin_x86_64-dbg-ST-d98d8f686a75", + "//tools/generator/test:tests darwin_x86_64-dbg-ST-5534cb307cb8", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -73,9 +73,9 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "darwin_x86_64-dbg-ST-d98d8f686a75", + "configuration": "darwin_x86_64-dbg-ST-5534cb307cb8", "dependencies": [ - "//tools/generator/test:tests.library darwin_x86_64-dbg-ST-d98d8f686a75" + "//tools/generator/test:tests.library darwin_x86_64-dbg-ST-5534cb307cb8" ], "entitlements": null, "info_plist": null, @@ -85,35 +85,35 @@ "linker_inputs": { "static_libraries": [ { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/test/libtests.library.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/test/libtests.library.a", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/libgenerator.library.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/libgenerator.library.a", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_apple_swift_collections/libOrderedCollections.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_apple_swift_collections/libOrderedCollections.a", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tuist_xcodeproj/libXcodeProj.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tuist_xcodeproj/libXcodeProj.a", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml/libAEXML.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml/libAEXML.a", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit/libPathKit.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit/libPathKit.a", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_swift_custom_dump/libCustomDump.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_swift_custom_dump/libCustomDump.a", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/libXCTestDynamicOverlay.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/libXCTestDynamicOverlay.a", "t": "g" } ] @@ -121,7 +121,7 @@ "modulemaps": [], "name": "tests", "outputs": {}, - "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/test", + "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/test", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -137,7 +137,7 @@ "swiftmodules": [], "test_host": null }, - "//tools/generator/test:tests.library darwin_x86_64-dbg-ST-d98d8f686a75", + "//tools/generator/test:tests.library darwin_x86_64-dbg-ST-5534cb307cb8", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -188,10 +188,10 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "darwin_x86_64-dbg-ST-d98d8f686a75", + "configuration": "darwin_x86_64-dbg-ST-5534cb307cb8", "dependencies": [ - "//tools/generator:generator.library darwin_x86_64-dbg-ST-d98d8f686a75", - "@com_github_pointfreeco_swift_custom_dump//:CustomDump darwin_x86_64-dbg-ST-d98d8f686a75" + "//tools/generator:generator.library darwin_x86_64-dbg-ST-5534cb307cb8", + "@com_github_pointfreeco_swift_custom_dump//:CustomDump darwin_x86_64-dbg-ST-5534cb307cb8" ], "entitlements": null, "info_plist": null, @@ -226,20 +226,20 @@ "outputs": { "s": { "d": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/test/tests.swiftdoc", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/test/tests.swiftdoc", "t": "g" }, "m": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/test/tests.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/test/tests.swiftmodule", "t": "g" }, "s": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/test/tests.swiftsourceinfo", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/test/tests.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/test", + "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/test", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -248,7 +248,7 @@ "product": { "name": "tests.library", "path": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/test/libtests.library.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/test/libtests.library.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -257,37 +257,37 @@ "search_paths": {}, "swiftmodules": [ { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_apple_swift_collections/OrderedCollections.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_apple_swift_collections/OrderedCollections.swiftmodule", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit/PathKit.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit/PathKit.swiftmodule", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml/AEXML.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml/AEXML.swiftmodule", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tuist_xcodeproj/XcodeProj.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tuist_xcodeproj/XcodeProj.swiftmodule", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/generator.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/generator.swiftmodule", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/XCTestDynamicOverlay.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/XCTestDynamicOverlay.swiftmodule", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_swift_custom_dump/CustomDump.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_swift_custom_dump/CustomDump.swiftmodule", "t": "g" } ], "test_host": null }, - "//tools/generator:generator darwin_x86_64-dbg-ST-d98d8f686a75", + "//tools/generator:generator darwin_x86_64-dbg-ST-5534cb307cb8", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -332,9 +332,9 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "darwin_x86_64-dbg-ST-d98d8f686a75", + "configuration": "darwin_x86_64-dbg-ST-5534cb307cb8", "dependencies": [ - "//tools/generator:generator.library darwin_x86_64-dbg-ST-d98d8f686a75" + "//tools/generator:generator.library darwin_x86_64-dbg-ST-5534cb307cb8" ], "entitlements": null, "info_plist": null, @@ -344,23 +344,23 @@ "linker_inputs": { "static_libraries": [ { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/libgenerator.library.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/libgenerator.library.a", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_apple_swift_collections/libOrderedCollections.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_apple_swift_collections/libOrderedCollections.a", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tuist_xcodeproj/libXcodeProj.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tuist_xcodeproj/libXcodeProj.a", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml/libAEXML.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml/libAEXML.a", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit/libPathKit.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit/libPathKit.a", "t": "g" } ] @@ -368,7 +368,7 @@ "modulemaps": [], "name": "generator", "outputs": {}, - "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator", + "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -377,7 +377,7 @@ "product": { "name": "generator", "path": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/generator", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/generator", "t": "g" }, "type": "com.apple.product-type.tool" @@ -387,7 +387,7 @@ "swiftmodules": [], "test_host": null }, - "//tools/generator:generator.library darwin_x86_64-dbg-ST-d98d8f686a75", + "//tools/generator:generator.library darwin_x86_64-dbg-ST-5534cb307cb8", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -437,11 +437,11 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "darwin_x86_64-dbg-ST-d98d8f686a75", + "configuration": "darwin_x86_64-dbg-ST-5534cb307cb8", "dependencies": [ - "@com_github_apple_swift_collections//:OrderedCollections darwin_x86_64-dbg-ST-d98d8f686a75", - "@com_github_kylef_pathkit//:PathKit darwin_x86_64-dbg-ST-d98d8f686a75", - "@com_github_tuist_xcodeproj//:XcodeProj darwin_x86_64-dbg-ST-d98d8f686a75" + "@com_github_apple_swift_collections//:OrderedCollections darwin_x86_64-dbg-ST-5534cb307cb8", + "@com_github_kylef_pathkit//:PathKit darwin_x86_64-dbg-ST-5534cb307cb8", + "@com_github_tuist_xcodeproj//:XcodeProj darwin_x86_64-dbg-ST-5534cb307cb8" ], "entitlements": null, "info_plist": null, @@ -491,20 +491,20 @@ "outputs": { "s": { "d": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/generator.swiftdoc", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/generator.swiftdoc", "t": "g" }, "m": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/generator.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/generator.swiftmodule", "t": "g" }, "s": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/generator.swiftsourceinfo", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/generator.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator", + "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -513,7 +513,7 @@ "product": { "name": "generator.library", "path": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/tools/generator/libgenerator.library.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/tools/generator/libgenerator.library.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -522,25 +522,25 @@ "search_paths": {}, "swiftmodules": [ { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_apple_swift_collections/OrderedCollections.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_apple_swift_collections/OrderedCollections.swiftmodule", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit/PathKit.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit/PathKit.swiftmodule", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml/AEXML.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml/AEXML.swiftmodule", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tuist_xcodeproj/XcodeProj.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tuist_xcodeproj/XcodeProj.swiftmodule", "t": "g" } ], "test_host": null }, - "@com_github_apple_swift_collections//:OrderedCollections darwin_x86_64-dbg-ST-d98d8f686a75", + "@com_github_apple_swift_collections//:OrderedCollections darwin_x86_64-dbg-ST-5534cb307cb8", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -590,7 +590,7 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "darwin_x86_64-dbg-ST-d98d8f686a75", + "configuration": "darwin_x86_64-dbg-ST-5534cb307cb8", "dependencies": [], "entitlements": null, "info_plist": null, @@ -806,20 +806,20 @@ "outputs": { "s": { "d": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_apple_swift_collections/OrderedCollections.swiftdoc", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_apple_swift_collections/OrderedCollections.swiftdoc", "t": "g" }, "m": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_apple_swift_collections/OrderedCollections.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_apple_swift_collections/OrderedCollections.swiftmodule", "t": "g" }, "s": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_apple_swift_collections/OrderedCollections.swiftsourceinfo", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_apple_swift_collections/OrderedCollections.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_apple_swift_collections", + "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_apple_swift_collections", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -828,7 +828,7 @@ "product": { "name": "OrderedCollections", "path": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_apple_swift_collections/libOrderedCollections.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_apple_swift_collections/libOrderedCollections.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -838,7 +838,7 @@ "swiftmodules": [], "test_host": null }, - "@com_github_kylef_pathkit//:PathKit darwin_x86_64-dbg-ST-d98d8f686a75", + "@com_github_kylef_pathkit//:PathKit darwin_x86_64-dbg-ST-5534cb307cb8", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -888,7 +888,7 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "darwin_x86_64-dbg-ST-d98d8f686a75", + "configuration": "darwin_x86_64-dbg-ST-5534cb307cb8", "dependencies": [], "entitlements": null, "info_plist": null, @@ -908,20 +908,20 @@ "outputs": { "s": { "d": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit/PathKit.swiftdoc", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit/PathKit.swiftdoc", "t": "g" }, "m": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit/PathKit.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit/PathKit.swiftmodule", "t": "g" }, "s": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit/PathKit.swiftsourceinfo", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit/PathKit.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit", + "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -930,7 +930,7 @@ "product": { "name": "PathKit", "path": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit/libPathKit.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit/libPathKit.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -940,7 +940,7 @@ "swiftmodules": [], "test_host": null }, - "@com_github_pointfreeco_swift_custom_dump//:CustomDump darwin_x86_64-dbg-ST-d98d8f686a75", + "@com_github_pointfreeco_swift_custom_dump//:CustomDump darwin_x86_64-dbg-ST-5534cb307cb8", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -990,9 +990,9 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "darwin_x86_64-dbg-ST-d98d8f686a75", + "configuration": "darwin_x86_64-dbg-ST-5534cb307cb8", "dependencies": [ - "@com_github_pointfreeco_xctest_dynamic_overlay//:XCTestDynamicOverlay darwin_x86_64-dbg-ST-d98d8f686a75" + "@com_github_pointfreeco_xctest_dynamic_overlay//:XCTestDynamicOverlay darwin_x86_64-dbg-ST-5534cb307cb8" ], "entitlements": null, "info_plist": null, @@ -1108,20 +1108,20 @@ "outputs": { "s": { "d": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_swift_custom_dump/CustomDump.swiftdoc", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_swift_custom_dump/CustomDump.swiftdoc", "t": "g" }, "m": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_swift_custom_dump/CustomDump.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_swift_custom_dump/CustomDump.swiftmodule", "t": "g" }, "s": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_swift_custom_dump/CustomDump.swiftsourceinfo", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_swift_custom_dump/CustomDump.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_swift_custom_dump", + "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_swift_custom_dump", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -1130,7 +1130,7 @@ "product": { "name": "CustomDump", "path": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_swift_custom_dump/libCustomDump.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_swift_custom_dump/libCustomDump.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -1139,13 +1139,13 @@ "search_paths": {}, "swiftmodules": [ { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/XCTestDynamicOverlay.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/XCTestDynamicOverlay.swiftmodule", "t": "g" } ], "test_host": null }, - "@com_github_pointfreeco_xctest_dynamic_overlay//:XCTestDynamicOverlay darwin_x86_64-dbg-ST-d98d8f686a75", + "@com_github_pointfreeco_xctest_dynamic_overlay//:XCTestDynamicOverlay darwin_x86_64-dbg-ST-5534cb307cb8", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -1195,7 +1195,7 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "darwin_x86_64-dbg-ST-d98d8f686a75", + "configuration": "darwin_x86_64-dbg-ST-5534cb307cb8", "dependencies": [], "entitlements": null, "info_plist": null, @@ -1215,20 +1215,20 @@ "outputs": { "s": { "d": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/XCTestDynamicOverlay.swiftdoc", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/XCTestDynamicOverlay.swiftdoc", "t": "g" }, "m": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/XCTestDynamicOverlay.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/XCTestDynamicOverlay.swiftmodule", "t": "g" }, "s": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/XCTestDynamicOverlay.swiftsourceinfo", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/XCTestDynamicOverlay.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_xctest_dynamic_overlay", + "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_xctest_dynamic_overlay", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -1237,7 +1237,7 @@ "product": { "name": "XCTestDynamicOverlay", "path": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/libXCTestDynamicOverlay.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_pointfreeco_xctest_dynamic_overlay/libXCTestDynamicOverlay.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -1247,7 +1247,7 @@ "swiftmodules": [], "test_host": null }, - "@com_github_tadija_aexml//:AEXML darwin_x86_64-dbg-ST-d98d8f686a75", + "@com_github_tadija_aexml//:AEXML darwin_x86_64-dbg-ST-5534cb307cb8", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -1297,7 +1297,7 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "darwin_x86_64-dbg-ST-d98d8f686a75", + "configuration": "darwin_x86_64-dbg-ST-5534cb307cb8", "dependencies": [], "entitlements": null, "info_plist": null, @@ -1333,20 +1333,20 @@ "outputs": { "s": { "d": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml/AEXML.swiftdoc", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml/AEXML.swiftdoc", "t": "g" }, "m": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml/AEXML.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml/AEXML.swiftmodule", "t": "g" }, "s": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml/AEXML.swiftsourceinfo", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml/AEXML.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml", + "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -1355,7 +1355,7 @@ "product": { "name": "AEXML", "path": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml/libAEXML.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml/libAEXML.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -1365,7 +1365,7 @@ "swiftmodules": [], "test_host": null }, - "@com_github_tuist_xcodeproj//:XcodeProj darwin_x86_64-dbg-ST-d98d8f686a75", + "@com_github_tuist_xcodeproj//:XcodeProj darwin_x86_64-dbg-ST-5534cb307cb8", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -1415,10 +1415,10 @@ "SWIFT_OPTIMIZATION_LEVEL": "-Onone", "SWIFT_VERSION": "5" }, - "configuration": "darwin_x86_64-dbg-ST-d98d8f686a75", + "configuration": "darwin_x86_64-dbg-ST-5534cb307cb8", "dependencies": [ - "@com_github_tadija_aexml//:AEXML darwin_x86_64-dbg-ST-d98d8f686a75", - "@com_github_kylef_pathkit//:PathKit darwin_x86_64-dbg-ST-d98d8f686a75" + "@com_github_tadija_aexml//:AEXML darwin_x86_64-dbg-ST-5534cb307cb8", + "@com_github_kylef_pathkit//:PathKit darwin_x86_64-dbg-ST-5534cb307cb8" ], "entitlements": null, "info_plist": null, @@ -1814,20 +1814,20 @@ "outputs": { "s": { "d": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tuist_xcodeproj/XcodeProj.swiftdoc", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tuist_xcodeproj/XcodeProj.swiftdoc", "t": "g" }, "m": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tuist_xcodeproj/XcodeProj.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tuist_xcodeproj/XcodeProj.swiftmodule", "t": "g" }, "s": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tuist_xcodeproj/XcodeProj.swiftsourceinfo", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tuist_xcodeproj/XcodeProj.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tuist_xcodeproj", + "package_bin_dir": "bazel-out/darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tuist_xcodeproj", "platform": { "arch": "x86_64", "minimum_os_version": "11.0", @@ -1836,7 +1836,7 @@ "product": { "name": "XcodeProj", "path": { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tuist_xcodeproj/libXcodeProj.a", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tuist_xcodeproj/libXcodeProj.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -1845,11 +1845,11 @@ "search_paths": {}, "swiftmodules": [ { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_tadija_aexml/AEXML.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_tadija_aexml/AEXML.swiftmodule", "t": "g" }, { - "_": "darwin_x86_64-dbg-ST-d98d8f686a75/bin/external/com_github_kylef_pathkit/PathKit.swiftmodule", + "_": "darwin_x86_64-dbg-ST-5534cb307cb8/bin/external/com_github_kylef_pathkit/PathKit.swiftmodule", "t": "g" } ], diff --git a/test/fixtures/tvos_app/bwb.xcodeproj/project.pbxproj b/test/fixtures/tvos_app/bwb.xcodeproj/project.pbxproj index 580daee7d2..1896d2bd99 100644 --- a/test/fixtures/tvos_app/bwb.xcodeproj/project.pbxproj +++ b/test/fixtures/tvos_app/bwb.xcodeproj/project.pbxproj @@ -69,30 +69,55 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 10AE5192DBBC49395B332125 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 1AD4E21BF05EA13F3C0E032B /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + 342B0D5AD074F05B17DBB52D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 39004B79217BED4A67CB9A93 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 44C19A56FE797949930D145D /* ExampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 50D13467AC1061414CAD92AA /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; - 5461B027D4E38154AA678DD9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 55E73B21A31B0275825B773B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 75AFCD0AE3F74ABC41475218 /* ExampleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleTests.swift; sourceTree = ""; }; 8A36CA287ABB5359FEC0F830 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; AA8B40F3394AF193E0043C9C /* DefaultTestBundle.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = DefaultTestBundle.plist; sourceTree = ""; }; AD6FBABBE0C0A9D915CBF85B /* ExampleUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleUITestsLaunchTests.swift; sourceTree = ""; }; - B89A0A9B3FA2FC9DC63CC8B8 /* Example_entitlements.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Example_entitlements.entitlements; sourceTree = ""; }; + C5CDFF6B10E886B5B84EAB27 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; D227CE711F51FF221F83B7EA /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; - D6AA45C18C56B84769998430 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; D6E8EC5800B28DC7A5B63624 /* ExampleUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleUITests.swift; sourceTree = ""; }; DB017F09DAA174C86C32DE47 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + DC68E7E69490507A658DF30F /* Example_entitlements.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Example_entitlements.entitlements; sourceTree = ""; }; E470DDDC0990D96A685DB11C /* ExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; FA0E59FF263E41FFE42D58A1 /* ExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleApp.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ - 1533C6FDB1857560544B686E /* ExampleUITests.__internal__.__test_bundle-intermediates */ = { + 18A2671BDD1F831FA7A9DAC3 /* Example */ = { isa = PBXGroup; children = ( - D6AA45C18C56B84769998430 /* Info.plist */, + DEB736E24C4BCE7BC891ED08 /* Example-intermediates */, + DC68E7E69490507A658DF30F /* Example_entitlements.entitlements */, + ); + path = Example; + sourceTree = ""; + }; + 1AF77EBA645BD542D4AB6B58 /* ExampleUITests */ = { + isa = PBXGroup; + children = ( + 1F09FD24C340E2C5B10D9EAF /* ExampleUITests.__internal__.__test_bundle-intermediates */, + ); + path = ExampleUITests; + sourceTree = ""; + }; + 1C0B4B971F6615F97899D802 /* ExampleTests */ = { + isa = PBXGroup; + children = ( + CDA0B7709EB3A12D93F34F79 /* ExampleTests.__internal__.__test_bundle-intermediates */, + ); + path = ExampleTests; + sourceTree = ""; + }; + 1F09FD24C340E2C5B10D9EAF /* ExampleUITests.__internal__.__test_bundle-intermediates */ = { + isa = PBXGroup; + children = ( + 342B0D5AD074F05B17DBB52D /* Info.plist */, ); path = "ExampleUITests.__internal__.__test_bundle-intermediates"; sourceTree = ""; @@ -115,18 +140,10 @@ name = Products; sourceTree = ""; }; - 5BA9254A04D74CA5F49638BE /* ExampleUITests */ = { + 887FE2F15BE8AF60D2D3C0B0 /* examples */ = { isa = PBXGroup; children = ( - 1533C6FDB1857560544B686E /* ExampleUITests.__internal__.__test_bundle-intermediates */, - ); - path = ExampleUITests; - sourceTree = ""; - }; - 720E452CB44944370BB8A64F /* examples */ = { - isa = PBXGroup; - children = ( - FEF1550D15506919E6057B57 /* tvos_app */, + DF7E08046467F7010AB0FD1A /* tvos_app */, ); path = examples; sourceTree = ""; @@ -160,15 +177,6 @@ path = test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/links/external; sourceTree = ""; }; - AE00E77DAD12B122A0DF020B /* Example */ = { - isa = PBXGroup; - children = ( - F1FB321302399F2A76870591 /* Example-intermediates */, - B89A0A9B3FA2FC9DC63CC8B8 /* Example_entitlements.entitlements */, - ); - path = Example; - sourceTree = ""; - }; B90C93321F57509ADC051F9E /* testing */ = { isa = PBXGroup; children = ( @@ -192,37 +200,29 @@ name = Frameworks; sourceTree = ""; }; - C1438CB2F7D07BF0BDF47BFA /* applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a */ = { - isa = PBXGroup; - children = ( - D435B00DE937DB7215667034 /* bin */, - ); - path = "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a"; - sourceTree = ""; - }; C407A8E68D8C611448A3E699 /* Bazel Generated Files */ = { isa = PBXGroup; children = ( - C1438CB2F7D07BF0BDF47BFA /* applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a */, + F6CC21B8B4DF5357F4D31247 /* applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1 */, ); name = "Bazel Generated Files"; path = test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/links/gen_dir; sourceTree = ""; }; - CD0B1F9010122EC90C3C5E4E /* ExampleTests.__internal__.__test_bundle-intermediates */ = { + CDA0B7709EB3A12D93F34F79 /* ExampleTests.__internal__.__test_bundle-intermediates */ = { isa = PBXGroup; children = ( - 5461B027D4E38154AA678DD9 /* Info.plist */, + C5CDFF6B10E886B5B84EAB27 /* Info.plist */, ); path = "ExampleTests.__internal__.__test_bundle-intermediates"; sourceTree = ""; }; - D435B00DE937DB7215667034 /* bin */ = { + DEB736E24C4BCE7BC891ED08 /* Example-intermediates */ = { isa = PBXGroup; children = ( - 720E452CB44944370BB8A64F /* examples */, + 55E73B21A31B0275825B773B /* Info.plist */, ); - path = bin; + path = "Example-intermediates"; sourceTree = ""; }; DEDBB9862662A833DD5D663E /* build_bazel_rules_apple */ = { @@ -233,22 +233,24 @@ path = build_bazel_rules_apple; sourceTree = ""; }; - E3A32E13D18203BECE3A34CF /* ExampleUITests */ = { + DF7E08046467F7010AB0FD1A /* tvos_app */ = { isa = PBXGroup; children = ( - 1AD4E21BF05EA13F3C0E032B /* BUILD */, - D6E8EC5800B28DC7A5B63624 /* ExampleUITests.swift */, - AD6FBABBE0C0A9D915CBF85B /* ExampleUITestsLaunchTests.swift */, + 18A2671BDD1F831FA7A9DAC3 /* Example */, + 1C0B4B971F6615F97899D802 /* ExampleTests */, + 1AF77EBA645BD542D4AB6B58 /* ExampleUITests */, ); - path = ExampleUITests; + path = tvos_app; sourceTree = ""; }; - EC428C84DE407B9CE0251CC5 /* ExampleTests */ = { + E3A32E13D18203BECE3A34CF /* ExampleUITests */ = { isa = PBXGroup; children = ( - CD0B1F9010122EC90C3C5E4E /* ExampleTests.__internal__.__test_bundle-intermediates */, + 1AD4E21BF05EA13F3C0E032B /* BUILD */, + D6E8EC5800B28DC7A5B63624 /* ExampleUITests.swift */, + AD6FBABBE0C0A9D915CBF85B /* ExampleUITestsLaunchTests.swift */, ); - path = ExampleTests; + path = ExampleUITests; sourceTree = ""; }; EC6FEE5AC277A3FEEA95510A = { @@ -262,30 +264,28 @@ ); sourceTree = ""; }; - F1FB321302399F2A76870591 /* Example-intermediates */ = { + F6CC21B8B4DF5357F4D31247 /* applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1 */ = { isa = PBXGroup; children = ( - 10AE5192DBBC49395B332125 /* Info.plist */, + FDA55ACFB5B1D49CCD1FE8A8 /* bin */, ); - path = "Example-intermediates"; + path = "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1"; sourceTree = ""; }; - FE08DC4FE2EB3C1D3FAC175F /* tvos_app */ = { + FDA55ACFB5B1D49CCD1FE8A8 /* bin */ = { isa = PBXGroup; children = ( - 8A4520AA26B6158FA29DFA58 /* Example */, - 962A94CEC4834EE66167AEEF /* ExampleTests */, - E3A32E13D18203BECE3A34CF /* ExampleUITests */, + 887FE2F15BE8AF60D2D3C0B0 /* examples */, ); - path = tvos_app; + path = bin; sourceTree = ""; }; - FEF1550D15506919E6057B57 /* tvos_app */ = { + FE08DC4FE2EB3C1D3FAC175F /* tvos_app */ = { isa = PBXGroup; children = ( - AE00E77DAD12B122A0DF020B /* Example */, - EC428C84DE407B9CE0251CC5 /* ExampleTests */, - 5BA9254A04D74CA5F49638BE /* ExampleUITests */, + 8A4520AA26B6158FA29DFA58 /* Example */, + 962A94CEC4834EE66167AEEF /* ExampleTests */, + E3A32E13D18203BECE3A34CF /* ExampleUITests */, ); path = tvos_app; sourceTree = ""; @@ -525,7 +525,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests"; BUILT_PRODUCTS_DIR = "$(CONFIGURATION_BUILD_DIR)"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; DEBUG_INFORMATION_FORMAT = dwarf; @@ -539,7 +539,7 @@ "__TIMESTAMP__=\"redacted\"", "__TIME__=\"redacted\"", ); - INFOPLIST_FILE = "$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.xcode.plist"; + INFOPLIST_FILE = "$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.xcode.plist"; OTHER_CFLAGS = ( "-fstack-protector", "-Wall", @@ -624,11 +624,11 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example"; BUILT_PRODUCTS_DIR = "$(CONFIGURATION_BUILD_DIR)"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; CODE_SIGN_ALLOW_ENTITLEMENTS_MODIFICATION = YES; - CODE_SIGN_ENTITLEMENTS = "$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example_entitlements.entitlements"; + CODE_SIGN_ENTITLEMENTS = "$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example_entitlements.entitlements"; DEBUG_INFORMATION_FORMAT = dwarf; DEPLOYMENT_LOCATION = NO; ENABLE_BITCODE = NO; @@ -639,7 +639,7 @@ "__TIMESTAMP__=\"redacted\"", "__TIME__=\"redacted\"", ); - INFOPLIST_FILE = "$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example-intermediates/Info.xcode.plist"; + INFOPLIST_FILE = "$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example-intermediates/Info.xcode.plist"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -688,7 +688,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests"; BUILT_PRODUCTS_DIR = "$(CONFIGURATION_BUILD_DIR)"; BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; @@ -703,7 +703,7 @@ "__TIMESTAMP__=\"redacted\"", "__TIME__=\"redacted\"", ); - INFOPLIST_FILE = "$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.xcode.plist"; + INFOPLIST_FILE = "$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.xcode.plist"; OTHER_CFLAGS = ( "-fstack-protector", "-Wall", @@ -736,13 +736,13 @@ SDKROOT = appletvos; SUPPORTED_PLATFORMS = appletvsimulator; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example"; SWIFT_OBJC_INTERFACE_HEADER_NAME = ""; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5; - TARGET_BUILD_DIR = "$(BUILD_DIR)/bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example$(TARGET_BUILD_SUBPATH)"; + TARGET_BUILD_DIR = "$(BUILD_DIR)/bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example$(TARGET_BUILD_SUBPATH)"; TARGET_NAME = ExampleTests.__internal__.__test_bundle; - TEST_HOST = "$(BUILD_DIR)/bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example.app/Example"; + TEST_HOST = "$(BUILD_DIR)/bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example.app/Example"; TVOS_DEPLOYMENT_TARGET = 15.0; }; name = Debug; diff --git a/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/generated.copied.xcfilelist b/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/generated.copied.xcfilelist index def4b7d6ae..c455c12fad 100644 --- a/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/generated.copied.xcfilelist +++ b/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/generated.copied.xcfilelist @@ -1,4 +1,4 @@ -$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example_entitlements.entitlements -$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example-intermediates/Info.plist -$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist -$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist +$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example_entitlements.entitlements +$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example-intermediates/Info.plist +$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist +$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist diff --git a/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/generated.rsynclist b/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/generated.rsynclist index 3eb341a6b2..d87f16fffa 100644 --- a/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/generated.rsynclist +++ b/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/generated.rsynclist @@ -1,4 +1,4 @@ -applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example_entitlements.entitlements -applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example-intermediates/Info.plist -applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist -applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist +applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example_entitlements.entitlements +applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example-intermediates/Info.plist +applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist +applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist diff --git a/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist b/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist index a1e1629609..d27084fde2 100644 --- a/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist +++ b/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist @@ -1,4 +1,4 @@ -$(BAZEL_OUT)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example_entitlements.entitlements -$(BAZEL_OUT)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example-intermediates/Info.plist -$(BAZEL_OUT)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist -$(BAZEL_OUT)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist +$(BAZEL_OUT)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example_entitlements.entitlements +$(BAZEL_OUT)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example-intermediates/Info.plist +$(BAZEL_OUT)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist +$(BAZEL_OUT)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist diff --git a/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/infoplists.fixed.xcfilelist b/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/infoplists.fixed.xcfilelist index 565df8137f..1086ed7219 100644 --- a/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/infoplists.fixed.xcfilelist +++ b/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/infoplists.fixed.xcfilelist @@ -1,3 +1,3 @@ -$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example-intermediates/Info.xcode.plist -$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.xcode.plist -$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.xcode.plist +$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example-intermediates/Info.xcode.plist +$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.xcode.plist +$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.xcode.plist diff --git a/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/infoplists.xcfilelist b/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/infoplists.xcfilelist index 23754ff2bc..c2db36e5ce 100644 --- a/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/infoplists.xcfilelist +++ b/test/fixtures/tvos_app/bwb.xcodeproj/rules_xcodeproj/infoplists.xcfilelist @@ -1,3 +1,3 @@ -$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example-intermediates/Info.plist -$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist -$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist +$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example-intermediates/Info.plist +$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist +$(GEN_DIR)/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist diff --git a/test/fixtures/tvos_app/bwb_spec.json b/test/fixtures/tvos_app/bwb_spec.json index 3bbc98004a..c86577d7b6 100644 --- a/test/fixtures/tvos_app/bwb_spec.json +++ b/test/fixtures/tvos_app/bwb_spec.json @@ -13,11 +13,11 @@ "examples/tvos_app/Example/BUILD", "examples/tvos_app/Example/Info.plist", { - "_": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example-intermediates/Info.plist", + "_": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example-intermediates/Info.plist", "t": "g" }, { - "_": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example_entitlements.entitlements", + "_": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example_entitlements.entitlements", "t": "g" }, "examples/tvos_app/ExampleTests/BUILD", @@ -26,12 +26,12 @@ "t": "e" }, { - "_": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist", + "_": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist", "t": "g" }, "examples/tvos_app/ExampleUITests/BUILD", { - "_": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist", + "_": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist", "t": "g" } ], @@ -39,21 +39,21 @@ "label": "//test/fixtures/tvos_app:xcodeproj_bwb", "name": "bwb", "target_merges": [ - "//examples/tvos_app/Example:Example.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", + "//examples/tvos_app/Example:Example.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", [ - "//examples/tvos_app/Example:Example applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a" + "//examples/tvos_app/Example:Example applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1" ], - "//examples/tvos_app/ExampleTests:ExampleTests.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", + "//examples/tvos_app/ExampleTests:ExampleTests.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", [ - "//examples/tvos_app/ExampleTests:ExampleTests.__internal__.__test_bundle applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a" + "//examples/tvos_app/ExampleTests:ExampleTests.__internal__.__test_bundle applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1" ], - "//examples/tvos_app/ExampleUITests:ExampleUITests.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", + "//examples/tvos_app/ExampleUITests:ExampleUITests.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", [ - "//examples/tvos_app/ExampleUITests:ExampleUITests.__internal__.__test_bundle applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a" + "//examples/tvos_app/ExampleUITests:ExampleUITests.__internal__.__test_bundle applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1" ] ], "targets": [ - "//examples/tvos_app/Example:Example applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", + "//examples/tvos_app/Example:Example applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -99,16 +99,16 @@ "SWIFT_VERSION": "5", "TVOS_DEPLOYMENT_TARGET": "15.0" }, - "configuration": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", + "configuration": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", "dependencies": [ - "//examples/tvos_app/Example:Example.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a" + "//examples/tvos_app/Example:Example.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1" ], "entitlements": { - "_": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example_entitlements.entitlements", + "_": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example_entitlements.entitlements", "t": "g" }, "info_plist": { - "_": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example-intermediates/Info.plist", + "_": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example-intermediates/Info.plist", "t": "g" }, "inputs": { @@ -119,7 +119,7 @@ "linker_inputs": { "static_libraries": [ { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/libExample.library.a", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/libExample.library.a", "t": "g" } ] @@ -128,11 +128,11 @@ "name": "Example", "outputs": { "b": { - "_": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example.ipa", + "_": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example.ipa", "t": "g" } }, - "package_bin_dir": "bazel-out/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example", + "package_bin_dir": "bazel-out/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -142,7 +142,7 @@ "product": { "name": "Example", "path": { - "_": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example_archive-root/Payload/Example.app", + "_": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example_archive-root/Payload/Example.app", "t": "g" }, "type": "com.apple.product-type.application" @@ -152,7 +152,7 @@ "swiftmodules": [], "test_host": null }, - "//examples/tvos_app/Example:Example.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", + "//examples/tvos_app/Example:Example.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -202,7 +202,7 @@ "SWIFT_VERSION": "5", "TVOS_DEPLOYMENT_TARGET": "15.0" }, - "configuration": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", + "configuration": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", "dependencies": [], "entitlements": null, "info_plist": null, @@ -220,20 +220,20 @@ "outputs": { "s": { "d": { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example.swiftdoc", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example.swiftdoc", "t": "g" }, "m": { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example.swiftmodule", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example.swiftmodule", "t": "g" }, "s": { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example.swiftsourceinfo", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example", + "package_bin_dir": "bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -243,7 +243,7 @@ "product": { "name": "Example.library", "path": { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/libExample.library.a", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/libExample.library.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -253,7 +253,7 @@ "swiftmodules": [], "test_host": null }, - "//examples/tvos_app/ExampleTests:ExampleTests.__internal__.__test_bundle applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", + "//examples/tvos_app/ExampleTests:ExampleTests.__internal__.__test_bundle applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -299,14 +299,14 @@ "SWIFT_VERSION": "5", "TVOS_DEPLOYMENT_TARGET": "15.0" }, - "configuration": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", + "configuration": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", "dependencies": [ - "//examples/tvos_app/ExampleTests:ExampleTests.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", - "//examples/tvos_app/Example:Example applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a" + "//examples/tvos_app/ExampleTests:ExampleTests.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", + "//examples/tvos_app/Example:Example applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1" ], "entitlements": null, "info_plist": { - "_": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist", + "_": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle-intermediates/Info.plist", "t": "g" }, "inputs": { @@ -317,7 +317,7 @@ "linker_inputs": { "static_libraries": [ { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests/libExampleTests.library.a", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests/libExampleTests.library.a", "t": "g" } ] @@ -326,11 +326,11 @@ "name": "ExampleTests.__internal__.__test_bundle", "outputs": { "b": { - "_": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle.zip", + "_": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle.zip", "t": "g" } }, - "package_bin_dir": "bazel-out/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests", + "package_bin_dir": "bazel-out/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -340,7 +340,7 @@ "product": { "name": "ExampleTests", "path": { - "_": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle_archive-root/ExampleTests.xctest", + "_": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests/ExampleTests.__internal__.__test_bundle_archive-root/ExampleTests.xctest", "t": "g" }, "type": "com.apple.product-type.bundle.unit-test" @@ -348,9 +348,9 @@ "resource_bundles": [], "search_paths": {}, "swiftmodules": [], - "test_host": "//examples/tvos_app/Example:Example applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a" + "test_host": "//examples/tvos_app/Example:Example applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1" }, - "//examples/tvos_app/ExampleTests:ExampleTests.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", + "//examples/tvos_app/ExampleTests:ExampleTests.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -401,9 +401,9 @@ "SWIFT_VERSION": "5", "TVOS_DEPLOYMENT_TARGET": "15.0" }, - "configuration": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", + "configuration": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", "dependencies": [ - "//examples/tvos_app/Example:Example.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a" + "//examples/tvos_app/Example:Example.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1" ], "entitlements": null, "info_plist": null, @@ -420,20 +420,20 @@ "outputs": { "s": { "d": { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests/ExampleTests.swiftdoc", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests/ExampleTests.swiftdoc", "t": "g" }, "m": { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests/ExampleTests.swiftmodule", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests/ExampleTests.swiftmodule", "t": "g" }, "s": { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests/ExampleTests.swiftsourceinfo", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests/ExampleTests.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests", + "package_bin_dir": "bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -443,7 +443,7 @@ "product": { "name": "ExampleTests.library", "path": { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleTests/libExampleTests.library.a", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleTests/libExampleTests.library.a", "t": "g" }, "type": "com.apple.product-type.library.static" @@ -452,13 +452,13 @@ "search_paths": {}, "swiftmodules": [ { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/Example/Example.swiftmodule", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/Example/Example.swiftmodule", "t": "g" } ], "test_host": null }, - "//examples/tvos_app/ExampleUITests:ExampleUITests.__internal__.__test_bundle applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", + "//examples/tvos_app/ExampleUITests:ExampleUITests.__internal__.__test_bundle applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -504,14 +504,14 @@ "SWIFT_VERSION": "5", "TVOS_DEPLOYMENT_TARGET": "15.0" }, - "configuration": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", + "configuration": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", "dependencies": [ - "//examples/tvos_app/ExampleUITests:ExampleUITests.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", - "//examples/tvos_app/Example:Example applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a" + "//examples/tvos_app/ExampleUITests:ExampleUITests.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", + "//examples/tvos_app/Example:Example applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1" ], "entitlements": null, "info_plist": { - "_": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist", + "_": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle-intermediates/Info.plist", "t": "g" }, "inputs": { @@ -522,7 +522,7 @@ "linker_inputs": { "static_libraries": [ { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests/libExampleUITests.library.a", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests/libExampleUITests.library.a", "t": "g" } ] @@ -531,11 +531,11 @@ "name": "ExampleUITests.__internal__.__test_bundle", "outputs": { "b": { - "_": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle.zip", + "_": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle.zip", "t": "g" } }, - "package_bin_dir": "bazel-out/applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests", + "package_bin_dir": "bazel-out/applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -545,7 +545,7 @@ "product": { "name": "ExampleUITests", "path": { - "_": "applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle_archive-root/ExampleUITests.xctest", + "_": "applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests/ExampleUITests.__internal__.__test_bundle_archive-root/ExampleUITests.xctest", "t": "g" }, "type": "com.apple.product-type.bundle.ui-testing" @@ -553,9 +553,9 @@ "resource_bundles": [], "search_paths": {}, "swiftmodules": [], - "test_host": "//examples/tvos_app/Example:Example applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a" + "test_host": "//examples/tvos_app/Example:Example applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1" }, - "//examples/tvos_app/ExampleUITests:ExampleUITests.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", + "//examples/tvos_app/ExampleUITests:ExampleUITests.library tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", { "build_settings": { "CLANG_CXX_LANGUAGE_STANDARD": "c++0x", @@ -606,7 +606,7 @@ "SWIFT_VERSION": "5", "TVOS_DEPLOYMENT_TARGET": "15.0" }, - "configuration": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a", + "configuration": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1", "dependencies": [], "entitlements": null, "info_plist": null, @@ -624,20 +624,20 @@ "outputs": { "s": { "d": { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests/ExampleUITests.swiftdoc", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests/ExampleUITests.swiftdoc", "t": "g" }, "m": { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests/ExampleUITests.swiftmodule", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests/ExampleUITests.swiftmodule", "t": "g" }, "s": { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests/ExampleUITests.swiftsourceinfo", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests/ExampleUITests.swiftsourceinfo", "t": "g" } } }, - "package_bin_dir": "bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests", + "package_bin_dir": "bazel-out/tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests", "platform": { "arch": "x86_64", "environment": "Simulator", @@ -647,7 +647,7 @@ "product": { "name": "ExampleUITests.library", "path": { - "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-28ed83e6ab8a/bin/examples/tvos_app/ExampleUITests/libExampleUITests.library.a", + "_": "tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-d2947f5560a1/bin/examples/tvos_app/ExampleUITests/libExampleUITests.library.a", "t": "g" }, "type": "com.apple.product-type.library.static" diff --git a/xcodeproj/internal/xcodeproj.bzl b/xcodeproj/internal/xcodeproj.bzl index 0d16cd206e..f1622bb885 100644 --- a/xcodeproj/internal/xcodeproj.bzl +++ b/xcodeproj/internal/xcodeproj.bzl @@ -146,15 +146,22 @@ def _write_installer( def _xcodeproj_transition_impl(settings, attr): """Transition that applies command-line settings for the xcodeproj rule.""" + features = settings.get("//command_line_option:features", []) + if attr.build_mode == "bazel": archived_bundles_allowed = attr.archived_bundles_allowed compilation_mode = "dbg" + features = [ + "oso_prefix_is_pwd", + "relative_ast_path", + ] + features else: archived_bundles_allowed = True compilation_mode = settings["//command_line_option:compilation_mode"] return { "//command_line_option:compilation_mode": compilation_mode, + "//command_line_option:features": features, "//xcodeproj/internal:archived_bundles_allowed": ( archived_bundles_allowed ), @@ -165,9 +172,11 @@ _xcodeproj_transition = transition( implementation = _xcodeproj_transition_impl, inputs = [ "//command_line_option:compilation_mode", + "//command_line_option:features", ], outputs = [ "//command_line_option:compilation_mode", + "//command_line_option:features", "//xcodeproj/internal:archived_bundles_allowed", "//xcodeproj/internal:build_mode", ],