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 GitBuddy, reference 4.3.0 (72add0), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 10:35:30 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/WeTransfer/GitBuddy.git
Reference: 4.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WeTransfer/GitBuddy
 * tag               4.3.0      -> FETCH_HEAD
HEAD is now at 72add0d Merge pull request #101 from WeTransfer/feature/fix-release-notes
Submodule path 'Submodules/WeTransfer-iOS-CI': checked out 'a5f93e550f2218b03c187e9e77ba60b521b5e383'
Submodule 'Submodules/WeTransfer-iOS-CI' (https://github.com/WeTransfer/WeTransfer-iOS-CI.git) registered for path 'Submodules/WeTransfer-iOS-CI'
Cloning into '/Users/admin/builder/spi-builder-workspace/Submodules/WeTransfer-iOS-CI'...
Cloned https://github.com/WeTransfer/GitBuddy.git
Revision (git rev-parse @):
72add0dfac904075fd9a6117c22593d75da55478
SUCCESS checkout https://github.com/WeTransfer/GitBuddy.git at 4.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/WeTransfer/GitBuddy.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/12] Write sources
[5/12] Write GitBuddy-entitlement.plist
[7/12] Write sources
[8/12] Write swift-version-1EA4D86E10B52AF.txt
[10/18] Emitting module ArgumentParserToolInfo
[11/18] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/57] Emitting module ArgumentParser
[13/61] Compiling ArgumentParser ArgumentHelp.swift
[14/61] Compiling ArgumentParser ArgumentVisibility.swift
[15/61] Compiling ArgumentParser CompletionKind.swift
[16/61] Compiling ArgumentParser Errors.swift
[17/61] Compiling ArgumentParser Flag.swift
[18/61] Compiling ArgumentParser NameSpecification.swift
[19/61] Compiling ArgumentParser Option.swift
[20/61] Compiling ArgumentParser OptionGroup.swift
[21/61] Compiling ArgumentParser AsyncParsableCommand.swift
[22/61] Compiling RequestKit RequestKitSession.swift
[23/61] Compiling RequestKit Router.swift
[24/61] Compiling RequestKit JSONPostRouter.swift
[25/61] Emitting module RequestKit
[26/73] Compiling ArgumentParser CommandConfiguration.swift
[27/73] Compiling ArgumentParser CommandGroup.swift
[28/73] Compiling ArgumentParser EnumerableFlag.swift
[29/73] Compiling ArgumentParser ExpressibleByArgument.swift
[30/78] Compiling ArgumentParser Platform.swift
[31/78] Compiling ArgumentParser SequenceExtensions.swift
[32/78] Compiling ArgumentParser StringExtensions.swift
[33/78] Compiling ArgumentParser Tree.swift
[34/81] Compiling ArgumentParser ArgumentDefinition.swift
[35/81] Compiling ArgumentParser ArgumentSet.swift
[36/81] Compiling ArgumentParser CommandParser.swift
[37/81] Compiling ArgumentParser InputKey.swift
[38/85] Compiling OctoKit Git.swift
[39/85] Compiling OctoKit Issue.swift
[40/85] Compiling OctoKit Reactions.swift
[41/85] Compiling OctoKit Releases.swift
[42/85] Compiling OctoKit Repositories.swift
[43/85] Compiling OctoKit Review.swift
[44/85] Compiling ArgumentParser Name.swift
[45/85] Compiling ArgumentParser Parsed.swift
[46/85] Compiling ArgumentParser ParsedValues.swift
[47/85] Compiling OctoKit File.swift
[48/85] Compiling OctoKit Follow.swift
[49/85] Compiling OctoKit PreviewHeader.swift
[50/85] Compiling OctoKit PublicKey.swift
[51/85] Compiling ArgumentParser ParsableArguments.swift
[52/85] Compiling ArgumentParser ParsableArgumentsValidation.swift
[53/85] Compiling ArgumentParser ParsableCommand.swift
[54/85] Compiling ArgumentParser ArgumentDecoder.swift
[55/85] Compiling ArgumentParser HelpGenerator.swift
[56/85] Compiling ArgumentParser MessageInfo.swift
[57/85] Compiling ArgumentParser UsageGenerator.swift
[58/85] Compiling ArgumentParser CollectionExtensions.swift
[63/87] Emitting module OctoKit
[64/87] Compiling OctoKit String+PercentEncoding.swift
[65/87] Compiling OctoKit Time.swift
[68/87] Compiling OctoKit PullRequest.swift
[69/87] Compiling OctoKit Stars.swift
[70/87] Compiling OctoKit Statuses.swift
[71/87] Compiling OctoKit Configuration.swift
[74/87] Compiling OctoKit Gist.swift
[77/87] Compiling OctoKit Octokit.swift
[78/87] Compiling OctoKit Parameters.swift
[79/87] Compiling OctoKit Plan.swift
[80/87] Compiling OctoKit Label.swift
[81/87] Compiling OctoKit Milestone.swift
[82/87] Compiling OctoKit NotificationThread.swift
[83/87] Compiling OctoKit URL+URLParameters.swift
[84/87] Compiling OctoKit User.swift
[85/112] Compiling GitBuddyCore ChangelogBuilder.swift
[86/112] Compiling GitBuddyCore ChangelogItemsFactory.swift
[87/112] Compiling GitBuddyCore ChangelogProducer.swift
[88/112] Emitting module GitBuddyCore
/Users/admin/builder/spi-builder-workspace/Sources/GitBuddyCore/Models/Changelog.swift:23:1: warning: extension declares a conformance of imported type 'ReleaseNotes' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
21 | }
22 |
23 | extension ReleaseNotes: Changelog {
   | |- warning: extension declares a conformance of imported type 'ReleaseNotes' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |     var itemIdentifiers: [PullRequestID : [IssueID]] {
25 |         [:]
/Users/admin/builder/spi-builder-workspace/Sources/GitBuddyCore/Models/Changelog.swift:80:1: warning: extension declares a conformance of imported type 'PullRequest' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
78 | }
79 |
80 | extension PullRequest: Hashable {
   | |- warning: extension declares a conformance of imported type 'PullRequest' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
81 |     public func hash(into hasher: inout Hasher) {
82 |         hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/GitBuddyCore/Models/Changelog.swift:90:1: warning: extension declares a conformance of imported type 'Issue' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
88 | }
89 |
90 | extension Issue: Hashable {
   | |- warning: extension declares a conformance of imported type 'Issue' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
91 |     public func hash(into hasher: inout Hasher) {
92 |         hasher.combine(id)
[89/114] Compiling GitBuddyCore ChangelogCommand.swift
[90/114] Compiling GitBuddyCore GitBuddy.swift
[91/114] Compiling GitBuddyCore ReleaseCommand.swift
[92/114] Compiling GitBuddyCore PullRequestFetcher.swift
[93/114] Compiling GitBuddyCore DateFormatters.swift
[94/114] Compiling GitBuddyCore DependencyInjectors.swift
[95/114] Compiling GitBuddyCore Changelog.swift
/Users/admin/builder/spi-builder-workspace/Sources/GitBuddyCore/Models/Changelog.swift:23:1: warning: extension declares a conformance of imported type 'ReleaseNotes' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
21 | }
22 |
23 | extension ReleaseNotes: Changelog {
   | |- warning: extension declares a conformance of imported type 'ReleaseNotes' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |     var itemIdentifiers: [PullRequestID : [IssueID]] {
25 |         [:]
/Users/admin/builder/spi-builder-workspace/Sources/GitBuddyCore/Models/Changelog.swift:80:1: warning: extension declares a conformance of imported type 'PullRequest' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
78 | }
79 |
80 | extension PullRequest: Hashable {
   | |- warning: extension declares a conformance of imported type 'PullRequest' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
81 |     public func hash(into hasher: inout Hasher) {
82 |         hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/GitBuddyCore/Models/Changelog.swift:90:1: warning: extension declares a conformance of imported type 'Issue' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
88 | }
89 |
90 | extension Issue: Hashable {
   | |- warning: extension declares a conformance of imported type 'Issue' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
91 |     public func hash(into hasher: inout Hasher) {
92 |         hasher.combine(id)
[96/114] Compiling GitBuddyCore ChangelogItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GitBuddyCore/Models/Changelog.swift:23:1: warning: extension declares a conformance of imported type 'ReleaseNotes' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
21 | }
22 |
23 | extension ReleaseNotes: Changelog {
   | |- warning: extension declares a conformance of imported type 'ReleaseNotes' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |     var itemIdentifiers: [PullRequestID : [IssueID]] {
25 |         [:]
/Users/admin/builder/spi-builder-workspace/Sources/GitBuddyCore/Models/Changelog.swift:80:1: warning: extension declares a conformance of imported type 'PullRequest' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
78 | }
79 |
80 | extension PullRequest: Hashable {
   | |- warning: extension declares a conformance of imported type 'PullRequest' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
81 |     public func hash(into hasher: inout Hasher) {
82 |         hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/GitBuddyCore/Models/Changelog.swift:90:1: warning: extension declares a conformance of imported type 'Issue' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
88 | }
89 |
90 | extension Issue: Hashable {
   | |- warning: extension declares a conformance of imported type 'Issue' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'OctoKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
91 |     public func hash(into hasher: inout Hasher) {
92 |         hasher.combine(id)
[97/114] Compiling GitBuddyCore Log.swift
[98/114] Compiling GitBuddyCore OctoKitError.swift
[99/114] Compiling GitBuddyCore Shell.swift
[100/114] Compiling GitBuddyCore TagDeletionsCommand.swift
[101/114] Compiling GitBuddyCore Commenter.swift
[102/114] Compiling GitBuddyCore GitHubReleaseNotesGenerator.swift
[103/114] Compiling GitBuddyCore ReleaseProducer.swift
[104/114] Compiling GitBuddyCore TagsDeleter.swift
[105/114] Compiling GitBuddyCore IssuesFetcher.swift
[106/114] Compiling GitBuddyCore IssuesResolver.swift
[107/114] Compiling GitBuddyCore OctoKit+Authentication.swift
[108/114] Compiling GitBuddyCore Tag.swift
[109/114] Compiling GitBuddyCore Token.swift
[110/114] Compiling GitBuddyCore GITProject.swift
[111/114] Compiling GitBuddyCore Release.swift
[112/116] Compiling GitBuddy main.swift
[113/116] Emitting module GitBuddy
[113/116] Write Objects.LinkFileList
[114/116] Linking GitBuddy
[115/116] Applying GitBuddy
Build complete! (34.16s)
Fetching https://github.com/WeTransfer/octokit.swift
[1/2829] Fetching octokit.swift
Fetched https://github.com/WeTransfer/octokit.swift from cache (1.03s)
Fetching https://github.com/nerdishbynature/RequestKit.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/WeTransfer/Mocker.git
[1/1554] Fetching requestkit
[188/3443] Fetching requestkit, mocker
[1782/18823] Fetching requestkit, mocker, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.66s)
Fetched https://github.com/WeTransfer/Mocker.git from cache (1.66s)
Fetched https://github.com/nerdishbynature/RequestKit.git from cache (1.66s)
Computing version for https://github.com/nerdishbynature/RequestKit.git
Computed https://github.com/nerdishbynature/RequestKit.git at 3.3.0 (2.19s)
Computing version for https://github.com/WeTransfer/Mocker.git
Computed https://github.com/WeTransfer/Mocker.git at 2.6.0 (0.50s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.42s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/WeTransfer/Mocker.git
Working copy of https://github.com/WeTransfer/Mocker.git resolved at 2.6.0
Creating working copy for https://github.com/nerdishbynature/RequestKit.git
Working copy of https://github.com/nerdishbynature/RequestKit.git resolved at 3.3.0
Creating working copy for https://github.com/WeTransfer/octokit.swift
Working copy of https://github.com/WeTransfer/octokit.swift resolved at main (365cbc2)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "mocker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/WeTransfer/Mocker.git"
    },
    {
      "identity" : "octokit.swift",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/WeTransfer/octokit.swift"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "GitBuddy",
  "name" : "GitBuddy",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "GitBuddy",
      "targets" : [
        "GitBuddy"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GitBuddyTests",
      "module_type" : "SwiftTarget",
      "name" : "GitBuddyTests",
      "path" : "Tests/GitBuddyTests",
      "product_dependencies" : [
        "Mocker"
      ],
      "sources" : [
        "Changelog/ChangelogCommandTests.swift",
        "Changelog/ChangelogItemsFactoryTests.swift",
        "GitBuddyCommandTests.swift",
        "GitHub/CommenterTests.swift",
        "GitHub/IssueResolverTests.swift",
        "GitHub/PullRequestFetcherTests.swift",
        "Models/ChangelogItemTests.swift",
        "Models/SingleSectionChangelogTests.swift",
        "Release/ReleaseProducerTests.swift",
        "Tag Deletions/TagsDeleterTests.swift",
        "TestHelpers/CommentJSON.swift",
        "TestHelpers/IssueJSON.swift",
        "TestHelpers/IssuesJSON.swift",
        "TestHelpers/ListReleasesJSON.swift",
        "TestHelpers/Mocks.swift",
        "TestHelpers/PullRequestsJSON.swift",
        "TestHelpers/ReleaseJSON.swift",
        "TestHelpers/ReleaseNotesJSON.swift",
        "TestHelpers/XCTestExtensions.swift"
      ],
      "target_dependencies" : [
        "GitBuddy"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GitBuddyCore",
      "module_type" : "SwiftTarget",
      "name" : "GitBuddyCore",
      "path" : "Sources/GitBuddyCore",
      "product_dependencies" : [
        "OctoKit",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "GitBuddy"
      ],
      "sources" : [
        "Changelog/ChangelogBuilder.swift",
        "Changelog/ChangelogItemsFactory.swift",
        "Changelog/ChangelogProducer.swift",
        "Commands/ChangelogCommand.swift",
        "Commands/GitBuddy.swift",
        "Commands/ReleaseCommand.swift",
        "Commands/TagDeletionsCommand.swift",
        "GitHub/Commenter.swift",
        "GitHub/GitHubReleaseNotesGenerator.swift",
        "GitHub/IssuesFetcher.swift",
        "GitHub/IssuesResolver.swift",
        "GitHub/OctoKit+Authentication.swift",
        "GitHub/PullRequestFetcher.swift",
        "Helpers/DateFormatters.swift",
        "Helpers/DependencyInjectors.swift",
        "Helpers/Log.swift",
        "Helpers/OctoKitError.swift",
        "Helpers/Shell.swift",
        "Models/Changelog.swift",
        "Models/ChangelogItem.swift",
        "Models/GITProject.swift",
        "Models/Release.swift",
        "Models/Tag.swift",
        "Models/Token.swift",
        "Release/ReleaseProducer.swift",
        "Tag Deletions/TagsDeleter.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitBuddy",
      "module_type" : "SwiftTarget",
      "name" : "GitBuddy",
      "path" : "Sources/GitBuddy",
      "product_memberships" : [
        "GitBuddy"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "GitBuddyCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Done.