The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XCResultKit, reference v0.9.4-tvick (527ca6), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 00:47:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tylervick/XCResultKit.git
Reference: v0.9.4-tvick
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tylervick/XCResultKit
 * tag               v0.9.4-tvick -> FETCH_HEAD
HEAD is now at 527ca6c Merge pull request #1 from tylervick/tvick/xcresulttool-3.39
Cloned https://github.com/tylervick/XCResultKit.git
Revision (git rev-parse @):
527ca6c9314596a04bb9bd019a28210796320c84
SUCCESS checkout https://github.com/tylervick/XCResultKit.git at v0.9.4-tvick
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tylervick/XCResultKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/51] Emitting module XCResultKit
[4/56] Compiling XCResultKit ActivityLogAnalyzerControlFlowStep.swift
[5/56] Compiling XCResultKit ActivityLogAnalyzerControlFlowStepEdge.swift
[6/56] Compiling XCResultKit ActivityLogAnalyzerEventStep.swift
[7/56] Compiling XCResultKit ActivityLogAnalyzerResultMessage.swift
[8/56] Compiling XCResultKit ActivityLogAnalyzerWarningMessage.swift
[9/56] Compiling XCResultKit DocumentLocation.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:212:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
210 |             summaries = xcArray(element: "summaries", from: json)
211 |                 .ofType(ActionTestPlanRunSummary.self)
212 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
213 |             logError("Error parsing ActionTestPlanRunSummaries: \(error.localizedDescription)")
214 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:296:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
294 |             testLanguage = xcOptional(element: "testLanguage", from: json)
295 |             testRegion = xcOptional(element: "testRegion", from: json)
296 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
297 |             logError("Error parsing ActionTestableSummary: \(error.localizedDescription)")
298 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:340:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
338 |             startLocation = xcOptional(element: "startLocation", from: json)
339 |             endLocation = xcOptional(element: "endLocation", from: json)
340 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
341 |             logError("Error parsing ActivityLogAnalyzerControlFlowStepEdge: \(error.localizedDescription)")
342 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:594:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
592 |         do {
593 |             path = xcOptional(element: "path", from: json)
594 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
595 |             logError("Error parsing ArchiveInfo: \(error.localizedDescription)")
596 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:607:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
605 |             reportRef = xcOptional(element: "reportRef", from: json)
606 |             archiveRef = xcOptional(element: "archiveRef", from: json)
607 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
608 |             logError("Error parsing CodeCoverageInfo: \(error.localizedDescription)")
609 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:663:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
661 |             warningSummaries = xcArray(element: "warningSummaries", from: json)
662 |                 .ofType(IssueSummary.self)
663 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
664 |             logError("Error parsing ResultIssueSummaries: \(error.localizedDescription)")
665 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:679:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
677 |             warningCount = xcOptional(element: "warningCount", from: json)
678 |             testsSkippedCount = xcOptional(element: "testsSkippedCount", from: json)
679 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
680 |             logError("Error parsing ResultMetrics: \(error.localizedDescription)")
681 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:692:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
690 |             callStack = xcArray(element: "callStack", from: json)
691 |                 .ofType(SourceCodeFrame.self)
692 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
693 |             logError("Error parsing SourceCodeContext: \(error.localizedDescription)")
694 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:704:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
702 |             addressString = xcOptional(element: "addressString", from: json)
703 |             symbolInfo = xcOptional(element: "symbolInfo", from: json)
704 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
705 |             logError("Error parsing SourceCodeFrame: \(error.localizedDescription)")
706 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:716:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
714 |             filePath = xcOptional(element: "filePath", from: json)
715 |             lineNumber = xcOptional(element: "lineNumber", from: json)
716 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
717 |             logError("Error parsing SourceCodeLocation: \(error.localizedDescription)")
718 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:729:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
727 |             symbolName = xcOptional(element: "symbolName", from: json)
728 |             location = xcOptional(element: "location", from: json)
729 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
730 |             logError("Error parsing SourceCodeSymbolInfo: \(error.localizedDescription)")
731 |             return nil
[10/56] Compiling XCResultKit XCResultObject.generated.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:212:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
210 |             summaries = xcArray(element: "summaries", from: json)
211 |                 .ofType(ActionTestPlanRunSummary.self)
212 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
213 |             logError("Error parsing ActionTestPlanRunSummaries: \(error.localizedDescription)")
214 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:296:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
294 |             testLanguage = xcOptional(element: "testLanguage", from: json)
295 |             testRegion = xcOptional(element: "testRegion", from: json)
296 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
297 |             logError("Error parsing ActionTestableSummary: \(error.localizedDescription)")
298 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:340:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
338 |             startLocation = xcOptional(element: "startLocation", from: json)
339 |             endLocation = xcOptional(element: "endLocation", from: json)
340 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
341 |             logError("Error parsing ActivityLogAnalyzerControlFlowStepEdge: \(error.localizedDescription)")
342 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:594:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
592 |         do {
593 |             path = xcOptional(element: "path", from: json)
594 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
595 |             logError("Error parsing ArchiveInfo: \(error.localizedDescription)")
596 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:607:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
605 |             reportRef = xcOptional(element: "reportRef", from: json)
606 |             archiveRef = xcOptional(element: "archiveRef", from: json)
607 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
608 |             logError("Error parsing CodeCoverageInfo: \(error.localizedDescription)")
609 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:663:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
661 |             warningSummaries = xcArray(element: "warningSummaries", from: json)
662 |                 .ofType(IssueSummary.self)
663 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
664 |             logError("Error parsing ResultIssueSummaries: \(error.localizedDescription)")
665 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:679:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
677 |             warningCount = xcOptional(element: "warningCount", from: json)
678 |             testsSkippedCount = xcOptional(element: "testsSkippedCount", from: json)
679 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
680 |             logError("Error parsing ResultMetrics: \(error.localizedDescription)")
681 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:692:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
690 |             callStack = xcArray(element: "callStack", from: json)
691 |                 .ofType(SourceCodeFrame.self)
692 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
693 |             logError("Error parsing SourceCodeContext: \(error.localizedDescription)")
694 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:704:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
702 |             addressString = xcOptional(element: "addressString", from: json)
703 |             symbolInfo = xcOptional(element: "symbolInfo", from: json)
704 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
705 |             logError("Error parsing SourceCodeFrame: \(error.localizedDescription)")
706 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:716:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
714 |             filePath = xcOptional(element: "filePath", from: json)
715 |             lineNumber = xcOptional(element: "lineNumber", from: json)
716 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
717 |             logError("Error parsing SourceCodeLocation: \(error.localizedDescription)")
718 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:729:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
727 |             symbolName = xcOptional(element: "symbolName", from: json)
728 |             location = xcOptional(element: "location", from: json)
729 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
730 |             logError("Error parsing SourceCodeSymbolInfo: \(error.localizedDescription)")
731 |             return nil
[11/56] Compiling XCResultKit IssueSummary.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:212:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
210 |             summaries = xcArray(element: "summaries", from: json)
211 |                 .ofType(ActionTestPlanRunSummary.self)
212 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
213 |             logError("Error parsing ActionTestPlanRunSummaries: \(error.localizedDescription)")
214 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:296:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
294 |             testLanguage = xcOptional(element: "testLanguage", from: json)
295 |             testRegion = xcOptional(element: "testRegion", from: json)
296 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
297 |             logError("Error parsing ActionTestableSummary: \(error.localizedDescription)")
298 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:340:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
338 |             startLocation = xcOptional(element: "startLocation", from: json)
339 |             endLocation = xcOptional(element: "endLocation", from: json)
340 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
341 |             logError("Error parsing ActivityLogAnalyzerControlFlowStepEdge: \(error.localizedDescription)")
342 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:594:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
592 |         do {
593 |             path = xcOptional(element: "path", from: json)
594 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
595 |             logError("Error parsing ArchiveInfo: \(error.localizedDescription)")
596 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:607:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
605 |             reportRef = xcOptional(element: "reportRef", from: json)
606 |             archiveRef = xcOptional(element: "archiveRef", from: json)
607 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
608 |             logError("Error parsing CodeCoverageInfo: \(error.localizedDescription)")
609 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:663:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
661 |             warningSummaries = xcArray(element: "warningSummaries", from: json)
662 |                 .ofType(IssueSummary.self)
663 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
664 |             logError("Error parsing ResultIssueSummaries: \(error.localizedDescription)")
665 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:679:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
677 |             warningCount = xcOptional(element: "warningCount", from: json)
678 |             testsSkippedCount = xcOptional(element: "testsSkippedCount", from: json)
679 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
680 |             logError("Error parsing ResultMetrics: \(error.localizedDescription)")
681 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:692:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
690 |             callStack = xcArray(element: "callStack", from: json)
691 |                 .ofType(SourceCodeFrame.self)
692 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
693 |             logError("Error parsing SourceCodeContext: \(error.localizedDescription)")
694 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:704:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
702 |             addressString = xcOptional(element: "addressString", from: json)
703 |             symbolInfo = xcOptional(element: "symbolInfo", from: json)
704 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
705 |             logError("Error parsing SourceCodeFrame: \(error.localizedDescription)")
706 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:716:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
714 |             filePath = xcOptional(element: "filePath", from: json)
715 |             lineNumber = xcOptional(element: "lineNumber", from: json)
716 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
717 |             logError("Error parsing SourceCodeLocation: \(error.localizedDescription)")
718 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:729:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
727 |             symbolName = xcOptional(element: "symbolName", from: json)
728 |             location = xcOptional(element: "location", from: json)
729 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
730 |             logError("Error parsing SourceCodeSymbolInfo: \(error.localizedDescription)")
731 |             return nil
[12/56] Compiling XCResultKit LogStoreExecution.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:212:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
210 |             summaries = xcArray(element: "summaries", from: json)
211 |                 .ofType(ActionTestPlanRunSummary.self)
212 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
213 |             logError("Error parsing ActionTestPlanRunSummaries: \(error.localizedDescription)")
214 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:296:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
294 |             testLanguage = xcOptional(element: "testLanguage", from: json)
295 |             testRegion = xcOptional(element: "testRegion", from: json)
296 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
297 |             logError("Error parsing ActionTestableSummary: \(error.localizedDescription)")
298 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:340:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
338 |             startLocation = xcOptional(element: "startLocation", from: json)
339 |             endLocation = xcOptional(element: "endLocation", from: json)
340 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
341 |             logError("Error parsing ActivityLogAnalyzerControlFlowStepEdge: \(error.localizedDescription)")
342 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:594:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
592 |         do {
593 |             path = xcOptional(element: "path", from: json)
594 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
595 |             logError("Error parsing ArchiveInfo: \(error.localizedDescription)")
596 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:607:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
605 |             reportRef = xcOptional(element: "reportRef", from: json)
606 |             archiveRef = xcOptional(element: "archiveRef", from: json)
607 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
608 |             logError("Error parsing CodeCoverageInfo: \(error.localizedDescription)")
609 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:663:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
661 |             warningSummaries = xcArray(element: "warningSummaries", from: json)
662 |                 .ofType(IssueSummary.self)
663 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
664 |             logError("Error parsing ResultIssueSummaries: \(error.localizedDescription)")
665 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:679:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
677 |             warningCount = xcOptional(element: "warningCount", from: json)
678 |             testsSkippedCount = xcOptional(element: "testsSkippedCount", from: json)
679 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
680 |             logError("Error parsing ResultMetrics: \(error.localizedDescription)")
681 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:692:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
690 |             callStack = xcArray(element: "callStack", from: json)
691 |                 .ofType(SourceCodeFrame.self)
692 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
693 |             logError("Error parsing SourceCodeContext: \(error.localizedDescription)")
694 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:704:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
702 |             addressString = xcOptional(element: "addressString", from: json)
703 |             symbolInfo = xcOptional(element: "symbolInfo", from: json)
704 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
705 |             logError("Error parsing SourceCodeFrame: \(error.localizedDescription)")
706 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:716:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
714 |             filePath = xcOptional(element: "filePath", from: json)
715 |             lineNumber = xcOptional(element: "lineNumber", from: json)
716 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
717 |             logError("Error parsing SourceCodeLocation: \(error.localizedDescription)")
718 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:729:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
727 |             symbolName = xcOptional(element: "symbolName", from: json)
728 |             location = xcOptional(element: "location", from: json)
729 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
730 |             logError("Error parsing SourceCodeSymbolInfo: \(error.localizedDescription)")
731 |             return nil
[13/56] Compiling XCResultKit LogStoreManifest.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:212:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
210 |             summaries = xcArray(element: "summaries", from: json)
211 |                 .ofType(ActionTestPlanRunSummary.self)
212 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
213 |             logError("Error parsing ActionTestPlanRunSummaries: \(error.localizedDescription)")
214 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:296:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
294 |             testLanguage = xcOptional(element: "testLanguage", from: json)
295 |             testRegion = xcOptional(element: "testRegion", from: json)
296 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
297 |             logError("Error parsing ActionTestableSummary: \(error.localizedDescription)")
298 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:340:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
338 |             startLocation = xcOptional(element: "startLocation", from: json)
339 |             endLocation = xcOptional(element: "endLocation", from: json)
340 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
341 |             logError("Error parsing ActivityLogAnalyzerControlFlowStepEdge: \(error.localizedDescription)")
342 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:594:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
592 |         do {
593 |             path = xcOptional(element: "path", from: json)
594 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
595 |             logError("Error parsing ArchiveInfo: \(error.localizedDescription)")
596 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:607:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
605 |             reportRef = xcOptional(element: "reportRef", from: json)
606 |             archiveRef = xcOptional(element: "archiveRef", from: json)
607 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
608 |             logError("Error parsing CodeCoverageInfo: \(error.localizedDescription)")
609 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:663:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
661 |             warningSummaries = xcArray(element: "warningSummaries", from: json)
662 |                 .ofType(IssueSummary.self)
663 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
664 |             logError("Error parsing ResultIssueSummaries: \(error.localizedDescription)")
665 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:679:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
677 |             warningCount = xcOptional(element: "warningCount", from: json)
678 |             testsSkippedCount = xcOptional(element: "testsSkippedCount", from: json)
679 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
680 |             logError("Error parsing ResultMetrics: \(error.localizedDescription)")
681 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:692:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
690 |             callStack = xcArray(element: "callStack", from: json)
691 |                 .ofType(SourceCodeFrame.self)
692 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
693 |             logError("Error parsing SourceCodeContext: \(error.localizedDescription)")
694 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:704:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
702 |             addressString = xcOptional(element: "addressString", from: json)
703 |             symbolInfo = xcOptional(element: "symbolInfo", from: json)
704 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
705 |             logError("Error parsing SourceCodeFrame: \(error.localizedDescription)")
706 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:716:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
714 |             filePath = xcOptional(element: "filePath", from: json)
715 |             lineNumber = xcOptional(element: "lineNumber", from: json)
716 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
717 |             logError("Error parsing SourceCodeLocation: \(error.localizedDescription)")
718 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:729:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
727 |             symbolName = xcOptional(element: "symbolName", from: json)
728 |             location = xcOptional(element: "location", from: json)
729 |         } catch {
    |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
730 |             logError("Error parsing SourceCodeSymbolInfo: \(error.localizedDescription)")
731 |             return nil
[14/56] Compiling XCResultKit TestFailureIssueSummary.swift
[15/56] Compiling XCResultKit TypeDefinition.swift
[16/56] Compiling XCResultKit XCResultBool.swift
[17/56] Compiling XCResultKit XCResultDate.swift
[18/56] Compiling XCResultKit XCResultDouble.swift
[19/56] Compiling XCResultKit ActionDeviceRecord.swift
[20/56] Compiling XCResultKit ActionPlatformRecord.swift
[21/56] Compiling XCResultKit ActionRecord.swift
[22/56] Compiling XCResultKit ActionResult.swift
[23/56] Compiling XCResultKit ActionRunDestinationRecord.swift
[24/56] Compiling XCResultKit ActionSDKRecord.swift
[25/56] Compiling XCResultKit Logger.swift
[26/56] Compiling XCResultKit Reference.swift
[27/56] Compiling XCResultKit ResultIssueSummaries.swift
[28/56] Compiling XCResultKit ResultMetrics.swift
[29/56] Compiling XCResultKit SourceCodeContext.swift
[30/56] Compiling XCResultKit ActivityLogTargetBuildSection.swift
[31/56] Compiling XCResultKit ActivityLogUnitTestSection.swift
[32/56] Compiling XCResultKit ArchiveInfo.swift
[33/56] Compiling XCResultKit CodeCoverage.swift
[34/56] Compiling XCResultKit CodeCoverageInfo.swift
[35/56] Compiling XCResultKit ActionTestActivitySummary.swift
[36/56] Compiling XCResultKit ActionTestAttachment.swift
[37/56] Compiling XCResultKit ActionTestFailureSummary.swift
[38/56] Compiling XCResultKit ActionTestMetadata.swift
[39/56] Compiling XCResultKit ActionTestPerformanceMetricSummary.swift
[40/56] Compiling XCResultKit ActionTestPlanRunSummaries.swift
[41/56] Compiling XCResultKit XCResultFile.swift
[42/56] Compiling XCResultKit XCResultInt.swift
[43/56] Compiling XCResultKit XCResultKit.swift
[44/56] Compiling XCResultKit XCResultObject.swift
[45/56] Compiling XCResultKit XCResultString.swift
[46/56] Compiling XCResultKit ActivityLogCommandInvocationSection.swift
[47/56] Compiling XCResultKit ActivityLogMajorSection.swift
[48/56] Compiling XCResultKit ActivityLogMessage.swift
[49/56] Compiling XCResultKit ActivityLogMessageAnnotation.swift
[50/56] Compiling XCResultKit ActivityLogSection.swift
[51/56] Compiling XCResultKit ActionTestPlanRunSummary.swift
[52/56] Compiling XCResultKit ActionTestRepetitionPolicySummary.swift
[53/56] Compiling XCResultKit ActionTestSummary.swift
[54/56] Compiling XCResultKit ActionTestSummaryGroup.swift
[55/56] Compiling XCResultKit ActionTestableSummary.swift
[56/56] Compiling XCResultKit ActionsInvocationRecord.swift
Build complete! (4.91s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XCResultKit",
  "name" : "XCResultKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "XCResultKit",
      "targets" : [
        "XCResultKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCResultKitTests",
      "module_type" : "SwiftTarget",
      "name" : "XCResultKitTests",
      "path" : "Tests/XCResultKitTests",
      "sources" : [
        "ActionTestPlanRunSummaries.swift",
        "ActionTestPlanRunSummaryTests.swift",
        "ActionTestSummaryTests.swift",
        "ActionsInvocationRecordTests.swift",
        "ActivityLogTests.swift",
        "CodeCoverageInfoTests.swift",
        "DocumentLocationTests.swift",
        "LogStoreManifestTests.swift",
        "ResultMetricsTests.swift",
        "XCResultBoolTests.swift",
        "XCResultKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "XCResultKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCResultKit",
      "module_type" : "SwiftTarget",
      "name" : "XCResultKit",
      "path" : "Sources/XCResultKit",
      "product_memberships" : [
        "XCResultKit"
      ],
      "sources" : [
        "ActionDeviceRecord.swift",
        "ActionPlatformRecord.swift",
        "ActionRecord.swift",
        "ActionResult.swift",
        "ActionRunDestinationRecord.swift",
        "ActionSDKRecord.swift",
        "ActionTestActivitySummary.swift",
        "ActionTestAttachment.swift",
        "ActionTestFailureSummary.swift",
        "ActionTestMetadata.swift",
        "ActionTestPerformanceMetricSummary.swift",
        "ActionTestPlanRunSummaries.swift",
        "ActionTestPlanRunSummary.swift",
        "ActionTestRepetitionPolicySummary.swift",
        "ActionTestSummary.swift",
        "ActionTestSummaryGroup.swift",
        "ActionTestableSummary.swift",
        "ActionsInvocationRecord.swift",
        "ActivityLogAnalyzerControlFlowStep.swift",
        "ActivityLogAnalyzerControlFlowStepEdge.swift",
        "ActivityLogAnalyzerEventStep.swift",
        "ActivityLogAnalyzerResultMessage.swift",
        "ActivityLogAnalyzerWarningMessage.swift",
        "ActivityLogCommandInvocationSection.swift",
        "ActivityLogMajorSection.swift",
        "ActivityLogMessage.swift",
        "ActivityLogMessageAnnotation.swift",
        "ActivityLogSection.swift",
        "ActivityLogTargetBuildSection.swift",
        "ActivityLogUnitTestSection.swift",
        "ArchiveInfo.swift",
        "CodeCoverage.swift",
        "CodeCoverageInfo.swift",
        "DocumentLocation.swift",
        "Generated/XCResultObject.generated.swift",
        "IssueSummary.swift",
        "LogStoreExecution.swift",
        "LogStoreManifest.swift",
        "Logger.swift",
        "Reference.swift",
        "ResultIssueSummaries.swift",
        "ResultMetrics.swift",
        "SourceCodeContext.swift",
        "TestFailureIssueSummary.swift",
        "TypeDefinition.swift",
        "XCResultBool.swift",
        "XCResultDate.swift",
        "XCResultDouble.swift",
        "XCResultFile.swift",
        "XCResultInt.swift",
        "XCResultKit.swift",
        "XCResultObject.swift",
        "XCResultString.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.