The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build DBXCResultParser, reference 3.1.3 (879b9f), with Swift 6.1 for Linux on 29 Apr 2025 10:06:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
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:         linux
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.81s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.36s)
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.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/15] Write sources
[7/15] Write swift-version-24593BA9C3E375BF.txt
[9/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/17] Emitting module ArgumentParserToolInfo
[11/18] Wrapping AST for ArgumentParserToolInfo for debugging
[13/56] Emitting module ArgumentParser
[14/61] Compiling ArgumentParser OptionGroup.swift
[15/61] Compiling ArgumentParser AsyncParsableCommand.swift
[16/61] Compiling ArgumentParser CommandConfiguration.swift
[17/61] Compiling ArgumentParser CommandGroup.swift
[18/61] Compiling ArgumentParser EnumerableFlag.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 ExpressibleByArgument.swift
[26/61] Compiling ArgumentParser ParsableArguments.swift
[27/61] Compiling ArgumentParser ParsableArgumentsValidation.swift
[28/61] Compiling ArgumentParser ParsableCommand.swift
[29/61] Compiling ArgumentParser ArgumentDecoder.swift
[30/61] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/61] Compiling ArgumentParser CompletionsGenerator.swift
[32/61] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/61] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/61] Compiling ArgumentParser Argument.swift
[35/61] Compiling ArgumentParser ArgumentHelp.swift
[36/61] Compiling ArgumentParser ArgumentDefinition.swift
[37/61] Compiling ArgumentParser ArgumentSet.swift
[38/61] Compiling ArgumentParser CommandParser.swift
[39/61] Compiling ArgumentParser InputKey.swift
[40/61] Compiling ArgumentParser InputOrigin.swift
[41/61] Compiling ArgumentParser CollectionExtensions.swift
[42/61] Compiling ArgumentParser Platform.swift
[43/61] Compiling ArgumentParser SequenceExtensions.swift
[44/61] Compiling ArgumentParser StringExtensions.swift
[45/61] Compiling ArgumentParser Tree.swift
[46/61] Compiling ArgumentParser Name.swift
[47/61] Compiling ArgumentParser Parsed.swift
[48/61] Compiling ArgumentParser ParsedValues.swift
[49/61] Compiling ArgumentParser ParserError.swift
[50/61] Compiling ArgumentParser SplitArguments.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 CoverageDTO.swift
[59/74] Compiling DBXCResultParser DTO+Helpers.swift
[60/74] Compiling DBXCResultParser ReusedDTO.swift
[61/74] Compiling DBXCResultParser Math.swift
[62/74] Compiling DBXCResultParser ActionsInvocationRecordDTO.swift
[63/74] Compiling DBXCResultParser Constants.swift
[64/74] Compiling DBXCResultParser DBShell.swift
[65/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 |
[66/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 |
[67/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 |
[68/74] Compiling DBXCResultParser ActionTestPlanRunSummariesDTO.swift
[69/74] Compiling DBXCResultParser ActionTestSummaryDTO.swift
[70/75] Wrapping AST for DBXCResultParser for debugging
[72/81] Emitting module DBXCResultParserTestHelpers
[73/81] Compiling DBXCResultParserTestHelpers DBXCReportModel+TestHelpers.swift
[74/81] Compiling DBXCResultParserTestHelpers CoverageDTO+TestHelpers.swift
[75/81] Compiling DBXCResultParserTestHelpers Measurement+TestHelpers.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[76/82] Emitting module DBXCResultParser_TextFormatter
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:78:28: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 76 | extension DBXCReportModel.Module.File {
 77 |     func report(testResults: [DBXCReportModel.Module.File.RepeatableTest.Test.Status],
 78 |                 formatter: MeasurementFormatter) -> String? {
    |                            `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 79 |         let tests = repeatableTests.filtered(testResults: testResults).sorted { $0.name < $1.name }
 80 |
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:98:28: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 96 |
 97 | fileprivate extension DBXCReportModel.Module.File.RepeatableTest {
 98 |     func report(formatter: MeasurementFormatter) -> String {
    |                            `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 99 |         [
100 |             combinedStatus.icon,
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:116:45: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
114 |
115 | extension MeasurementFormatter {
116 |     static var singleTestDurationFormatter: MeasurementFormatter {
    |                                             `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
117 |         let formatter = MeasurementFormatter()
118 |         formatter.unitOptions = [.providedUnit]
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:123:45: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
121 |     }
122 |
123 |     static var totalTestsDurationFormatter: MeasurementFormatter {
    |                                             `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
124 |         let formatter = MeasurementFormatter()
125 |         formatter.unitOptions = [.naturalScale]
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:115:11: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
113 | }
114 |
115 | extension MeasurementFormatter {
    |           `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
116 |     static var singleTestDurationFormatter: MeasurementFormatter {
117 |         let formatter = MeasurementFormatter()
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
[77/82] Compiling DBXCResultParser_TextFormatter DBXCTextFormatter.swift
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:78:28: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 76 | extension DBXCReportModel.Module.File {
 77 |     func report(testResults: [DBXCReportModel.Module.File.RepeatableTest.Test.Status],
 78 |                 formatter: MeasurementFormatter) -> String? {
    |                            `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 79 |         let tests = repeatableTests.filtered(testResults: testResults).sorted { $0.name < $1.name }
 80 |
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:98:28: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 96 |
 97 | fileprivate extension DBXCReportModel.Module.File.RepeatableTest {
 98 |     func report(formatter: MeasurementFormatter) -> String {
    |                            `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 99 |         [
100 |             combinedStatus.icon,
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:116:45: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
114 |
115 | extension MeasurementFormatter {
116 |     static var singleTestDurationFormatter: MeasurementFormatter {
    |                                             `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
117 |         let formatter = MeasurementFormatter()
118 |         formatter.unitOptions = [.providedUnit]
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:123:45: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
121 |     }
122 |
123 |     static var totalTestsDurationFormatter: MeasurementFormatter {
    |                                             `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
124 |         let formatter = MeasurementFormatter()
125 |         formatter.unitOptions = [.naturalScale]
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:115:11: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
113 | }
114 |
115 | extension MeasurementFormatter {
    |           `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
116 |     static var singleTestDurationFormatter: MeasurementFormatter {
117 |         let formatter = MeasurementFormatter()
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:50:51: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 48 |         switch format {
 49 |         case .list:
 50 |             let singleTestsMeasurementFormatter = MeasurementFormatter.singleTestDurationFormatter
    |                                                   `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 51 |             singleTestsMeasurementFormatter.locale = locale
 52 |             let filesReports = files.compactMap { file in
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:60:50: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 58 |             let numberFormatter = NumberFormatter.testsCountFormatter
 59 |             numberFormatter.locale = locale
 60 |             let totalTestsMeasurementFormatter = MeasurementFormatter.totalTestsDurationFormatter
    |                                                  `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 61 |             totalTestsMeasurementFormatter.locale = locale
 62 |             let tests = files.flatMap { $0.repeatableTests.filtered(testResults: include) }
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:117:25: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
115 | extension MeasurementFormatter {
116 |     static var singleTestDurationFormatter: MeasurementFormatter {
117 |         let formatter = MeasurementFormatter()
    |                         `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
118 |         formatter.unitOptions = [.providedUnit]
119 |         formatter.numberFormatter.maximumFractionDigits = 0
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:124:25: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
122 |
123 |     static var totalTestsDurationFormatter: MeasurementFormatter {
124 |         let formatter = MeasurementFormatter()
    |                         `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
125 |         formatter.unitOptions = [.naturalScale]
126 |         formatter.numberFormatter.maximumFractionDigits = 0
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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] Emitting module ArgumentParser
[7/54] Compiling ArgumentParser ArgumentVisibility.swift
[8/54] Compiling ArgumentParser CompletionKind.swift
[9/54] Compiling ArgumentParser Errors.swift
[10/54] Compiling ArgumentParser Flag.swift
[11/54] Compiling ArgumentParser NameSpecification.swift
[12/54] Compiling ArgumentParser Option.swift
[13/54] Compiling ArgumentParser OptionGroup.swift
[14/54] Compiling ArgumentParser AsyncParsableCommand.swift
[15/54] Compiling ArgumentParser CommandConfiguration.swift
[16/54] Compiling ArgumentParser CommandGroup.swift
[17/54] Compiling ArgumentParser EnumerableFlag.swift
[18/54] Compiling ArgumentParser BashCompletionsGenerator.swift
[19/54] Compiling ArgumentParser CompletionsGenerator.swift
[20/54] Compiling ArgumentParser FishCompletionsGenerator.swift
[21/54] Compiling ArgumentParser ZshCompletionsGenerator.swift
[22/54] Compiling ArgumentParser Argument.swift
[23/54] Compiling ArgumentParser ArgumentHelp.swift
[24/54] Compiling ArgumentParser CollectionExtensions.swift
[25/54] Compiling ArgumentParser Platform.swift
[26/54] Compiling ArgumentParser SequenceExtensions.swift
[27/54] Compiling ArgumentParser StringExtensions.swift
[28/54] Compiling ArgumentParser Tree.swift
[29/54] Compiling ArgumentParser Name.swift
[30/54] Compiling ArgumentParser Parsed.swift
[31/54] Compiling ArgumentParser ParsedValues.swift
[32/54] Compiling ArgumentParser ParserError.swift
[33/54] Compiling ArgumentParser SplitArguments.swift
[34/54] Compiling ArgumentParser ExpressibleByArgument.swift
[35/54] Compiling ArgumentParser ParsableArguments.swift
[36/54] Compiling ArgumentParser ParsableArgumentsValidation.swift
[37/54] Compiling ArgumentParser ParsableCommand.swift
[38/54] Compiling ArgumentParser ArgumentDecoder.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 ArgumentDefinition.swift
[45/54] Compiling ArgumentParser ArgumentSet.swift
[46/54] Compiling ArgumentParser CommandParser.swift
[47/54] Compiling ArgumentParser InputKey.swift
[48/54] Compiling ArgumentParser InputOrigin.swift
[50/65] Compiling DBXCResultParser CoverageDTO.swift
[51/65] Compiling DBXCResultParser ReusedDTO.swift
[52/65] Compiling DBXCResultParser DTO+Helpers.swift
[53/66] Compiling DBXCResultParser Math.swift
[54/66] Emitting module DBXCResultParser
[55/66] Compiling DBXCResultParser ActionTestPlanRunSummariesDTO.swift
[56/66] Compiling DBXCResultParser ActionTestSummaryDTO.swift
[57/66] Compiling DBXCResultParser Constants.swift
[58/66] Compiling DBXCResultParser DBShell.swift
[59/66] Compiling DBXCResultParser DBXCReportModel+Convenience.swift
[60/66] Compiling DBXCResultParser DBXCReportModel.swift
[61/66] Compiling DBXCResultParser ActionsInvocationRecordDTO.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[63/72] Emitting module DBXCResultParser_TextFormatter
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:78:28: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 76 | extension DBXCReportModel.Module.File {
 77 |     func report(testResults: [DBXCReportModel.Module.File.RepeatableTest.Test.Status],
 78 |                 formatter: MeasurementFormatter) -> String? {
    |                            `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 79 |         let tests = repeatableTests.filtered(testResults: testResults).sorted { $0.name < $1.name }
 80 |
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:98:28: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 96 |
 97 | fileprivate extension DBXCReportModel.Module.File.RepeatableTest {
 98 |     func report(formatter: MeasurementFormatter) -> String {
    |                            `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 99 |         [
100 |             combinedStatus.icon,
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:116:45: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
114 |
115 | extension MeasurementFormatter {
116 |     static var singleTestDurationFormatter: MeasurementFormatter {
    |                                             `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
117 |         let formatter = MeasurementFormatter()
118 |         formatter.unitOptions = [.providedUnit]
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:123:45: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
121 |     }
122 |
123 |     static var totalTestsDurationFormatter: MeasurementFormatter {
    |                                             `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
124 |         let formatter = MeasurementFormatter()
125 |         formatter.unitOptions = [.naturalScale]
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:115:11: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
113 | }
114 |
115 | extension MeasurementFormatter {
    |           `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
116 |     static var singleTestDurationFormatter: MeasurementFormatter {
117 |         let formatter = MeasurementFormatter()
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
[64/72] Compiling DBXCResultParser_TextFormatter DBXCTextFormatter.swift
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:78:28: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 76 | extension DBXCReportModel.Module.File {
 77 |     func report(testResults: [DBXCReportModel.Module.File.RepeatableTest.Test.Status],
 78 |                 formatter: MeasurementFormatter) -> String? {
    |                            `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 79 |         let tests = repeatableTests.filtered(testResults: testResults).sorted { $0.name < $1.name }
 80 |
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:98:28: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 96 |
 97 | fileprivate extension DBXCReportModel.Module.File.RepeatableTest {
 98 |     func report(formatter: MeasurementFormatter) -> String {
    |                            `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 99 |         [
100 |             combinedStatus.icon,
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:116:45: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
114 |
115 | extension MeasurementFormatter {
116 |     static var singleTestDurationFormatter: MeasurementFormatter {
    |                                             `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
117 |         let formatter = MeasurementFormatter()
118 |         formatter.unitOptions = [.providedUnit]
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:123:45: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
121 |     }
122 |
123 |     static var totalTestsDurationFormatter: MeasurementFormatter {
    |                                             `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
124 |         let formatter = MeasurementFormatter()
125 |         formatter.unitOptions = [.naturalScale]
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:115:11: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
113 | }
114 |
115 | extension MeasurementFormatter {
    |           `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
116 |     static var singleTestDurationFormatter: MeasurementFormatter {
117 |         let formatter = MeasurementFormatter()
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:50:51: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 48 |         switch format {
 49 |         case .list:
 50 |             let singleTestsMeasurementFormatter = MeasurementFormatter.singleTestDurationFormatter
    |                                                   `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 51 |             singleTestsMeasurementFormatter.locale = locale
 52 |             let filesReports = files.compactMap { file in
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:60:50: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 58 |             let numberFormatter = NumberFormatter.testsCountFormatter
 59 |             numberFormatter.locale = locale
 60 |             let totalTestsMeasurementFormatter = MeasurementFormatter.totalTestsDurationFormatter
    |                                                  `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
 61 |             totalTestsMeasurementFormatter.locale = locale
 62 |             let tests = files.flatMap { $0.repeatableTests.filtered(testResults: include) }
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:117:25: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
115 | extension MeasurementFormatter {
116 |     static var singleTestDurationFormatter: MeasurementFormatter {
117 |         let formatter = MeasurementFormatter()
    |                         `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
118 |         formatter.unitOptions = [.providedUnit]
119 |         formatter.numberFormatter.maximumFractionDigits = 0
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DBXCResultParser-TextFormatter/DBXCTextFormatter.swift:124:25: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
122 |
123 |     static var totalTestsDurationFormatter: MeasurementFormatter {
124 |         let formatter = MeasurementFormatter()
    |                         `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
125 |         formatter.unitOptions = [.naturalScale]
126 |         formatter.numberFormatter.maximumFractionDigits = 0
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
   |            `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
 3 |     public struct UnitOptions : OptionSet, Sendable {
 4 |         public private(set) var rawValue: UInt { get }
[65/72] Compiling DBXCResultParserTestHelpers DBXCReportModel+TestHelpers.swift
[66/72] Compiling DBXCResultParserTestHelpers CoverageDTO+TestHelpers.swift
[67/72] Emitting module DBXCResultParserTestHelpers
[68/72] Compiling DBXCResultParserTestHelpers Measurement+TestHelpers.swift
BUILD FAILURE 6.1 linux