The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build DBXCResultParser, reference 3.1.3 (879b9f), with Swift 6.1 for Wasm on 29 May 2025 17:31:37 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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dodobrands/DBXCResultParser.git
Reference: 3.1.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/dodobrands/DBXCResultParser
 * tag               3.1.3      -> FETCH_HEAD
HEAD is now at 879b9f5 Added Xcode 16 support (#30)
Cloned https://github.com/dodobrands/DBXCResultParser.git
Revision (git rev-parse @):
879b9f5e7de6f9dec1abd2e1557d5ae11136f003
SUCCESS checkout https://github.com/dodobrands/DBXCResultParser.git at 3.1.3
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dodobrands/DBXCResultParser.git
https://github.com/dodobrands/DBXCResultParser.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "DBXCResultParser",
  "name" : "DBXCResultParser",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "DBXCResultParser",
      "targets" : [
        "DBXCResultParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DBXCResultParser-TextFormatter",
      "targets" : [
        "DBXCResultParser",
        "DBXCResultParser-TextFormatter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DBXCResultParserTestHelpers",
      "targets" : [
        "DBXCResultParserTestHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DBXCResultParser-TextFormatterExec",
      "targets" : [
        "DBXCResultParser-TextFormatterExec"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DBXCResultParserTests",
      "module_type" : "SwiftTarget",
      "name" : "DBXCResultParserTests",
      "path" : "Tests/DBXCResultParserTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/DBXCResultParserTests/Resources/DBXCResultParser.xcresult",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ActionTestPlanRunSummariesDTOTests.swift",
        "Constants+Helpers.swift",
        "CoverageDTOTests.swift",
        "DBShellTests.swift",
        "DBXCReportModelTests.swift",
        "OverviewReportDTOTests.swift"
      ],
      "target_dependencies" : [
        "DBXCResultParser",
        "DBXCResultParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DBXCResultParserTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "DBXCResultParserTestHelpers",
      "path" : "Sources/DBXCResultParserTestHelpers",
      "product_memberships" : [
        "DBXCResultParserTestHelpers"
      ],
      "sources" : [
        "CoverageDTO+TestHelpers.swift",
        "DBXCReportModel+TestHelpers.swift",
        "Measurement+TestHelpers.swift"
      ],
      "target_dependencies" : [
        "DBXCResultParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DBXCResultParser_TextFormatterTests",
      "module_type" : "SwiftTarget",
      "name" : "DBXCResultParser-TextFormatterTests",
      "path" : "Tests/DBXCResultParser-TextFormatterTests",
      "sources" : [
        "DBXCTextFormatterTests.swift"
      ],
      "target_dependencies" : [
        "DBXCResultParser-TextFormatter",
        "DBXCResultParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DBXCResultParser_TextFormatterExec",
      "module_type" : "SwiftTarget",
      "name" : "DBXCResultParser-TextFormatterExec",
      "path" : "Sources/DBXCResultParser-TextFormatterExec",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "DBXCResultParser-TextFormatterExec"
      ],
      "sources" : [
        "DBXCTextFormatterExecutable.swift"
      ],
      "target_dependencies" : [
        "DBXCResultParser",
        "DBXCResultParser-TextFormatter"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DBXCResultParser_TextFormatter",
      "module_type" : "SwiftTarget",
      "name" : "DBXCResultParser-TextFormatter",
      "path" : "Sources/DBXCResultParser-TextFormatter",
      "product_memberships" : [
        "DBXCResultParser-TextFormatter",
        "DBXCResultParser-TextFormatterExec"
      ],
      "sources" : [
        "DBXCTextFormatter.swift"
      ],
      "target_dependencies" : [
        "DBXCResultParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DBXCResultParser",
      "module_type" : "SwiftTarget",
      "name" : "DBXCResultParser",
      "path" : "Sources/DBXCResultParser",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "DBXCResultParser",
        "DBXCResultParser-TextFormatter",
        "DBXCResultParserTestHelpers",
        "DBXCResultParser-TextFormatterExec"
      ],
      "sources" : [
        "Constants.swift",
        "DBShell.swift",
        "Models/DBXCReportModel+Convenience.swift",
        "Models/DBXCReportModel.swift",
        "Models/DTO/ActionTestPlanRunSummariesDTO.swift",
        "Models/DTO/ActionTestSummaryDTO.swift",
        "Models/DTO/ActionsInvocationRecordDTO.swift",
        "Models/DTO/CoverageDTO.swift",
        "Models/DTO/DTO+Helpers.swift",
        "Models/DTO/ReusedDTO.swift",
        "Models/Math.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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
Fetching https://github.com/apple/swift-argument-parser.git
[1/15379] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.88s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.45s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/15] Write sources
[7/15] Write swift-version-24593BA9C3E375BF.txt
[9/17] Emitting module ArgumentParserToolInfo
[10/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/18] Wrapping AST for ArgumentParserToolInfo for debugging
[13/56] Emitting module ArgumentParser
[14/61] Compiling ArgumentParser Name.swift
[15/61] Compiling ArgumentParser Parsed.swift
[16/61] Compiling ArgumentParser ParsedValues.swift
[17/61] Compiling ArgumentParser ParserError.swift
[18/61] Compiling ArgumentParser SplitArguments.swift
[19/61] Compiling ArgumentParser ArgumentVisibility.swift
[20/61] Compiling ArgumentParser CompletionKind.swift
[21/61] Compiling ArgumentParser Errors.swift
[22/61] Compiling ArgumentParser Flag.swift
[23/61] Compiling ArgumentParser NameSpecification.swift
[24/61] Compiling ArgumentParser Option.swift
[25/61] Compiling ArgumentParser ArgumentDefinition.swift
[26/61] Compiling ArgumentParser ArgumentSet.swift
[27/61] Compiling ArgumentParser CommandParser.swift
[28/61] Compiling ArgumentParser InputKey.swift
[29/61] Compiling ArgumentParser InputOrigin.swift
[30/61] Compiling ArgumentParser ExpressibleByArgument.swift
[31/61] Compiling ArgumentParser ParsableArguments.swift
[32/61] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/61] Compiling ArgumentParser ParsableCommand.swift
[34/61] Compiling ArgumentParser ArgumentDecoder.swift
[35/61] Compiling ArgumentParser CollectionExtensions.swift
[36/61] Compiling ArgumentParser Platform.swift
[37/61] Compiling ArgumentParser SequenceExtensions.swift
[38/61] Compiling ArgumentParser StringExtensions.swift
[39/61] Compiling ArgumentParser Tree.swift
[40/61] Compiling ArgumentParser OptionGroup.swift
[41/61] Compiling ArgumentParser AsyncParsableCommand.swift
[42/61] Compiling ArgumentParser CommandConfiguration.swift
[43/61] Compiling ArgumentParser CommandGroup.swift
[44/61] Compiling ArgumentParser EnumerableFlag.swift
[45/61] Compiling ArgumentParser BashCompletionsGenerator.swift
[46/61] Compiling ArgumentParser CompletionsGenerator.swift
[47/61] Compiling ArgumentParser FishCompletionsGenerator.swift
[48/61] Compiling ArgumentParser ZshCompletionsGenerator.swift
[49/61] Compiling ArgumentParser Argument.swift
[50/61] Compiling ArgumentParser ArgumentHelp.swift
[51/61] Compiling ArgumentParser DumpHelpGenerator.swift
[52/61] Compiling ArgumentParser HelpCommand.swift
[53/61] Compiling ArgumentParser HelpGenerator.swift
[54/61] Compiling ArgumentParser MessageInfo.swift
[55/61] Compiling ArgumentParser UsageGenerator.swift
[56/62] Wrapping AST for ArgumentParser for debugging
[58/73] Compiling DBXCResultParser ReusedDTO.swift
[59/74] Compiling DBXCResultParser CoverageDTO.swift
[60/74] Compiling DBXCResultParser DTO+Helpers.swift
[61/74] Compiling DBXCResultParser Math.swift
[62/74] Compiling DBXCResultParser ActionsInvocationRecordDTO.swift
[63/74] Emitting module DBXCResultParser
/host/spi-builder-workspace/Sources/DBXCResultParser/Models/DBXCReportModel.swift:145:16: warning: static property 'allCases' is not concurrency-safe because non-'Sendable' type '[DBXCReportModel.Module.File.RepeatableTest.Test.Status]' may have shared mutable state; this is an error in the Swift 6 language mode
130 |
131 | extension DBXCReportModel.Module.File.RepeatableTest.Test {
132 |     public enum Status: String, Equatable, CaseIterable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
133 |         case success
134 |         case failure
    :
143 |
144 | public extension Array where Element == DBXCReportModel.Module.File.RepeatableTest.Test.Status {
145 |     static let allCases = DBXCReportModel.Module.File.RepeatableTest.Test.Status.allCases
    |                |- warning: static property 'allCases' is not concurrency-safe because non-'Sendable' type '[DBXCReportModel.Module.File.RepeatableTest.Test.Status]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 | }
147 |
[64/74] Compiling DBXCResultParser DBXCReportModel+Convenience.swift
/host/spi-builder-workspace/Sources/DBXCResultParser/Models/DBXCReportModel.swift:145:16: warning: static property 'allCases' is not concurrency-safe because non-'Sendable' type '[DBXCReportModel.Module.File.RepeatableTest.Test.Status]' may have shared mutable state; this is an error in the Swift 6 language mode
130 |
131 | extension DBXCReportModel.Module.File.RepeatableTest.Test {
132 |     public enum Status: String, Equatable, CaseIterable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
133 |         case success
134 |         case failure
    :
143 |
144 | public extension Array where Element == DBXCReportModel.Module.File.RepeatableTest.Test.Status {
145 |     static let allCases = DBXCReportModel.Module.File.RepeatableTest.Test.Status.allCases
    |                |- warning: static property 'allCases' is not concurrency-safe because non-'Sendable' type '[DBXCReportModel.Module.File.RepeatableTest.Test.Status]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 | }
147 |
[65/74] Compiling DBXCResultParser DBXCReportModel.swift
/host/spi-builder-workspace/Sources/DBXCResultParser/Models/DBXCReportModel.swift:145:16: warning: static property 'allCases' is not concurrency-safe because non-'Sendable' type '[DBXCReportModel.Module.File.RepeatableTest.Test.Status]' may have shared mutable state; this is an error in the Swift 6 language mode
130 |
131 | extension DBXCReportModel.Module.File.RepeatableTest.Test {
132 |     public enum Status: String, Equatable, CaseIterable {
    |                 `- note: consider making enum 'Status' conform to the 'Sendable' protocol
133 |         case success
134 |         case failure
    :
143 |
144 | public extension Array where Element == DBXCReportModel.Module.File.RepeatableTest.Test.Status {
145 |     static let allCases = DBXCReportModel.Module.File.RepeatableTest.Test.Status.allCases
    |                |- warning: static property 'allCases' is not concurrency-safe because non-'Sendable' type '[DBXCReportModel.Module.File.RepeatableTest.Test.Status]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 | }
147 |
[66/74] Compiling DBXCResultParser ActionTestPlanRunSummariesDTO.swift
[67/74] Compiling DBXCResultParser ActionTestSummaryDTO.swift
[68/74] Compiling DBXCResultParser Constants.swift
/host/spi-builder-workspace/Sources/DBXCResultParser/DBShell.swift:13:20: error: cannot find 'Process' in scope
11 |     @discardableResult
12 |     public static func execute(_ command: String) throws -> String {
13 |         let task = Process()
   |                    `- error: cannot find 'Process' in scope
14 |         let pipe = Pipe()
15 |
[69/74] Compiling DBXCResultParser DBShell.swift
/host/spi-builder-workspace/Sources/DBXCResultParser/DBShell.swift:13:20: error: cannot find 'Process' in scope
11 |     @discardableResult
12 |     public static func execute(_ command: String) throws -> String {
13 |         let task = Process()
   |                    `- error: cannot find 'Process' in scope
14 |         let pipe = Pipe()
15 |
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/9] Write swift-version-24593BA9C3E375BF.txt
[3/11] Emitting module ArgumentParserToolInfo
[4/11] Compiling ArgumentParserToolInfo ToolInfo.swift
[6/49] Compiling ArgumentParser OptionGroup.swift
[7/49] Compiling ArgumentParser AsyncParsableCommand.swift
[8/49] Compiling ArgumentParser CommandConfiguration.swift
[9/49] Compiling ArgumentParser CommandGroup.swift
[10/49] Compiling ArgumentParser EnumerableFlag.swift
[11/54] Compiling ArgumentParser ArgumentVisibility.swift
[12/54] Compiling ArgumentParser CompletionKind.swift
[13/54] Compiling ArgumentParser Errors.swift
[14/54] Compiling ArgumentParser Flag.swift
[15/54] Compiling ArgumentParser NameSpecification.swift
[16/54] Compiling ArgumentParser Option.swift
[17/54] Compiling ArgumentParser CollectionExtensions.swift
[18/54] Compiling ArgumentParser Platform.swift
[19/54] Compiling ArgumentParser SequenceExtensions.swift
[20/54] Compiling ArgumentParser StringExtensions.swift
[21/54] Compiling ArgumentParser Tree.swift
[22/54] Emitting module ArgumentParser
[23/54] Compiling ArgumentParser BashCompletionsGenerator.swift
[24/54] Compiling ArgumentParser CompletionsGenerator.swift
[25/54] Compiling ArgumentParser FishCompletionsGenerator.swift
[26/54] Compiling ArgumentParser ZshCompletionsGenerator.swift
[27/54] Compiling ArgumentParser Argument.swift
[28/54] Compiling ArgumentParser ArgumentHelp.swift
[29/54] Compiling ArgumentParser ExpressibleByArgument.swift
[30/54] Compiling ArgumentParser ParsableArguments.swift
[31/54] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/54] Compiling ArgumentParser ParsableCommand.swift
[33/54] Compiling ArgumentParser ArgumentDecoder.swift
[34/54] Compiling ArgumentParser ArgumentDefinition.swift
[35/54] Compiling ArgumentParser ArgumentSet.swift
[36/54] Compiling ArgumentParser CommandParser.swift
[37/54] Compiling ArgumentParser InputKey.swift
[38/54] Compiling ArgumentParser InputOrigin.swift
[39/54] Compiling ArgumentParser DumpHelpGenerator.swift
[40/54] Compiling ArgumentParser HelpCommand.swift
[41/54] Compiling ArgumentParser HelpGenerator.swift
[42/54] Compiling ArgumentParser MessageInfo.swift
[43/54] Compiling ArgumentParser UsageGenerator.swift
[44/54] Compiling ArgumentParser Name.swift
[45/54] Compiling ArgumentParser Parsed.swift
[46/54] Compiling ArgumentParser ParsedValues.swift
[47/54] Compiling ArgumentParser ParserError.swift
[48/54] Compiling ArgumentParser SplitArguments.swift
[50/65] Compiling DBXCResultParser CoverageDTO.swift
[51/66] Compiling DBXCResultParser ReusedDTO.swift
[52/66] Compiling DBXCResultParser DTO+Helpers.swift
[53/66] Compiling DBXCResultParser Math.swift
[54/66] Compiling DBXCResultParser DBXCReportModel+Convenience.swift
[55/66] Compiling DBXCResultParser DBXCReportModel.swift
[56/66] Emitting module DBXCResultParser
[57/66] Compiling DBXCResultParser ActionsInvocationRecordDTO.swift
[58/66] Compiling DBXCResultParser ActionTestPlanRunSummariesDTO.swift
[59/66] Compiling DBXCResultParser ActionTestSummaryDTO.swift
[60/66] Compiling DBXCResultParser Constants.swift
/host/spi-builder-workspace/Sources/DBXCResultParser/DBShell.swift:13:20: error: cannot find 'Process' in scope
11 |     @discardableResult
12 |     public static func execute(_ command: String) throws -> String {
13 |         let task = Process()
   |                    `- error: cannot find 'Process' in scope
14 |         let pipe = Pipe()
15 |
[61/66] Compiling DBXCResultParser DBShell.swift
/host/spi-builder-workspace/Sources/DBXCResultParser/DBShell.swift:13:20: error: cannot find 'Process' in scope
11 |     @discardableResult
12 |     public static func execute(_ command: String) throws -> String {
13 |         let task = Process()
   |                    `- error: cannot find 'Process' in scope
14 |         let pipe = Pipe()
15 |
BUILD FAILURE 6.1 wasm