Build Information
Successful build of DBXCResultParser-Sonar, reference main (19455d
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 02:52:43 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-Sonar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dodobrands/DBXCResultParser-Sonar
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 19455db Added Xcode 16 support (#9)
Cloned https://github.com/dodobrands/DBXCResultParser-Sonar.git
Revision (git rev-parse @):
19455db5eff9e0004223bcff0564f4d9d2da7e39
SUCCESS checkout https://github.com/dodobrands/DBXCResultParser-Sonar.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dodobrands/DBXCResultParser-Sonar.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-Sonar-entitlement.plist
[5/12] Write sources
[8/12] Write swift-version-1EA4D86E10B52AF.txt
[10/63] Emitting module ArgumentParserToolInfo
[11/63] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/102] Compiling ArgumentParser CommandConfiguration.swift
[13/102] Compiling ArgumentParser CommandGroup.swift
[14/102] Compiling ArgumentParser EnumerableFlag.swift
[15/102] Compiling ArgumentParser ExpressibleByArgument.swift
[16/106] Compiling ArgumentParser InputOrigin.swift
[17/106] Compiling ArgumentParser Name.swift
[18/106] Compiling ArgumentParser Parsed.swift
[19/106] Compiling ArgumentParser ParsedValues.swift
[20/106] Emitting module XMLCoder
[21/111] Compiling ArgumentParser NameSpecification.swift
[22/111] Compiling ArgumentParser Option.swift
[23/111] Compiling ArgumentParser OptionGroup.swift
[24/111] Compiling ArgumentParser AsyncParsableCommand.swift
[25/111] Emitting module ArgumentParser
[26/111] Compiling ArgumentParser Platform.swift
[27/111] Compiling ArgumentParser SequenceExtensions.swift
[28/111] Compiling ArgumentParser StringExtensions.swift
[29/111] Compiling ArgumentParser Tree.swift
[30/111] Compiling ArgumentParser ParserError.swift
[31/111] Compiling ArgumentParser SplitArguments.swift
[32/111] Compiling ArgumentParser DumpHelpGenerator.swift
[33/111] Compiling ArgumentParser HelpCommand.swift
[39/111] Compiling XMLCoder XMLEncoderImplementation.swift
[40/111] Compiling XMLCoder XMLEncodingStorage.swift
[41/111] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[42/111] Compiling XMLCoder XMLReferencingEncoder.swift
[43/111] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[44/111] Compiling DBThreadSafe DBThreadSafeContainer.swift
[45/111] Emitting module DBThreadSafe
[46/111] Compiling DBThreadSafe Lock.swift
[52/111] Compiling ArgumentParser BashCompletionsGenerator.swift
[53/111] Compiling ArgumentParser CompletionsGenerator.swift
[54/111] Compiling ArgumentParser FishCompletionsGenerator.swift
[55/111] Compiling ArgumentParser ZshCompletionsGenerator.swift
[56/111] Compiling ArgumentParser Argument.swift
[57/111] Compiling ArgumentParser ArgumentHelp.swift
[58/111] Compiling ArgumentParser ArgumentVisibility.swift
[59/111] Compiling ArgumentParser CompletionKind.swift
[60/111] Compiling ArgumentParser Errors.swift
[61/111] Compiling ArgumentParser Flag.swift
[68/111] Compiling ArgumentParser ParsableArguments.swift
[69/111] Compiling ArgumentParser ParsableArgumentsValidation.swift
[70/111] Compiling ArgumentParser ParsableCommand.swift
[71/111] Compiling ArgumentParser ArgumentDecoder.swift
[72/111] Compiling ArgumentParser ArgumentDefinition.swift
[73/111] Compiling ArgumentParser ArgumentSet.swift
[74/111] Compiling ArgumentParser CommandParser.swift
[75/111] Compiling ArgumentParser InputKey.swift
[80/111] Compiling ArgumentParser HelpGenerator.swift
[81/111] Compiling ArgumentParser MessageInfo.swift
[82/111] Compiling ArgumentParser UsageGenerator.swift
[83/111] Compiling ArgumentParser CollectionExtensions.swift
[106/111] Compiling XMLCoder DynamicNodeDecoding.swift
[107/111] Compiling XMLCoder SingleValueDecodingContainer.swift
[108/111] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[109/122] Compiling DBXCResultParser ReusedDTO.swift
[110/122] Compiling DBXCResultParser DTO+Helpers.swift
[111/123] Compiling DBXCResultParser ActionTestSummaryDTO.swift
[112/123] Compiling DBXCResultParser Math.swift
[113/123] Compiling DBXCResultParser DBXCReportModel.swift
[114/123] Compiling DBXCResultParser ActionsInvocationRecordDTO.swift
[115/123] Compiling DBXCResultParser CoverageDTO.swift
[116/123] Compiling DBXCResultParser DBXCReportModel+Convenience.swift
[117/123] Compiling DBXCResultParser ActionTestPlanRunSummariesDTO.swift
[118/123] Compiling DBXCResultParser Constants.swift
[119/123] Compiling DBXCResultParser DBShell.swift
[120/123] Emitting module DBXCResultParser
[121/129] Compiling DBXCResultParser_Sonar UnwrapOrThrow.swift
[122/129] Compiling DBXCResultParser_Sonar URL+Helpers.swift
[123/129] Compiling DBXCResultParser_Sonar FSIndex.swift
[124/129] Emitting module DBXCResultParser_Sonar
[125/129] Compiling DBXCResultParser_Sonar Logger.swift
[126/129] Compiling DBXCResultParser_Sonar SonarGenericTestExecutionReportFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/DBXCResultParser-Sonar/SonarGenericTestExecutionReportFormatter.swift:170:29: warning: capture of non-sendable type 'Self.Type' in an isolated closure
168 |
169 | extension Sequence {
170 | func concurrentMap<T>(_ transform: @escaping (Self.Element) throws -> T) rethrows -> [T] {
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
171 | let elements = Array(self)
172 | let results = DBThreadSafeContainer(Array<T?>(repeating: nil, count: elements.count))
[126/129] Write Objects.LinkFileList
[127/129] Linking DBXCResultParser-Sonar
[128/129] Applying DBXCResultParser-Sonar
Build complete! (87.02s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/dodobrands/DBThreadSafe-ios
Fetching https://github.com/CoreOffice/XMLCoder
Fetching https://github.com/dodobrands/DBXCResultParser
[1/6543] Fetching dbxcresultparser
[2/6760] Fetching dbxcresultparser, dbthreadsafe-ios
[189/16820] Fetching dbxcresultparser, dbthreadsafe-ios, xmlcoder
[1456/32200] Fetching dbxcresultparser, dbthreadsafe-ios, xmlcoder, swift-argument-parser
Fetched https://github.com/CoreOffice/XMLCoder from cache (1.51s)
[16841/22140] Fetching dbxcresultparser, dbthreadsafe-ios, swift-argument-parser
Fetched https://github.com/dodobrands/DBThreadSafe-ios from cache (69.82s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (69.82s)
Fetched https://github.com/dodobrands/DBXCResultParser from cache (69.82s)
Computing version for https://github.com/CoreOffice/XMLCoder
Computed https://github.com/CoreOffice/XMLCoder at 0.17.1 (72.69s)
Computing version for https://github.com/dodobrands/DBThreadSafe-ios
Computed https://github.com/dodobrands/DBThreadSafe-ios at 2.2.0 (0.37s)
Computing version for https://github.com/dodobrands/DBXCResultParser
Computed https://github.com/dodobrands/DBXCResultParser at 3.1.3 (0.39s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.40s)
Creating working copy for https://github.com/dodobrands/DBThreadSafe-ios
Working copy of https://github.com/dodobrands/DBThreadSafe-ios resolved at 2.2.0
Creating working copy for https://github.com/dodobrands/DBXCResultParser
Working copy of https://github.com/dodobrands/DBXCResultParser resolved at 3.1.3
Creating working copy for https://github.com/CoreOffice/XMLCoder
Working copy of https://github.com/CoreOffice/XMLCoder resolved at 0.17.1
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" : "dbxcresultparser",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dodobrands/DBXCResultParser"
},
{
"identity" : "dbthreadsafe-ios",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dodobrands/DBThreadSafe-ios"
},
{
"identity" : "xmlcoder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.17.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CoreOffice/XMLCoder"
},
{
"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-Sonar",
"name" : "DBXCResultParser-Sonar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DBXCResultParser-Sonar",
"targets" : [
"DBXCResultParser-Sonar"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "DBXCResultParser_SonarTests",
"module_type" : "SwiftTarget",
"name" : "DBXCResultParser-SonarTests",
"path" : "Tests/DBXCResultParser-SonarTests",
"product_dependencies" : [
"DBXCResultParser",
"DBXCResultParserTestHelpers"
],
"sources" : [
"SonarGenericTestExecutionReportFormatterTests.swift"
],
"target_dependencies" : [
"DBXCResultParser-Sonar"
],
"type" : "test"
},
{
"c99name" : "DBXCResultParser_Sonar",
"module_type" : "SwiftTarget",
"name" : "DBXCResultParser-Sonar",
"path" : "Sources/DBXCResultParser-Sonar",
"product_dependencies" : [
"DBXCResultParser",
"XMLCoder",
"DBThreadSafe",
"ArgumentParser"
],
"product_memberships" : [
"DBXCResultParser-Sonar"
],
"sources" : [
"FSIndex.swift",
"Logger.swift",
"SonarGenericTestExecutionReportFormatter.swift",
"URL+Helpers.swift",
"UnwrapOrThrow.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
Done.