Build Information
Failed to build XCResultKit, reference v0.9.4-tvick (527ca6), with Swift 6.3 for Wasm on 14 Apr 2026 05:29:38 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tylervick/XCResultKit.git
Reference: v0.9.4-tvick
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/tylervick/XCResultKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/50] Emitting module XCResultKit
[4/56] Compiling XCResultKit ActionTestSummary.swift
[5/56] Compiling XCResultKit ActionTestSummaryGroup.swift
[6/56] Compiling XCResultKit ActionTestableSummary.swift
[7/56] Compiling XCResultKit ActionsInvocationRecord.swift
[8/56] Compiling XCResultKit ActivityLogAnalyzerControlFlowStep.swift
[9/56] Compiling XCResultKit ActivityLogAnalyzerControlFlowStepEdge.swift
[10/56] Compiling XCResultKit ActivityLogAnalyzerEventStep.swift
[11/56] Compiling XCResultKit ActionTestAttachment.swift
[12/56] Compiling XCResultKit ActionTestFailureSummary.swift
[13/56] Compiling XCResultKit ActionTestMetadata.swift
[14/56] Compiling XCResultKit ActionTestPerformanceMetricSummary.swift
[15/56] Compiling XCResultKit ActionTestPlanRunSummaries.swift
[16/56] Compiling XCResultKit ActionTestPlanRunSummary.swift
[17/56] Compiling XCResultKit ActionTestRepetitionPolicySummary.swift
[18/56] Compiling XCResultKit ActionDeviceRecord.swift
[19/56] Compiling XCResultKit ActionPlatformRecord.swift
[20/56] Compiling XCResultKit ActionRecord.swift
[21/56] Compiling XCResultKit ActionResult.swift
[22/56] Compiling XCResultKit ActionRunDestinationRecord.swift
[23/56] Compiling XCResultKit ActionSDKRecord.swift
[24/56] Compiling XCResultKit ActionTestActivitySummary.swift
[25/56] Compiling XCResultKit XCResultDouble.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:134:9: error: cannot find 'autoreleasepool' in scope
132 | @discardableResult
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
| `- error: cannot find 'autoreleasepool' in scope
135 | let task = Process()
136 | task.launchPath = "/usr/bin/xcrun"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[26/56] Compiling XCResultKit XCResultFile.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:134:9: error: cannot find 'autoreleasepool' in scope
132 | @discardableResult
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
| `- error: cannot find 'autoreleasepool' in scope
135 | let task = Process()
136 | task.launchPath = "/usr/bin/xcrun"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[27/56] Compiling XCResultKit XCResultInt.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:134:9: error: cannot find 'autoreleasepool' in scope
132 | @discardableResult
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
| `- error: cannot find 'autoreleasepool' in scope
135 | let task = Process()
136 | task.launchPath = "/usr/bin/xcrun"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[28/56] Compiling XCResultKit XCResultKit.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:134:9: error: cannot find 'autoreleasepool' in scope
132 | @discardableResult
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
| `- error: cannot find 'autoreleasepool' in scope
135 | let task = Process()
136 | task.launchPath = "/usr/bin/xcrun"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[29/56] Compiling XCResultKit XCResultObject.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:134:9: error: cannot find 'autoreleasepool' in scope
132 | @discardableResult
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
| `- error: cannot find 'autoreleasepool' in scope
135 | let task = Process()
136 | task.launchPath = "/usr/bin/xcrun"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[30/56] Compiling XCResultKit XCResultString.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:134:9: error: cannot find 'autoreleasepool' in scope
132 | @discardableResult
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
| `- error: cannot find 'autoreleasepool' in scope
135 | let task = Process()
136 | task.launchPath = "/usr/bin/xcrun"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[31/56] Compiling XCResultKit ActivityLogAnalyzerResultMessage.swift
[32/56] Compiling XCResultKit ActivityLogAnalyzerWarningMessage.swift
[33/56] Compiling XCResultKit ActivityLogCommandInvocationSection.swift
[34/56] Compiling XCResultKit ActivityLogMajorSection.swift
[35/56] Compiling XCResultKit ActivityLogMessage.swift
[36/56] Compiling XCResultKit ActivityLogMessageAnnotation.swift
[37/56] Compiling XCResultKit ActivityLogSection.swift
[38/56] Compiling XCResultKit ResultMetrics.swift
[39/56] Compiling XCResultKit SourceCodeContext.swift
[40/56] Compiling XCResultKit TestFailureIssueSummary.swift
[41/56] Compiling XCResultKit TypeDefinition.swift
[42/56] Compiling XCResultKit XCResultBool.swift
[43/56] Compiling XCResultKit XCResultDate.swift
[44/56] Compiling XCResultKit IssueSummary.swift
[45/56] Compiling XCResultKit LogStoreExecution.swift
[46/56] Compiling XCResultKit LogStoreManifest.swift
[47/56] Compiling XCResultKit Logger.swift
[48/56] Compiling XCResultKit Reference.swift
[49/56] Compiling XCResultKit ResultIssueSummaries.swift
[50/56] Compiling XCResultKit ActivityLogTargetBuildSection.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[51/56] Compiling XCResultKit ActivityLogUnitTestSection.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[52/56] Compiling XCResultKit ArchiveInfo.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[53/56] Compiling XCResultKit CodeCoverage.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[54/56] Compiling XCResultKit CodeCoverageInfo.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[55/56] Compiling XCResultKit DocumentLocation.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[56/56] Compiling XCResultKit XCResultObject.generated.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
BUILD FAILURE 6.3 wasm