|
56 | 56 | 50528E272BADF64F00E86CB6 /* NodeResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50528E262BADF64F00E86CB6 /* NodeResult.swift */; }; |
57 | 57 | 50528E292BAE162600E86CB6 /* LoggerStreamNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50528E282BAE162600E86CB6 /* LoggerStreamNode.swift */; }; |
58 | 58 | 50528E372BAE34A400E86CB6 /* TokenRefresherActorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50528E362BAE34A400E86CB6 /* TokenRefresherActorTests.swift */; }; |
| 59 | + 506091A62D1C40F60042B6EE /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 506091A12D1C40F60042B6EE /* Log.swift */; }; |
| 60 | + 506091A72D1C40F60042B6EE /* LoggingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 506091A22D1C40F60042B6EE /* LoggingProxy.swift */; }; |
| 61 | + 506091A82D1C40F60042B6EE /* LogSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 506091A32D1C40F60042B6EE /* LogSession.swift */; }; |
| 62 | + 506091A92D1C40F60042B6EE /* LogType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 506091A42D1C40F60042B6EE /* LogType.swift */; }; |
| 63 | + 506091AD2D1C41460042B6EE /* LogChain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 506091AB2D1C41460042B6EE /* LogChain.swift */; }; |
| 64 | + 506091AE2D1C41460042B6EE /* LogableChain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 506091AC2D1C41460042B6EE /* LogableChain.swift */; }; |
| 65 | + 506091B12D1C424A0042B6EE /* LogSessionMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 506091AF2D1C424A0042B6EE /* LogSessionMock.swift */; }; |
| 66 | + 506091B22D1C424A0042B6EE /* LoggingProxyMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 506091B02D1C424A0042B6EE /* LoggingProxyMock.swift */; }; |
59 | 67 | 5060A45C2BC3D8D2004E84E2 /* EntryinputDtoOutputNodeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5060A45B2BC3D8D2004E84E2 /* EntryinputDtoOutputNodeTests.swift */; }; |
60 | 68 | 5060A4642BC3E660004E84E2 /* RequestSenderNodeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5060A4632BC3E660004E84E2 /* RequestSenderNodeTests.swift */; }; |
61 | 69 | 5060A4662BC3E6E8004E84E2 /* URLSessionDataTaskActor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5060A4652BC3E6E8004E84E2 /* URLSessionDataTaskActor.swift */; }; |
|
200 | 208 | 90B609BB283E1287006F4309 /* StateStorable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B6097A283E1287006F4309 /* StateStorable.swift */; }; |
201 | 209 | 90B609BD283E1287006F4309 /* UrlRouting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B6097D283E1287006F4309 /* UrlRouting.swift */; }; |
202 | 210 | 90B609BE283E1287006F4309 /* LoggerNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B6097F283E1287006F4309 /* LoggerNode.swift */; }; |
203 | | - 90B609BF283E1287006F4309 /* Logable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B60980283E1287006F4309 /* Logable.swift */; }; |
204 | 211 | 90B609C0283E1287006F4309 /* LoggerExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B60981283E1287006F4309 /* LoggerExtensions.swift */; }; |
205 | | - 90B609C1283E1287006F4309 /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B60982283E1287006F4309 /* Log.swift */; }; |
206 | 212 | 90B609EF283E16DC006F4309 /* DTOMapperNodeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B609C5283E16DC006F4309 /* DTOMapperNodeTests.swift */; }; |
207 | 213 | 90B609F3283E16DC006F4309 /* URLQueryDictionaryKeyEncodingDefaultStrategyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B609CE283E16DC006F4309 /* URLQueryDictionaryKeyEncodingDefaultStrategyTests.swift */; }; |
208 | 214 | 90B609F4283E16DC006F4309 /* URLQueryArrayKeyEncodingBracketsStartegyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B609CF283E16DC006F4309 /* URLQueryArrayKeyEncodingBracketsStartegyTests.swift */; }; |
|
296 | 302 | 50528E282BAE162600E86CB6 /* LoggerStreamNode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoggerStreamNode.swift; sourceTree = "<group>"; }; |
297 | 303 | 50528E302BAE1F9800E86CB6 /* LoggingContextMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoggingContextMock.swift; sourceTree = "<group>"; }; |
298 | 304 | 50528E362BAE34A400E86CB6 /* TokenRefresherActorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TokenRefresherActorTests.swift; sourceTree = "<group>"; }; |
| 305 | + 506091A12D1C40F60042B6EE /* Log.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Log.swift; sourceTree = "<group>"; }; |
| 306 | + 506091A22D1C40F60042B6EE /* LoggingProxy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoggingProxy.swift; sourceTree = "<group>"; }; |
| 307 | + 506091A32D1C40F60042B6EE /* LogSession.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LogSession.swift; sourceTree = "<group>"; }; |
| 308 | + 506091A42D1C40F60042B6EE /* LogType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LogType.swift; sourceTree = "<group>"; }; |
| 309 | + 506091AB2D1C41460042B6EE /* LogChain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LogChain.swift; sourceTree = "<group>"; }; |
| 310 | + 506091AC2D1C41460042B6EE /* LogableChain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LogableChain.swift; sourceTree = "<group>"; }; |
| 311 | + 506091AF2D1C424A0042B6EE /* LogSessionMock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LogSessionMock.swift; sourceTree = "<group>"; }; |
| 312 | + 506091B02D1C424A0042B6EE /* LoggingProxyMock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoggingProxyMock.swift; sourceTree = "<group>"; }; |
299 | 313 | 5060A45B2BC3D8D2004E84E2 /* EntryinputDtoOutputNodeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EntryinputDtoOutputNodeTests.swift; sourceTree = "<group>"; }; |
300 | 314 | 5060A4632BC3E660004E84E2 /* RequestSenderNodeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestSenderNodeTests.swift; sourceTree = "<group>"; }; |
301 | 315 | 5060A4652BC3E6E8004E84E2 /* URLSessionDataTaskActor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLSessionDataTaskActor.swift; sourceTree = "<group>"; }; |
|
433 | 447 | 90B6097A283E1287006F4309 /* StateStorable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StateStorable.swift; sourceTree = "<group>"; }; |
434 | 448 | 90B6097D283E1287006F4309 /* UrlRouting.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UrlRouting.swift; sourceTree = "<group>"; }; |
435 | 449 | 90B6097F283E1287006F4309 /* LoggerNode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoggerNode.swift; sourceTree = "<group>"; }; |
436 | | - 90B60980283E1287006F4309 /* Logable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Logable.swift; sourceTree = "<group>"; }; |
437 | 450 | 90B60981283E1287006F4309 /* LoggerExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoggerExtensions.swift; sourceTree = "<group>"; }; |
438 | | - 90B60982283E1287006F4309 /* Log.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Log.swift; sourceTree = "<group>"; }; |
439 | 451 | 90B609C5283E16DC006F4309 /* DTOMapperNodeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DTOMapperNodeTests.swift; sourceTree = "<group>"; }; |
440 | 452 | 90B609CE283E16DC006F4309 /* URLQueryDictionaryKeyEncodingDefaultStrategyTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = URLQueryDictionaryKeyEncodingDefaultStrategyTests.swift; sourceTree = "<group>"; }; |
441 | 453 | 90B609CF283E16DC006F4309 /* URLQueryArrayKeyEncodingBracketsStartegyTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = URLQueryArrayKeyEncodingBracketsStartegyTests.swift; sourceTree = "<group>"; }; |
|
593 | 605 | path = Core; |
594 | 606 | sourceTree = "<group>"; |
595 | 607 | }; |
| 608 | + 506091A52D1C40F60042B6EE /* Log */ = { |
| 609 | + isa = PBXGroup; |
| 610 | + children = ( |
| 611 | + 506091A12D1C40F60042B6EE /* Log.swift */, |
| 612 | + 506091A22D1C40F60042B6EE /* LoggingProxy.swift */, |
| 613 | + 506091A32D1C40F60042B6EE /* LogSession.swift */, |
| 614 | + 506091A42D1C40F60042B6EE /* LogType.swift */, |
| 615 | + ); |
| 616 | + path = Log; |
| 617 | + sourceTree = "<group>"; |
| 618 | + }; |
| 619 | + 506091AA2D1C41120042B6EE /* Chain */ = { |
| 620 | + isa = PBXGroup; |
| 621 | + children = ( |
| 622 | + 506091AC2D1C41460042B6EE /* LogableChain.swift */, |
| 623 | + 506091AB2D1C41460042B6EE /* LogChain.swift */, |
| 624 | + ); |
| 625 | + path = Chain; |
| 626 | + sourceTree = "<group>"; |
| 627 | + }; |
596 | 628 | 506150AE2BBC24AE00EBBE96 /* Combine */ = { |
597 | 629 | isa = PBXGroup; |
598 | 630 | children = ( |
|
681 | 713 | 50816AE52BC706D100A43F3D /* NodeKitMock */ = { |
682 | 714 | isa = PBXGroup; |
683 | 715 | children = ( |
| 716 | + 506091B02D1C424A0042B6EE /* LoggingProxyMock.swift */, |
| 717 | + 506091AF2D1C424A0042B6EE /* LogSessionMock.swift */, |
684 | 718 | 5013490D2BE3CB05002CC3DA /* Builder */, |
685 | 719 | 50816B002BC7071800A43F3D /* Utils */, |
686 | 720 | 50528E302BAE1F9800E86CB6 /* LoggingContextMock.swift */, |
|
1110 | 1144 | 90B6097E283E1287006F4309 /* Logging */ = { |
1111 | 1145 | isa = PBXGroup; |
1112 | 1146 | children = ( |
| 1147 | + 506091AA2D1C41120042B6EE /* Chain */, |
| 1148 | + 506091A52D1C40F60042B6EE /* Log */, |
1113 | 1149 | 90B6097F283E1287006F4309 /* LoggerNode.swift */, |
1114 | | - 90B60980283E1287006F4309 /* Logable.swift */, |
1115 | 1150 | 90B60981283E1287006F4309 /* LoggerExtensions.swift */, |
1116 | | - 90B60982283E1287006F4309 /* Log.swift */, |
1117 | 1151 | 502F9D962BAA36CF00151A8D /* LoggingContext.swift */, |
1118 | 1152 | 50528E282BAE162600E86CB6 /* LoggerStreamNode.swift */, |
1119 | 1153 | ); |
|
1401 | 1435 | 5013494A2BE3F8F3002CC3DA /* URLRouteProviderMock.swift in Sources */, |
1402 | 1436 | 50816B092BC7078000A43F3D /* Result+Extension.swift in Sources */, |
1403 | 1437 | 50816B0B2BC7079300A43F3D /* Array+Extension.swift in Sources */, |
| 1438 | + 506091B12D1C424A0042B6EE /* LogSessionMock.swift in Sources */, |
1404 | 1439 | 5097DF3C2BCD556E00D422EE /* AsyncPagerDataProviderMock.swift in Sources */, |
1405 | 1440 | 50816B0E2BC7079900A43F3D /* RawEncodableMock.swift in Sources */, |
1406 | 1441 | 50816B182BC707AE00A43F3D /* AborterMock.swift in Sources */, |
|
1418 | 1453 | 501349132BE3D790002CC3DA /* ChainConfigBuilderMock.swift in Sources */, |
1419 | 1454 | 50816B1B2BC707B400A43F3D /* CombineCompatibleNodeMock.swift in Sources */, |
1420 | 1455 | 50816B232BC707C300A43F3D /* MultipartFormDataMock.swift in Sources */, |
| 1456 | + 506091B22D1C424A0042B6EE /* LoggingProxyMock.swift in Sources */, |
1421 | 1457 | 50816B152BC707A800A43F3D /* URLProtocolMock.swift in Sources */, |
1422 | 1458 | 50816B212BC707BF00A43F3D /* MockError.swift in Sources */, |
1423 | 1459 | 50816B1D2BC707B800A43F3D /* DTOConvertibleMock.swift in Sources */, |
|
1443 | 1479 | 90B6099B283E1287006F4309 /* RequestAborterNode.swift in Sources */, |
1444 | 1480 | 5005EB232BB8A6D900B670CD /* AsyncStreamNode.swift in Sources */, |
1445 | 1481 | 5013491F2BE3F4AA002CC3DA /* URLETagSaverNode.swift in Sources */, |
| 1482 | + 506091A72D1C40F60042B6EE /* LoggingProxy.swift in Sources */, |
1446 | 1483 | 90B609AC283E1287006F4309 /* DefaultLogOrder.swift in Sources */, |
1447 | 1484 | 50C57AB72BE3871D004C344E /* ServiceChainProvider.swift in Sources */, |
| 1485 | + 506091AE2D1C41460042B6EE /* LogableChain.swift in Sources */, |
1448 | 1486 | 50B569702BCFED6F0054DC09 /* AsyncNodeSubscription.swift in Sources */, |
1449 | 1487 | 90B609BD283E1287006F4309 /* UrlRouting.swift in Sources */, |
1450 | 1488 | 501349342BE3F6A1002CC3DA /* TransportURLParameters.swift in Sources */, |
|
1464 | 1502 | 90B609B1283E1287006F4309 /* MultipartRequestCreatorNode.swift in Sources */, |
1465 | 1503 | 50B569782BCFEF610054DC09 /* AsyncStreamNodeResultPublisher.swift in Sources */, |
1466 | 1504 | 90B6098A283E1287006F4309 /* ParametersEncoding.swift in Sources */, |
1467 | | - 90B609BF283E1287006F4309 /* Logable.swift in Sources */, |
1468 | 1505 | 501349282BE3F57B002CC3DA /* URLRouteProvider.swift in Sources */, |
1469 | 1506 | 5097DFB02BCDFB5200D422EE /* CancellableTask.swift in Sources */, |
1470 | 1507 | 90B609BB283E1287006F4309 /* StateStorable.swift in Sources */, |
|
1513 | 1550 | 5013491B2BE3F40B002CC3DA /* URLNotModifiedTriggerNode.swift in Sources */, |
1514 | 1551 | 5013491D2BE3F467002CC3DA /* URLCacheWriterNode.swift in Sources */, |
1515 | 1552 | 90B6091A283E1268006F4309 /* RawMappable+Dictionary.swift in Sources */, |
| 1553 | + 506091A82D1C40F60042B6EE /* LogSession.swift in Sources */, |
1516 | 1554 | 90B609A7283E1287006F4309 /* RawEncoderNode.swift in Sources */, |
1517 | 1555 | 90B609B9283E1287006F4309 /* AsyncPagerIterator.swift in Sources */, |
1518 | 1556 | 50528E272BADF64F00E86CB6 /* NodeResult.swift in Sources */, |
|
1521 | 1559 | 90B6091B283E1268006F4309 /* Array+RawMappable.swift in Sources */, |
1522 | 1560 | 5060A4662BC3E6E8004E84E2 /* URLSessionDataTaskActor.swift in Sources */, |
1523 | 1561 | 90B6098D283E1287006F4309 /* Method.swift in Sources */, |
| 1562 | + 506091A62D1C40F60042B6EE /* Log.swift in Sources */, |
1524 | 1563 | 502F9D972BAA36CF00151A8D /* LoggingContext.swift in Sources */, |
1525 | 1564 | 90B60988283E1287006F4309 /* URLQueryArrayKeyEncodingStartegy.swift in Sources */, |
1526 | 1565 | 50B569762BCFEF470054DC09 /* NodeResultPublisher.swift in Sources */, |
1527 | 1566 | 390E69752A136591007F2304 /* RequestEncodingModel.swift in Sources */, |
1528 | 1567 | 501349152BE3E6D2002CC3DA /* AnyAsyncNode.swift in Sources */, |
1529 | 1568 | 90B609AF283E1287006F4309 /* RequestCreatorNode.swift in Sources */, |
1530 | 1569 | 501349252BE3F543002CC3DA /* URLJsonRequestEncodingNode.swift in Sources */, |
| 1570 | + 506091A92D1C40F60042B6EE /* LogType.swift in Sources */, |
1531 | 1571 | 90B60994283E1287006F4309 /* MetadataConnectorNode.swift in Sources */, |
1532 | 1572 | 90B609B7283E1287006F4309 /* MetadataProvider.swift in Sources */, |
1533 | 1573 | 90B60997283E1287006F4309 /* VoidOutputNode.swift in Sources */, |
|
1537 | 1577 | 50B5697A2BCFF1A10054DC09 /* CombineCompatibleNode.swift in Sources */, |
1538 | 1578 | 5060A4962BC44225004E84E2 /* EntryInputDtoOutputNode.swift in Sources */, |
1539 | 1579 | 502F9DA92BAB0CF000151A8D /* TokenRefresherActor.swift in Sources */, |
1540 | | - 90B609C1283E1287006F4309 /* Log.swift in Sources */, |
| 1580 | + 506091AD2D1C41460042B6EE /* LogChain.swift in Sources */, |
1541 | 1581 | 90B6091D283E1268006F4309 /* DTOConvertible+Dictionary.swift in Sources */, |
1542 | 1582 | ); |
1543 | 1583 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments