Build Information
Successful build of danger-swift, reference master (acf154), with Swift 6.1 for macOS (SPM) on 6 Dec 2025 10:48:29 UTC.
Swift 6 data race errors: 11
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danger/swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danger/swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at acf154d Enable dev depdendencies
Cloned https://github.com/danger/swift.git
Revision (git rev-parse @):
acf154d8e965223726d1fe03605358ae50292fd4
SUCCESS checkout https://github.com/danger/swift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/danger/swift.git
https://github.com/danger/swift.git
{
"dependencies" : [
{
"identity" : "logger",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Logger"
},
{
"identity" : "version",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Version"
},
{
"identity" : "octokit.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerdishbynature/octokit.swift"
},
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.54.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swiftlint",
"requirement" : {
"range" : [
{
"lower_bound" : "0.56.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Realm/SwiftLint"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.17.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Rocket"
},
{
"identity" : "packageconfig",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/PackageConfig.git"
}
],
"manifest_display_name" : "danger-swift",
"name" : "danger-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Danger",
"targets" : [
"Danger"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DangerFixtures",
"targets" : [
"DangerFixtures"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "danger-swift",
"targets" : [
"Runner"
],
"type" : {
"executable" : null
}
},
{
"name" : "DangerDeps",
"targets" : [
"Danger-Swift"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "RunnerLibTests",
"module_type" : "SwiftTarget",
"name" : "RunnerLibTests",
"path" : "Tests/RunnerLibTests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"CliParserTests.swift",
"DangerCommandTests.swift",
"DangerFileGeneratorTests.swift",
"DangerJSVersionFinderTests.swift",
"DangerfilePathFinderTests.swift",
"GetDangerJSPathTests.swift",
"HelpMessagePresenterTests.swift",
"ImportsFinderTests.swift",
"MockedExecutor.swift",
"SPMDangerTests.swift",
"StringPathExtensionTests.swift",
"VersionCheckerTests.swift"
],
"target_dependencies" : [
"RunnerLib"
],
"type" : "test"
},
{
"c99name" : "RunnerLib",
"module_type" : "SwiftTarget",
"name" : "RunnerLib",
"path" : "Sources/RunnerLib",
"product_dependencies" : [
"Logger",
"Version"
],
"product_memberships" : [
"danger-swift"
],
"sources" : [
"CliArgs/CliArgs.swift",
"CliArgs/CliArgsParser.swift",
"DangerCommand.swift",
"DangerJSVersionFinder.swift",
"DangerSwiftOption.swift",
"DangerfileArgumentsPath.swift",
"Files Import/DangerFileGenerator.swift",
"Files Import/ImportsFinder.swift",
"GetDangerJSPath.swift",
"HelpMessagePresenter.swift",
"NSRegularExpression+FilesImport.swift",
"Runtime.swift",
"SPMDanger.swift",
"String+Path.swift",
"VersionChecker.swift"
],
"target_dependencies" : [
"DangerShellExecutor"
],
"type" : "library"
},
{
"c99name" : "Runner",
"module_type" : "SwiftTarget",
"name" : "Runner",
"path" : "Sources/Runner",
"product_dependencies" : [
"Logger"
],
"product_memberships" : [
"danger-swift"
],
"sources" : [
"Commands/Edit.swift",
"Commands/RunDangerJS.swift",
"Commands/Runner.swift",
"MarathonScriptManager.swift",
"main.swift"
],
"target_dependencies" : [
"RunnerLib",
"DangerDependenciesResolver"
],
"type" : "executable"
},
{
"c99name" : "DangerTests",
"module_type" : "SwiftTarget",
"name" : "DangerTests",
"path" : "Tests/DangerTests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"BitBucketCloudTests.swift",
"BitBucketServerTestResources/BitBucketServerProject.swift",
"BitBucketServerTestResources/BitBucketServerRepo.swift",
"BitBucketServerTestResources/BitBucketServerUser.swift",
"BitBucketServerTests.swift",
"BitbucketCloudResources/BitbucketCloudCommentUserWithoutAccountIdAndNickname.swift",
"BitbucketCloudResources/BitbucketCloudCommit.swift",
"DangerDSLTests.swift",
"DangerUtilsLineSearchTests.swift",
"DangerUtilsTests.swift",
"DateFormatterExtensionTests.swift",
"DateFormatterHandlerTests.swift",
"DefaultDateFormatterTests.swift",
"FileTests.swift",
"FileTypeTests.swift",
"GitDiffTests.swift",
"GitHubTestResources/GitHubBot.swift",
"GitHubTestResources/GitHubCommit.swift",
"GitHubTestResources/GitHubIssue.swift",
"GitHubTestResources/GitHubMilestone.swift",
"GitHubTestResources/GitHubPR.swift",
"GitHubTestResources/GitHubRepo.swift",
"GitHubTestResources/GitHubReviews.swift",
"GitHubTestResources/GitHubTeam.swift",
"GitHubTestResources/GitHubUser.swift",
"GitHubTests.swift",
"GitLabMilestoneTests.swift",
"GitLabTests.swift",
"GitTests.swift",
"NSRegularExpressionExtensionsTests.swift",
"OnlyDateDateFormatterTests.swift",
"SwiftLint/DangerSwiftLintTests.swift",
"SwiftLint/FakeCurrentPathProvider.swift",
"SwiftLint/FakeShellExecutor.swift",
"SwiftLint/SwiftlintDefaultPathTests.swift",
"SwiftLint/SwiftlintReportDeleterTests.swift",
"SwiftLint/ViolationTests.swift"
],
"target_dependencies" : [
"Danger",
"DangerFixtures"
],
"type" : "test"
},
{
"c99name" : "DangerShellExecutor",
"module_type" : "SwiftTarget",
"name" : "DangerShellExecutor",
"path" : "Sources/DangerShellExecutor",
"product_memberships" : [
"Danger",
"DangerFixtures",
"danger-swift",
"DangerDeps"
],
"sources" : [
"ShellExecutor.swift"
],
"type" : "library"
},
{
"c99name" : "DangerFixtures",
"module_type" : "SwiftTarget",
"name" : "DangerFixtures",
"path" : "Sources/DangerFixtures",
"product_memberships" : [
"DangerFixtures"
],
"sources" : [
"DangerDSLResources/CustomGitHubDSL.swift",
"DangerDSLResources/DSLBitBucketCloudJSON.swift",
"DangerDSLResources/DSLGitLabGroupMilestone.swift",
"DangerDSLResources/DSLGitLabProjectMilestone.swift",
"DangerDSLResources/DangerDLSBitBucketServer.swift",
"DangerDSLResources/DangerDLSBitBucketServerForkedRepo.swift",
"DangerDSLResources/DangerDSLGitHub.swift",
"DangerDSLResources/DangerDSLGitHubEnterprise.swift",
"DangerDSLResources/DangerDSLGitLab.swift",
"DangerDSLResources/DangerDSLGitLabMilestoneNoDateRange.swift",
"DangerFixtures.swift"
],
"target_dependencies" : [
"Danger"
],
"type" : "library"
},
{
"c99name" : "DangerDependenciesResolverTests",
"module_type" : "SwiftTarget",
"name" : "DangerDependenciesResolverTests",
"path" : "Tests/DangerDependenciesResolverTests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"InlineDependenciesFinderTests.swift",
"PackageDataProviderTests.swift",
"PackageGeneratorTests.swift",
"PackageListMakerTests.swift",
"StubbedDataReader.swift"
],
"target_dependencies" : [
"DangerDependenciesResolver"
],
"type" : "test"
},
{
"c99name" : "DangerDependenciesResolver",
"module_type" : "SwiftTarget",
"name" : "DangerDependenciesResolver",
"path" : "Sources/DangerDependenciesResolver",
"product_dependencies" : [
"Version",
"Logger"
],
"product_memberships" : [
"danger-swift"
],
"sources" : [
"Data+Encoding.swift",
"FileCreator.swift",
"FileReader.swift",
"InlineDependenciesFinder.swift",
"Package.swift",
"PackageDataProvider.swift",
"PackageGenerator.swift",
"PackageListMaker.swift",
"PackageManager.swift",
"Script.swift",
"URL+RemoteRepository.swift"
],
"target_dependencies" : [
"DangerShellExecutor"
],
"type" : "library"
},
{
"c99name" : "Danger_Swift",
"module_type" : "SwiftTarget",
"name" : "Danger-Swift",
"path" : "Sources/Danger-Swift",
"product_memberships" : [
"DangerDeps"
],
"sources" : [
"Fake.swift"
],
"target_dependencies" : [
"Danger"
],
"type" : "library"
},
{
"c99name" : "Danger",
"module_type" : "SwiftTarget",
"name" : "Danger",
"path" : "Sources/Danger",
"product_dependencies" : [
"OctoKit",
"Logger"
],
"product_memberships" : [
"Danger",
"DangerFixtures",
"DangerDeps"
],
"sources" : [
"BitBucketCloud.swift",
"BitBucketMetadata.swift",
"BitBucketServerDSL.swift",
"Danger.swift",
"DangerDSL.swift",
"DangerResults.swift",
"DangerUtils.swift",
"Extensions/DateFormatterExtensions.swift",
"Extensions/NSRegularExpressionExtensions.swift",
"File.swift",
"GitDSL.swift",
"GitDiff.swift",
"GitHubDSL.swift",
"GitLabDSL.swift",
"Plugins/SwiftLint/CurrentPathProvider.swift",
"Plugins/SwiftLint/SwiftLint.swift",
"Plugins/SwiftLint/SwiftLintViolation.swift",
"Plugins/SwiftLint/SwiftlintReportDeleter.swift",
"Report.swift",
"Settings.swift"
],
"target_dependencies" : [
"DangerShellExecutor"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
[5/5] Compiling plugin SwiftFormatPlugin
Building for debugging...
[5/23] Write sources
[13/23] Write danger-swift-entitlement.plist
[13/23] Write sources
[17/23] Write swift-version-2F0A5646E1D333AE.txt
[19/37] Compiling Version Version.swift
[20/37] Compiling Version Version+Range.swift
[21/37] Compiling RequestKit Router.swift
[22/37] Compiling Version Version+Comparable.swift
[23/37] Emitting module Version
[24/37] Compiling Version Version+Foundation.swift
[25/37] Compiling Version Version+Codable.swift
[26/37] Emitting module RequestKit
[27/37] Compiling RequestKit RequestKitSession.swift
[28/37] Compiling Logger Logger.swift
[29/37] Emitting module Logger
[30/37] Compiling RequestKit JSONPostRouter.swift
[31/37] Emitting module DangerShellExecutor
[32/37] Compiling DangerShellExecutor ShellExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/DangerShellExecutor/ShellExecutor.swift:113:13: warning: mutation of captured var 'stdoutString' in concurrently-executing code
111 | // Pull out the STDOUT as a string because we'll need that regardless
112 | let stdoutData = stdout.fileHandleForReading.readDataToEndOfFile()
113 | stdoutString = String(data: stdoutData, encoding: .utf8) ?? ""
| `- warning: mutation of captured var 'stdoutString' in concurrently-executing code
114 | }
115 |
/Users/admin/builder/spi-builder-workspace/Sources/DangerShellExecutor/ShellExecutor.swift:118:13: warning: mutation of captured var 'stderrData' in concurrently-executing code
116 | outputQueue.async(group: group, qos: .userInitiated) {
117 | // Read from STDERR to ensure the `Pipe` does not fill up
118 | stderrData = stderr.fileHandleForReading.readDataToEndOfFile()
| `- warning: mutation of captured var 'stderrData' in concurrently-executing code
119 | }
120 |
[33/90] Compiling DangerDependenciesResolver PackageListMaker.swift
[34/91] Compiling RunnerLib String+Path.swift
[35/92] Compiling RunnerLib NSRegularExpression+FilesImport.swift
[36/92] Compiling RunnerLib SPMDanger.swift
[37/92] Compiling OctoKit Label.swift
[38/92] Compiling OctoKit Milestone.swift
[39/92] Compiling RunnerLib Runtime.swift
[40/92] Compiling OctoKit NotificationThread.swift
[41/92] Compiling OctoKit Octokit.swift
[42/92] Compiling OctoKit Follow.swift
[43/92] Compiling OctoKit Gist.swift
[44/92] Compiling OctoKit Configuration.swift
[45/92] Compiling OctoKit File.swift
[46/92] Emitting module RunnerLib
[47/92] Compiling OctoKit Git.swift
[48/92] Compiling OctoKit Issue.swift
[50/92] Compiling OctoKit Organization.swift
[51/92] Compiling OctoKit Parameters.swift
[52/94] Compiling DangerDependenciesResolver URL+RemoteRepository.swift
[53/94] Compiling OctoKit Team.swift
[54/94] Compiling OctoKit Time.swift
[55/94] Compiling RunnerLib VersionChecker.swift
[56/94] Compiling DangerDependenciesResolver PackageManager.swift
[57/94] Compiling DangerDependenciesResolver Package.swift
[58/94] Compiling DangerDependenciesResolver PackageGenerator.swift
[59/94] Compiling DangerDependenciesResolver PackageDataProvider.swift
[60/94] Compiling DangerDependenciesResolver InlineDependenciesFinder.swift
[61/94] Compiling DangerDependenciesResolver FileReader.swift
[64/94] Compiling DangerDependenciesResolver Script.swift
/Users/admin/builder/spi-builder-workspace/Sources/DangerDependenciesResolver/Script.swift:204:18: warning: capture of 'self' with non-sendable type 'Script?' in a '@Sendable' closure
112 | }
113 |
114 | public final class Script {
| `- note: class 'Script' does not conform to the 'Sendable' protocol
115 | enum Errors: Error {
116 | case watchingFailed(String)
:
202 |
203 | dispatchQueue.asyncAfter(deadline: .now() + .seconds(3)) { [weak self] in
204 | try? self?.copyChangesToSymlinkedFile()
| `- warning: capture of 'self' with non-sendable type 'Script?' in a '@Sendable' closure
205 | try? self?.copyImports(imports)
206 | self?.startCopyLoop(imports: imports)
[65/94] Emitting module DangerDependenciesResolver
[66/94] Compiling OctoKit Stars.swift
[67/94] Compiling OctoKit Statuses.swift
[68/94] Compiling OctoKit String+PercentEncoding.swift
[69/100] Emitting module OctoKit
[70/100] Compiling OctoKit URL+URLParameters.swift
[71/100] Compiling OctoKit User.swift
[81/100] Compiling OctoKit Plan.swift
[82/100] Compiling OctoKit PreviewHeader.swift
[83/100] Compiling OctoKit PublicKey.swift
[84/100] Compiling Runner main.swift
[85/100] Compiling Runner Edit.swift
/Users/admin/builder/spi-builder-workspace/Sources/Runner/Commands/Edit.swift:20:9: warning: immutable value 'absoluteLibPath' was never used; consider removing it
18 | }
19 |
20 | let absoluteLibPath: String
| `- warning: immutable value 'absoluteLibPath' was never used; consider removing it
21 | let libsImport: [String]
22 |
/Users/admin/builder/spi-builder-workspace/Sources/Runner/Commands/Edit.swift:21:9: warning: immutable value 'libsImport' was never used; consider removing it
19 |
20 | let absoluteLibPath: String
21 | let libsImport: [String]
| `- warning: immutable value 'libsImport' was never used; consider removing it
22 |
23 | if let spmDanger = SPMDanger() {
[86/100] Compiling Runner MarathonScriptManager.swift
[87/100] Compiling Runner Runner.swift
[88/100] Emitting module Runner
[89/100] Compiling Runner RunDangerJS.swift
[89/100] Write Objects.LinkFileList
[91/100] Compiling OctoKit PullRequest.swift
[92/100] Compiling OctoKit Reactions.swift
[93/100] Compiling OctoKit Releases.swift
[94/100] Compiling OctoKit Repositories.swift
[95/100] Compiling OctoKit Review.swift
[96/100] Compiling OctoKit Search.swift
[96/119] Linking danger-swift
[97/119] Applying danger-swift
[99/119] Compiling Danger NSRegularExpressionExtensions.swift
[100/119] Compiling Danger File.swift
[101/121] Compiling Danger SwiftLintViolation.swift
[102/121] Compiling Danger SwiftlintReportDeleter.swift
[103/121] Compiling Danger CurrentPathProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Danger/Plugins/SwiftLint/SwiftLint.swift:37:16: warning: static property 'danger' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
35 | }
36 |
37 | static let danger = Danger()
| |- warning: static property 'danger' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'danger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | static let shellExecutor = ShellExecutor()
39 |
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: consider making struct 'DangerDSL' conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: consider making struct 'DangerDSL' conform to the 'Sendable' protocol
14 | public let git: Git
15 |
/Users/admin/builder/spi-builder-workspace/Sources/Danger/Plugins/SwiftLint/SwiftLint.swift:38:16: warning: static property 'shellExecutor' is not concurrency-safe because non-'Sendable' type 'ShellExecutor' may have shared mutable state; this is an error in the Swift 6 language mode
36 |
37 | static let danger = Danger()
38 | static let shellExecutor = ShellExecutor()
| `- warning: static property 'shellExecutor' is not concurrency-safe because non-'Sendable' type 'ShellExecutor' may have shared mutable state; this is an error in the Swift 6 language mode
39 |
40 | /// When the swiftlintPath is not specified,
/Users/admin/builder/spi-builder-workspace/Sources/DangerShellExecutor/ShellExecutor.swift:56:15: note: struct 'ShellExecutor' does not conform to the 'Sendable' protocol
54 | }
55 |
56 | public struct ShellExecutor: ShellExecuting {
| `- note: struct 'ShellExecutor' does not conform to the 'Sendable' protocol
57 | /// Queue used to concurrently listen to both stdout and stderr
58 | private let outputQueue = DispatchQueue(label: "ShellExecutor.outputQueue", attributes: .concurrent)
/Users/admin/builder/spi-builder-workspace/Sources/Danger/Plugins/SwiftLint/SwiftLint.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'DangerShellExecutor'
1 | import DangerShellExecutor
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'DangerShellExecutor'
2 | import Foundation
3 |
:
36 |
37 | static let danger = Danger()
38 | static let shellExecutor = ShellExecutor()
| |- note: add '@MainActor' to make static property 'shellExecutor' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |
40 | /// When the swiftlintPath is not specified,
[104/121] Compiling Danger SwiftLint.swift
/Users/admin/builder/spi-builder-workspace/Sources/Danger/Plugins/SwiftLint/SwiftLint.swift:37:16: warning: static property 'danger' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
35 | }
36 |
37 | static let danger = Danger()
| |- warning: static property 'danger' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'danger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | static let shellExecutor = ShellExecutor()
39 |
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: consider making struct 'DangerDSL' conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: consider making struct 'DangerDSL' conform to the 'Sendable' protocol
14 | public let git: Git
15 |
/Users/admin/builder/spi-builder-workspace/Sources/Danger/Plugins/SwiftLint/SwiftLint.swift:38:16: warning: static property 'shellExecutor' is not concurrency-safe because non-'Sendable' type 'ShellExecutor' may have shared mutable state; this is an error in the Swift 6 language mode
36 |
37 | static let danger = Danger()
38 | static let shellExecutor = ShellExecutor()
| `- warning: static property 'shellExecutor' is not concurrency-safe because non-'Sendable' type 'ShellExecutor' may have shared mutable state; this is an error in the Swift 6 language mode
39 |
40 | /// When the swiftlintPath is not specified,
/Users/admin/builder/spi-builder-workspace/Sources/DangerShellExecutor/ShellExecutor.swift:56:15: note: struct 'ShellExecutor' does not conform to the 'Sendable' protocol
54 | }
55 |
56 | public struct ShellExecutor: ShellExecuting {
| `- note: struct 'ShellExecutor' does not conform to the 'Sendable' protocol
57 | /// Queue used to concurrently listen to both stdout and stderr
58 | private let outputQueue = DispatchQueue(label: "ShellExecutor.outputQueue", attributes: .concurrent)
/Users/admin/builder/spi-builder-workspace/Sources/Danger/Plugins/SwiftLint/SwiftLint.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'DangerShellExecutor'
1 | import DangerShellExecutor
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'DangerShellExecutor'
2 | import Foundation
3 |
:
36 |
37 | static let danger = Danger()
38 | static let shellExecutor = ShellExecutor()
| |- note: add '@MainActor' to make static property 'shellExecutor' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |
40 | /// When the swiftlintPath is not specified,
[105/121] Compiling Danger Report.swift
/Users/admin/builder/spi-builder-workspace/Sources/Danger/Report.swift:10:13: warning: var 'testingResults' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
8 | /// on Danger. This lets you check the results of
9 | /// the feedback functions in plugins
10 | private var testingResults = DangerResults()
| |- warning: var 'testingResults' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'testingResults' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'testingResults' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |
12 | /// Allows test vs app result tracking,
[106/121] Compiling Danger Settings.swift
/Users/admin/builder/spi-builder-workspace/Sources/Danger/Report.swift:10:13: warning: var 'testingResults' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
8 | /// on Danger. This lets you check the results of
9 | /// the feedback functions in plugins
10 | private var testingResults = DangerResults()
| |- warning: var 'testingResults' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'testingResults' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'testingResults' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |
12 | /// Allows test vs app result tracking,
[107/121] Emitting module Danger
/Users/admin/builder/spi-builder-workspace/Sources/Danger/Danger.swift:15:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DangerRunner' may have shared mutable state; this is an error in the Swift 6 language mode
12 | // MARK: - DangerRunner
13 |
14 | final class DangerRunner {
| `- note: class 'DangerRunner' does not conform to the 'Sendable' protocol
15 | static let shared = DangerRunner()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DangerRunner' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | let logger: Logger
/Users/admin/builder/spi-builder-workspace/Sources/Danger/Plugins/SwiftLint/SwiftLint.swift:37:16: warning: static property 'danger' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
35 | }
36 |
37 | static let danger = Danger()
| |- warning: static property 'danger' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'danger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | static let shellExecutor = ShellExecutor()
39 |
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: consider making struct 'DangerDSL' conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: consider making struct 'DangerDSL' conform to the 'Sendable' protocol
14 | public let git: Git
15 |
/Users/admin/builder/spi-builder-workspace/Sources/Danger/Plugins/SwiftLint/SwiftLint.swift:38:16: warning: static property 'shellExecutor' is not concurrency-safe because non-'Sendable' type 'ShellExecutor' may have shared mutable state; this is an error in the Swift 6 language mode
36 |
37 | static let danger = Danger()
38 | static let shellExecutor = ShellExecutor()
| `- warning: static property 'shellExecutor' is not concurrency-safe because non-'Sendable' type 'ShellExecutor' may have shared mutable state; this is an error in the Swift 6 language mode
39 |
40 | /// When the swiftlintPath is not specified,
/Users/admin/builder/spi-builder-workspace/Sources/DangerShellExecutor/ShellExecutor.swift:56:15: note: struct 'ShellExecutor' does not conform to the 'Sendable' protocol
54 | }
55 |
56 | public struct ShellExecutor: ShellExecuting {
| `- note: struct 'ShellExecutor' does not conform to the 'Sendable' protocol
57 | /// Queue used to concurrently listen to both stdout and stderr
58 | private let outputQueue = DispatchQueue(label: "ShellExecutor.outputQueue", attributes: .concurrent)
/Users/admin/builder/spi-builder-workspace/Sources/Danger/Plugins/SwiftLint/SwiftLint.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'DangerShellExecutor'
1 | import DangerShellExecutor
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'DangerShellExecutor'
2 | import Foundation
3 |
:
36 |
37 | static let danger = Danger()
38 | static let shellExecutor = ShellExecutor()
| |- note: add '@MainActor' to make static property 'shellExecutor' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |
40 | /// When the swiftlintPath is not specified,
/Users/admin/builder/spi-builder-workspace/Sources/Danger/Report.swift:10:13: warning: var 'testingResults' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
8 | /// on Danger. This lets you check the results of
9 | /// the feedback functions in plugins
10 | private var testingResults = DangerResults()
| |- warning: var 'testingResults' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'testingResults' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'testingResults' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |
12 | /// Allows test vs app result tracking,
[108/121] Compiling Danger BitBucketCloud.swift
[109/121] Compiling Danger BitBucketMetadata.swift
[110/121] Compiling Danger DangerUtils.swift
[111/121] Compiling Danger DateFormatterExtensions.swift
[112/121] Compiling Danger DangerDSL.swift
[113/121] Compiling Danger DangerResults.swift
[114/121] Compiling Danger BitBucketServerDSL.swift
/Users/admin/builder/spi-builder-workspace/Sources/Danger/Danger.swift:15:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DangerRunner' may have shared mutable state; this is an error in the Swift 6 language mode
12 | // MARK: - DangerRunner
13 |
14 | final class DangerRunner {
| `- note: class 'DangerRunner' does not conform to the 'Sendable' protocol
15 | static let shared = DangerRunner()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DangerRunner' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | let logger: Logger
[115/121] Compiling Danger Danger.swift
/Users/admin/builder/spi-builder-workspace/Sources/Danger/Danger.swift:15:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DangerRunner' may have shared mutable state; this is an error in the Swift 6 language mode
12 | // MARK: - DangerRunner
13 |
14 | final class DangerRunner {
| `- note: class 'DangerRunner' does not conform to the 'Sendable' protocol
15 | static let shared = DangerRunner()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DangerRunner' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | let logger: Logger
[116/121] Compiling Danger GitDSL.swift
[117/121] Compiling Danger GitDiff.swift
[118/121] Compiling Danger GitHubDSL.swift
[119/121] Compiling Danger GitLabDSL.swift
[120/134] Emitting module Danger_Swift
[121/134] Compiling Danger_Swift Fake.swift
[121/134] Write Objects.LinkFileList
[123/134] Compiling DangerFixtures DangerDSLGitLab.swift
[124/134] Compiling DangerFixtures DangerDSLGitLabMilestoneNoDateRange.swift
[125/135] Compiling DangerFixtures DangerDLSBitBucketServer.swift
[126/135] Compiling DangerFixtures DangerDSLGitHubEnterprise.swift
[127/135] Compiling DangerFixtures DSLGitLabProjectMilestone.swift
[128/135] Compiling DangerFixtures DSLGitLabGroupMilestone.swift
[129/135] Compiling DangerFixtures DangerDLSBitBucketServerForkedRepo.swift
[130/135] Compiling DangerFixtures DangerDSLGitHub.swift
[131/135] Emitting module DangerFixtures
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:25:12: warning: let 'githubFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 | /// An example DSL using GitHub
25 | public let githubFixtureDSL = parseDangerDSL(with: DSLGitHubJSON)
| `- warning: let 'githubFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
26 | /// An example DSL using GitHub Enterprise
27 | public let githubEnterpriseFixtureDSL = parseDangerDSL(with: DSLGitHubEnterpriseJSON)
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
14 | public let git: Git
15 |
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Danger'
1 | import Danger
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Danger'
2 | import Foundation
3 |
:
23 |
24 | /// An example DSL using GitHub
25 | public let githubFixtureDSL = parseDangerDSL(with: DSLGitHubJSON)
| |- note: add '@MainActor' to make let 'githubFixtureDSL' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 | /// An example DSL using GitHub Enterprise
27 | public let githubEnterpriseFixtureDSL = parseDangerDSL(with: DSLGitHubEnterpriseJSON)
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:27:12: warning: let 'githubEnterpriseFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
25 | public let githubFixtureDSL = parseDangerDSL(with: DSLGitHubJSON)
26 | /// An example DSL using GitHub Enterprise
27 | public let githubEnterpriseFixtureDSL = parseDangerDSL(with: DSLGitHubEnterpriseJSON)
| |- warning: let 'githubEnterpriseFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'githubEnterpriseFixtureDSL' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | /// An example DSL using BitBucket Server
29 | public let bitbucketFixtureDSL = parseDangerDSL(with: DSLBitBucketServerJSON)
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
14 | public let git: Git
15 |
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:29:12: warning: let 'bitbucketFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
27 | public let githubEnterpriseFixtureDSL = parseDangerDSL(with: DSLGitHubEnterpriseJSON)
28 | /// An example DSL using BitBucket Server
29 | public let bitbucketFixtureDSL = parseDangerDSL(with: DSLBitBucketServerJSON)
| |- warning: let 'bitbucketFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'bitbucketFixtureDSL' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | /// An example DSL without public field in fromRef using BitBucket Sever
31 | public let bitbucketForkedRepoFixtureDSL = parseDangerDSL(with: DSLBitBucketServerForkedRepoJSON)
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
14 | public let git: Git
15 |
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:31:12: warning: let 'bitbucketForkedRepoFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
29 | public let bitbucketFixtureDSL = parseDangerDSL(with: DSLBitBucketServerJSON)
30 | /// An example DSL without public field in fromRef using BitBucket Sever
31 | public let bitbucketForkedRepoFixtureDSL = parseDangerDSL(with: DSLBitBucketServerForkedRepoJSON)
| |- warning: let 'bitbucketForkedRepoFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'bitbucketForkedRepoFixtureDSL' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | /// An example DSL using GitLab
33 | public let gitlabFixtureDSL = parseDangerDSL(with: DSLGitLabJSON)
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
14 | public let git: Git
15 |
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:33:12: warning: let 'gitlabFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
31 | public let bitbucketForkedRepoFixtureDSL = parseDangerDSL(with: DSLBitBucketServerForkedRepoJSON)
32 | /// An example DSL using GitLab
33 | public let gitlabFixtureDSL = parseDangerDSL(with: DSLGitLabJSON)
| |- warning: let 'gitlabFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'gitlabFixtureDSL' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | /// An example DSL without milestone date range using GitLab
35 | public let gitlabMilestoneNoDateRangeFixtureDSL = parseDangerDSL(with: DSLGitLabMilestoneNoDateRangeJSON)
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
14 | public let git: Git
15 |
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:35:12: warning: let 'gitlabMilestoneNoDateRangeFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
33 | public let gitlabFixtureDSL = parseDangerDSL(with: DSLGitLabJSON)
34 | /// An example DSL without milestone date range using GitLab
35 | public let gitlabMilestoneNoDateRangeFixtureDSL = parseDangerDSL(with: DSLGitLabMilestoneNoDateRangeJSON)
| |- warning: let 'gitlabMilestoneNoDateRangeFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'gitlabMilestoneNoDateRangeFixtureDSL' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | /// An example DSL using BitBucket Cloud
37 | public let bitbucketCloudFixtureDSL = parseDangerDSL(with: DSLBitBucketCloudJSON)
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
14 | public let git: Git
15 |
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:37:12: warning: let 'bitbucketCloudFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
35 | public let gitlabMilestoneNoDateRangeFixtureDSL = parseDangerDSL(with: DSLGitLabMilestoneNoDateRangeJSON)
36 | /// An example DSL using BitBucket Cloud
37 | public let bitbucketCloudFixtureDSL = parseDangerDSL(with: DSLBitBucketCloudJSON)
| |- warning: let 'bitbucketCloudFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'bitbucketCloudFixtureDSL' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | /// An example DSL using GitHub
39 | public func githubWithFilesDSL(created: [File] = [],
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
14 | public let git: Git
15 |
[132/135] Compiling DangerFixtures CustomGitHubDSL.swift
[133/135] Compiling DangerFixtures DSLBitBucketCloudJSON.swift
[134/135] Compiling DangerFixtures DangerFixtures.swift
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:25:12: warning: let 'githubFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 | /// An example DSL using GitHub
25 | public let githubFixtureDSL = parseDangerDSL(with: DSLGitHubJSON)
| `- warning: let 'githubFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
26 | /// An example DSL using GitHub Enterprise
27 | public let githubEnterpriseFixtureDSL = parseDangerDSL(with: DSLGitHubEnterpriseJSON)
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
14 | public let git: Git
15 |
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Danger'
1 | import Danger
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Danger'
2 | import Foundation
3 |
:
23 |
24 | /// An example DSL using GitHub
25 | public let githubFixtureDSL = parseDangerDSL(with: DSLGitHubJSON)
| |- note: add '@MainActor' to make let 'githubFixtureDSL' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 | /// An example DSL using GitHub Enterprise
27 | public let githubEnterpriseFixtureDSL = parseDangerDSL(with: DSLGitHubEnterpriseJSON)
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:27:12: warning: let 'githubEnterpriseFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
25 | public let githubFixtureDSL = parseDangerDSL(with: DSLGitHubJSON)
26 | /// An example DSL using GitHub Enterprise
27 | public let githubEnterpriseFixtureDSL = parseDangerDSL(with: DSLGitHubEnterpriseJSON)
| |- warning: let 'githubEnterpriseFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'githubEnterpriseFixtureDSL' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | /// An example DSL using BitBucket Server
29 | public let bitbucketFixtureDSL = parseDangerDSL(with: DSLBitBucketServerJSON)
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
14 | public let git: Git
15 |
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:29:12: warning: let 'bitbucketFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
27 | public let githubEnterpriseFixtureDSL = parseDangerDSL(with: DSLGitHubEnterpriseJSON)
28 | /// An example DSL using BitBucket Server
29 | public let bitbucketFixtureDSL = parseDangerDSL(with: DSLBitBucketServerJSON)
| |- warning: let 'bitbucketFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'bitbucketFixtureDSL' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | /// An example DSL without public field in fromRef using BitBucket Sever
31 | public let bitbucketForkedRepoFixtureDSL = parseDangerDSL(with: DSLBitBucketServerForkedRepoJSON)
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
14 | public let git: Git
15 |
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:31:12: warning: let 'bitbucketForkedRepoFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
29 | public let bitbucketFixtureDSL = parseDangerDSL(with: DSLBitBucketServerJSON)
30 | /// An example DSL without public field in fromRef using BitBucket Sever
31 | public let bitbucketForkedRepoFixtureDSL = parseDangerDSL(with: DSLBitBucketServerForkedRepoJSON)
| |- warning: let 'bitbucketForkedRepoFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'bitbucketForkedRepoFixtureDSL' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | /// An example DSL using GitLab
33 | public let gitlabFixtureDSL = parseDangerDSL(with: DSLGitLabJSON)
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
14 | public let git: Git
15 |
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:33:12: warning: let 'gitlabFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
31 | public let bitbucketForkedRepoFixtureDSL = parseDangerDSL(with: DSLBitBucketServerForkedRepoJSON)
32 | /// An example DSL using GitLab
33 | public let gitlabFixtureDSL = parseDangerDSL(with: DSLGitLabJSON)
| |- warning: let 'gitlabFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'gitlabFixtureDSL' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | /// An example DSL without milestone date range using GitLab
35 | public let gitlabMilestoneNoDateRangeFixtureDSL = parseDangerDSL(with: DSLGitLabMilestoneNoDateRangeJSON)
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
14 | public let git: Git
15 |
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:35:12: warning: let 'gitlabMilestoneNoDateRangeFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
33 | public let gitlabFixtureDSL = parseDangerDSL(with: DSLGitLabJSON)
34 | /// An example DSL without milestone date range using GitLab
35 | public let gitlabMilestoneNoDateRangeFixtureDSL = parseDangerDSL(with: DSLGitLabMilestoneNoDateRangeJSON)
| |- warning: let 'gitlabMilestoneNoDateRangeFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'gitlabMilestoneNoDateRangeFixtureDSL' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | /// An example DSL using BitBucket Cloud
37 | public let bitbucketCloudFixtureDSL = parseDangerDSL(with: DSLBitBucketCloudJSON)
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
14 | public let git: Git
15 |
/Users/admin/builder/spi-builder-workspace/Sources/DangerFixtures/DangerFixtures.swift:37:12: warning: let 'bitbucketCloudFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
35 | public let gitlabMilestoneNoDateRangeFixtureDSL = parseDangerDSL(with: DSLGitLabMilestoneNoDateRangeJSON)
36 | /// An example DSL using BitBucket Cloud
37 | public let bitbucketCloudFixtureDSL = parseDangerDSL(with: DSLBitBucketCloudJSON)
| |- warning: let 'bitbucketCloudFixtureDSL' is not concurrency-safe because non-'Sendable' type 'DangerDSL' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'bitbucketCloudFixtureDSL' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | /// An example DSL using GitHub
39 | public func githubWithFilesDSL(created: [File] = [],
/Users/admin/builder/spi-builder-workspace/Sources/Danger/DangerDSL.swift:13:15: note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
11 | }
12 |
13 | public struct DangerDSL: Decodable {
| `- note: struct 'DangerDSL' does not conform to the 'Sendable' protocol
14 | public let git: Git
15 |
[134/135] Linking libDangerDeps.dylib
Build complete! (102.79s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/shibapm/Rocket
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/shibapm/Komondor
Fetching https://github.com/Realm/SwiftLint
Fetching https://github.com/nerdishbynature/octokit.swift
[1/509] Fetching komondor
[12/1089] Fetching komondor, packageconfig
[146/2475] Fetching komondor, packageconfig, rocket
[1403/7475] Fetching komondor, packageconfig, rocket, octokit.swift
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.83s)
Fetching https://github.com/mxcl/Version
[886/6895] Fetching komondor, rocket, octokit.swift
[6896/7188] Fetching komondor, rocket, octokit.swift, version
[7043/60373] Fetching komondor, rocket, octokit.swift, version, swiftformat
Fetched https://github.com/mxcl/Version from cache (0.82s)
Fetching https://github.com/shibapm/Logger
[7427/60080] Fetching komondor, rocket, octokit.swift, swiftformat
[7960/217798] Fetching komondor, rocket, octokit.swift, swiftformat, swiftlint
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (1.91s)
[30080/217914] Fetching komondor, rocket, octokit.swift, swiftformat, swiftlint, logger
Fetched https://github.com/shibapm/Logger from cache (0.67s)
[30609/217798] Fetching komondor, rocket, octokit.swift, swiftformat, swiftlint
Fetched https://github.com/shibapm/Rocket from cache (18.49s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (18.49s)
[52658/163227] Fetching komondor, octokit.swift, swiftlint
Fetched https://github.com/Realm/SwiftLint from cache (41.40s)
Fetched https://github.com/nerdishbynature/octokit.swift from cache (41.40s)
Fetched https://github.com/shibapm/Komondor from cache (41.40s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (44.59s)
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/jpsim/Yams from cache
[1/4867] Fetching swiftshell
Fetched https://github.com/kareman/SwiftShell from cache (1.23s)
Fetched https://github.com/jpsim/Yams from cache (1.34s)
Computing version for https://github.com/shibapm/Komondor
Computed https://github.com/shibapm/Komondor at 1.1.4 (3.67s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/980] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.85s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (1.43s)
Computing version for https://github.com/nerdishbynature/octokit.swift
Computed https://github.com/nerdishbynature/octokit.swift at 0.14.0 (0.41s)
Fetching https://github.com/nerdishbynature/RequestKit.git
[1/1554] Fetching requestkit
Fetched https://github.com/nerdishbynature/RequestKit.git from cache (0.83s)
Computing version for https://github.com/nerdishbynature/RequestKit.git
Computed https://github.com/nerdishbynature/RequestKit.git at 3.3.0 (1.37s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (0.50s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.2.0 (0.56s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.69s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.85s)
Computing version for https://github.com/Realm/SwiftLint
Computed https://github.com/Realm/SwiftLint at 0.59.1 (0.56s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/929] Fetching swiftytexttable
[76/1030] Fetching swiftytexttable, collectionconcurrencykit
[358/14135] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift
[666/30281] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift, sourcekitten
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.94s)
[1206/29352] Fetching collectionconcurrencykit, cryptoswift, sourcekitten
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.84s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (1.84s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.84s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.87s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.90s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (2.68s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (2.46s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (0.69s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.57s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (0.58s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.1 (0.57s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2858] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.01s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.61s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.49s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.7 (0.49s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.05s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.53s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.70s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (1.20s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.58.7 (0.55s)
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
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/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/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.7
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/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
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/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/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
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/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
Creating working copy for https://github.com/shibapm/Rocket
Working copy of https://github.com/shibapm/Rocket resolved at 1.3.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.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
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.6.2
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
Creating working copy for https://github.com/shibapm/Komondor
Working copy of https://github.com/shibapm/Komondor resolved at 1.1.4
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.58.7
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.2.0
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[7761/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (2.31s)
warning: 'komondor': 'komondor' dependency on 'https://github.com/f-meloni/Rocket' conflicts with dependency on 'https://github.com/shibapm/Rocket' which has the same identity 'rocket'. this will be escalated to an error in future versions of SwiftPM.
warning: 'octokit.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/octokit.swift/OctoKit/Info.plist
Build complete.
{
"dependencies" : [
{
"identity" : "logger",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Logger"
},
{
"identity" : "version",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Version"
},
{
"identity" : "octokit.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerdishbynature/octokit.swift"
},
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.54.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swiftlint",
"requirement" : {
"range" : [
{
"lower_bound" : "0.56.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Realm/SwiftLint"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.17.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Rocket"
},
{
"identity" : "packageconfig",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/PackageConfig.git"
}
],
"manifest_display_name" : "danger-swift",
"name" : "danger-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Danger",
"targets" : [
"Danger"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DangerFixtures",
"targets" : [
"DangerFixtures"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "danger-swift",
"targets" : [
"Runner"
],
"type" : {
"executable" : null
}
},
{
"name" : "DangerDeps",
"targets" : [
"Danger-Swift"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "RunnerLibTests",
"module_type" : "SwiftTarget",
"name" : "RunnerLibTests",
"path" : "Tests/RunnerLibTests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"CliParserTests.swift",
"DangerCommandTests.swift",
"DangerFileGeneratorTests.swift",
"DangerJSVersionFinderTests.swift",
"DangerfilePathFinderTests.swift",
"GetDangerJSPathTests.swift",
"HelpMessagePresenterTests.swift",
"ImportsFinderTests.swift",
"MockedExecutor.swift",
"SPMDangerTests.swift",
"StringPathExtensionTests.swift",
"VersionCheckerTests.swift"
],
"target_dependencies" : [
"RunnerLib"
],
"type" : "test"
},
{
"c99name" : "RunnerLib",
"module_type" : "SwiftTarget",
"name" : "RunnerLib",
"path" : "Sources/RunnerLib",
"product_dependencies" : [
"Logger",
"Version"
],
"product_memberships" : [
"danger-swift"
],
"sources" : [
"CliArgs/CliArgs.swift",
"CliArgs/CliArgsParser.swift",
"DangerCommand.swift",
"DangerJSVersionFinder.swift",
"DangerSwiftOption.swift",
"DangerfileArgumentsPath.swift",
"Files Import/DangerFileGenerator.swift",
"Files Import/ImportsFinder.swift",
"GetDangerJSPath.swift",
"HelpMessagePresenter.swift",
"NSRegularExpression+FilesImport.swift",
"Runtime.swift",
"SPMDanger.swift",
"String+Path.swift",
"VersionChecker.swift"
],
"target_dependencies" : [
"DangerShellExecutor"
],
"type" : "library"
},
{
"c99name" : "Runner",
"module_type" : "SwiftTarget",
"name" : "Runner",
"path" : "Sources/Runner",
"product_dependencies" : [
"Logger"
],
"product_memberships" : [
"danger-swift"
],
"sources" : [
"Commands/Edit.swift",
"Commands/RunDangerJS.swift",
"Commands/Runner.swift",
"MarathonScriptManager.swift",
"main.swift"
],
"target_dependencies" : [
"RunnerLib",
"DangerDependenciesResolver"
],
"type" : "executable"
},
{
"c99name" : "DangerTests",
"module_type" : "SwiftTarget",
"name" : "DangerTests",
"path" : "Tests/DangerTests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"BitBucketCloudTests.swift",
"BitBucketServerTestResources/BitBucketServerProject.swift",
"BitBucketServerTestResources/BitBucketServerRepo.swift",
"BitBucketServerTestResources/BitBucketServerUser.swift",
"BitBucketServerTests.swift",
"BitbucketCloudResources/BitbucketCloudCommentUserWithoutAccountIdAndNickname.swift",
"BitbucketCloudResources/BitbucketCloudCommit.swift",
"DangerDSLTests.swift",
"DangerUtilsLineSearchTests.swift",
"DangerUtilsTests.swift",
"DateFormatterExtensionTests.swift",
"DateFormatterHandlerTests.swift",
"DefaultDateFormatterTests.swift",
"FileTests.swift",
"FileTypeTests.swift",
"GitDiffTests.swift",
"GitHubTestResources/GitHubBot.swift",
"GitHubTestResources/GitHubCommit.swift",
"GitHubTestResources/GitHubIssue.swift",
"GitHubTestResources/GitHubMilestone.swift",
"GitHubTestResources/GitHubPR.swift",
"GitHubTestResources/GitHubRepo.swift",
"GitHubTestResources/GitHubReviews.swift",
"GitHubTestResources/GitHubTeam.swift",
"GitHubTestResources/GitHubUser.swift",
"GitHubTests.swift",
"GitLabMilestoneTests.swift",
"GitLabTests.swift",
"GitTests.swift",
"NSRegularExpressionExtensionsTests.swift",
"OnlyDateDateFormatterTests.swift",
"SwiftLint/DangerSwiftLintTests.swift",
"SwiftLint/FakeCurrentPathProvider.swift",
"SwiftLint/FakeShellExecutor.swift",
"SwiftLint/SwiftlintDefaultPathTests.swift",
"SwiftLint/SwiftlintReportDeleterTests.swift",
"SwiftLint/ViolationTests.swift"
],
"target_dependencies" : [
"Danger",
"DangerFixtures"
],
"type" : "test"
},
{
"c99name" : "DangerShellExecutor",
"module_type" : "SwiftTarget",
"name" : "DangerShellExecutor",
"path" : "Sources/DangerShellExecutor",
"product_memberships" : [
"Danger",
"DangerFixtures",
"danger-swift",
"DangerDeps"
],
"sources" : [
"ShellExecutor.swift"
],
"type" : "library"
},
{
"c99name" : "DangerFixtures",
"module_type" : "SwiftTarget",
"name" : "DangerFixtures",
"path" : "Sources/DangerFixtures",
"product_memberships" : [
"DangerFixtures"
],
"sources" : [
"DangerDSLResources/CustomGitHubDSL.swift",
"DangerDSLResources/DSLBitBucketCloudJSON.swift",
"DangerDSLResources/DSLGitLabGroupMilestone.swift",
"DangerDSLResources/DSLGitLabProjectMilestone.swift",
"DangerDSLResources/DangerDLSBitBucketServer.swift",
"DangerDSLResources/DangerDLSBitBucketServerForkedRepo.swift",
"DangerDSLResources/DangerDSLGitHub.swift",
"DangerDSLResources/DangerDSLGitHubEnterprise.swift",
"DangerDSLResources/DangerDSLGitLab.swift",
"DangerDSLResources/DangerDSLGitLabMilestoneNoDateRange.swift",
"DangerFixtures.swift"
],
"target_dependencies" : [
"Danger"
],
"type" : "library"
},
{
"c99name" : "DangerDependenciesResolverTests",
"module_type" : "SwiftTarget",
"name" : "DangerDependenciesResolverTests",
"path" : "Tests/DangerDependenciesResolverTests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"InlineDependenciesFinderTests.swift",
"PackageDataProviderTests.swift",
"PackageGeneratorTests.swift",
"PackageListMakerTests.swift",
"StubbedDataReader.swift"
],
"target_dependencies" : [
"DangerDependenciesResolver"
],
"type" : "test"
},
{
"c99name" : "DangerDependenciesResolver",
"module_type" : "SwiftTarget",
"name" : "DangerDependenciesResolver",
"path" : "Sources/DangerDependenciesResolver",
"product_dependencies" : [
"Version",
"Logger"
],
"product_memberships" : [
"danger-swift"
],
"sources" : [
"Data+Encoding.swift",
"FileCreator.swift",
"FileReader.swift",
"InlineDependenciesFinder.swift",
"Package.swift",
"PackageDataProvider.swift",
"PackageGenerator.swift",
"PackageListMaker.swift",
"PackageManager.swift",
"Script.swift",
"URL+RemoteRepository.swift"
],
"target_dependencies" : [
"DangerShellExecutor"
],
"type" : "library"
},
{
"c99name" : "Danger_Swift",
"module_type" : "SwiftTarget",
"name" : "Danger-Swift",
"path" : "Sources/Danger-Swift",
"product_memberships" : [
"DangerDeps"
],
"sources" : [
"Fake.swift"
],
"target_dependencies" : [
"Danger"
],
"type" : "library"
},
{
"c99name" : "Danger",
"module_type" : "SwiftTarget",
"name" : "Danger",
"path" : "Sources/Danger",
"product_dependencies" : [
"OctoKit",
"Logger"
],
"product_memberships" : [
"Danger",
"DangerFixtures",
"DangerDeps"
],
"sources" : [
"BitBucketCloud.swift",
"BitBucketMetadata.swift",
"BitBucketServerDSL.swift",
"Danger.swift",
"DangerDSL.swift",
"DangerResults.swift",
"DangerUtils.swift",
"Extensions/DateFormatterExtensions.swift",
"Extensions/NSRegularExpressionExtensions.swift",
"File.swift",
"GitDSL.swift",
"GitDiff.swift",
"GitHubDSL.swift",
"GitLabDSL.swift",
"Plugins/SwiftLint/CurrentPathProvider.swift",
"Plugins/SwiftLint/SwiftLint.swift",
"Plugins/SwiftLint/SwiftLintViolation.swift",
"Plugins/SwiftLint/SwiftlintReportDeleter.swift",
"Report.swift",
"Settings.swift"
],
"target_dependencies" : [
"DangerShellExecutor"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.