Build Information
Successful build of DangerSwiftCoverage, reference master (a11b62
), with Swift 6.1 for Linux on 26 Apr 2025 03:39:42 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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-coverage.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-coverage
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a11b627 Unhide dependencies
Cloned https://github.com/f-meloni/danger-swift-coverage.git
Revision (git rev-parse @):
a11b6279880c3ab48013bf88a72aebe391cba13f
SUCCESS checkout https://github.com/f-meloni/danger-swift-coverage.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/f-meloni/danger-swift-coverage.git
https://github.com/f-meloni/danger-swift-coverage.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.git"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.35.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swiftlint",
"requirement" : {
"range" : [
{
"lower_bound" : "0.28.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Realm/SwiftLint"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/Rocket"
},
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orta/Komondor"
},
{
"identity" : "danger-swift-xcodesummary",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/danger-swift-xcodesummary"
}
],
"manifest_display_name" : "DangerSwiftCoverage",
"name" : "DangerSwiftCoverage",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DangerSwiftCoverage",
"targets" : [
"DangerSwiftCoverage"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DangerDeps",
"targets" : [
"DangerDependencies"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DangerSwiftCoverageTests",
"module_type" : "SwiftTarget",
"name" : "DangerSwiftCoverageTests",
"path" : "Tests/DangerSwiftCoverageTests",
"product_dependencies" : [
"DangerFixtures"
],
"sources" : [
"CoverageTests.swift",
"Fixtures/SPMCoverageJSON.swift",
"Fixtures/XcCovXcTestJSONResponse.swift",
"PercentageCoverageTests.swift",
"SPMCoverageParserTests.swift",
"StubbedFileManager.swift",
"XCTestManifests.swift",
"XcCovJSONTests.swift",
"XcodeBuildCoverageParserTests.swift",
"XcresultBundleFindingTests.swift"
],
"target_dependencies" : [
"DangerSwiftCoverage"
],
"type" : "test"
},
{
"c99name" : "DangerSwiftCoverage",
"module_type" : "SwiftTarget",
"name" : "DangerSwiftCoverage",
"path" : "Sources/DangerSwiftCoverage",
"product_dependencies" : [
"Danger"
],
"product_memberships" : [
"DangerSwiftCoverage",
"DangerDeps"
],
"sources" : [
"DangerSwiftCoverage.swift",
"Models/ExcludedTarget.swift",
"Models/Report.swift",
"Models/SPMCoverage.swift",
"Models/XcodeBuildCoverage.swift",
"SPM/SPMCoverageParser.swift",
"ShellOutExecutor.swift",
"XcodeBuild/XcCovJSONParser.swift",
"XcodeBuild/XcodeBuildCoverageParser.swift",
"XcodeBuild/XcresultBundleFinder.swift"
],
"type" : "library"
},
{
"c99name" : "DangerDependencies",
"module_type" : "SwiftTarget",
"name" : "DangerDependencies",
"path" : "Sources/DangerDependencies",
"product_dependencies" : [
"Danger",
"DangerXCodeSummary"
],
"product_memberships" : [
"DangerDeps"
],
"sources" : [
"Fake.swift"
],
"target_dependencies" : [
"DangerSwiftCoverage"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/orta/Komondor
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/f-meloni/Rocket
Fetching https://github.com/Realm/SwiftLint
Fetching https://github.com/f-meloni/danger-swift-xcodesummary
Fetching https://github.com/danger/swift.git
[1/1386] Fetching rocket
[1387/1895] Fetching rocket, komondor
[1510/2624] Fetching rocket, komondor, danger-swift-xcodesummary
[1601/12872] Fetching rocket, komondor, danger-swift-xcodesummary, swift
Fetched https://github.com/orta/Komondor from cache (0.46s)
Fetched https://github.com/danger/swift.git from cache (0.46s)
[1/46730] Fetching swiftformat
[2805/196623] Fetching swiftformat, swiftlint
Fetched https://github.com/f-meloni/Rocket from cache (29.87s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (30.54s)
Fetched https://github.com/f-meloni/danger-swift-xcodesummary from cache (36.57s)
Fetched https://github.com/Realm/SwiftLint from cache (37.92s)
Computing version for https://github.com/f-meloni/danger-swift-xcodesummary
Computed https://github.com/f-meloni/danger-swift-xcodesummary at 1.2.1 (38.47s)
Computing version for https://github.com/f-meloni/Rocket
Computed https://github.com/f-meloni/Rocket at 1.3.0 (0.54s)
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/shibapm/Logger
[1/116] Fetching logger
[117/4979] Fetching logger, swiftshell
[896/5559] Fetching logger, swiftshell, packageconfig
Fetched https://github.com/shibapm/Logger from cache (0.20s)
[1894/5443] Fetching swiftshell, packageconfig
[2089/15732] Fetching swiftshell, packageconfig, yams
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.35s)
[7950/15152] Fetching swiftshell, yams
Fetched https://github.com/kareman/SwiftShell from cache (1.03s)
Fetched https://github.com/jpsim/Yams from cache (1.06s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (1.63s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (2.23s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.54s)
Computing version for https://github.com/orta/Komondor
Computed https://github.com/orta/Komondor at 1.1.4 (0.54s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.19s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.73s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.56s)
Computing version for https://github.com/danger/swift.git
Computed https://github.com/danger/swift.git at 3.21.1 (0.56s)
Fetching https://github.com/nerdishbynature/octokit.swift
Fetching https://github.com/mxcl/Version
[1/288] Fetching version
[289/5283] Fetching version, octokit.swift
Fetched https://github.com/mxcl/Version from cache (0.33s)
Fetched https://github.com/nerdishbynature/octokit.swift from cache (0.33s)
Computing version for https://github.com/nerdishbynature/octokit.swift
Computed https://github.com/nerdishbynature/octokit.swift at 0.14.0 (0.81s)
Fetching https://github.com/nerdishbynature/RequestKit.git
[1/1554] Fetching requestkit
Fetched https://github.com/nerdishbynature/RequestKit.git from cache (0.24s)
Computing version for https://github.com/nerdishbynature/RequestKit.git
Computed https://github.com/nerdishbynature/RequestKit.git at 3.3.0 (0.77s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.1.0 (0.59s)
Computing version for https://github.com/Realm/SwiftLint
Computed https://github.com/Realm/SwiftLint at 0.59.1 (0.69s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/84] Fetching collectionconcurrencykit
[85/1013] Fetching collectionconcurrencykit, swiftytexttable
[1014/17125] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten
[1337/30059] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten, cryptoswift
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.24s)
[1149/29130] Fetching collectionconcurrencykit, sourcekitten, cryptoswift
[13466/44067] Fetching collectionconcurrencykit, sourcekitten, cryptoswift, swift-argument-parser
[28269/114299] Fetching collectionconcurrencykit, sourcekitten, cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (0.97s)
[50010/114215] Fetching sourcekitten, cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.98s)
[36422/99278] Fetching sourcekitten, cryptoswift, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.58s)
[43134/83166] Fetching cryptoswift, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.59s)
[30903/70232] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.53s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (5.10s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.58s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (2.18s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.55s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.27s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.04s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.55s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.50s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.55s)
Creating working copy for https://github.com/nerdishbynature/octokit.swift
Working copy of https://github.com/nerdishbynature/octokit.swift resolved at 0.14.0
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/f-meloni/danger-swift-xcodesummary
Working copy of https://github.com/f-meloni/danger-swift-xcodesummary resolved at 1.2.1
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/nerdishbynature/RequestKit.git
Working copy of https://github.com/nerdishbynature/RequestKit.git resolved at 3.3.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/orta/Komondor
Working copy of https://github.com/orta/Komondor resolved at 1.1.4
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/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
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
Creating working copy for https://github.com/Realm/SwiftLint
Working copy of https://github.com/Realm/SwiftLint resolved at 0.59.1
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
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/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
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/danger/swift.git
Working copy of https://github.com/danger/swift.git resolved at 3.21.1
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.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
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SwiftFormatPlugin
Building for debugging...
[4/23] Write sources
[12/23] Write swift-version-24593BA9C3E375BF.txt
[14/31] Compiling RequestKit Router.swift
[15/31] Compiling RequestKit RequestKitSession.swift
[16/31] Compiling DangerShellExecutor ShellExecutor.swift
[17/31] Emitting module DangerShellExecutor
[18/32] Emitting module Logger
[19/32] Compiling Logger Logger.swift
[20/33] Emitting module RequestKit
[21/33] Compiling RequestKit JSONPostRouter.swift
[24/34] Wrapping AST for DangerShellExecutor for debugging
[25/34] Wrapping AST for RequestKit for debugging
[26/34] Wrapping AST for Logger for debugging
[28/60] Compiling OctoKit Statuses.swift
[29/60] Compiling OctoKit String+PercentEncoding.swift
[30/60] Compiling OctoKit Team.swift
[31/63] Emitting module OctoKit
[32/63] Compiling OctoKit Configuration.swift
[33/63] Compiling OctoKit File.swift
[34/63] Compiling OctoKit Follow.swift
[35/63] Compiling OctoKit Gist.swift
[36/63] Compiling OctoKit Time.swift
[37/63] Compiling OctoKit URL+URLParameters.swift
[38/63] Compiling OctoKit User.swift
[39/63] Compiling OctoKit Plan.swift
[40/63] Compiling OctoKit PreviewHeader.swift
[41/63] Compiling OctoKit PublicKey.swift
[42/63] Compiling OctoKit PullRequest.swift
[43/63] Compiling OctoKit Review.swift
[44/63] Compiling OctoKit Search.swift
[45/63] Compiling OctoKit Stars.swift
[46/63] Compiling OctoKit Git.swift
[47/63] Compiling OctoKit Issue.swift
[48/63] Compiling OctoKit Label.swift
[49/63] Compiling OctoKit Milestone.swift
[50/63] Compiling OctoKit NotificationThread.swift
[51/63] Compiling OctoKit Octokit.swift
[52/63] Compiling OctoKit Organization.swift
[53/63] Compiling OctoKit Parameters.swift
[54/63] Compiling OctoKit Reactions.swift
[55/63] Compiling OctoKit Releases.swift
[56/63] Compiling OctoKit Repositories.swift
[57/64] Wrapping AST for OctoKit for debugging
[59/83] Compiling Danger SwiftLintViolation.swift
[60/83] Compiling Danger SwiftlintReportDeleter.swift
[61/85] Compiling Danger CurrentPathProvider.swift
[62/85] Compiling Danger SwiftLint.swift
[63/85] Compiling Danger Danger.swift
[64/85] Compiling Danger DangerDSL.swift
[65/85] Compiling Danger DangerResults.swift
[66/85] Compiling Danger Report.swift
[67/85] Compiling Danger Settings.swift
[68/85] Emitting module Danger
[69/85] Compiling Danger BitBucketCloud.swift
[70/85] Compiling Danger BitBucketMetadata.swift
[71/85] Compiling Danger BitBucketServerDSL.swift
[72/85] Compiling Danger File.swift
[73/85] Compiling Danger GitDSL.swift
[74/85] Compiling Danger GitDiff.swift
[75/85] Compiling Danger DangerUtils.swift
[76/85] Compiling Danger DateFormatterExtensions.swift
[77/85] Compiling Danger NSRegularExpressionExtensions.swift
[78/85] Compiling Danger GitHubDSL.swift
[79/85] Compiling Danger GitLabDSL.swift
[80/86] Wrapping AST for Danger for debugging
[82/104] Compiling DangerXCodeSummary CompilerMessageParser.swift
[83/104] Compiling DangerXCodeSummary Result.swift
[84/104] Compiling DangerSwiftCoverage ShellOutExecutor.swift
[85/105] Compiling DangerSwiftCoverage XcodeBuildCoverageParser.swift
[86/105] Compiling DangerSwiftCoverage XcCovJSONParser.swift
[87/105] Compiling DangerSwiftCoverage SPMCoverageParser.swift
[88/105] Compiling DangerSwiftCoverage XcodeBuildCoverage.swift
[89/105] Compiling DangerXCodeSummary SymbolsErrorsParser.swift
[90/105] Compiling DangerXCodeSummary MissingFileErrorParser.swift
[91/105] Compiling DangerXCodeSummary TestFailuresParser.swift
[92/105] Compiling DangerXCodeSummary FilePathParser.swift
[93/105] Compiling DangerXCodeSummary XCodeSummary.swift
[94/105] Emitting module DangerXCodeSummary
[95/106] Compiling DangerSwiftCoverage XcresultBundleFinder.swift
[97/106] Compiling DangerSwiftCoverage DangerSwiftCoverage.swift
[98/106] Compiling DangerSwiftCoverage ExcludedTarget.swift
[99/106] Compiling DangerSwiftCoverage Report.swift
[100/106] Compiling DangerSwiftCoverage SPMCoverage.swift
[101/106] Emitting module DangerSwiftCoverage
[102/107] Wrapping AST for DangerXCodeSummary for debugging
[103/107] Wrapping AST for DangerSwiftCoverage for debugging
[105/109] Emitting module DangerDependencies
[106/109] Compiling DangerDependencies Fake.swift
[107/110] Wrapping AST for DangerDependencies for debugging
[108/110] Write Objects.LinkFileList
[109/110] Linking libDangerDeps.so
Build complete! (102.32s)
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.git"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.35.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swiftlint",
"requirement" : {
"range" : [
{
"lower_bound" : "0.28.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Realm/SwiftLint"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/Rocket"
},
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orta/Komondor"
},
{
"identity" : "danger-swift-xcodesummary",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/danger-swift-xcodesummary"
}
],
"manifest_display_name" : "DangerSwiftCoverage",
"name" : "DangerSwiftCoverage",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DangerSwiftCoverage",
"targets" : [
"DangerSwiftCoverage"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DangerDeps",
"targets" : [
"DangerDependencies"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DangerSwiftCoverageTests",
"module_type" : "SwiftTarget",
"name" : "DangerSwiftCoverageTests",
"path" : "Tests/DangerSwiftCoverageTests",
"product_dependencies" : [
"DangerFixtures"
],
"sources" : [
"CoverageTests.swift",
"Fixtures/SPMCoverageJSON.swift",
"Fixtures/XcCovXcTestJSONResponse.swift",
"PercentageCoverageTests.swift",
"SPMCoverageParserTests.swift",
"StubbedFileManager.swift",
"XCTestManifests.swift",
"XcCovJSONTests.swift",
"XcodeBuildCoverageParserTests.swift",
"XcresultBundleFindingTests.swift"
],
"target_dependencies" : [
"DangerSwiftCoverage"
],
"type" : "test"
},
{
"c99name" : "DangerSwiftCoverage",
"module_type" : "SwiftTarget",
"name" : "DangerSwiftCoverage",
"path" : "Sources/DangerSwiftCoverage",
"product_dependencies" : [
"Danger"
],
"product_memberships" : [
"DangerSwiftCoverage",
"DangerDeps"
],
"sources" : [
"DangerSwiftCoverage.swift",
"Models/ExcludedTarget.swift",
"Models/Report.swift",
"Models/SPMCoverage.swift",
"Models/XcodeBuildCoverage.swift",
"SPM/SPMCoverageParser.swift",
"ShellOutExecutor.swift",
"XcodeBuild/XcCovJSONParser.swift",
"XcodeBuild/XcodeBuildCoverageParser.swift",
"XcodeBuild/XcresultBundleFinder.swift"
],
"type" : "library"
},
{
"c99name" : "DangerDependencies",
"module_type" : "SwiftTarget",
"name" : "DangerDependencies",
"path" : "Sources/DangerDependencies",
"product_dependencies" : [
"Danger",
"DangerXCodeSummary"
],
"product_memberships" : [
"DangerDeps"
],
"sources" : [
"Fake.swift"
],
"target_dependencies" : [
"DangerSwiftCoverage"
],
"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.