Build Information
Failed to build XCResultKit, reference v0.9.3 (630c66), with Swift 6.1 for Wasm on 29 May 2025 02:52:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.3
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.3 -> FETCH_HEAD
HEAD is now at 630c662 add repetition mode tests
Cloned https://github.com/tylervick/XCResultKit.git
Revision (git rev-parse @):
630c662516d20e5296410eeb646ae79479c906c6
SUCCESS checkout https://github.com/tylervick/XCResultKit.git at v0.9.3
========================================
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",
"IssueSummary.swift",
"LogStoreExecution.swift",
"LogStoreManifest.swift",
"Logger.swift",
"Reference.swift",
"ResultIssueSummaries.swift",
"ResultMetrics.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-4606859-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/48] 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/54] 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
[5/54] 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
[6/54] 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
[7/54] 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
[8/54] 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
[9/54] 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
[10/54] Compiling XCResultKit ActivityLogSection.swift
[11/54] Compiling XCResultKit ActivityLogTargetBuildSection.swift
[12/54] Compiling XCResultKit ActivityLogUnitTestSection.swift
[13/54] Compiling XCResultKit ArchiveInfo.swift
[14/54] Compiling XCResultKit CodeCoverage.swift
[15/54] Compiling XCResultKit CodeCoverageInfo.swift
[16/54] Compiling XCResultKit ActivityLogAnalyzerResultMessage.swift
[17/54] Compiling XCResultKit ActivityLogAnalyzerWarningMessage.swift
[18/54] Compiling XCResultKit ActivityLogCommandInvocationSection.swift
[19/54] Compiling XCResultKit ActivityLogMajorSection.swift
[20/54] Compiling XCResultKit ActivityLogMessage.swift
[21/54] Compiling XCResultKit ActivityLogMessageAnnotation.swift
[22/54] Compiling XCResultKit ResultIssueSummaries.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"
[23/54] 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"
[24/54] 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"
[25/54] 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"
[26/54] 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"
[27/54] 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"
[28/54] Compiling XCResultKit ActionTestSummary.swift
[29/54] Compiling XCResultKit ActionTestSummaryGroup.swift
[30/54] Compiling XCResultKit ActionTestableSummary.swift
[31/54] Compiling XCResultKit ActionsInvocationRecord.swift
[32/54] Compiling XCResultKit ActivityLogAnalyzerControlFlowStep.swift
[33/54] Compiling XCResultKit ActivityLogAnalyzerControlFlowStepEdge.swift
[34/54] Compiling XCResultKit ActivityLogAnalyzerEventStep.swift
[35/54] Compiling XCResultKit DocumentLocation.swift
[36/54] Compiling XCResultKit IssueSummary.swift
[37/54] Compiling XCResultKit LogStoreExecution.swift
[38/54] Compiling XCResultKit LogStoreManifest.swift
[39/54] Compiling XCResultKit Logger.swift
[40/54] Compiling XCResultKit Reference.swift
[41/54] Compiling XCResultKit ActionDeviceRecord.swift
[42/54] Compiling XCResultKit ActionPlatformRecord.swift
[43/54] Compiling XCResultKit ActionRecord.swift
[44/54] Compiling XCResultKit ActionResult.swift
[45/54] Compiling XCResultKit ActionRunDestinationRecord.swift
[46/54] Compiling XCResultKit ActionSDKRecord.swift
[47/54] Compiling XCResultKit ActionTestActivitySummary.swift
[48/54] Compiling XCResultKit ActionTestAttachment.swift
[49/54] Compiling XCResultKit ActionTestFailureSummary.swift
[50/54] Compiling XCResultKit ActionTestMetadata.swift
[51/54] Compiling XCResultKit ActionTestPerformanceMetricSummary.swift
[52/54] Compiling XCResultKit ActionTestPlanRunSummaries.swift
[53/54] Compiling XCResultKit ActionTestPlanRunSummary.swift
[54/54] Compiling XCResultKit ActionTestRepetitionPolicySummary.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/47] Emitting module XCResultKit
[3/53] Compiling XCResultKit ActionTestAttachment.swift
[4/53] Compiling XCResultKit ActionTestFailureSummary.swift
[5/53] Compiling XCResultKit ActionTestMetadata.swift
[6/53] Compiling XCResultKit ActionTestPerformanceMetricSummary.swift
[7/53] Compiling XCResultKit ActionTestPlanRunSummaries.swift
[8/53] Compiling XCResultKit ActionTestPlanRunSummary.swift
[9/53] Compiling XCResultKit ActionTestRepetitionPolicySummary.swift
[10/53] 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
[11/53] 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
[12/53] 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
[13/53] 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
[14/53] 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
[15/53] 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
[16/53] Compiling XCResultKit ResultIssueSummaries.swift
[17/53] Compiling XCResultKit ResultMetrics.swift
[18/53] Compiling XCResultKit TestFailureIssueSummary.swift
[19/53] Compiling XCResultKit TypeDefinition.swift
[20/53] Compiling XCResultKit XCResultBool.swift
[21/53] Compiling XCResultKit XCResultDate.swift
[22/53] Compiling XCResultKit DocumentLocation.swift
[23/53] Compiling XCResultKit IssueSummary.swift
[24/53] Compiling XCResultKit LogStoreExecution.swift
[25/53] Compiling XCResultKit LogStoreManifest.swift
[26/53] Compiling XCResultKit Logger.swift
[27/53] Compiling XCResultKit Reference.swift
[28/53] Compiling XCResultKit ActionTestSummary.swift
[29/53] Compiling XCResultKit ActionTestSummaryGroup.swift
[30/53] Compiling XCResultKit ActionTestableSummary.swift
[31/53] Compiling XCResultKit ActionsInvocationRecord.swift
[32/53] Compiling XCResultKit ActivityLogAnalyzerControlFlowStep.swift
[33/53] Compiling XCResultKit ActivityLogAnalyzerControlFlowStepEdge.swift
[34/53] Compiling XCResultKit ActivityLogAnalyzerEventStep.swift
[35/53] Compiling XCResultKit ActivityLogAnalyzerResultMessage.swift
[36/53] Compiling XCResultKit ActivityLogAnalyzerWarningMessage.swift
[37/53] Compiling XCResultKit ActivityLogCommandInvocationSection.swift
[38/53] Compiling XCResultKit ActivityLogMajorSection.swift
[39/53] Compiling XCResultKit ActivityLogMessage.swift
[40/53] Compiling XCResultKit ActivityLogMessageAnnotation.swift
[41/53] Compiling XCResultKit ActionDeviceRecord.swift
[42/53] Compiling XCResultKit ActionPlatformRecord.swift
[43/53] Compiling XCResultKit ActionRecord.swift
[44/53] Compiling XCResultKit ActionResult.swift
[45/53] Compiling XCResultKit ActionRunDestinationRecord.swift
[46/53] Compiling XCResultKit ActionSDKRecord.swift
[47/53] Compiling XCResultKit ActionTestActivitySummary.swift
[48/53] Compiling XCResultKit ActivityLogSection.swift
[49/53] Compiling XCResultKit ActivityLogTargetBuildSection.swift
[50/53] Compiling XCResultKit ActivityLogUnitTestSection.swift
[51/53] Compiling XCResultKit ArchiveInfo.swift
[52/53] Compiling XCResultKit CodeCoverage.swift
[53/53] Compiling XCResultKit CodeCoverageInfo.swift
BUILD FAILURE 6.1 wasm