Build Information
Successful build of DBXCResultParser, reference 3.1.3 (879b9f
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 02:50:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dodobrands/DBXCResultParser.git
Reference: 3.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dodobrands/DBXCResultParser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/12] Write sources
[5/12] Write DBXCResultParser-TextFormatterExec-entitlement.plist
[5/12] Write sources
[8/12] Write swift-version-1EA4D86E10B52AF.txt
[10/14] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/14] Emitting module ArgumentParserToolInfo
[12/53] Compiling ArgumentParser CommandConfiguration.swift
[13/53] Compiling ArgumentParser CommandGroup.swift
[14/53] Compiling ArgumentParser EnumerableFlag.swift
[15/53] Compiling ArgumentParser ExpressibleByArgument.swift
[16/57] Compiling ArgumentParser InputOrigin.swift
[17/57] Compiling ArgumentParser Name.swift
[18/57] Compiling ArgumentParser Parsed.swift
[19/57] Compiling ArgumentParser ParsedValues.swift
[20/57] Emitting module ArgumentParser
[21/57] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/57] Compiling ArgumentParser CompletionsGenerator.swift
[23/57] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/57] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/57] Compiling ArgumentParser Argument.swift
[26/57] Compiling ArgumentParser ParsableArguments.swift
[27/57] Compiling ArgumentParser ParsableArgumentsValidation.swift
[28/57] Compiling ArgumentParser ParsableCommand.swift
[29/57] Compiling ArgumentParser ArgumentDecoder.swift
[30/57] Compiling ArgumentParser NameSpecification.swift
[31/57] Compiling ArgumentParser Option.swift
[32/57] Compiling ArgumentParser OptionGroup.swift
[33/57] Compiling ArgumentParser AsyncParsableCommand.swift
[34/57] Compiling ArgumentParser ArgumentDefinition.swift
[35/57] Compiling ArgumentParser ArgumentSet.swift
[36/57] Compiling ArgumentParser CommandParser.swift
[37/57] Compiling ArgumentParser InputKey.swift
[38/57] Compiling ArgumentParser ArgumentHelp.swift
[39/57] Compiling ArgumentParser ArgumentVisibility.swift
[40/57] Compiling ArgumentParser CompletionKind.swift
[41/57] Compiling ArgumentParser Errors.swift
[42/57] Compiling ArgumentParser Flag.swift
[43/57] Compiling ArgumentParser Platform.swift
[44/57] Compiling ArgumentParser SequenceExtensions.swift
[45/57] Compiling ArgumentParser StringExtensions.swift
[46/57] Compiling ArgumentParser Tree.swift
[47/57] Compiling ArgumentParser ParserError.swift
[48/57] Compiling ArgumentParser SplitArguments.swift
[49/57] Compiling ArgumentParser DumpHelpGenerator.swift
[50/57] Compiling ArgumentParser HelpCommand.swift
[51/57] Compiling ArgumentParser HelpGenerator.swift
[52/57] Compiling ArgumentParser MessageInfo.swift
[53/57] Compiling ArgumentParser UsageGenerator.swift
[54/57] Compiling ArgumentParser CollectionExtensions.swift
[55/68] Compiling DBXCResultParser DTO+Helpers.swift
[56/69] Compiling DBXCResultParser ReusedDTO.swift
[57/69] Compiling DBXCResultParser ActionTestSummaryDTO.swift
[58/69] Compiling DBXCResultParser CoverageDTO.swift
[59/69] Compiling DBXCResultParser Math.swift
[60/69] Compiling DBXCResultParser ActionsInvocationRecordDTO.swift
[61/69] Compiling DBXCResultParser DBXCReportModel.swift
[62/69] Compiling DBXCResultParser DBXCReportModel+Convenience.swift
[63/69] Compiling DBXCResultParser Constants.swift
[64/69] Compiling DBXCResultParser DBShell.swift
[65/69] Emitting module DBXCResultParser
[66/69] Compiling DBXCResultParser ActionTestPlanRunSummariesDTO.swift
[67/75] Compiling DBXCResultParserTestHelpers Measurement+TestHelpers.swift
[68/75] Emitting module DBXCResultParserTestHelpers
[69/75] Compiling DBXCResultParserTestHelpers CoverageDTO+TestHelpers.swift
[70/75] Compiling DBXCResultParserTestHelpers DBXCReportModel+TestHelpers.swift
[71/75] Compiling DBXCResultParser_TextFormatter DBXCTextFormatter.swift
[72/75] Emitting module DBXCResultParser_TextFormatter
[73/77] Emitting module DBXCResultParser_TextFormatterExec
/Users/admin/builder/spi-builder-workspace/Sources/DBXCResultParser-TextFormatterExec/DBXCTextFormatterExecutable.swift:113:1: warning: extension declares a conformance of imported type 'Locale' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
111 | }
112 |
113 | extension Locale: ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Locale' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
114 | public init?(argument: String) {
115 | self.init(identifier: argument)
/Users/admin/builder/spi-builder-workspace/Sources/DBXCResultParser-TextFormatterExec/DBXCTextFormatterExecutable.swift:119:1: warning: extension declares a conformance of imported type 'Format' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'DBXCResultParser_TextFormatter' introduce this conformance in the future
117 | }
118 |
119 | extension DBXCTextFormatter.Format: ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Format' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'DBXCResultParser_TextFormatter' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
120 | public init?(argument: String) {
121 | self.init(rawValue: argument)
[74/77] Compiling DBXCResultParser_TextFormatterExec DBXCTextFormatterExecutable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DBXCResultParser-TextFormatterExec/DBXCTextFormatterExecutable.swift:113:1: warning: extension declares a conformance of imported type 'Locale' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
111 | }
112 |
113 | extension Locale: ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Locale' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
114 | public init?(argument: String) {
115 | self.init(identifier: argument)
/Users/admin/builder/spi-builder-workspace/Sources/DBXCResultParser-TextFormatterExec/DBXCTextFormatterExecutable.swift:119:1: warning: extension declares a conformance of imported type 'Format' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'DBXCResultParser_TextFormatter' introduce this conformance in the future
117 | }
118 |
119 | extension DBXCTextFormatter.Format: ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Format' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'DBXCResultParser_TextFormatter' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
120 | public init?(argument: String) {
121 | self.init(rawValue: argument)
[74/77] Write Objects.LinkFileList
[75/77] Linking DBXCResultParser-TextFormatterExec
[76/77] Applying DBXCResultParser-TextFormatterExec
Build complete! (14.38s)
Fetching https://github.com/apple/swift-argument-parser.git
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.53s)
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.98s)
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
Build complete.
{
"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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.