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 master (244578), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 10:35:54 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WeTransfer/GitBuddy
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2445788 Restore CODEOWNERS from backup in master branch
Submodule path 'Submodules/WeTransfer-iOS-CI': checked out '6017f08d3acab4465b6834beb7117479e842467f'
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 @):
244578860ca4f82e9d186dda0b52a867661faa84
SUCCESS checkout https://github.com/WeTransfer/GitBuddy.git at master
========================================
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
[1/12] Write GitBuddy-entitlement.plist
[2/12] Write sources
[8/12] Write swift-version-1EA4D86E10B52AF.txt
[10/18] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/18] Emitting module ArgumentParserToolInfo
[12/57] Compiling ArgumentParser InputOrigin.swift
[13/57] Compiling ArgumentParser Name.swift
[14/57] Compiling ArgumentParser Parsed.swift
[15/57] Compiling ArgumentParser ParsedValues.swift
[16/61] Emitting module ArgumentParser
[17/61] Compiling RequestKit RequestKitSession.swift
[18/61] Compiling ArgumentParser ArgumentHelp.swift
[19/61] Compiling ArgumentParser ArgumentVisibility.swift
[20/61] Compiling ArgumentParser CompletionKind.swift
[21/61] Compiling ArgumentParser Errors.swift
[22/61] Compiling ArgumentParser Flag.swift
[23/61] Compiling RequestKit JSONPostRouter.swift
[24/61] Emitting module RequestKit
[25/61] Compiling RequestKit Router.swift
[26/61] Compiling ArgumentParser Platform.swift
[27/61] Compiling ArgumentParser SequenceExtensions.swift
[28/61] Compiling ArgumentParser StringExtensions.swift
[29/61] Compiling ArgumentParser Tree.swift
[30/85] Compiling ArgumentParser ParsableArguments.swift
[31/85] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/85] Compiling ArgumentParser ParsableCommand.swift
[33/85] Compiling ArgumentParser ArgumentDecoder.swift
[34/85] Compiling OctoKit PullRequest.swift
[35/85] Compiling ArgumentParser SplitArguments.swift
[36/85] Compiling ArgumentParser DumpHelpGenerator.swift
[37/85] Compiling ArgumentParser HelpCommand.swift
[38/85] Compiling OctoKit Reactions.swift
[39/85] Compiling OctoKit Releases.swift
[40/85] Compiling OctoKit PreviewHeader.swift
[41/85] Compiling OctoKit PublicKey.swift
[42/85] Compiling ArgumentParser HelpGenerator.swift
[43/85] Compiling ArgumentParser MessageInfo.swift
[44/85] Compiling ArgumentParser UsageGenerator.swift
[45/85] Compiling ArgumentParser CollectionExtensions.swift
[46/85] Compiling OctoKit Parameters.swift
[47/85] Compiling OctoKit Plan.swift
[48/85] Compiling OctoKit Label.swift
[49/85] Compiling OctoKit Milestone.swift
[50/85] Compiling OctoKit Configuration.swift
[51/85] Compiling OctoKit File.swift
[52/85] Compiling OctoKit Follow.swift
[53/85] Compiling OctoKit String+PercentEncoding.swift
[54/85] Compiling OctoKit Time.swift
[55/85] Compiling OctoKit Gist.swift
[56/85] Compiling OctoKit Git.swift
[57/85] Compiling OctoKit Issue.swift
[58/85] Compiling OctoKit Octokit.swift
[65/87] Emitting module OctoKit
[66/87] Compiling OctoKit Stars.swift
[67/87] Compiling OctoKit Statuses.swift
[68/87] Compiling OctoKit Repositories.swift
[69/87] Compiling OctoKit Review.swift
[77/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/114] Compiling GitBuddyCore Log.swift
[89/114] Compiling GitBuddyCore OctoKitError.swift
[90/114] Compiling GitBuddyCore Shell.swift
[91/114] Compiling GitBuddyCore GITProject.swift
[92/114] Compiling GitBuddyCore Release.swift
[93/114] Compiling GitBuddyCore IssuesFetcher.swift
[94/114] Compiling GitBuddyCore IssuesResolver.swift
[95/114] Compiling GitBuddyCore OctoKit+Authentication.swift
[96/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)
[97/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)
[98/114] Compiling GitBuddyCore ChangelogCommand.swift
[99/114] Compiling GitBuddyCore GitBuddy.swift
[100/114] Compiling GitBuddyCore ReleaseCommand.swift
[101/114] 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)
[102/114] Compiling GitBuddyCore Tag.swift
[103/114] Compiling GitBuddyCore Token.swift
[104/114] Compiling GitBuddyCore PullRequestFetcher.swift
[105/114] Compiling GitBuddyCore DateFormatters.swift
[106/114] Compiling GitBuddyCore DependencyInjectors.swift
[107/114] Compiling GitBuddyCore TagDeletionsCommand.swift
[108/114] Compiling GitBuddyCore Commenter.swift
[109/114] Compiling GitBuddyCore GitHubReleaseNotesGenerator.swift
[110/114] Compiling GitBuddyCore ReleaseProducer.swift
[111/114] Compiling GitBuddyCore TagsDeleter.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! (27.28s)
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/WeTransfer/Mocker.git
Fetching https://github.com/nerdishbynature/RequestKit.git
Fetching https://github.com/apple/swift-argument-parser
[1/1889] Fetching mocker
[228/3443] Fetching mocker, requestkit
[3444/18823] Fetching mocker, requestkit, swift-argument-parser
Fetched https://github.com/WeTransfer/Mocker.git from cache (8.22s)
Fetched https://github.com/apple/swift-argument-parser from cache (8.22s)
Fetched https://github.com/nerdishbynature/RequestKit.git from cache (8.22s)
Computing version for https://github.com/nerdishbynature/RequestKit.git
Computed https://github.com/nerdishbynature/RequestKit.git at 3.3.0 (8.73s)
Computing version for https://github.com/WeTransfer/Mocker.git
Computed https://github.com/WeTransfer/Mocker.git at 2.6.0 (0.48s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.41s)
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/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/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.