The Swift Package Index logo.Swift Package Index

Build Information

Failed to build XCResultKit, reference v0.9.4-tvick (527ca6), with Swift 6.2 for Android on 21 Jun 2025 00:40:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

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 /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:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tylervick/XCResultKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/50] Emitting module XCResultKit
[4/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"
[5/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"
[6/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"
[7/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"
[8/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"
[9/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"
[10/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
[11/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
[12/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
[13/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
[14/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
[15/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
[16/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
[17/56] Compiling XCResultKit ResultMetrics.swift
[18/56] Compiling XCResultKit SourceCodeContext.swift
[19/56] Compiling XCResultKit TestFailureIssueSummary.swift
[20/56] Compiling XCResultKit TypeDefinition.swift
[21/56] Compiling XCResultKit XCResultBool.swift
[22/56] Compiling XCResultKit XCResultDate.swift
[23/56] Compiling XCResultKit ActivityLogAnalyzerResultMessage.swift
[24/56] Compiling XCResultKit ActivityLogAnalyzerWarningMessage.swift
[25/56] Compiling XCResultKit ActivityLogCommandInvocationSection.swift
[26/56] Compiling XCResultKit ActivityLogMajorSection.swift
[27/56] Compiling XCResultKit ActivityLogMessage.swift
[28/56] Compiling XCResultKit ActivityLogMessageAnnotation.swift
[29/56] Compiling XCResultKit ActivityLogSection.swift
[30/56] Compiling XCResultKit IssueSummary.swift
[31/56] Compiling XCResultKit LogStoreExecution.swift
[32/56] Compiling XCResultKit LogStoreManifest.swift
[33/56] Compiling XCResultKit Logger.swift
[34/56] Compiling XCResultKit Reference.swift
[35/56] Compiling XCResultKit ResultIssueSummaries.swift
[36/56] Compiling XCResultKit ActionTestSummary.swift
[37/56] Compiling XCResultKit ActionTestSummaryGroup.swift
[38/56] Compiling XCResultKit ActionTestableSummary.swift
[39/56] Compiling XCResultKit ActionsInvocationRecord.swift
[40/56] Compiling XCResultKit ActivityLogAnalyzerControlFlowStep.swift
[41/56] Compiling XCResultKit ActivityLogAnalyzerControlFlowStepEdge.swift
[42/56] Compiling XCResultKit ActivityLogAnalyzerEventStep.swift
[43/56] Compiling XCResultKit ActionTestAttachment.swift
[44/56] Compiling XCResultKit ActionTestFailureSummary.swift
[45/56] Compiling XCResultKit ActionTestMetadata.swift
[46/56] Compiling XCResultKit ActionTestPerformanceMetricSummary.swift
[47/56] Compiling XCResultKit ActionTestPlanRunSummaries.swift
[48/56] Compiling XCResultKit ActionTestPlanRunSummary.swift
[49/56] Compiling XCResultKit ActionTestRepetitionPolicySummary.swift
[50/56] Compiling XCResultKit ActionDeviceRecord.swift
[51/56] Compiling XCResultKit ActionPlatformRecord.swift
[52/56] Compiling XCResultKit ActionRecord.swift
[53/56] Compiling XCResultKit ActionResult.swift
[54/56] Compiling XCResultKit ActionRunDestinationRecord.swift
[55/56] Compiling XCResultKit ActionSDKRecord.swift
[56/56] Compiling XCResultKit ActionTestActivitySummary.swift
BUILD FAILURE 6.2 android