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 1.1.0 (fc2dca), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 07:39:12 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: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/f-meloni/danger-swift-prose
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at fc2dca0 Version 1.1.0
Cloned https://github.com/f-meloni/danger-swift-prose.git
Revision (git rev-parse @):
fc2dca07607ff964bb240af4d6684cbaa7ef942f
SUCCESS checkout https://github.com/f-meloni/danger-swift-prose.git at 1.1.0
========================================
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
Building for debugging...
[0/9] Write sources
[6/9] Write swift-version-1EA4D86E10B52AF.txt
[8/17] Compiling DangerShellExecutor ShellExecutor.swift
[9/17] Compiling Logger Logger.swift
[10/17] Emitting module DangerShellExecutor
[11/17] Emitting module Logger
[12/17] Emitting module RequestKit
[13/17] Compiling RequestKit JSONPostRouter.swift
[14/17] Compiling RequestKit RequestKitSession.swift
[15/17] Compiling RequestKit Router.swift
[16/44] Compiling OctoKit Team.swift
[17/44] Compiling OctoKit Time.swift
[18/46] Emitting module OctoKit
[19/46] Compiling OctoKit URL+URLParameters.swift
[20/46] Compiling OctoKit User.swift
[21/46] Compiling OctoKit Configuration.swift
[22/46] Compiling OctoKit File.swift
[23/46] Compiling OctoKit Follow.swift
[24/46] Compiling OctoKit Gist.swift
[25/46] Compiling OctoKit Git.swift
[26/46] Compiling OctoKit Issue.swift
[27/46] Compiling OctoKit Plan.swift
[28/46] Compiling OctoKit PreviewHeader.swift
[29/46] Compiling OctoKit PublicKey.swift
[30/46] Compiling OctoKit Label.swift
[31/46] Compiling OctoKit Milestone.swift
[32/46] Compiling OctoKit NotificationThread.swift
[33/46] Compiling OctoKit Stars.swift
[34/46] Compiling OctoKit Statuses.swift
[35/46] Compiling OctoKit String+PercentEncoding.swift
[36/46] Compiling OctoKit Octokit.swift
[37/46] Compiling OctoKit Organization.swift
[38/46] Compiling OctoKit Parameters.swift
[39/46] Compiling OctoKit PullRequest.swift
[40/46] Compiling OctoKit Reactions.swift
[41/46] Compiling OctoKit Releases.swift
[42/46] Compiling OctoKit Repositories.swift
[43/46] Compiling OctoKit Review.swift
[44/46] Compiling OctoKit Search.swift
[45/65] Compiling Danger SwiftLintViolation.swift
[46/65] Compiling Danger SwiftlintReportDeleter.swift
[47/65] Compiling Danger CurrentPathProvider.swift
[48/65] Compiling Danger SwiftLint.swift
[49/67] Compiling Danger DangerUtils.swift
[50/67] Compiling Danger DateFormatterExtensions.swift
[51/67] Compiling Danger Report.swift
[52/67] Compiling Danger Settings.swift
[53/67] Compiling Danger DangerDSL.swift
[54/67] Compiling Danger DangerResults.swift
[55/67] Compiling Danger BitBucketCloud.swift
[56/67] Compiling Danger BitBucketMetadata.swift
[57/67] Compiling Danger BitBucketServerDSL.swift
[58/67] Compiling Danger Danger.swift
[59/67] Compiling Danger GitDSL.swift
[60/67] Compiling Danger GitDiff.swift
[61/67] Compiling Danger GitHubDSL.swift
[62/67] Compiling Danger GitLabDSL.swift
[63/67] Emitting module Danger
[64/67] Compiling Danger NSRegularExpressionExtensions.swift
[65/67] Compiling Danger File.swift
[66/79] Compiling DangerSwiftProse ProselintFinder.swift
[67/80] Compiling DangerSwiftProse ProselintResult.swift
[68/80] Compiling DangerSwiftProse MdspellFinder.swift
[69/80] Compiling DangerSwiftProse MdspellCheckExecutor.swift
[70/80] 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>
[71/80] Compiling DangerSwiftProse MdspellInstaller.swift
[72/80] Compiling DangerSwiftProse MarkdownConvertible.swift
[73/80] Compiling DangerSwiftProse MarkdownTool.swift
[74/80] Compiling DangerSwiftProse ProselintExecutor.swift
[75/80] Compiling DangerSwiftProse ToolInstaller.swift
[76/80] Emitting module DangerSwiftProse
[77/80] Compiling DangerSwiftProse CommandExecutor.swift
[78/80] Compiling DangerSwiftProse DangerSwiftProse.swift
[78/80] Write Objects.LinkFileList
[79/80] Linking libDangerDeps.dylib
Build complete! (18.80s)
Fetching https://github.com/danger/swift.git
[1/10309] Fetching swift
Fetched https://github.com/danger/swift.git from cache (1.30s)
Computing version for https://github.com/danger/swift.git
Computed https://github.com/danger/swift.git at 3.21.2 (1.77s)
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/mxcl/Version
Fetching https://github.com/nerdishbynature/octokit.swift
[1/116] Fetching logger
[117/409] Fetching logger, version
[208/5409] Fetching logger, version, octokit.swift
Fetched https://github.com/mxcl/Version from cache (0.80s)
[716/5116] Fetching logger, octokit.swift
Fetched https://github.com/shibapm/Logger from cache (1.03s)
Fetched https://github.com/nerdishbynature/octokit.swift from cache (1.03s)
Computing version for https://github.com/nerdishbynature/octokit.swift
Computed https://github.com/nerdishbynature/octokit.swift at 0.14.0 (1.46s)
Fetching https://github.com/nerdishbynature/RequestKit.git
[1/1554] Fetching requestkit
Fetched https://github.com/nerdishbynature/RequestKit.git from cache (0.75s)
Computing version for https://github.com/nerdishbynature/RequestKit.git
Computed https://github.com/nerdishbynature/RequestKit.git at 3.3.0 (1.29s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.2.0 (0.52s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (1.92s)
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/nerdishbynature/octokit.swift
Working copy of https://github.com/nerdishbynature/octokit.swift resolved at 0.14.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/nerdishbynature/RequestKit.git
Working copy of https://github.com/nerdishbynature/RequestKit.git resolved at 3.3.0
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.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"
    }
  ],
  "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" : "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.