Build Information
Failed to build XCResultKit, reference v0.9.4-tvick (527ca6), with Swift 6.1 for Wasm on 29 May 2025 02:52:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tylervick/XCResultKit.git
Reference: v0.9.4-tvick
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/tylervick/XCResultKit
* tag v0.9.4-tvick -> FETCH_HEAD
HEAD is now at 527ca6c Merge pull request #1 from tylervick/tvick/xcresulttool-3.39
Cloned https://github.com/tylervick/XCResultKit.git
Revision (git rev-parse @):
527ca6c9314596a04bb9bd019a28210796320c84
SUCCESS checkout https://github.com/tylervick/XCResultKit.git at v0.9.4-tvick
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/tylervick/XCResultKit.git
https://github.com/tylervick/XCResultKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "XCResultKit",
"name" : "XCResultKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "XCResultKit",
"targets" : [
"XCResultKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCResultKitTests",
"module_type" : "SwiftTarget",
"name" : "XCResultKitTests",
"path" : "Tests/XCResultKitTests",
"sources" : [
"ActionTestPlanRunSummaries.swift",
"ActionTestPlanRunSummaryTests.swift",
"ActionTestSummaryTests.swift",
"ActionsInvocationRecordTests.swift",
"ActivityLogTests.swift",
"CodeCoverageInfoTests.swift",
"DocumentLocationTests.swift",
"LogStoreManifestTests.swift",
"ResultMetricsTests.swift",
"XCResultBoolTests.swift",
"XCResultKitTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"XCResultKit"
],
"type" : "test"
},
{
"c99name" : "XCResultKit",
"module_type" : "SwiftTarget",
"name" : "XCResultKit",
"path" : "Sources/XCResultKit",
"product_memberships" : [
"XCResultKit"
],
"sources" : [
"ActionDeviceRecord.swift",
"ActionPlatformRecord.swift",
"ActionRecord.swift",
"ActionResult.swift",
"ActionRunDestinationRecord.swift",
"ActionSDKRecord.swift",
"ActionTestActivitySummary.swift",
"ActionTestAttachment.swift",
"ActionTestFailureSummary.swift",
"ActionTestMetadata.swift",
"ActionTestPerformanceMetricSummary.swift",
"ActionTestPlanRunSummaries.swift",
"ActionTestPlanRunSummary.swift",
"ActionTestRepetitionPolicySummary.swift",
"ActionTestSummary.swift",
"ActionTestSummaryGroup.swift",
"ActionTestableSummary.swift",
"ActionsInvocationRecord.swift",
"ActivityLogAnalyzerControlFlowStep.swift",
"ActivityLogAnalyzerControlFlowStepEdge.swift",
"ActivityLogAnalyzerEventStep.swift",
"ActivityLogAnalyzerResultMessage.swift",
"ActivityLogAnalyzerWarningMessage.swift",
"ActivityLogCommandInvocationSection.swift",
"ActivityLogMajorSection.swift",
"ActivityLogMessage.swift",
"ActivityLogMessageAnnotation.swift",
"ActivityLogSection.swift",
"ActivityLogTargetBuildSection.swift",
"ActivityLogUnitTestSection.swift",
"ArchiveInfo.swift",
"CodeCoverage.swift",
"CodeCoverageInfo.swift",
"DocumentLocation.swift",
"Generated/XCResultObject.generated.swift",
"IssueSummary.swift",
"LogStoreExecution.swift",
"LogStoreManifest.swift",
"Logger.swift",
"Reference.swift",
"ResultIssueSummaries.swift",
"ResultMetrics.swift",
"SourceCodeContext.swift",
"TestFailureIssueSummary.swift",
"TypeDefinition.swift",
"XCResultBool.swift",
"XCResultDate.swift",
"XCResultDouble.swift",
"XCResultFile.swift",
"XCResultInt.swift",
"XCResultKit.swift",
"XCResultObject.swift",
"XCResultString.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/50] Emitting module XCResultKit
/host/spi-builder-workspace/Sources/XCResultKit/XCResultDate.swift:12:23: warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | extension Date: XCResultObject {
11 |
12 | public static var isoFormatter: DateFormatter = {
| |- warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'isoFormatter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'isoFormatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let dateFormatter = DateFormatter()
14 | dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
[4/56] Compiling XCResultKit ActionDeviceRecord.swift
[5/56] Compiling XCResultKit ActionPlatformRecord.swift
[6/56] Compiling XCResultKit ActionRecord.swift
[7/56] Compiling XCResultKit ActionResult.swift
[8/56] Compiling XCResultKit ActionRunDestinationRecord.swift
[9/56] Compiling XCResultKit ActionSDKRecord.swift
[10/56] Compiling XCResultKit ActionTestActivitySummary.swift
[11/56] Compiling XCResultKit ActivityLogAnalyzerResultMessage.swift
[12/56] Compiling XCResultKit ActivityLogAnalyzerWarningMessage.swift
[13/56] Compiling XCResultKit ActivityLogCommandInvocationSection.swift
[14/56] Compiling XCResultKit ActivityLogMajorSection.swift
[15/56] Compiling XCResultKit ActivityLogMessage.swift
[16/56] Compiling XCResultKit ActivityLogMessageAnnotation.swift
[17/56] Compiling XCResultKit ActivityLogSection.swift
[18/56] Compiling XCResultKit IssueSummary.swift
[19/56] Compiling XCResultKit LogStoreExecution.swift
[20/56] Compiling XCResultKit LogStoreManifest.swift
[21/56] Compiling XCResultKit Logger.swift
[22/56] Compiling XCResultKit Reference.swift
[23/56] Compiling XCResultKit ResultIssueSummaries.swift
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/56] Compiling XCResultKit ResultMetrics.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultDate.swift:12:23: warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | extension Date: XCResultObject {
11 |
12 | public static var isoFormatter: DateFormatter = {
| |- warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'isoFormatter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'isoFormatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let dateFormatter = DateFormatter()
14 | dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
[32/56] Compiling XCResultKit SourceCodeContext.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultDate.swift:12:23: warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | extension Date: XCResultObject {
11 |
12 | public static var isoFormatter: DateFormatter = {
| |- warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'isoFormatter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'isoFormatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let dateFormatter = DateFormatter()
14 | dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
[33/56] Compiling XCResultKit TestFailureIssueSummary.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultDate.swift:12:23: warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | extension Date: XCResultObject {
11 |
12 | public static var isoFormatter: DateFormatter = {
| |- warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'isoFormatter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'isoFormatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let dateFormatter = DateFormatter()
14 | dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
[34/56] Compiling XCResultKit TypeDefinition.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultDate.swift:12:23: warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | extension Date: XCResultObject {
11 |
12 | public static var isoFormatter: DateFormatter = {
| |- warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'isoFormatter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'isoFormatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let dateFormatter = DateFormatter()
14 | dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
[35/56] Compiling XCResultKit XCResultBool.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultDate.swift:12:23: warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | extension Date: XCResultObject {
11 |
12 | public static var isoFormatter: DateFormatter = {
| |- warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'isoFormatter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'isoFormatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let dateFormatter = DateFormatter()
14 | dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
[36/56] Compiling XCResultKit XCResultDate.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultDate.swift:12:23: warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | extension Date: XCResultObject {
11 |
12 | public static var isoFormatter: DateFormatter = {
| |- warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'isoFormatter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'isoFormatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let dateFormatter = DateFormatter()
14 | dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
[37/56] Compiling XCResultKit ActionTestAttachment.swift
[38/56] Compiling XCResultKit ActionTestFailureSummary.swift
[39/56] Compiling XCResultKit ActionTestMetadata.swift
[40/56] Compiling XCResultKit ActionTestPerformanceMetricSummary.swift
[41/56] Compiling XCResultKit ActionTestPlanRunSummaries.swift
[42/56] Compiling XCResultKit ActionTestPlanRunSummary.swift
[43/56] Compiling XCResultKit ActionTestRepetitionPolicySummary.swift
[44/56] Compiling XCResultKit ActionTestSummary.swift
[45/56] Compiling XCResultKit ActionTestSummaryGroup.swift
[46/56] Compiling XCResultKit ActionTestableSummary.swift
[47/56] Compiling XCResultKit ActionsInvocationRecord.swift
[48/56] Compiling XCResultKit ActivityLogAnalyzerControlFlowStep.swift
[49/56] Compiling XCResultKit ActivityLogAnalyzerControlFlowStepEdge.swift
[50/56] Compiling XCResultKit ActivityLogAnalyzerEventStep.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"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[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"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[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"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[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"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[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"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[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"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/49] Emitting module XCResultKit
[3/55] Compiling XCResultKit IssueSummary.swift
[4/55] Compiling XCResultKit LogStoreExecution.swift
[5/55] Compiling XCResultKit LogStoreManifest.swift
[6/55] Compiling XCResultKit Logger.swift
[7/55] Compiling XCResultKit Reference.swift
[8/55] Compiling XCResultKit ResultIssueSummaries.swift
[9/55] Compiling XCResultKit ActivityLogAnalyzerResultMessage.swift
[10/55] Compiling XCResultKit ActivityLogAnalyzerWarningMessage.swift
[11/55] Compiling XCResultKit ActivityLogCommandInvocationSection.swift
[12/55] Compiling XCResultKit ActivityLogMajorSection.swift
[13/55] Compiling XCResultKit ActivityLogMessage.swift
[14/55] Compiling XCResultKit ActivityLogMessageAnnotation.swift
[15/55] Compiling XCResultKit ActivityLogSection.swift
[16/55] Compiling XCResultKit ActionTestAttachment.swift
[17/55] Compiling XCResultKit ActionTestFailureSummary.swift
[18/55] Compiling XCResultKit ActionTestMetadata.swift
[19/55] Compiling XCResultKit ActionTestPerformanceMetricSummary.swift
[20/55] Compiling XCResultKit ActionTestPlanRunSummaries.swift
[21/55] Compiling XCResultKit ActionTestPlanRunSummary.swift
[22/55] Compiling XCResultKit ActionTestRepetitionPolicySummary.swift
[23/55] Compiling XCResultKit ResultMetrics.swift
[24/55] Compiling XCResultKit SourceCodeContext.swift
[25/55] Compiling XCResultKit TestFailureIssueSummary.swift
[26/55] Compiling XCResultKit TypeDefinition.swift
[27/55] Compiling XCResultKit XCResultBool.swift
[28/55] Compiling XCResultKit XCResultDate.swift
[29/55] Compiling XCResultKit XCResultDouble.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:134:9: error: cannot find 'autoreleasepool' in scope
132 | @discardableResult
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
| `- error: cannot find 'autoreleasepool' in scope
135 | let task = Process()
136 | task.launchPath = "/usr/bin/xcrun"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[30/55] Compiling XCResultKit XCResultFile.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:134:9: error: cannot find 'autoreleasepool' in scope
132 | @discardableResult
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
| `- error: cannot find 'autoreleasepool' in scope
135 | let task = Process()
136 | task.launchPath = "/usr/bin/xcrun"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[31/55] Compiling XCResultKit XCResultInt.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:134:9: error: cannot find 'autoreleasepool' in scope
132 | @discardableResult
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
| `- error: cannot find 'autoreleasepool' in scope
135 | let task = Process()
136 | task.launchPath = "/usr/bin/xcrun"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[32/55] Compiling XCResultKit XCResultKit.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:134:9: error: cannot find 'autoreleasepool' in scope
132 | @discardableResult
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
| `- error: cannot find 'autoreleasepool' in scope
135 | let task = Process()
136 | task.launchPath = "/usr/bin/xcrun"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[33/55] Compiling XCResultKit XCResultObject.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:134:9: error: cannot find 'autoreleasepool' in scope
132 | @discardableResult
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
| `- error: cannot find 'autoreleasepool' in scope
135 | let task = Process()
136 | task.launchPath = "/usr/bin/xcrun"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[34/55] Compiling XCResultKit XCResultString.swift
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:134:9: error: cannot find 'autoreleasepool' in scope
132 | @discardableResult
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
| `- error: cannot find 'autoreleasepool' in scope
135 | let task = Process()
136 | task.launchPath = "/usr/bin/xcrun"
/host/spi-builder-workspace/Sources/XCResultKit/XCResultFile.swift:135:24: error: cannot find 'Process' in scope
133 | private func xcrun(_ arguments: [String], output: XCRunOutput = .onlyOnSuccess) -> Data? {
134 | autoreleasepool {
135 | let task = Process()
| `- error: cannot find 'Process' in scope
136 | task.launchPath = "/usr/bin/xcrun"
137 | task.arguments = arguments
[35/55] Compiling XCResultKit ActionDeviceRecord.swift
[36/55] Compiling XCResultKit ActionPlatformRecord.swift
[37/55] Compiling XCResultKit ActionRecord.swift
[38/55] Compiling XCResultKit ActionResult.swift
[39/55] Compiling XCResultKit ActionRunDestinationRecord.swift
[40/55] Compiling XCResultKit ActionSDKRecord.swift
[41/55] Compiling XCResultKit ActionTestActivitySummary.swift
[42/55] Compiling XCResultKit ActionTestSummary.swift
[43/55] Compiling XCResultKit ActionTestSummaryGroup.swift
[44/55] Compiling XCResultKit ActionTestableSummary.swift
[45/55] Compiling XCResultKit ActionsInvocationRecord.swift
[46/55] Compiling XCResultKit ActivityLogAnalyzerControlFlowStep.swift
[47/55] Compiling XCResultKit ActivityLogAnalyzerControlFlowStepEdge.swift
[48/55] Compiling XCResultKit ActivityLogAnalyzerEventStep.swift
[49/55] 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
[50/55] 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
[51/55] 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
[52/55] 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
[53/55] 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
[54/55] 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
[55/55] Compiling XCResultKit XCResultObject.generated.swift
/host/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:212:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
210 | summaries = xcArray(element: "summaries", from: json)
211 | .ofType(ActionTestPlanRunSummary.self)
212 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
213 | logError("Error parsing ActionTestPlanRunSummaries: \(error.localizedDescription)")
214 | return nil
/host/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:296:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
294 | testLanguage = xcOptional(element: "testLanguage", from: json)
295 | testRegion = xcOptional(element: "testRegion", from: json)
296 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
297 | logError("Error parsing ActionTestableSummary: \(error.localizedDescription)")
298 | return nil
/host/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:340:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
338 | startLocation = xcOptional(element: "startLocation", from: json)
339 | endLocation = xcOptional(element: "endLocation", from: json)
340 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
341 | logError("Error parsing ActivityLogAnalyzerControlFlowStepEdge: \(error.localizedDescription)")
342 | return nil
/host/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:594:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
592 | do {
593 | path = xcOptional(element: "path", from: json)
594 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
595 | logError("Error parsing ArchiveInfo: \(error.localizedDescription)")
596 | return nil
/host/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:607:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
605 | reportRef = xcOptional(element: "reportRef", from: json)
606 | archiveRef = xcOptional(element: "archiveRef", from: json)
607 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
608 | logError("Error parsing CodeCoverageInfo: \(error.localizedDescription)")
609 | return nil
/host/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:663:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
661 | warningSummaries = xcArray(element: "warningSummaries", from: json)
662 | .ofType(IssueSummary.self)
663 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
664 | logError("Error parsing ResultIssueSummaries: \(error.localizedDescription)")
665 | return nil
/host/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:679:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
677 | warningCount = xcOptional(element: "warningCount", from: json)
678 | testsSkippedCount = xcOptional(element: "testsSkippedCount", from: json)
679 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
680 | logError("Error parsing ResultMetrics: \(error.localizedDescription)")
681 | return nil
/host/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:692:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
690 | callStack = xcArray(element: "callStack", from: json)
691 | .ofType(SourceCodeFrame.self)
692 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
693 | logError("Error parsing SourceCodeContext: \(error.localizedDescription)")
694 | return nil
/host/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:704:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
702 | addressString = xcOptional(element: "addressString", from: json)
703 | symbolInfo = xcOptional(element: "symbolInfo", from: json)
704 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
705 | logError("Error parsing SourceCodeFrame: \(error.localizedDescription)")
706 | return nil
/host/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:716:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
714 | filePath = xcOptional(element: "filePath", from: json)
715 | lineNumber = xcOptional(element: "lineNumber", from: json)
716 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
717 | logError("Error parsing SourceCodeLocation: \(error.localizedDescription)")
718 | return nil
/host/spi-builder-workspace/Sources/XCResultKit/Generated/XCResultObject.generated.swift:729:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
727 | symbolName = xcOptional(element: "symbolName", from: json)
728 | location = xcOptional(element: "location", from: json)
729 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
730 | logError("Error parsing SourceCodeSymbolInfo: \(error.localizedDescription)")
731 | return nil
BUILD FAILURE 6.1 wasm