The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of DangerSwiftProse, reference master (e574c4), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 07:40:20 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/f-meloni/danger-swift-prose.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/f-meloni/danger-swift-prose
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e574c4c Unhide dependencies
Cloned https://github.com/f-meloni/danger-swift-prose.git
Revision (git rev-parse @):
e574c4ce2e623b8959fbd7fa4ebaaa6aa6b85265
SUCCESS checkout https://github.com/f-meloni/danger-swift-prose.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/f-meloni/danger-swift-prose.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/10] Write sources
[7/10] Write swift-version-1EA4D86E10B52AF.txt
[9/18] Emitting module Logger
[10/18] Compiling Logger Logger.swift
[11/18] Compiling DangerShellExecutor ShellExecutor.swift
[12/18] Emitting module DangerShellExecutor
[13/18] Compiling RequestKit JSONPostRouter.swift
[14/18] Compiling RequestKit RequestKitSession.swift
[15/18] Emitting module RequestKit
[16/18] Compiling RequestKit Router.swift
[17/45] Compiling OctoKit Plan.swift
[18/45] Compiling OctoKit PreviewHeader.swift
[19/45] Compiling OctoKit PublicKey.swift
[20/47] Compiling OctoKit Configuration.swift
[21/47] Compiling OctoKit File.swift
[22/47] Compiling OctoKit Follow.swift
[23/47] Emitting module OctoKit
[24/47] Compiling OctoKit Gist.swift
[25/47] Compiling OctoKit Git.swift
[26/47] Compiling OctoKit Issue.swift
[27/47] Compiling OctoKit URL+URLParameters.swift
[28/47] Compiling OctoKit User.swift
[29/47] Compiling OctoKit Stars.swift
[30/47] Compiling OctoKit Statuses.swift
[31/47] Compiling OctoKit String+PercentEncoding.swift
[32/47] Compiling OctoKit PullRequest.swift
[33/47] Compiling OctoKit Reactions.swift
[34/47] Compiling OctoKit Releases.swift
[35/47] Compiling OctoKit Octokit.swift
[36/47] Compiling OctoKit Organization.swift
[37/47] Compiling OctoKit Parameters.swift
[38/47] Compiling OctoKit Repositories.swift
[39/47] Compiling OctoKit Review.swift
[40/47] Compiling OctoKit Search.swift
[41/47] Compiling OctoKit Label.swift
[42/47] Compiling OctoKit Milestone.swift
[43/47] Compiling OctoKit NotificationThread.swift
[44/47] Compiling OctoKit Team.swift
[45/47] Compiling OctoKit Time.swift
[46/66] Emitting module Danger
[47/68] Compiling Danger Report.swift
[48/68] Compiling Danger Settings.swift
[49/68] Compiling Danger BitBucketCloud.swift
[50/68] Compiling Danger BitBucketMetadata.swift
[51/68] Compiling Danger NSRegularExpressionExtensions.swift
[52/68] Compiling Danger File.swift
[53/68] Compiling Danger CurrentPathProvider.swift
[54/68] Compiling Danger SwiftLint.swift
[55/68] Compiling Danger DangerUtils.swift
[56/68] Compiling Danger DateFormatterExtensions.swift
[57/68] Compiling Danger SwiftLintViolation.swift
[58/68] Compiling Danger SwiftlintReportDeleter.swift
[59/68] Compiling Danger GitDSL.swift
[60/68] Compiling Danger GitDiff.swift
[61/68] Compiling Danger BitBucketServerDSL.swift
[62/68] Compiling Danger Danger.swift
[63/68] Compiling Danger GitHubDSL.swift
[64/68] Compiling Danger GitLabDSL.swift
[65/68] Compiling Danger DangerDSL.swift
[66/68] Compiling Danger DangerResults.swift
[67/80] Compiling DangerSwiftProse ProselintResult.swift
[68/81] Compiling DangerSwiftProse ProselintExecutor.swift
[69/81] Compiling DangerSwiftProse ProselintFinder.swift
[70/81] Compiling DangerSwiftProse MdspellFinder.swift
[71/81] Compiling DangerSwiftProse MdspellCheckExecutor.swift
[72/81] Compiling DangerSwiftProse ToolInstaller.swift
[73/81] Compiling DangerSwiftProse MdspellInstaller.swift
[74/81] Compiling DangerSwiftProse MdspellCheckResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/DangerSwiftProse/Mdspell/MdspellCheckResult.swift:25:47: warning: 'init(encodedOffset:)' is deprecated: encodedOffset has been deprecated as most common usage is incorrect. Use String.Index(utf16Offset:in:) to achieve the same behavior. [#DeprecatedDeclaration]
23 |
24 |             guard let fileContent = try? String(contentsOfFile: file),
25 |                 let typo = fileContent[String.Index(encodedOffset: typoIndex) ..< fileContent.endIndex]
   |                                               `- warning: 'init(encodedOffset:)' is deprecated: encodedOffset has been deprecated as most common usage is incorrect. Use String.Index(utf16Offset:in:) to achieve the same behavior. [#DeprecatedDeclaration]
26 |                 .components(separatedBy: CharacterSet.whitespacesAndNewlines.union(CharacterSet(charactersIn: "[]()")))
27 |                 .first else {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[75/81] Emitting module DangerSwiftProse
[76/81] Compiling DangerSwiftProse CommandExecutor.swift
[77/81] Compiling DangerSwiftProse DangerSwiftProse.swift
[78/81] Compiling DangerSwiftProse MarkdownConvertible.swift
[79/81] Compiling DangerSwiftProse MarkdownTool.swift
[79/81] Write Objects.LinkFileList
[80/81] Linking libDangerDeps.dylib
Build complete! (97.64s)
Fetching https://github.com/shibapm/Komondor
Fetching https://github.com/f-meloni/Rocket
Fetching https://github.com/shibapm/PackageConfig
Fetching https://github.com/danger/swift.git
Fetching https://github.com/f-meloni/TestSpy
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/nicklockwood/SwiftFormat
[1/580] Fetching packageconfig
[135/1966] Fetching packageconfig, rocket
[274/2475] Fetching packageconfig, rocket, komondor
[331/4523] Fetching packageconfig, rocket, komondor, testspy
[1098/14832] Fetching packageconfig, rocket, komondor, testspy, swift
Fetched https://github.com/shibapm/PackageConfig from cache (1.00s)
Fetched https://github.com/f-meloni/Rocket from cache (1.00s)
Fetched https://github.com/shibapm/Komondor from cache (1.00s)
[2125/31941] Fetching testspy, swift, nimble
[11276/80805] Fetching testspy, swift, nimble, swiftformat
Fetched https://github.com/danger/swift.git from cache (57.82s)
Fetched https://github.com/f-meloni/TestSpy from cache (57.82s)
Fetched https://github.com/Quick/Nimble from cache (57.82s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (57.82s)
Computing version for https://github.com/f-meloni/TestSpy
Computed https://github.com/f-meloni/TestSpy at 0.5.0 (58.36s)
Fetching https://github.com/Quick/Quick
[1/14759] Fetching quick
Fetched https://github.com/Quick/Quick from cache (1.32s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.2 (1.84s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 3.1.2 (0.50s)
Computing version for https://github.com/f-meloni/Rocket
Computed https://github.com/f-meloni/Rocket at 1.2.0 (0.47s)
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/jpsim/Yams
[1/116] Fetching logger
[29/4979] Fetching logger, swiftshell
[798/15838] Fetching logger, swiftshell, yams
Fetched https://github.com/kareman/SwiftShell from cache (1.12s)
Fetched https://github.com/shibapm/Logger from cache (1.12s)
[761/10859] Fetching yams
Fetched https://github.com/jpsim/Yams from cache (2.26s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (4.13s)
Computing version for https://github.com/shibapm/PackageConfig
Computed https://github.com/shibapm/PackageConfig at 0.13.0 (0.48s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 4.0.6 (0.48s)
Computing version for https://github.com/shibapm/Komondor
Computed https://github.com/shibapm/Komondor at 1.1.0 (0.49s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/980] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.80s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (1.30s)
Computing version for https://github.com/danger/swift.git
Computed https://github.com/danger/swift.git at 3.21.2 (0.41s)
Fetching https://github.com/mxcl/Version
Fetching https://github.com/nerdishbynature/octokit.swift
[1/293] Fetching version
[92/5293] Fetching version, octokit.swift
Fetched https://github.com/mxcl/Version from cache (0.76s)
[200/5000] Fetching octokit.swift
Fetched https://github.com/nerdishbynature/octokit.swift from cache (2.24s)
Computing version for https://github.com/nerdishbynature/octokit.swift
Computed https://github.com/nerdishbynature/octokit.swift at 0.14.0 (2.65s)
Fetching https://github.com/nerdishbynature/RequestKit.git
[1/1554] Fetching requestkit
Fetched https://github.com/nerdishbynature/RequestKit.git from cache (0.85s)
Computing version for https://github.com/nerdishbynature/RequestKit.git
Computed https://github.com/nerdishbynature/RequestKit.git at 3.3.0 (1.35s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.2.0 (0.49s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (0.47s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0-beta.1 (0.47s)
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0-beta.1
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.2.0
Creating working copy for https://github.com/danger/swift.git
Working copy of https://github.com/danger/swift.git resolved at 3.21.2
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/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.1.2
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 4.0.6
Creating working copy for https://github.com/shibapm/PackageConfig
Working copy of https://github.com/shibapm/PackageConfig resolved at 0.13.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/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 3.1.2
Creating working copy for https://github.com/f-meloni/TestSpy
Working copy of https://github.com/f-meloni/TestSpy resolved at 0.5.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
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/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/shibapm/Komondor
Working copy of https://github.com/shibapm/Komondor resolved at 1.1.0
Creating working copy for https://github.com/f-meloni/Rocket
Working copy of https://github.com/f-meloni/Rocket resolved at 1.2.0
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" : "swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danger/swift.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    },
    {
      "identity" : "testspy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/f-meloni/TestSpy"
    },
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor"
    },
    {
      "identity" : "packageconfig",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/PackageConfig"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.35.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "rocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/f-meloni/Rocket"
    }
  ],
  "manifest_display_name" : "DangerSwiftProse",
  "name" : "DangerSwiftProse",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DangerSwiftProse",
      "targets" : [
        "DangerSwiftProse"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DangerDeps",
      "targets" : [
        "DangerSwiftProse"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DangerSwiftProseTests",
      "module_type" : "SwiftTarget",
      "name" : "DangerSwiftProseTests",
      "path" : "Tests/DangerSwiftProseTests",
      "product_dependencies" : [
        "Nimble",
        "TestSpy",
        "DangerFixtures"
      ],
      "sources" : [
        "MdspellCheckExecutorTests.swift",
        "MdspellFinderTests.swift",
        "MdspellTests.swift",
        "MockedCommandExecutor.swift",
        "ProselintExecutorTests.swift",
        "ProselintFinderTests.swift",
        "ProselintTests.swift",
        "SpyToolInstaller.swift",
        "ToolInstallerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DangerSwiftProse"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DangerSwiftProse",
      "module_type" : "SwiftTarget",
      "name" : "DangerSwiftProse",
      "path" : "Sources/DangerSwiftProse",
      "product_dependencies" : [
        "Danger"
      ],
      "product_memberships" : [
        "DangerSwiftProse",
        "DangerDeps"
      ],
      "sources" : [
        "CommandExecutor.swift",
        "DangerSwiftProse.swift",
        "MarkdownConvertible.swift",
        "MarkdownTool.swift",
        "Mdspell/MdspellCheckExecutor.swift",
        "Mdspell/MdspellCheckResult.swift",
        "Mdspell/MdspellFinder.swift",
        "Mdspell/MdspellInstaller.swift",
        "Proselint/ProselintExecutor.swift",
        "Proselint/ProselintFinder.swift",
        "Proselint/ProselintResult.swift",
        "ToolInstaller.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.