diff --git a/Package.resolved b/Package.resolved
deleted file mode 100644
index b9e0474..0000000
--- a/Package.resolved
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "object": {
- "pins": [
- {
- "package": "llbuild",
- "repositoryURL": "https://github.com/apple/swift-llbuild.git",
- "state": {
- "branch": null,
- "revision": "f73b84bc1525998e5e267f9d830c1411487ac65e",
- "version": "0.2.0"
- }
- },
- {
- "package": "SwiftPM",
- "repositoryURL": "https://github.com/apple/swift-package-manager.git",
- "state": {
- "branch": null,
- "revision": "9abcc2260438177cecd7cf5185b144d13e74122b",
- "version": "0.5.0"
- }
- }
- ]
- },
- "version": 1
-}
diff --git a/README.md b/README.md
index cb1db08..5a8eb79 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@ A command line tool to extract code coverage & screenshots from Xcode 11 XCResul
To learn more about Xcode 11's xcresult format, read [Rishab Sukumar's post on the ChargePoint Engineering blog](https://www.chargepoint.com/engineering/xcparse/)
+## Requirements
+- Xcode 11+
+
## Installation
### [Homebrew](https://brew.sh)
@@ -136,6 +139,14 @@ This will export logs & diagnostic files into a per-action folder structure simi

+### Contributing
+If you like what you see and willing to support the work, you could:
+- Open an [issue](https://github.com/ChargePoint/xcparse/issues/new/choose)
+- Contribute code, and pull requests.
+
+How to debug the project?
+You can run the project in XCode by opening the package.swift.
+
### Help
```
diff --git a/xcparse.xcodeproj/Basic_Info.plist b/xcparse.xcodeproj/Basic_Info.plist
deleted file mode 100644
index 57ada9f..0000000
--- a/xcparse.xcodeproj/Basic_Info.plist
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0
- CFBundleSignature
- ????
- CFBundleVersion
- $(CURRENT_PROJECT_VERSION)
- NSPrincipalClass
-
-
-
diff --git a/xcparse.xcodeproj/SPMLibc_Info.plist b/xcparse.xcodeproj/SPMLibc_Info.plist
deleted file mode 100644
index 57ada9f..0000000
--- a/xcparse.xcodeproj/SPMLibc_Info.plist
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0
- CFBundleSignature
- ????
- CFBundleVersion
- $(CURRENT_PROJECT_VERSION)
- NSPrincipalClass
-
-
-
diff --git a/xcparse.xcodeproj/SPMUtility_Info.plist b/xcparse.xcodeproj/SPMUtility_Info.plist
deleted file mode 100644
index 57ada9f..0000000
--- a/xcparse.xcodeproj/SPMUtility_Info.plist
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0
- CFBundleSignature
- ????
- CFBundleVersion
- $(CURRENT_PROJECT_VERSION)
- NSPrincipalClass
-
-
-
diff --git a/xcparse.xcodeproj/clibc_Info.plist b/xcparse.xcodeproj/clibc_Info.plist
deleted file mode 100644
index 57ada9f..0000000
--- a/xcparse.xcodeproj/clibc_Info.plist
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0
- CFBundleSignature
- ????
- CFBundleVersion
- $(CURRENT_PROJECT_VERSION)
- NSPrincipalClass
-
-
-
diff --git a/xcparse.xcodeproj/project.pbxproj b/xcparse.xcodeproj/project.pbxproj
deleted file mode 100644
index deba745..0000000
--- a/xcparse.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,2058 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
-
-/* Begin PBXAggregateTarget section */
- "xcparse::xcparsePackageTests::ProductTarget" /* xcparsePackageTests */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = OBJ_373 /* Build configuration list for PBXAggregateTarget "xcparsePackageTests" */;
- buildPhases = (
- );
- dependencies = (
- OBJ_376 /* PBXTargetDependency */,
- );
- name = xcparsePackageTests;
- productName = xcparsePackageTests;
- };
-/* End PBXAggregateTarget section */
-
-/* Begin PBXBuildFile section */
- 62525EAE2376350100472F82 /* Version+XCPTooling.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62525EAD2376350100472F82 /* Version+XCPTooling.swift */; };
- 62CC363E23553EA0003C7B68 /* XCResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62CC363D23553EA0003C7B68 /* XCResult.swift */; };
- 62CC36592357C110003C7B68 /* AttachmentsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62CC36582357C110003C7B68 /* AttachmentsCommand.swift */; };
- OBJ_179 /* Await.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_73 /* Await.swift */; };
- OBJ_180 /* ByteString.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_74 /* ByteString.swift */; };
- OBJ_181 /* CStringArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_75 /* CStringArray.swift */; };
- OBJ_182 /* CacheableSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_76 /* CacheableSequence.swift */; };
- OBJ_183 /* CollectionAlgorithms.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_77 /* CollectionAlgorithms.swift */; };
- OBJ_184 /* CollectionExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_78 /* CollectionExtensions.swift */; };
- OBJ_185 /* Condition.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_79 /* Condition.swift */; };
- OBJ_186 /* DeltaAlgorithm.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_80 /* DeltaAlgorithm.swift */; };
- OBJ_187 /* DiagnosticsEngine.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_81 /* DiagnosticsEngine.swift */; };
- OBJ_188 /* DictionaryExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_82 /* DictionaryExtensions.swift */; };
- OBJ_189 /* DictionaryLiteralExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_83 /* DictionaryLiteralExtensions.swift */; };
- OBJ_190 /* EditDistance.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_84 /* EditDistance.swift */; };
- OBJ_191 /* FileInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_85 /* FileInfo.swift */; };
- OBJ_192 /* FileSystem.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_86 /* FileSystem.swift */; };
- OBJ_193 /* GraphAlgorithms.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_87 /* GraphAlgorithms.swift */; };
- OBJ_194 /* JSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_88 /* JSON.swift */; };
- OBJ_195 /* JSONMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_89 /* JSONMapper.swift */; };
- OBJ_196 /* KeyedPair.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_90 /* KeyedPair.swift */; };
- OBJ_197 /* LazyCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_91 /* LazyCache.swift */; };
- OBJ_198 /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_92 /* Lock.swift */; };
- OBJ_199 /* ObjectIdentifierProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_93 /* ObjectIdentifierProtocol.swift */; };
- OBJ_200 /* OrderedDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_94 /* OrderedDictionary.swift */; };
- OBJ_201 /* OrderedSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_95 /* OrderedSet.swift */; };
- OBJ_202 /* OutputByteStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_96 /* OutputByteStream.swift */; };
- OBJ_203 /* Path.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_97 /* Path.swift */; };
- OBJ_204 /* PathShims.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_98 /* PathShims.swift */; };
- OBJ_205 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_99 /* Process.swift */; };
- OBJ_206 /* ProcessEnv.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_100 /* ProcessEnv.swift */; };
- OBJ_207 /* ProcessSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_101 /* ProcessSet.swift */; };
- OBJ_208 /* RegEx.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_102 /* RegEx.swift */; };
- OBJ_209 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_103 /* Result.swift */; };
- OBJ_210 /* SHA256.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_104 /* SHA256.swift */; };
- OBJ_211 /* SortedArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_105 /* SortedArray.swift */; };
- OBJ_212 /* StringConversions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_106 /* StringConversions.swift */; };
- OBJ_213 /* SynchronizedQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_107 /* SynchronizedQueue.swift */; };
- OBJ_214 /* TemporaryFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_108 /* TemporaryFile.swift */; };
- OBJ_215 /* TerminalController.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_109 /* TerminalController.swift */; };
- OBJ_216 /* Thread.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_110 /* Thread.swift */; };
- OBJ_217 /* Tuple.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_111 /* Tuple.swift */; };
- OBJ_218 /* misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_112 /* misc.swift */; };
- OBJ_220 /* SPMLibc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::SPMLibc::Product" /* SPMLibc.framework */; };
- OBJ_221 /* clibc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::clibc::Product" /* clibc.framework */; };
- OBJ_230 /* libc.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_121 /* libc.swift */; };
- OBJ_232 /* clibc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::clibc::Product" /* clibc.framework */; };
- OBJ_239 /* ArgumentParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_123 /* ArgumentParser.swift */; };
- OBJ_240 /* ArgumentParserShellCompletion.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_124 /* ArgumentParserShellCompletion.swift */; };
- OBJ_241 /* BuildFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_125 /* BuildFlags.swift */; };
- OBJ_242 /* CollectionExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_126 /* CollectionExtensions.swift */; };
- OBJ_243 /* Diagnostics.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_127 /* Diagnostics.swift */; };
- OBJ_244 /* FSWatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_128 /* FSWatch.swift */; };
- OBJ_245 /* Git.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_129 /* Git.swift */; };
- OBJ_246 /* IndexStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_130 /* IndexStore.swift */; };
- OBJ_247 /* InterruptHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_131 /* InterruptHandler.swift */; };
- OBJ_248 /* PkgConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_132 /* PkgConfig.swift */; };
- OBJ_249 /* Platform.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_133 /* Platform.swift */; };
- OBJ_250 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_134 /* Process.swift */; };
- OBJ_251 /* ProgressAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_135 /* ProgressAnimation.swift */; };
- OBJ_252 /* SimplePersistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_136 /* SimplePersistence.swift */; };
- OBJ_253 /* StringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_137 /* StringExtensions.swift */; };
- OBJ_254 /* StringMangling.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_138 /* StringMangling.swift */; };
- OBJ_255 /* URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_139 /* URL.swift */; };
- OBJ_256 /* Verbosity.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_140 /* Verbosity.swift */; };
- OBJ_257 /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_141 /* Version.swift */; };
- OBJ_258 /* Versioning.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_142 /* Versioning.swift */; };
- OBJ_259 /* dlopen.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_143 /* dlopen.swift */; };
- OBJ_260 /* misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_144 /* misc.swift */; };
- OBJ_262 /* Basic.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::Basic::Product" /* Basic.framework */; };
- OBJ_263 /* SPMLibc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::SPMLibc::Product" /* SPMLibc.framework */; };
- OBJ_264 /* clibc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::clibc::Product" /* clibc.framework */; };
- OBJ_273 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_161 /* Package.swift */; };
- OBJ_279 /* ActionAbstractTestSummary.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* ActionAbstractTestSummary.swift */; };
- OBJ_280 /* ActionDeviceRecord.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* ActionDeviceRecord.swift */; };
- OBJ_281 /* ActionPlatformRecord.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* ActionPlatformRecord.swift */; };
- OBJ_282 /* ActionRecord.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_12 /* ActionRecord.swift */; };
- OBJ_283 /* ActionResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_13 /* ActionResult.swift */; };
- OBJ_284 /* ActionRunDestinationRecord.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_14 /* ActionRunDestinationRecord.swift */; };
- OBJ_285 /* ActionSDKRecord.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_15 /* ActionSDKRecord.swift */; };
- OBJ_286 /* ActionTestActivitySummary.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_16 /* ActionTestActivitySummary.swift */; };
- OBJ_287 /* ActionTestAttachment.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_17 /* ActionTestAttachment.swift */; };
- OBJ_288 /* ActionTestFailureSummary.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_18 /* ActionTestFailureSummary.swift */; };
- OBJ_289 /* ActionTestMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_19 /* ActionTestMetadata.swift */; };
- OBJ_290 /* ActionTestPerformanceMetricSummary.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_20 /* ActionTestPerformanceMetricSummary.swift */; };
- OBJ_291 /* ActionTestPlanRunSummaries.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_21 /* ActionTestPlanRunSummaries.swift */; };
- OBJ_292 /* ActionTestPlanRunSummary.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_22 /* ActionTestPlanRunSummary.swift */; };
- OBJ_293 /* ActionTestSummary.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_23 /* ActionTestSummary.swift */; };
- OBJ_294 /* ActionTestSummaryGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_24 /* ActionTestSummaryGroup.swift */; };
- OBJ_295 /* ActionTestSummaryIdentifiableObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_25 /* ActionTestSummaryIdentifiableObject.swift */; };
- OBJ_296 /* ActionTestableSummary.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_26 /* ActionTestableSummary.swift */; };
- OBJ_297 /* ActionsInvocationMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_27 /* ActionsInvocationMetadata.swift */; };
- OBJ_298 /* ActionsInvocationRecord.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_28 /* ActionsInvocationRecord.swift */; };
- OBJ_299 /* ActivityLogAnalyzerControlFlowStep.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_29 /* ActivityLogAnalyzerControlFlowStep.swift */; };
- OBJ_300 /* ActivityLogAnalyzerControlFlowStepEdge.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_30 /* ActivityLogAnalyzerControlFlowStepEdge.swift */; };
- OBJ_301 /* ActivityLogAnalyzerEventStep.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_31 /* ActivityLogAnalyzerEventStep.swift */; };
- OBJ_302 /* ActivityLogAnalyzerResultMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_32 /* ActivityLogAnalyzerResultMessage.swift */; };
- OBJ_303 /* ActivityLogAnalyzerStep.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_33 /* ActivityLogAnalyzerStep.swift */; };
- OBJ_304 /* ActivityLogAnalyzerWarningMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_34 /* ActivityLogAnalyzerWarningMessage.swift */; };
- OBJ_305 /* ActivityLogCommandInvocationSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_35 /* ActivityLogCommandInvocationSection.swift */; };
- OBJ_306 /* ActivityLogMajorSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_36 /* ActivityLogMajorSection.swift */; };
- OBJ_307 /* ActivityLogMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_37 /* ActivityLogMessage.swift */; };
- OBJ_308 /* ActivityLogMessageAnnotation.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_38 /* ActivityLogMessageAnnotation.swift */; };
- OBJ_309 /* ActivityLogSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_39 /* ActivityLogSection.swift */; };
- OBJ_310 /* ActivityLogTargetBuildSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_40 /* ActivityLogTargetBuildSection.swift */; };
- OBJ_311 /* ActivityLogUnitTestSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_41 /* ActivityLogUnitTestSection.swift */; };
- OBJ_312 /* ArchiveInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_42 /* ArchiveInfo.swift */; };
- OBJ_313 /* CodeCoverageInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_43 /* CodeCoverageInfo.swift */; };
- OBJ_314 /* Console.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_44 /* Console.swift */; };
- OBJ_315 /* DocumentLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_45 /* DocumentLocation.swift */; };
- OBJ_316 /* EntityIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_46 /* EntityIdentifier.swift */; };
- OBJ_317 /* IssueSummary.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_47 /* IssueSummary.swift */; };
- OBJ_318 /* ObjectID.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_48 /* ObjectID.swift */; };
- OBJ_319 /* Reference.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_49 /* Reference.swift */; };
- OBJ_320 /* ResultIssueSummaries.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_50 /* ResultIssueSummaries.swift */; };
- OBJ_321 /* ResultMetrics.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_51 /* ResultMetrics.swift */; };
- OBJ_322 /* TestFailureIssueSummary.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_52 /* TestFailureIssueSummary.swift */; };
- OBJ_323 /* TypeDefinition.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_53 /* TypeDefinition.swift */; };
- OBJ_324 /* XCPResultDecoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_54 /* XCPResultDecoding.swift */; };
- OBJ_325 /* XCResultToolCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_55 /* XCResultToolCommand.swift */; };
- OBJ_327 /* SPMUtility.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::SPMUtility::Product" /* SPMUtility.framework */; };
- OBJ_328 /* Basic.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::Basic::Product" /* Basic.framework */; };
- OBJ_329 /* SPMLibc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::SPMLibc::Product" /* SPMLibc.framework */; };
- OBJ_330 /* clibc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::clibc::Product" /* clibc.framework */; };
- OBJ_339 /* libc.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_151 /* libc.c */; };
- OBJ_346 /* CodeCoverageCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_57 /* CodeCoverageCommand.swift */; };
- OBJ_347 /* Command.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_58 /* Command.swift */; };
- OBJ_348 /* CommandRegistry.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_59 /* CommandRegistry.swift */; };
- OBJ_349 /* GitHubLatestReleaseResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_60 /* GitHubLatestReleaseResponse.swift */; };
- OBJ_350 /* LogsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_61 /* LogsCommand.swift */; };
- OBJ_351 /* ScreenshotsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_62 /* ScreenshotsCommand.swift */; };
- OBJ_352 /* VersionCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_63 /* VersionCommand.swift */; };
- OBJ_353 /* XCPParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_64 /* XCPParser.swift */; };
- OBJ_354 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_65 /* main.swift */; };
- OBJ_356 /* XCParseCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "xcparse::XCParseCore::Product" /* XCParseCore.framework */; };
- OBJ_357 /* SPMUtility.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::SPMUtility::Product" /* SPMUtility.framework */; };
- OBJ_358 /* Basic.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::Basic::Product" /* Basic.framework */; };
- OBJ_359 /* SPMLibc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::SPMLibc::Product" /* SPMLibc.framework */; };
- OBJ_360 /* clibc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::clibc::Product" /* clibc.framework */; };
- OBJ_371 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; };
- OBJ_382 /* XCTestManifests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_68 /* XCTestManifests.swift */; };
- OBJ_383 /* xcparseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_69 /* xcparseTests.swift */; };
- OBJ_385 /* XCParseCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "xcparse::XCParseCore::Product" /* XCParseCore.framework */; };
- OBJ_386 /* SPMUtility.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::SPMUtility::Product" /* SPMUtility.framework */; };
- OBJ_387 /* Basic.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::Basic::Product" /* Basic.framework */; };
- OBJ_388 /* SPMLibc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::SPMLibc::Product" /* SPMLibc.framework */; };
- OBJ_389 /* clibc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftPM::clibc::Product" /* clibc.framework */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXContainerItemProxy section */
- 62CC362823552176003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::SPMUtility";
- remoteInfo = SPMUtility;
- };
- 62CC362923552176003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::Basic";
- remoteInfo = Basic;
- };
- 62CC362A23552176003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::SPMLibc";
- remoteInfo = SPMLibc;
- };
- 62CC362B23552176003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::clibc";
- remoteInfo = clibc;
- };
- 62CC362C23552176003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::clibc";
- remoteInfo = clibc;
- };
- 62CC362D23552176003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::SPMLibc";
- remoteInfo = SPMLibc;
- };
- 62CC362E23552176003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::clibc";
- remoteInfo = clibc;
- };
- 62CC362F23552176003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::Basic";
- remoteInfo = Basic;
- };
- 62CC363023552176003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::SPMLibc";
- remoteInfo = SPMLibc;
- };
- 62CC363123552176003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::clibc";
- remoteInfo = clibc;
- };
- 62CC363223552176003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "xcparse::XCParseCore";
- remoteInfo = XCParseCore;
- };
- 62CC363323552176003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::SPMUtility";
- remoteInfo = SPMUtility;
- };
- 62CC363423552176003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::Basic";
- remoteInfo = Basic;
- };
- 62CC363523552176003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::SPMLibc";
- remoteInfo = SPMLibc;
- };
- 62CC363623552176003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::clibc";
- remoteInfo = clibc;
- };
- 62CC363723552178003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "xcparse::xcparse";
- remoteInfo = xcparse;
- };
- 62CC363823552178003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "xcparse::XCParseCore";
- remoteInfo = XCParseCore;
- };
- 62CC363923552178003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::SPMUtility";
- remoteInfo = SPMUtility;
- };
- 62CC363A23552178003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::Basic";
- remoteInfo = Basic;
- };
- 62CC363B23552178003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::SPMLibc";
- remoteInfo = SPMLibc;
- };
- 62CC363C23552178003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftPM::clibc";
- remoteInfo = clibc;
- };
- 62CC365723569927003C7B68 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "xcparse::xcparseTests";
- remoteInfo = xcparseTests;
- };
-/* End PBXContainerItemProxy section */
-
-/* Begin PBXFileReference section */
- 62525EAD2376350100472F82 /* Version+XCPTooling.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Version+XCPTooling.swift"; sourceTree = ""; };
- 62CC363D23553EA0003C7B68 /* XCResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCResult.swift; sourceTree = ""; };
- 62CC36582357C110003C7B68 /* AttachmentsCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttachmentsCommand.swift; sourceTree = ""; };
- OBJ_10 /* ActionDeviceRecord.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionDeviceRecord.swift; sourceTree = ""; };
- OBJ_100 /* ProcessEnv.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProcessEnv.swift; sourceTree = ""; };
- OBJ_101 /* ProcessSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProcessSet.swift; sourceTree = ""; };
- OBJ_102 /* RegEx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegEx.swift; sourceTree = ""; };
- OBJ_103 /* Result.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Result.swift; sourceTree = ""; };
- OBJ_104 /* SHA256.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SHA256.swift; sourceTree = ""; };
- OBJ_105 /* SortedArray.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SortedArray.swift; sourceTree = ""; };
- OBJ_106 /* StringConversions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringConversions.swift; sourceTree = ""; };
- OBJ_107 /* SynchronizedQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SynchronizedQueue.swift; sourceTree = ""; };
- OBJ_108 /* TemporaryFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TemporaryFile.swift; sourceTree = ""; };
- OBJ_109 /* TerminalController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TerminalController.swift; sourceTree = ""; };
- OBJ_11 /* ActionPlatformRecord.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionPlatformRecord.swift; sourceTree = ""; };
- OBJ_110 /* Thread.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Thread.swift; sourceTree = ""; };
- OBJ_111 /* Tuple.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tuple.swift; sourceTree = ""; };
- OBJ_112 /* misc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = misc.swift; sourceTree = ""; };
- OBJ_12 /* ActionRecord.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionRecord.swift; sourceTree = ""; };
- OBJ_121 /* libc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = libc.swift; sourceTree = ""; };
- OBJ_123 /* ArgumentParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArgumentParser.swift; sourceTree = ""; };
- OBJ_124 /* ArgumentParserShellCompletion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArgumentParserShellCompletion.swift; sourceTree = ""; };
- OBJ_125 /* BuildFlags.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuildFlags.swift; sourceTree = ""; };
- OBJ_126 /* CollectionExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionExtensions.swift; sourceTree = ""; };
- OBJ_127 /* Diagnostics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Diagnostics.swift; sourceTree = ""; };
- OBJ_128 /* FSWatch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FSWatch.swift; sourceTree = ""; };
- OBJ_129 /* Git.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Git.swift; sourceTree = ""; };
- OBJ_13 /* ActionResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionResult.swift; sourceTree = ""; };
- OBJ_130 /* IndexStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndexStore.swift; sourceTree = ""; };
- OBJ_131 /* InterruptHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterruptHandler.swift; sourceTree = ""; };
- OBJ_132 /* PkgConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PkgConfig.swift; sourceTree = ""; };
- OBJ_133 /* Platform.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Platform.swift; sourceTree = ""; };
- OBJ_134 /* Process.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Process.swift; sourceTree = ""; };
- OBJ_135 /* ProgressAnimation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressAnimation.swift; sourceTree = ""; };
- OBJ_136 /* SimplePersistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimplePersistence.swift; sourceTree = ""; };
- OBJ_137 /* StringExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringExtensions.swift; sourceTree = ""; };
- OBJ_138 /* StringMangling.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringMangling.swift; sourceTree = ""; };
- OBJ_139 /* URL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URL.swift; sourceTree = ""; };
- OBJ_14 /* ActionRunDestinationRecord.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionRunDestinationRecord.swift; sourceTree = ""; };
- OBJ_140 /* Verbosity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Verbosity.swift; sourceTree = ""; };
- OBJ_141 /* Version.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Version.swift; sourceTree = ""; };
- OBJ_142 /* Versioning.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Versioning.swift; sourceTree = ""; };
- OBJ_143 /* dlopen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = dlopen.swift; sourceTree = ""; };
- OBJ_144 /* misc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = misc.swift; sourceTree = ""; };
- OBJ_15 /* ActionSDKRecord.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionSDKRecord.swift; sourceTree = ""; };
- OBJ_151 /* libc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = libc.c; sourceTree = ""; };
- OBJ_153 /* clibc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = clibc.h; sourceTree = ""; };
- OBJ_154 /* indexstore_functions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = indexstore_functions.h; sourceTree = ""; };
- OBJ_155 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = "/Users/abotkin/src/xcparse/.build/checkouts/swift-package-manager/Sources/clibc/include/module.modulemap"; sourceTree = ""; };
- OBJ_16 /* ActionTestActivitySummary.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionTestActivitySummary.swift; sourceTree = ""; };
- OBJ_161 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; name = Package.swift; path = "/Users/abotkin/src/xcparse/.build/checkouts/swift-package-manager/Package.swift"; sourceTree = ""; };
- OBJ_17 /* ActionTestAttachment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionTestAttachment.swift; sourceTree = ""; };
- OBJ_170 /* Pods */ = {isa = PBXFileReference; lastKnownFileType = text; path = Pods; sourceTree = SOURCE_ROOT; };
- OBJ_171 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; };
- OBJ_172 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; };
- OBJ_173 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; };
- OBJ_18 /* ActionTestFailureSummary.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionTestFailureSummary.swift; sourceTree = ""; };
- OBJ_19 /* ActionTestMetadata.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionTestMetadata.swift; sourceTree = ""; };
- OBJ_20 /* ActionTestPerformanceMetricSummary.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionTestPerformanceMetricSummary.swift; sourceTree = ""; };
- OBJ_21 /* ActionTestPlanRunSummaries.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionTestPlanRunSummaries.swift; sourceTree = ""; };
- OBJ_22 /* ActionTestPlanRunSummary.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionTestPlanRunSummary.swift; sourceTree = ""; };
- OBJ_23 /* ActionTestSummary.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionTestSummary.swift; sourceTree = ""; };
- OBJ_24 /* ActionTestSummaryGroup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionTestSummaryGroup.swift; sourceTree = ""; };
- OBJ_25 /* ActionTestSummaryIdentifiableObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionTestSummaryIdentifiableObject.swift; sourceTree = ""; };
- OBJ_26 /* ActionTestableSummary.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionTestableSummary.swift; sourceTree = ""; };
- OBJ_27 /* ActionsInvocationMetadata.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionsInvocationMetadata.swift; sourceTree = ""; };
- OBJ_28 /* ActionsInvocationRecord.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionsInvocationRecord.swift; sourceTree = ""; };
- OBJ_29 /* ActivityLogAnalyzerControlFlowStep.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityLogAnalyzerControlFlowStep.swift; sourceTree = ""; };
- OBJ_30 /* ActivityLogAnalyzerControlFlowStepEdge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityLogAnalyzerControlFlowStepEdge.swift; sourceTree = ""; };
- OBJ_31 /* ActivityLogAnalyzerEventStep.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityLogAnalyzerEventStep.swift; sourceTree = ""; };
- OBJ_32 /* ActivityLogAnalyzerResultMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityLogAnalyzerResultMessage.swift; sourceTree = ""; };
- OBJ_33 /* ActivityLogAnalyzerStep.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityLogAnalyzerStep.swift; sourceTree = ""; };
- OBJ_34 /* ActivityLogAnalyzerWarningMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityLogAnalyzerWarningMessage.swift; sourceTree = ""; };
- OBJ_35 /* ActivityLogCommandInvocationSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityLogCommandInvocationSection.swift; sourceTree = ""; };
- OBJ_36 /* ActivityLogMajorSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityLogMajorSection.swift; sourceTree = ""; };
- OBJ_37 /* ActivityLogMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityLogMessage.swift; sourceTree = ""; };
- OBJ_38 /* ActivityLogMessageAnnotation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityLogMessageAnnotation.swift; sourceTree = ""; };
- OBJ_39 /* ActivityLogSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityLogSection.swift; sourceTree = ""; };
- OBJ_40 /* ActivityLogTargetBuildSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityLogTargetBuildSection.swift; sourceTree = ""; };
- OBJ_41 /* ActivityLogUnitTestSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityLogUnitTestSection.swift; sourceTree = ""; };
- OBJ_42 /* ArchiveInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArchiveInfo.swift; sourceTree = ""; };
- OBJ_43 /* CodeCoverageInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeCoverageInfo.swift; sourceTree = ""; };
- OBJ_44 /* Console.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Console.swift; sourceTree = ""; };
- OBJ_45 /* DocumentLocation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DocumentLocation.swift; sourceTree = ""; };
- OBJ_46 /* EntityIdentifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EntityIdentifier.swift; sourceTree = ""; };
- OBJ_47 /* IssueSummary.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IssueSummary.swift; sourceTree = ""; };
- OBJ_48 /* ObjectID.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ObjectID.swift; sourceTree = ""; };
- OBJ_49 /* Reference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Reference.swift; sourceTree = ""; };
- OBJ_50 /* ResultIssueSummaries.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResultIssueSummaries.swift; sourceTree = ""; };
- OBJ_51 /* ResultMetrics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResultMetrics.swift; sourceTree = ""; };
- OBJ_52 /* TestFailureIssueSummary.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestFailureIssueSummary.swift; sourceTree = ""; };
- OBJ_53 /* TypeDefinition.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypeDefinition.swift; sourceTree = ""; };
- OBJ_54 /* XCPResultDecoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCPResultDecoding.swift; sourceTree = ""; };
- OBJ_55 /* XCResultToolCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCResultToolCommand.swift; sourceTree = ""; };
- OBJ_57 /* CodeCoverageCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeCoverageCommand.swift; sourceTree = ""; };
- OBJ_58 /* Command.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Command.swift; sourceTree = ""; };
- OBJ_59 /* CommandRegistry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandRegistry.swift; sourceTree = ""; };
- OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; };
- OBJ_60 /* GitHubLatestReleaseResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GitHubLatestReleaseResponse.swift; sourceTree = ""; };
- OBJ_61 /* LogsCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogsCommand.swift; sourceTree = ""; };
- OBJ_62 /* ScreenshotsCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScreenshotsCommand.swift; sourceTree = ""; };
- OBJ_63 /* VersionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VersionCommand.swift; sourceTree = ""; };
- OBJ_64 /* XCPParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCPParser.swift; sourceTree = ""; };
- OBJ_65 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; };
- OBJ_68 /* XCTestManifests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCTestManifests.swift; sourceTree = ""; };
- OBJ_69 /* xcparseTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = xcparseTests.swift; sourceTree = ""; };
- OBJ_73 /* Await.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Await.swift; sourceTree = ""; };
- OBJ_74 /* ByteString.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ByteString.swift; sourceTree = ""; };
- OBJ_75 /* CStringArray.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CStringArray.swift; sourceTree = ""; };
- OBJ_76 /* CacheableSequence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CacheableSequence.swift; sourceTree = ""; };
- OBJ_77 /* CollectionAlgorithms.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionAlgorithms.swift; sourceTree = ""; };
- OBJ_78 /* CollectionExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionExtensions.swift; sourceTree = ""; };
- OBJ_79 /* Condition.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Condition.swift; sourceTree = ""; };
- OBJ_80 /* DeltaAlgorithm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeltaAlgorithm.swift; sourceTree = ""; };
- OBJ_81 /* DiagnosticsEngine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiagnosticsEngine.swift; sourceTree = ""; };
- OBJ_82 /* DictionaryExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DictionaryExtensions.swift; sourceTree = ""; };
- OBJ_83 /* DictionaryLiteralExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DictionaryLiteralExtensions.swift; sourceTree = ""; };
- OBJ_84 /* EditDistance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditDistance.swift; sourceTree = ""; };
- OBJ_85 /* FileInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileInfo.swift; sourceTree = ""; };
- OBJ_86 /* FileSystem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileSystem.swift; sourceTree = ""; };
- OBJ_87 /* GraphAlgorithms.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GraphAlgorithms.swift; sourceTree = ""; };
- OBJ_88 /* JSON.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSON.swift; sourceTree = ""; };
- OBJ_89 /* JSONMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONMapper.swift; sourceTree = ""; };
- OBJ_9 /* ActionAbstractTestSummary.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionAbstractTestSummary.swift; sourceTree = ""; };
- OBJ_90 /* KeyedPair.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyedPair.swift; sourceTree = ""; };
- OBJ_91 /* LazyCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyCache.swift; sourceTree = ""; };
- OBJ_92 /* Lock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lock.swift; sourceTree = ""; };
- OBJ_93 /* ObjectIdentifierProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ObjectIdentifierProtocol.swift; sourceTree = ""; };
- OBJ_94 /* OrderedDictionary.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderedDictionary.swift; sourceTree = ""; };
- OBJ_95 /* OrderedSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderedSet.swift; sourceTree = ""; };
- OBJ_96 /* OutputByteStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutputByteStream.swift; sourceTree = ""; };
- OBJ_97 /* Path.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Path.swift; sourceTree = ""; };
- OBJ_98 /* PathShims.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PathShims.swift; sourceTree = ""; };
- OBJ_99 /* Process.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Process.swift; sourceTree = ""; };
- "SwiftPM::Basic::Product" /* Basic.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Basic.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- "SwiftPM::SPMLibc::Product" /* SPMLibc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SPMLibc.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- "SwiftPM::SPMUtility::Product" /* SPMUtility.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SPMUtility.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- "SwiftPM::clibc::Product" /* clibc.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = clibc.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- "xcparse::XCParseCore::Product" /* XCParseCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = XCParseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- "xcparse::xcparse::Product" /* xcparse */ = {isa = PBXFileReference; lastKnownFileType = text; path = xcparse; sourceTree = BUILT_PRODUCTS_DIR; };
- "xcparse::xcparseTests::Product" /* xcparseTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = xcparseTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- OBJ_219 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_220 /* SPMLibc.framework in Frameworks */,
- OBJ_221 /* clibc.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_231 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_232 /* clibc.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_261 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_262 /* Basic.framework in Frameworks */,
- OBJ_263 /* SPMLibc.framework in Frameworks */,
- OBJ_264 /* clibc.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_326 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_327 /* SPMUtility.framework in Frameworks */,
- OBJ_328 /* Basic.framework in Frameworks */,
- OBJ_329 /* SPMLibc.framework in Frameworks */,
- OBJ_330 /* clibc.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_340 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 0;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_355 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_356 /* XCParseCore.framework in Frameworks */,
- OBJ_357 /* SPMUtility.framework in Frameworks */,
- OBJ_358 /* Basic.framework in Frameworks */,
- OBJ_359 /* SPMLibc.framework in Frameworks */,
- OBJ_360 /* clibc.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_384 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_385 /* XCParseCore.framework in Frameworks */,
- OBJ_386 /* SPMUtility.framework in Frameworks */,
- OBJ_387 /* Basic.framework in Frameworks */,
- OBJ_388 /* SPMLibc.framework in Frameworks */,
- OBJ_389 /* clibc.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- OBJ_113 /* Build */ = {
- isa = PBXGroup;
- children = (
- );
- name = Build;
- path = ".build/checkouts/swift-package-manager/Sources/Build";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_114 /* Commands */ = {
- isa = PBXGroup;
- children = (
- );
- name = Commands;
- path = ".build/checkouts/swift-package-manager/Sources/Commands";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_115 /* PackageDescription4 */ = {
- isa = PBXGroup;
- children = (
- );
- name = PackageDescription4;
- path = ".build/checkouts/swift-package-manager/Sources/PackageDescription4";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_116 /* PackageGraph */ = {
- isa = PBXGroup;
- children = (
- );
- name = PackageGraph;
- path = ".build/checkouts/swift-package-manager/Sources/PackageGraph";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_117 /* PackageLoading */ = {
- isa = PBXGroup;
- children = (
- );
- name = PackageLoading;
- path = ".build/checkouts/swift-package-manager/Sources/PackageLoading";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_118 /* PackageModel */ = {
- isa = PBXGroup;
- children = (
- );
- name = PackageModel;
- path = ".build/checkouts/swift-package-manager/Sources/PackageModel";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_119 /* SPMLLBuild */ = {
- isa = PBXGroup;
- children = (
- );
- name = SPMLLBuild;
- path = ".build/checkouts/swift-package-manager/Sources/SPMLLBuild";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_120 /* SPMLibc */ = {
- isa = PBXGroup;
- children = (
- OBJ_121 /* libc.swift */,
- );
- name = SPMLibc;
- path = ".build/checkouts/swift-package-manager/Sources/SPMLibc";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_122 /* SPMUtility */ = {
- isa = PBXGroup;
- children = (
- OBJ_123 /* ArgumentParser.swift */,
- OBJ_124 /* ArgumentParserShellCompletion.swift */,
- OBJ_125 /* BuildFlags.swift */,
- OBJ_126 /* CollectionExtensions.swift */,
- OBJ_127 /* Diagnostics.swift */,
- OBJ_128 /* FSWatch.swift */,
- OBJ_129 /* Git.swift */,
- OBJ_130 /* IndexStore.swift */,
- OBJ_131 /* InterruptHandler.swift */,
- OBJ_132 /* PkgConfig.swift */,
- OBJ_133 /* Platform.swift */,
- OBJ_134 /* Process.swift */,
- OBJ_135 /* ProgressAnimation.swift */,
- OBJ_136 /* SimplePersistence.swift */,
- OBJ_137 /* StringExtensions.swift */,
- OBJ_138 /* StringMangling.swift */,
- OBJ_139 /* URL.swift */,
- OBJ_140 /* Verbosity.swift */,
- OBJ_141 /* Version.swift */,
- OBJ_142 /* Versioning.swift */,
- OBJ_143 /* dlopen.swift */,
- OBJ_144 /* misc.swift */,
- );
- name = SPMUtility;
- path = ".build/checkouts/swift-package-manager/Sources/SPMUtility";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_145 /* SourceControl */ = {
- isa = PBXGroup;
- children = (
- );
- name = SourceControl;
- path = ".build/checkouts/swift-package-manager/Sources/SourceControl";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_146 /* TestSupport */ = {
- isa = PBXGroup;
- children = (
- );
- name = TestSupport;
- path = ".build/checkouts/swift-package-manager/Sources/TestSupport";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_147 /* TestSupportExecutable */ = {
- isa = PBXGroup;
- children = (
- );
- name = TestSupportExecutable;
- path = ".build/checkouts/swift-package-manager/Sources/TestSupportExecutable";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_148 /* Workspace */ = {
- isa = PBXGroup;
- children = (
- );
- name = Workspace;
- path = ".build/checkouts/swift-package-manager/Sources/Workspace";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_149 /* Xcodeproj */ = {
- isa = PBXGroup;
- children = (
- );
- name = Xcodeproj;
- path = ".build/checkouts/swift-package-manager/Sources/Xcodeproj";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_150 /* clibc */ = {
- isa = PBXGroup;
- children = (
- OBJ_151 /* libc.c */,
- OBJ_152 /* include */,
- );
- name = clibc;
- path = ".build/checkouts/swift-package-manager/Sources/clibc";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_152 /* include */ = {
- isa = PBXGroup;
- children = (
- OBJ_153 /* clibc.h */,
- OBJ_154 /* indexstore_functions.h */,
- OBJ_155 /* module.modulemap */,
- );
- path = include;
- sourceTree = "";
- };
- OBJ_156 /* swift-build */ = {
- isa = PBXGroup;
- children = (
- );
- name = "swift-build";
- path = ".build/checkouts/swift-package-manager/Sources/swift-build";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_157 /* swift-package */ = {
- isa = PBXGroup;
- children = (
- );
- name = "swift-package";
- path = ".build/checkouts/swift-package-manager/Sources/swift-package";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_158 /* swift-run */ = {
- isa = PBXGroup;
- children = (
- );
- name = "swift-run";
- path = ".build/checkouts/swift-package-manager/Sources/swift-run";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_159 /* swift-test */ = {
- isa = PBXGroup;
- children = (
- );
- name = "swift-test";
- path = ".build/checkouts/swift-package-manager/Sources/swift-test";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_160 /* swiftpm-xctest-helper */ = {
- isa = PBXGroup;
- children = (
- );
- name = "swiftpm-xctest-helper";
- path = ".build/checkouts/swift-package-manager/Sources/swiftpm-xctest-helper";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_162 /* Products */ = {
- isa = PBXGroup;
- children = (
- "SwiftPM::SPMLibc::Product" /* SPMLibc.framework */,
- "xcparse::XCParseCore::Product" /* XCParseCore.framework */,
- "xcparse::xcparseTests::Product" /* xcparseTests.xctest */,
- "SwiftPM::SPMUtility::Product" /* SPMUtility.framework */,
- "xcparse::xcparse::Product" /* xcparse */,
- "SwiftPM::clibc::Product" /* clibc.framework */,
- "SwiftPM::Basic::Product" /* Basic.framework */,
- );
- name = Products;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- OBJ_5 = {
- isa = PBXGroup;
- children = (
- OBJ_6 /* Package.swift */,
- OBJ_7 /* Sources */,
- OBJ_66 /* Tests */,
- OBJ_70 /* Dependencies */,
- OBJ_162 /* Products */,
- OBJ_170 /* Pods */,
- OBJ_171 /* LICENSE */,
- OBJ_172 /* Makefile */,
- OBJ_173 /* README.md */,
- );
- sourceTree = "";
- };
- OBJ_56 /* xcparse */ = {
- isa = PBXGroup;
- children = (
- OBJ_57 /* CodeCoverageCommand.swift */,
- OBJ_58 /* Command.swift */,
- OBJ_59 /* CommandRegistry.swift */,
- OBJ_60 /* GitHubLatestReleaseResponse.swift */,
- OBJ_61 /* LogsCommand.swift */,
- 62CC36582357C110003C7B68 /* AttachmentsCommand.swift */,
- OBJ_62 /* ScreenshotsCommand.swift */,
- OBJ_63 /* VersionCommand.swift */,
- OBJ_64 /* XCPParser.swift */,
- OBJ_65 /* main.swift */,
- );
- name = xcparse;
- path = Sources/xcparse;
- sourceTree = SOURCE_ROOT;
- };
- OBJ_66 /* Tests */ = {
- isa = PBXGroup;
- children = (
- OBJ_67 /* xcparseTests */,
- );
- name = Tests;
- sourceTree = SOURCE_ROOT;
- };
- OBJ_67 /* xcparseTests */ = {
- isa = PBXGroup;
- children = (
- OBJ_68 /* XCTestManifests.swift */,
- OBJ_69 /* xcparseTests.swift */,
- );
- name = xcparseTests;
- path = Tests/xcparseTests;
- sourceTree = SOURCE_ROOT;
- };
- OBJ_7 /* Sources */ = {
- isa = PBXGroup;
- children = (
- OBJ_8 /* XCParseCore */,
- OBJ_56 /* xcparse */,
- );
- name = Sources;
- sourceTree = SOURCE_ROOT;
- };
- OBJ_70 /* Dependencies */ = {
- isa = PBXGroup;
- children = (
- OBJ_71 /* SwiftPM 0.5.0 */,
- );
- name = Dependencies;
- sourceTree = "";
- };
- OBJ_71 /* SwiftPM 0.5.0 */ = {
- isa = PBXGroup;
- children = (
- OBJ_72 /* Basic */,
- OBJ_113 /* Build */,
- OBJ_114 /* Commands */,
- OBJ_115 /* PackageDescription4 */,
- OBJ_116 /* PackageGraph */,
- OBJ_117 /* PackageLoading */,
- OBJ_118 /* PackageModel */,
- OBJ_119 /* SPMLLBuild */,
- OBJ_120 /* SPMLibc */,
- OBJ_122 /* SPMUtility */,
- OBJ_145 /* SourceControl */,
- OBJ_146 /* TestSupport */,
- OBJ_147 /* TestSupportExecutable */,
- OBJ_148 /* Workspace */,
- OBJ_149 /* Xcodeproj */,
- OBJ_150 /* clibc */,
- OBJ_156 /* swift-build */,
- OBJ_157 /* swift-package */,
- OBJ_158 /* swift-run */,
- OBJ_159 /* swift-test */,
- OBJ_160 /* swiftpm-xctest-helper */,
- OBJ_161 /* Package.swift */,
- );
- name = "SwiftPM 0.5.0";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_72 /* Basic */ = {
- isa = PBXGroup;
- children = (
- OBJ_73 /* Await.swift */,
- OBJ_74 /* ByteString.swift */,
- OBJ_75 /* CStringArray.swift */,
- OBJ_76 /* CacheableSequence.swift */,
- OBJ_77 /* CollectionAlgorithms.swift */,
- OBJ_78 /* CollectionExtensions.swift */,
- OBJ_79 /* Condition.swift */,
- OBJ_80 /* DeltaAlgorithm.swift */,
- OBJ_81 /* DiagnosticsEngine.swift */,
- OBJ_82 /* DictionaryExtensions.swift */,
- OBJ_83 /* DictionaryLiteralExtensions.swift */,
- OBJ_84 /* EditDistance.swift */,
- OBJ_85 /* FileInfo.swift */,
- OBJ_86 /* FileSystem.swift */,
- OBJ_87 /* GraphAlgorithms.swift */,
- OBJ_88 /* JSON.swift */,
- OBJ_89 /* JSONMapper.swift */,
- OBJ_90 /* KeyedPair.swift */,
- OBJ_91 /* LazyCache.swift */,
- OBJ_92 /* Lock.swift */,
- OBJ_93 /* ObjectIdentifierProtocol.swift */,
- OBJ_94 /* OrderedDictionary.swift */,
- OBJ_95 /* OrderedSet.swift */,
- OBJ_96 /* OutputByteStream.swift */,
- OBJ_97 /* Path.swift */,
- OBJ_98 /* PathShims.swift */,
- OBJ_99 /* Process.swift */,
- OBJ_100 /* ProcessEnv.swift */,
- OBJ_101 /* ProcessSet.swift */,
- OBJ_102 /* RegEx.swift */,
- OBJ_103 /* Result.swift */,
- OBJ_104 /* SHA256.swift */,
- OBJ_105 /* SortedArray.swift */,
- OBJ_106 /* StringConversions.swift */,
- OBJ_107 /* SynchronizedQueue.swift */,
- OBJ_108 /* TemporaryFile.swift */,
- OBJ_109 /* TerminalController.swift */,
- OBJ_110 /* Thread.swift */,
- OBJ_111 /* Tuple.swift */,
- OBJ_112 /* misc.swift */,
- );
- name = Basic;
- path = ".build/checkouts/swift-package-manager/Sources/Basic";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_8 /* XCParseCore */ = {
- isa = PBXGroup;
- children = (
- OBJ_9 /* ActionAbstractTestSummary.swift */,
- OBJ_10 /* ActionDeviceRecord.swift */,
- OBJ_11 /* ActionPlatformRecord.swift */,
- OBJ_12 /* ActionRecord.swift */,
- OBJ_13 /* ActionResult.swift */,
- OBJ_14 /* ActionRunDestinationRecord.swift */,
- OBJ_15 /* ActionSDKRecord.swift */,
- OBJ_16 /* ActionTestActivitySummary.swift */,
- OBJ_17 /* ActionTestAttachment.swift */,
- OBJ_18 /* ActionTestFailureSummary.swift */,
- OBJ_19 /* ActionTestMetadata.swift */,
- OBJ_20 /* ActionTestPerformanceMetricSummary.swift */,
- OBJ_21 /* ActionTestPlanRunSummaries.swift */,
- OBJ_22 /* ActionTestPlanRunSummary.swift */,
- OBJ_23 /* ActionTestSummary.swift */,
- OBJ_24 /* ActionTestSummaryGroup.swift */,
- OBJ_25 /* ActionTestSummaryIdentifiableObject.swift */,
- OBJ_26 /* ActionTestableSummary.swift */,
- OBJ_27 /* ActionsInvocationMetadata.swift */,
- OBJ_28 /* ActionsInvocationRecord.swift */,
- OBJ_29 /* ActivityLogAnalyzerControlFlowStep.swift */,
- OBJ_30 /* ActivityLogAnalyzerControlFlowStepEdge.swift */,
- OBJ_31 /* ActivityLogAnalyzerEventStep.swift */,
- OBJ_32 /* ActivityLogAnalyzerResultMessage.swift */,
- OBJ_33 /* ActivityLogAnalyzerStep.swift */,
- OBJ_34 /* ActivityLogAnalyzerWarningMessage.swift */,
- OBJ_35 /* ActivityLogCommandInvocationSection.swift */,
- OBJ_36 /* ActivityLogMajorSection.swift */,
- OBJ_37 /* ActivityLogMessage.swift */,
- OBJ_38 /* ActivityLogMessageAnnotation.swift */,
- OBJ_39 /* ActivityLogSection.swift */,
- OBJ_40 /* ActivityLogTargetBuildSection.swift */,
- OBJ_41 /* ActivityLogUnitTestSection.swift */,
- OBJ_42 /* ArchiveInfo.swift */,
- OBJ_43 /* CodeCoverageInfo.swift */,
- OBJ_44 /* Console.swift */,
- OBJ_45 /* DocumentLocation.swift */,
- OBJ_46 /* EntityIdentifier.swift */,
- OBJ_47 /* IssueSummary.swift */,
- OBJ_48 /* ObjectID.swift */,
- OBJ_49 /* Reference.swift */,
- OBJ_50 /* ResultIssueSummaries.swift */,
- OBJ_51 /* ResultMetrics.swift */,
- OBJ_52 /* TestFailureIssueSummary.swift */,
- OBJ_53 /* TypeDefinition.swift */,
- OBJ_54 /* XCPResultDecoding.swift */,
- 62525EAD2376350100472F82 /* Version+XCPTooling.swift */,
- OBJ_55 /* XCResultToolCommand.swift */,
- 62CC363D23553EA0003C7B68 /* XCResult.swift */,
- );
- name = XCParseCore;
- path = Sources/XCParseCore;
- sourceTree = SOURCE_ROOT;
- };
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
- "SwiftPM::Basic" /* Basic */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = OBJ_175 /* Build configuration list for PBXNativeTarget "Basic" */;
- buildPhases = (
- OBJ_178 /* Sources */,
- OBJ_219 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- OBJ_222 /* PBXTargetDependency */,
- OBJ_224 /* PBXTargetDependency */,
- );
- name = Basic;
- productName = Basic;
- productReference = "SwiftPM::Basic::Product" /* Basic.framework */;
- productType = "com.apple.product-type.framework";
- };
- "SwiftPM::SPMLibc" /* SPMLibc */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = OBJ_226 /* Build configuration list for PBXNativeTarget "SPMLibc" */;
- buildPhases = (
- OBJ_229 /* Sources */,
- OBJ_231 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- OBJ_233 /* PBXTargetDependency */,
- );
- name = SPMLibc;
- productName = SPMLibc;
- productReference = "SwiftPM::SPMLibc::Product" /* SPMLibc.framework */;
- productType = "com.apple.product-type.framework";
- };
- "SwiftPM::SPMUtility" /* SPMUtility */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = OBJ_235 /* Build configuration list for PBXNativeTarget "SPMUtility" */;
- buildPhases = (
- OBJ_238 /* Sources */,
- OBJ_261 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- OBJ_265 /* PBXTargetDependency */,
- OBJ_266 /* PBXTargetDependency */,
- OBJ_267 /* PBXTargetDependency */,
- );
- name = SPMUtility;
- productName = SPMUtility;
- productReference = "SwiftPM::SPMUtility::Product" /* SPMUtility.framework */;
- productType = "com.apple.product-type.framework";
- };
- "SwiftPM::SwiftPMPackageDescription" /* SwiftPMPackageDescription */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = OBJ_269 /* Build configuration list for PBXNativeTarget "SwiftPMPackageDescription" */;
- buildPhases = (
- OBJ_272 /* Sources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = SwiftPMPackageDescription;
- productName = SwiftPMPackageDescription;
- productType = "com.apple.product-type.framework";
- };
- "SwiftPM::clibc" /* clibc */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = OBJ_335 /* Build configuration list for PBXNativeTarget "clibc" */;
- buildPhases = (
- OBJ_338 /* Sources */,
- OBJ_340 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = clibc;
- productName = clibc;
- productReference = "SwiftPM::clibc::Product" /* clibc.framework */;
- productType = "com.apple.product-type.framework";
- };
- "xcparse::SwiftPMPackageDescription" /* xcparsePackageDescription */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = OBJ_367 /* Build configuration list for PBXNativeTarget "xcparsePackageDescription" */;
- buildPhases = (
- OBJ_370 /* Sources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = xcparsePackageDescription;
- productName = xcparsePackageDescription;
- productType = "com.apple.product-type.framework";
- };
- "xcparse::XCParseCore" /* XCParseCore */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = OBJ_275 /* Build configuration list for PBXNativeTarget "XCParseCore" */;
- buildPhases = (
- OBJ_278 /* Sources */,
- OBJ_326 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- OBJ_331 /* PBXTargetDependency */,
- OBJ_332 /* PBXTargetDependency */,
- OBJ_333 /* PBXTargetDependency */,
- OBJ_334 /* PBXTargetDependency */,
- );
- name = XCParseCore;
- productName = XCParseCore;
- productReference = "xcparse::XCParseCore::Product" /* XCParseCore.framework */;
- productType = "com.apple.product-type.framework";
- };
- "xcparse::xcparse" /* xcparse */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = OBJ_342 /* Build configuration list for PBXNativeTarget "xcparse" */;
- buildPhases = (
- OBJ_345 /* Sources */,
- OBJ_355 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- OBJ_361 /* PBXTargetDependency */,
- OBJ_362 /* PBXTargetDependency */,
- OBJ_363 /* PBXTargetDependency */,
- OBJ_364 /* PBXTargetDependency */,
- OBJ_365 /* PBXTargetDependency */,
- );
- name = xcparse;
- productName = xcparse;
- productReference = "xcparse::xcparse::Product" /* xcparse */;
- productType = "com.apple.product-type.tool";
- };
- "xcparse::xcparseTests" /* xcparseTests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = OBJ_378 /* Build configuration list for PBXNativeTarget "xcparseTests" */;
- buildPhases = (
- OBJ_381 /* Sources */,
- OBJ_384 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- OBJ_390 /* PBXTargetDependency */,
- OBJ_391 /* PBXTargetDependency */,
- OBJ_392 /* PBXTargetDependency */,
- OBJ_393 /* PBXTargetDependency */,
- OBJ_394 /* PBXTargetDependency */,
- OBJ_395 /* PBXTargetDependency */,
- );
- name = xcparseTests;
- productName = xcparseTests;
- productReference = "xcparse::xcparseTests::Product" /* xcparseTests.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- OBJ_1 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastSwiftMigration = 9999;
- LastUpgradeCheck = 9999;
- };
- buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "xcparse" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = OBJ_5;
- productRefGroup = OBJ_162 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- "SwiftPM::Basic" /* Basic */,
- "SwiftPM::SPMLibc" /* SPMLibc */,
- "SwiftPM::SPMUtility" /* SPMUtility */,
- "SwiftPM::SwiftPMPackageDescription" /* SwiftPMPackageDescription */,
- "xcparse::XCParseCore" /* XCParseCore */,
- "SwiftPM::clibc" /* clibc */,
- "xcparse::xcparse" /* xcparse */,
- "xcparse::SwiftPMPackageDescription" /* xcparsePackageDescription */,
- "xcparse::xcparsePackageTests::ProductTarget" /* xcparsePackageTests */,
- "xcparse::xcparseTests" /* xcparseTests */,
- );
- };
-/* End PBXProject section */
-
-/* Begin PBXSourcesBuildPhase section */
- OBJ_178 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_179 /* Await.swift in Sources */,
- OBJ_180 /* ByteString.swift in Sources */,
- OBJ_181 /* CStringArray.swift in Sources */,
- OBJ_182 /* CacheableSequence.swift in Sources */,
- OBJ_183 /* CollectionAlgorithms.swift in Sources */,
- OBJ_184 /* CollectionExtensions.swift in Sources */,
- OBJ_185 /* Condition.swift in Sources */,
- OBJ_186 /* DeltaAlgorithm.swift in Sources */,
- OBJ_187 /* DiagnosticsEngine.swift in Sources */,
- OBJ_188 /* DictionaryExtensions.swift in Sources */,
- OBJ_189 /* DictionaryLiteralExtensions.swift in Sources */,
- OBJ_190 /* EditDistance.swift in Sources */,
- OBJ_191 /* FileInfo.swift in Sources */,
- OBJ_192 /* FileSystem.swift in Sources */,
- OBJ_193 /* GraphAlgorithms.swift in Sources */,
- OBJ_194 /* JSON.swift in Sources */,
- OBJ_195 /* JSONMapper.swift in Sources */,
- OBJ_196 /* KeyedPair.swift in Sources */,
- OBJ_197 /* LazyCache.swift in Sources */,
- OBJ_198 /* Lock.swift in Sources */,
- OBJ_199 /* ObjectIdentifierProtocol.swift in Sources */,
- OBJ_200 /* OrderedDictionary.swift in Sources */,
- OBJ_201 /* OrderedSet.swift in Sources */,
- OBJ_202 /* OutputByteStream.swift in Sources */,
- OBJ_203 /* Path.swift in Sources */,
- OBJ_204 /* PathShims.swift in Sources */,
- OBJ_205 /* Process.swift in Sources */,
- OBJ_206 /* ProcessEnv.swift in Sources */,
- OBJ_207 /* ProcessSet.swift in Sources */,
- OBJ_208 /* RegEx.swift in Sources */,
- OBJ_209 /* Result.swift in Sources */,
- OBJ_210 /* SHA256.swift in Sources */,
- OBJ_211 /* SortedArray.swift in Sources */,
- OBJ_212 /* StringConversions.swift in Sources */,
- OBJ_213 /* SynchronizedQueue.swift in Sources */,
- OBJ_214 /* TemporaryFile.swift in Sources */,
- OBJ_215 /* TerminalController.swift in Sources */,
- OBJ_216 /* Thread.swift in Sources */,
- OBJ_217 /* Tuple.swift in Sources */,
- OBJ_218 /* misc.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_229 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_230 /* libc.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_238 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_239 /* ArgumentParser.swift in Sources */,
- OBJ_240 /* ArgumentParserShellCompletion.swift in Sources */,
- OBJ_241 /* BuildFlags.swift in Sources */,
- OBJ_242 /* CollectionExtensions.swift in Sources */,
- OBJ_243 /* Diagnostics.swift in Sources */,
- OBJ_244 /* FSWatch.swift in Sources */,
- OBJ_245 /* Git.swift in Sources */,
- OBJ_246 /* IndexStore.swift in Sources */,
- OBJ_247 /* InterruptHandler.swift in Sources */,
- OBJ_248 /* PkgConfig.swift in Sources */,
- OBJ_249 /* Platform.swift in Sources */,
- OBJ_250 /* Process.swift in Sources */,
- OBJ_251 /* ProgressAnimation.swift in Sources */,
- OBJ_252 /* SimplePersistence.swift in Sources */,
- OBJ_253 /* StringExtensions.swift in Sources */,
- OBJ_254 /* StringMangling.swift in Sources */,
- OBJ_255 /* URL.swift in Sources */,
- OBJ_256 /* Verbosity.swift in Sources */,
- OBJ_257 /* Version.swift in Sources */,
- OBJ_258 /* Versioning.swift in Sources */,
- OBJ_259 /* dlopen.swift in Sources */,
- OBJ_260 /* misc.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_272 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_273 /* Package.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_278 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_279 /* ActionAbstractTestSummary.swift in Sources */,
- OBJ_280 /* ActionDeviceRecord.swift in Sources */,
- OBJ_281 /* ActionPlatformRecord.swift in Sources */,
- OBJ_282 /* ActionRecord.swift in Sources */,
- OBJ_283 /* ActionResult.swift in Sources */,
- OBJ_284 /* ActionRunDestinationRecord.swift in Sources */,
- OBJ_285 /* ActionSDKRecord.swift in Sources */,
- OBJ_286 /* ActionTestActivitySummary.swift in Sources */,
- OBJ_287 /* ActionTestAttachment.swift in Sources */,
- OBJ_288 /* ActionTestFailureSummary.swift in Sources */,
- OBJ_289 /* ActionTestMetadata.swift in Sources */,
- OBJ_290 /* ActionTestPerformanceMetricSummary.swift in Sources */,
- OBJ_291 /* ActionTestPlanRunSummaries.swift in Sources */,
- OBJ_292 /* ActionTestPlanRunSummary.swift in Sources */,
- OBJ_293 /* ActionTestSummary.swift in Sources */,
- OBJ_294 /* ActionTestSummaryGroup.swift in Sources */,
- OBJ_295 /* ActionTestSummaryIdentifiableObject.swift in Sources */,
- OBJ_296 /* ActionTestableSummary.swift in Sources */,
- OBJ_297 /* ActionsInvocationMetadata.swift in Sources */,
- 62525EAE2376350100472F82 /* Version+XCPTooling.swift in Sources */,
- OBJ_298 /* ActionsInvocationRecord.swift in Sources */,
- OBJ_299 /* ActivityLogAnalyzerControlFlowStep.swift in Sources */,
- OBJ_300 /* ActivityLogAnalyzerControlFlowStepEdge.swift in Sources */,
- OBJ_301 /* ActivityLogAnalyzerEventStep.swift in Sources */,
- OBJ_302 /* ActivityLogAnalyzerResultMessage.swift in Sources */,
- OBJ_303 /* ActivityLogAnalyzerStep.swift in Sources */,
- OBJ_304 /* ActivityLogAnalyzerWarningMessage.swift in Sources */,
- OBJ_305 /* ActivityLogCommandInvocationSection.swift in Sources */,
- OBJ_306 /* ActivityLogMajorSection.swift in Sources */,
- OBJ_307 /* ActivityLogMessage.swift in Sources */,
- OBJ_308 /* ActivityLogMessageAnnotation.swift in Sources */,
- OBJ_309 /* ActivityLogSection.swift in Sources */,
- OBJ_310 /* ActivityLogTargetBuildSection.swift in Sources */,
- OBJ_311 /* ActivityLogUnitTestSection.swift in Sources */,
- OBJ_312 /* ArchiveInfo.swift in Sources */,
- OBJ_313 /* CodeCoverageInfo.swift in Sources */,
- 62CC363E23553EA0003C7B68 /* XCResult.swift in Sources */,
- OBJ_314 /* Console.swift in Sources */,
- OBJ_315 /* DocumentLocation.swift in Sources */,
- OBJ_316 /* EntityIdentifier.swift in Sources */,
- OBJ_317 /* IssueSummary.swift in Sources */,
- OBJ_318 /* ObjectID.swift in Sources */,
- OBJ_319 /* Reference.swift in Sources */,
- OBJ_320 /* ResultIssueSummaries.swift in Sources */,
- OBJ_321 /* ResultMetrics.swift in Sources */,
- OBJ_322 /* TestFailureIssueSummary.swift in Sources */,
- OBJ_323 /* TypeDefinition.swift in Sources */,
- OBJ_324 /* XCPResultDecoding.swift in Sources */,
- OBJ_325 /* XCResultToolCommand.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_338 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_339 /* libc.c in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_345 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_346 /* CodeCoverageCommand.swift in Sources */,
- OBJ_347 /* Command.swift in Sources */,
- OBJ_348 /* CommandRegistry.swift in Sources */,
- OBJ_349 /* GitHubLatestReleaseResponse.swift in Sources */,
- 62CC36592357C110003C7B68 /* AttachmentsCommand.swift in Sources */,
- OBJ_350 /* LogsCommand.swift in Sources */,
- OBJ_351 /* ScreenshotsCommand.swift in Sources */,
- OBJ_352 /* VersionCommand.swift in Sources */,
- OBJ_353 /* XCPParser.swift in Sources */,
- OBJ_354 /* main.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_370 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_371 /* Package.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_381 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_382 /* XCTestManifests.swift in Sources */,
- OBJ_383 /* xcparseTests.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin PBXTargetDependency section */
- OBJ_222 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::SPMLibc" /* SPMLibc */;
- targetProxy = 62CC362A23552176003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_224 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::clibc" /* clibc */;
- targetProxy = 62CC362C23552176003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_233 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::clibc" /* clibc */;
- targetProxy = 62CC362B23552176003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_265 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::Basic" /* Basic */;
- targetProxy = 62CC362923552176003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_266 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::SPMLibc" /* SPMLibc */;
- targetProxy = 62CC362D23552176003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_267 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::clibc" /* clibc */;
- targetProxy = 62CC362E23552176003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_331 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::SPMUtility" /* SPMUtility */;
- targetProxy = 62CC362823552176003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_332 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::Basic" /* Basic */;
- targetProxy = 62CC362F23552176003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_333 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::SPMLibc" /* SPMLibc */;
- targetProxy = 62CC363023552176003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_334 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::clibc" /* clibc */;
- targetProxy = 62CC363123552176003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_361 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "xcparse::XCParseCore" /* XCParseCore */;
- targetProxy = 62CC363223552176003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_362 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::SPMUtility" /* SPMUtility */;
- targetProxy = 62CC363323552176003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_363 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::Basic" /* Basic */;
- targetProxy = 62CC363423552176003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_364 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::SPMLibc" /* SPMLibc */;
- targetProxy = 62CC363523552176003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_365 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::clibc" /* clibc */;
- targetProxy = 62CC363623552176003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_376 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "xcparse::xcparseTests" /* xcparseTests */;
- targetProxy = 62CC365723569927003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_390 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "xcparse::xcparse" /* xcparse */;
- targetProxy = 62CC363723552178003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_391 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "xcparse::XCParseCore" /* XCParseCore */;
- targetProxy = 62CC363823552178003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_392 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::SPMUtility" /* SPMUtility */;
- targetProxy = 62CC363923552178003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_393 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::Basic" /* Basic */;
- targetProxy = 62CC363A23552178003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_394 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::SPMLibc" /* SPMLibc */;
- targetProxy = 62CC363B23552178003C7B68 /* PBXContainerItemProxy */;
- };
- OBJ_395 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftPM::clibc" /* clibc */;
- targetProxy = 62CC363C23552178003C7B68 /* PBXContainerItemProxy */;
- };
-/* End PBXTargetDependency section */
-
-/* Begin XCBuildConfiguration section */
- OBJ_176 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ENABLE_TESTABILITY = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include",
- );
- INFOPLIST_FILE = xcparse.xcodeproj/Basic_Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include/module.modulemap";
- PRODUCT_BUNDLE_IDENTIFIER = Basic;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_VERSION = 4.2;
- TARGET_NAME = Basic;
- };
- name = Debug;
- };
- OBJ_177 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ENABLE_TESTABILITY = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include",
- );
- INFOPLIST_FILE = xcparse.xcodeproj/Basic_Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include/module.modulemap";
- PRODUCT_BUNDLE_IDENTIFIER = Basic;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_VERSION = 4.2;
- TARGET_NAME = Basic;
- };
- name = Release;
- };
- OBJ_227 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ENABLE_TESTABILITY = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include",
- );
- INFOPLIST_FILE = xcparse.xcodeproj/SPMLibc_Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include/module.modulemap";
- PRODUCT_BUNDLE_IDENTIFIER = SPMLibc;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_VERSION = 4.2;
- TARGET_NAME = SPMLibc;
- };
- name = Debug;
- };
- OBJ_228 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ENABLE_TESTABILITY = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include",
- );
- INFOPLIST_FILE = xcparse.xcodeproj/SPMLibc_Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include/module.modulemap";
- PRODUCT_BUNDLE_IDENTIFIER = SPMLibc;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_VERSION = 4.2;
- TARGET_NAME = SPMLibc;
- };
- name = Release;
- };
- OBJ_236 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ENABLE_TESTABILITY = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include",
- );
- INFOPLIST_FILE = xcparse.xcodeproj/SPMUtility_Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include/module.modulemap";
- PRODUCT_BUNDLE_IDENTIFIER = SPMUtility;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_VERSION = 4.2;
- TARGET_NAME = SPMUtility;
- };
- name = Debug;
- };
- OBJ_237 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ENABLE_TESTABILITY = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include",
- );
- INFOPLIST_FILE = xcparse.xcodeproj/SPMUtility_Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include/module.modulemap";
- PRODUCT_BUNDLE_IDENTIFIER = SPMUtility;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_VERSION = 4.2;
- TARGET_NAME = SPMUtility;
- };
- name = Release;
- };
- OBJ_270 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- LD = /usr/bin/true;
- OTHER_SWIFT_FLAGS = "-swift-version 4.2 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -package-description-version 4.2";
- SWIFT_VERSION = 4.2;
- };
- name = Debug;
- };
- OBJ_271 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- LD = /usr/bin/true;
- OTHER_SWIFT_FLAGS = "-swift-version 4.2 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -package-description-version 4.2";
- SWIFT_VERSION = 4.2;
- };
- name = Release;
- };
- OBJ_276 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ENABLE_TESTABILITY = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include",
- );
- INFOPLIST_FILE = xcparse.xcodeproj/XCParseCore_Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
- MACOSX_DEPLOYMENT_TARGET = 10.13;
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include/module.modulemap";
- PRODUCT_BUNDLE_IDENTIFIER = XCParseCore;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_VERSION = 5.0;
- TARGET_NAME = XCParseCore;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- WATCHOS_DEPLOYMENT_TARGET = 2.0;
- };
- name = Debug;
- };
- OBJ_277 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ENABLE_TESTABILITY = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include",
- );
- INFOPLIST_FILE = xcparse.xcodeproj/XCParseCore_Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
- MACOSX_DEPLOYMENT_TARGET = 10.13;
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include/module.modulemap";
- PRODUCT_BUNDLE_IDENTIFIER = XCParseCore;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_VERSION = 5.0;
- TARGET_NAME = XCParseCore;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- WATCHOS_DEPLOYMENT_TARGET = 2.0;
- };
- name = Release;
- };
- OBJ_3 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_OBJC_ARC = YES;
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- ENABLE_NS_ASSERTIONS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "$(inherited)",
- "SWIFT_PACKAGE=1",
- "DEBUG=1",
- );
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- ONLY_ACTIVE_ARCH = YES;
- OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = macosx;
- SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SWIFT_PACKAGE DEBUG";
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- USE_HEADERMAP = NO;
- };
- name = Debug;
- };
- OBJ_336 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DEFINES_MODULE = NO;
- ENABLE_TESTABILITY = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include",
- );
- INFOPLIST_FILE = xcparse.xcodeproj/clibc_Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited)";
- PRODUCT_BUNDLE_IDENTIFIER = clibc;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- TARGET_NAME = clibc;
- };
- name = Debug;
- };
- OBJ_337 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DEFINES_MODULE = NO;
- ENABLE_TESTABILITY = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include",
- );
- INFOPLIST_FILE = xcparse.xcodeproj/clibc_Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited)";
- PRODUCT_BUNDLE_IDENTIFIER = clibc;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- TARGET_NAME = clibc;
- };
- name = Release;
- };
- OBJ_343 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include",
- );
- INFOPLIST_FILE = xcparse.xcodeproj/xcparse_Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx @executable_path";
- MACOSX_DEPLOYMENT_TARGET = 10.13;
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include/module.modulemap";
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_FORCE_DYNAMIC_LINK_STDLIB = YES;
- SWIFT_FORCE_STATIC_LINK_STDLIB = NO;
- SWIFT_VERSION = 5.0;
- TARGET_NAME = xcparse;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- WATCHOS_DEPLOYMENT_TARGET = 2.0;
- };
- name = Debug;
- };
- OBJ_344 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include",
- );
- INFOPLIST_FILE = xcparse.xcodeproj/xcparse_Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx @executable_path";
- MACOSX_DEPLOYMENT_TARGET = 10.13;
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include/module.modulemap";
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_FORCE_DYNAMIC_LINK_STDLIB = YES;
- SWIFT_FORCE_STATIC_LINK_STDLIB = NO;
- SWIFT_VERSION = 5.0;
- TARGET_NAME = xcparse;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- WATCHOS_DEPLOYMENT_TARGET = 2.0;
- };
- name = Release;
- };
- OBJ_368 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- LD = /usr/bin/true;
- OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -package-description-version 5.1";
- SWIFT_VERSION = 5.0;
- };
- name = Debug;
- };
- OBJ_369 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- LD = /usr/bin/true;
- OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -package-description-version 5.1";
- SWIFT_VERSION = 5.0;
- };
- name = Release;
- };
- OBJ_374 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- };
- name = Debug;
- };
- OBJ_375 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- };
- name = Release;
- };
- OBJ_379 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_MODULES = YES;
- EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include",
- );
- INFOPLIST_FILE = xcparse.xcodeproj/xcparseTests_Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.13;
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include/module.modulemap";
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_VERSION = 5.0;
- TARGET_NAME = xcparseTests;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- WATCHOS_DEPLOYMENT_TARGET = 2.0;
- };
- name = Debug;
- };
- OBJ_380 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_MODULES = YES;
- EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include",
- );
- INFOPLIST_FILE = xcparse.xcodeproj/xcparseTests_Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.13;
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/.build/checkouts/swift-package-manager/Sources/clibc/include/module.modulemap";
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_VERSION = 5.0;
- TARGET_NAME = xcparseTests;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- WATCHOS_DEPLOYMENT_TARGET = 2.0;
- };
- name = Release;
- };
- OBJ_4 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_OBJC_ARC = YES;
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_OPTIMIZATION_LEVEL = s;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "$(inherited)",
- "SWIFT_PACKAGE=1",
- );
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = macosx;
- SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SWIFT_PACKAGE";
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- USE_HEADERMAP = NO;
- };
- name = Release;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- OBJ_175 /* Build configuration list for PBXNativeTarget "Basic" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_176 /* Debug */,
- OBJ_177 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- OBJ_2 /* Build configuration list for PBXProject "xcparse" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_3 /* Debug */,
- OBJ_4 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- OBJ_226 /* Build configuration list for PBXNativeTarget "SPMLibc" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_227 /* Debug */,
- OBJ_228 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- OBJ_235 /* Build configuration list for PBXNativeTarget "SPMUtility" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_236 /* Debug */,
- OBJ_237 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- OBJ_269 /* Build configuration list for PBXNativeTarget "SwiftPMPackageDescription" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_270 /* Debug */,
- OBJ_271 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- OBJ_275 /* Build configuration list for PBXNativeTarget "XCParseCore" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_276 /* Debug */,
- OBJ_277 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- OBJ_335 /* Build configuration list for PBXNativeTarget "clibc" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_336 /* Debug */,
- OBJ_337 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- OBJ_342 /* Build configuration list for PBXNativeTarget "xcparse" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_343 /* Debug */,
- OBJ_344 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- OBJ_367 /* Build configuration list for PBXNativeTarget "xcparsePackageDescription" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_368 /* Debug */,
- OBJ_369 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- OBJ_373 /* Build configuration list for PBXAggregateTarget "xcparsePackageTests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_374 /* Debug */,
- OBJ_375 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- OBJ_378 /* Build configuration list for PBXNativeTarget "xcparseTests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_379 /* Debug */,
- OBJ_380 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
-/* End XCConfigurationList section */
- };
- rootObject = OBJ_1 /* Project object */;
-}
diff --git a/xcparse.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/xcparse.xcodeproj/project.xcworkspace/contents.xcworkspacedata
deleted file mode 100644
index fe1aa71..0000000
--- a/xcparse.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/xcparse.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/xcparse.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
deleted file mode 100644
index 18d9810..0000000
--- a/xcparse.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- IDEDidComputeMac32BitWarning
-
-
-
diff --git a/xcparse.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/xcparse.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
deleted file mode 100644
index a72dc2b..0000000
--- a/xcparse.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded
-
-
-
\ No newline at end of file
diff --git a/xcparse.xcodeproj/xcparseCore_Info.plist b/xcparse.xcodeproj/xcparseCore_Info.plist
deleted file mode 100644
index 57ada9f..0000000
--- a/xcparse.xcodeproj/xcparseCore_Info.plist
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0
- CFBundleSignature
- ????
- CFBundleVersion
- $(CURRENT_PROJECT_VERSION)
- NSPrincipalClass
-
-
-
diff --git a/xcparse.xcodeproj/xcparseTests_Info.plist b/xcparse.xcodeproj/xcparseTests_Info.plist
deleted file mode 100644
index 7c23420..0000000
--- a/xcparse.xcodeproj/xcparseTests_Info.plist
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- BNDL
- CFBundleShortVersionString
- 1.0
- CFBundleSignature
- ????
- CFBundleVersion
- $(CURRENT_PROJECT_VERSION)
- NSPrincipalClass
-
-
-
diff --git a/xcparse.xcodeproj/xcshareddata/xcschemes/xcparse-Package.xcscheme b/xcparse.xcodeproj/xcshareddata/xcschemes/xcparse-Package.xcscheme
deleted file mode 100644
index fd0b0ff..0000000
--- a/xcparse.xcodeproj/xcshareddata/xcschemes/xcparse-Package.xcscheme
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/xcparse.xcodeproj/xcshareddata/xcschemes/xcparse.xcscheme b/xcparse.xcodeproj/xcshareddata/xcschemes/xcparse.xcscheme
deleted file mode 100644
index 719134b..0000000
--- a/xcparse.xcodeproj/xcshareddata/xcschemes/xcparse.xcscheme
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-