Build Information
Successful build of DangerXCodeSummary, reference master (155cd2
), with Swift 6.1 for Linux on 25 Apr 2025 12:19:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/f-meloni/danger-swift-xcodesummary.git
Reference: master
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/f-meloni/danger-swift-xcodesummary
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 155cd23 Merge pull request #25 from theScud/Enhancment/FilterWraningCount
Cloned https://github.com/f-meloni/danger-swift-xcodesummary.git
Revision (git rev-parse @):
155cd23dca439f23c564e70470d66ef52ba9c5ff
SUCCESS checkout https://github.com/f-meloni/danger-swift-xcodesummary.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/f-meloni/danger-swift-xcodesummary.git
https://github.com/f-meloni/danger-swift-xcodesummary.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/danger/swift"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/Rocket"
},
{
"identity" : "danger-swift-coverage",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/danger-swift-coverage"
}
],
"manifest_display_name" : "DangerXCodeSummary",
"name" : "DangerXCodeSummary",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DangerXCodeSummary",
"targets" : [
"DangerXCodeSummary"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DangerDeps",
"targets" : [
"DangerDependencies"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DangerXCodeSummaryTests",
"module_type" : "SwiftTarget",
"name" : "DangerXCodeSummaryTests",
"path" : "Tests/DangerXCodeSummaryTests",
"product_dependencies" : [
"DangerFixtures"
],
"sources" : [
"CompilerMessageParserTests.swift",
"FilePathParserTests.swift",
"Fixtures/CompilerErrorJSON.swift",
"Fixtures/DuplicatesJSON.swift",
"Fixtures/ErrorsJSON.swift",
"Fixtures/FailedTestsJSON.swift",
"Fixtures/FilterWariningsJSON.swift",
"Fixtures/JSONFiles.swift",
"Fixtures/ReportTestJSON.swift",
"Fixtures/TestsSummaryJSON.swift",
"Fixtures/WarningsJSON.swift",
"MissingFileErrorParserTests.swift",
"TestFailuresParserTests.swift",
"XCTestManifests.swift",
"XCodeSummaryTests.swift"
],
"target_dependencies" : [
"DangerXCodeSummary"
],
"type" : "test"
},
{
"c99name" : "DangerXCodeSummary",
"module_type" : "SwiftTarget",
"name" : "DangerXCodeSummary",
"path" : "Sources/DangerXCodeSummary",
"product_dependencies" : [
"Danger"
],
"product_memberships" : [
"DangerXCodeSummary",
"DangerDeps"
],
"sources" : [
"CompilerMessageParser.swift",
"FilePathParser.swift",
"MissingFileErrorParser.swift",
"Result.swift",
"SymbolsErrorsParser.swift",
"TestFailuresParser.swift",
"XCodeSummary.swift"
],
"type" : "library"
},
{
"c99name" : "DangerDependencies",
"module_type" : "SwiftTarget",
"name" : "DangerDependencies",
"path" : "Sources/DangerDependencies",
"product_dependencies" : [
"Danger",
"DangerSwiftCoverage"
],
"product_memberships" : [
"DangerDeps"
],
"sources" : [
"Fake.swift"
],
"target_dependencies" : [
"DangerXCodeSummary"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/danger/swift
Fetching https://github.com/f-meloni/Rocket
Fetching https://github.com/f-meloni/danger-swift-coverage
[1/731] Fetching danger-swift-coverage
[345/2117] Fetching danger-swift-coverage, rocket
[2118/12365] Fetching danger-swift-coverage, rocket, swift
Fetched https://github.com/f-meloni/Rocket from cache (0.30s)
Fetched https://github.com/f-meloni/danger-swift-coverage from cache (0.31s)
Fetched https://github.com/danger/swift from cache (0.40s)
Computing version for https://github.com/f-meloni/danger-swift-coverage
Computed https://github.com/f-meloni/danger-swift-coverage at 1.2.1 (0.88s)
Computing version for https://github.com/f-meloni/Rocket
Computed https://github.com/f-meloni/Rocket at 1.3.0 (0.47s)
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/shibapm/Logger
[1/580] Fetching packageconfig
[581/696] Fetching packageconfig, logger
[691/5559] Fetching packageconfig, logger, swiftshell
[2248/15848] Fetching packageconfig, logger, swiftshell, yams
Fetched https://github.com/shibapm/Logger from cache (0.25s)
[2640/15732] Fetching packageconfig, swiftshell, yams
Fetched https://github.com/shibapm/PackageConfig.git from cache (1.81s)
Fetched https://github.com/kareman/SwiftShell from cache (1.82s)
Fetched https://github.com/jpsim/Yams from cache (1.84s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (2.35s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (2.34s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.73s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.47s)
Computing version for https://github.com/danger/swift
Computed https://github.com/danger/swift at 3.21.1 (0.48s)
Fetching https://github.com/mxcl/Version
Fetching https://github.com/nerdishbynature/octokit.swift
[1/288] Fetching version
[289/5283] Fetching version, octokit.swift
Fetched https://github.com/mxcl/Version from cache (0.23s)
Fetched https://github.com/nerdishbynature/octokit.swift from cache (0.27s)
Computing version for https://github.com/nerdishbynature/octokit.swift
Computed https://github.com/nerdishbynature/octokit.swift at 0.14.0 (0.68s)
Fetching https://github.com/nerdishbynature/RequestKit.git
[1/1554] Fetching requestkit
Fetched https://github.com/nerdishbynature/RequestKit.git from cache (0.22s)
Computing version for https://github.com/nerdishbynature/RequestKit.git
Computed https://github.com/nerdishbynature/RequestKit.git at 3.3.0 (0.69s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.1.0 (0.94s)
Creating working copy for https://github.com/f-meloni/Rocket
Working copy of https://github.com/f-meloni/Rocket resolved at 1.3.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.1.0
Creating working copy for https://github.com/danger/swift
Working copy of https://github.com/danger/swift resolved at 3.21.1
Creating working copy for https://github.com/f-meloni/danger-swift-coverage
Working copy of https://github.com/f-meloni/danger-swift-coverage resolved at 1.2.1
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/nerdishbynature/RequestKit.git
Working copy of https://github.com/nerdishbynature/RequestKit.git resolved at 3.3.0
Creating working copy for https://github.com/nerdishbynature/octokit.swift
Working copy of https://github.com/nerdishbynature/octokit.swift resolved at 0.14.0
warning: 'octokit.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/octokit.swift/OctoKit/Info.plist
Building for debugging...
[0/19] Write sources
[8/19] Write swift-version-24593BA9C3E375BF.txt
[10/27] Emitting module DangerShellExecutor
[11/27] Compiling Logger Logger.swift
[12/27] Emitting module Logger
[13/28] Compiling DangerShellExecutor ShellExecutor.swift
[14/29] Emitting module RequestKit
[15/29] Compiling RequestKit RequestKitSession.swift
[16/29] Compiling RequestKit JSONPostRouter.swift
[17/29] Compiling RequestKit Router.swift
[20/30] Wrapping AST for Logger for debugging
[21/30] Wrapping AST for DangerShellExecutor for debugging
[22/30] Wrapping AST for RequestKit for debugging
[24/56] Compiling OctoKit Statuses.swift
[25/56] Compiling OctoKit String+PercentEncoding.swift
[26/56] Compiling OctoKit Team.swift
[27/59] Emitting module OctoKit
[28/59] Compiling OctoKit Review.swift
[29/59] Compiling OctoKit Search.swift
[30/59] Compiling OctoKit Stars.swift
[31/59] Compiling OctoKit Reactions.swift
[32/59] Compiling OctoKit Releases.swift
[33/59] Compiling OctoKit Repositories.swift
[34/59] Compiling OctoKit NotificationThread.swift
[35/59] Compiling OctoKit Octokit.swift
[36/59] Compiling OctoKit Organization.swift
[37/59] Compiling OctoKit Parameters.swift
[38/59] Compiling OctoKit Time.swift
[39/59] Compiling OctoKit URL+URLParameters.swift
[40/59] Compiling OctoKit User.swift
[41/59] Compiling OctoKit Plan.swift
[42/59] Compiling OctoKit PreviewHeader.swift
[43/59] Compiling OctoKit PublicKey.swift
[44/59] Compiling OctoKit PullRequest.swift
[45/59] Compiling OctoKit Configuration.swift
[46/59] Compiling OctoKit File.swift
[47/59] Compiling OctoKit Follow.swift
[48/59] Compiling OctoKit Gist.swift
[49/59] Compiling OctoKit Git.swift
[50/59] Compiling OctoKit Issue.swift
[51/59] Compiling OctoKit Label.swift
[52/59] Compiling OctoKit Milestone.swift
[53/60] Wrapping AST for OctoKit for debugging
[55/79] Compiling Danger DangerUtils.swift
[56/79] Compiling Danger DateFormatterExtensions.swift
[57/79] Compiling Danger NSRegularExpressionExtensions.swift
[58/81] Emitting module Danger
[59/81] Compiling Danger SwiftLintViolation.swift
[60/81] Compiling Danger SwiftlintReportDeleter.swift
[61/81] Compiling Danger Danger.swift
[62/81] Compiling Danger DangerDSL.swift
[63/81] Compiling Danger DangerResults.swift
[64/81] Compiling Danger Report.swift
[65/81] Compiling Danger Settings.swift
[66/81] Compiling Danger BitBucketCloud.swift
[67/81] Compiling Danger BitBucketMetadata.swift
[68/81] Compiling Danger BitBucketServerDSL.swift
[69/81] Compiling Danger CurrentPathProvider.swift
[70/81] Compiling Danger SwiftLint.swift
[71/81] Compiling Danger File.swift
[72/81] Compiling Danger GitDSL.swift
[73/81] Compiling Danger GitDiff.swift
[74/81] Compiling Danger GitHubDSL.swift
[75/81] Compiling Danger GitLabDSL.swift
[76/82] Wrapping AST for Danger for debugging
[78/100] Compiling DangerXCodeSummary TestFailuresParser.swift
[79/100] Compiling DangerXCodeSummary SymbolsErrorsParser.swift
[80/100] Compiling DangerSwiftCoverage XcodeBuildCoverageParser.swift
[81/100] Compiling DangerSwiftCoverage XcCovJSONParser.swift
[82/101] Compiling DangerXCodeSummary Result.swift
[83/101] Compiling DangerXCodeSummary MissingFileErrorParser.swift
[84/101] Compiling DangerSwiftCoverage SPMCoverageParser.swift
[85/101] Compiling DangerSwiftCoverage ShellOutExecutor.swift
[86/101] Compiling DangerXCodeSummary CompilerMessageParser.swift
[87/101] Compiling DangerXCodeSummary FilePathParser.swift
[88/101] Compiling DangerSwiftCoverage DangerSwiftCoverage.swift
[89/101] Compiling DangerSwiftCoverage ExcludedTarget.swift
[90/101] Emitting module DangerSwiftCoverage
[91/101] Compiling DangerSwiftCoverage Report.swift
[92/101] Compiling DangerSwiftCoverage SPMCoverage.swift
[93/101] Compiling DangerSwiftCoverage XcodeBuildCoverage.swift
[94/101] Compiling DangerSwiftCoverage XcresultBundleFinder.swift
[95/102] Emitting module DangerXCodeSummary
[96/102] Compiling DangerXCodeSummary XCodeSummary.swift
[98/103] Wrapping AST for DangerSwiftCoverage for debugging
[99/103] Wrapping AST for DangerXCodeSummary for debugging
[101/105] Compiling DangerDependencies Fake.swift
[102/105] Emitting module DangerDependencies
[103/106] Wrapping AST for DangerDependencies for debugging
[104/106] Write Objects.LinkFileList
[105/106] Linking libDangerDeps.so
Build complete! (32.74s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/danger/swift"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/Rocket"
},
{
"identity" : "danger-swift-coverage",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/danger-swift-coverage"
}
],
"manifest_display_name" : "DangerXCodeSummary",
"name" : "DangerXCodeSummary",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DangerXCodeSummary",
"targets" : [
"DangerXCodeSummary"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DangerDeps",
"targets" : [
"DangerDependencies"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DangerXCodeSummaryTests",
"module_type" : "SwiftTarget",
"name" : "DangerXCodeSummaryTests",
"path" : "Tests/DangerXCodeSummaryTests",
"product_dependencies" : [
"DangerFixtures"
],
"sources" : [
"CompilerMessageParserTests.swift",
"FilePathParserTests.swift",
"Fixtures/CompilerErrorJSON.swift",
"Fixtures/DuplicatesJSON.swift",
"Fixtures/ErrorsJSON.swift",
"Fixtures/FailedTestsJSON.swift",
"Fixtures/FilterWariningsJSON.swift",
"Fixtures/JSONFiles.swift",
"Fixtures/ReportTestJSON.swift",
"Fixtures/TestsSummaryJSON.swift",
"Fixtures/WarningsJSON.swift",
"MissingFileErrorParserTests.swift",
"TestFailuresParserTests.swift",
"XCTestManifests.swift",
"XCodeSummaryTests.swift"
],
"target_dependencies" : [
"DangerXCodeSummary"
],
"type" : "test"
},
{
"c99name" : "DangerXCodeSummary",
"module_type" : "SwiftTarget",
"name" : "DangerXCodeSummary",
"path" : "Sources/DangerXCodeSummary",
"product_dependencies" : [
"Danger"
],
"product_memberships" : [
"DangerXCodeSummary",
"DangerDeps"
],
"sources" : [
"CompilerMessageParser.swift",
"FilePathParser.swift",
"MissingFileErrorParser.swift",
"Result.swift",
"SymbolsErrorsParser.swift",
"TestFailuresParser.swift",
"XCodeSummary.swift"
],
"type" : "library"
},
{
"c99name" : "DangerDependencies",
"module_type" : "SwiftTarget",
"name" : "DangerDependencies",
"path" : "Sources/DangerDependencies",
"product_dependencies" : [
"Danger",
"DangerSwiftCoverage"
],
"product_memberships" : [
"DangerDeps"
],
"sources" : [
"Fake.swift"
],
"target_dependencies" : [
"DangerXCodeSummary"
],
"type" : "library"
}
],
"tools_version" : "5.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
Done.