The Swift Package Index logo.Swift Package Index

Build Information

Failed to build XCResultKit, reference v0.9.4-tvick (527ca6), with Swift 6.3 for Linux on 14 Apr 2026 05:29:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build 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:         linux
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-4606859-1":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/50] 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
[4/50] 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
[5/50] 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
[6/50] 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
[7/50] 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
[8/50] 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
[9/50] 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
[10/50] Compiling XCResultKit ActionTestAttachment.swift
[11/50] Compiling XCResultKit ActionTestFailureSummary.swift
[12/50] Compiling XCResultKit ActionTestMetadata.swift
[13/50] Compiling XCResultKit ActionTestPerformanceMetricSummary.swift
[14/50] Compiling XCResultKit ActionTestPlanRunSummaries.swift
[15/50] Compiling XCResultKit ActionTestPlanRunSummary.swift
[16/50] Compiling XCResultKit ActionTestRepetitionPolicySummary.swift
[17/50] Emitting module XCResultKit
[18/56] Compiling XCResultKit ActionTestSummary.swift
[19/56] Compiling XCResultKit ActionTestSummaryGroup.swift
[20/56] Compiling XCResultKit ActionTestableSummary.swift
[21/56] Compiling XCResultKit ActionsInvocationRecord.swift
[22/56] Compiling XCResultKit ActivityLogAnalyzerControlFlowStep.swift
[23/56] Compiling XCResultKit ActivityLogAnalyzerControlFlowStepEdge.swift
[24/56] Compiling XCResultKit ActivityLogAnalyzerEventStep.swift
[25/56] Compiling XCResultKit IssueSummary.swift
[26/56] Compiling XCResultKit LogStoreExecution.swift
[27/56] Compiling XCResultKit LogStoreManifest.swift
[28/56] Compiling XCResultKit Logger.swift
[29/56] Compiling XCResultKit Reference.swift
[30/56] Compiling XCResultKit ResultIssueSummaries.swift
[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 ActionDeviceRecord.swift
[39/56] Compiling XCResultKit ActionPlatformRecord.swift
[40/56] Compiling XCResultKit ActionRecord.swift
[41/56] Compiling XCResultKit ActionResult.swift
[42/56] Compiling XCResultKit ActionRunDestinationRecord.swift
[43/56] Compiling XCResultKit ActionSDKRecord.swift
[44/56] Compiling XCResultKit ActionTestActivitySummary.swift
[45/56] Compiling XCResultKit ResultMetrics.swift
[46/56] Compiling XCResultKit SourceCodeContext.swift
[47/56] Compiling XCResultKit TestFailureIssueSummary.swift
[48/56] Compiling XCResultKit TypeDefinition.swift
[49/56] Compiling XCResultKit XCResultBool.swift
[50/56] Compiling XCResultKit XCResultDate.swift
[51/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"
[52/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"
[53/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"
[54/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"
[55/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"
[56/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"
BUILD FAILURE 6.3 linux