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 Releases, reference 5.0.1 (e03751), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 21:17:08 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/Nef10/Releases.git
Reference: 5.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/Releases
 * tag               5.0.1      -> FETCH_HEAD
HEAD is now at e037515 Merge pull request #1 from Nef10/patch-1
Cloned https://github.com/Nef10/Releases.git
Revision (git rev-parse @):
e037515e9bc0a77d9897321fee62bef3e02ef802
SUCCESS checkout https://github.com/Nef10/Releases.git at 5.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Nef10/Releases.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/8] Emitting module Require
[6/8] Compiling Require Require.swift
[7/8] Compiling ShellOut ShellOut.swift
[8/8] Emitting module ShellOut
[9/13] Compiling Releases Version.swift
[10/13] Emitting module Releases
[11/13] Compiling Releases Releases.swift
[12/13] Compiling Releases ReleasesError.swift
[13/13] Compiling Releases Array+Version.swift
Build complete! (10.49s)
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/JohnSundell/Require.git
[1/980] Fetching shellout
[41/1132] Fetching shellout, require
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.86s)
Fetched https://github.com/JohnSundell/Require.git from cache (0.86s)
Computing version for https://github.com/JohnSundell/Require.git
Computed https://github.com/JohnSundell/Require.git at 2.0.1 (2.86s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (1.82s)
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/JohnSundell/Require.git
Working copy of https://github.com/JohnSundell/Require.git resolved at 2.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    },
    {
      "identity" : "require",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Require.git"
    }
  ],
  "manifest_display_name" : "Releases",
  "name" : "Releases",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Releases",
      "targets" : [
        "Releases"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ReleasesTests",
      "module_type" : "SwiftTarget",
      "name" : "ReleasesTests",
      "path" : "Tests/ReleasesTests",
      "sources" : [
        "Assert.swift",
        "ReleasesTests.swift",
        "VersionTests.swift"
      ],
      "target_dependencies" : [
        "Releases"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Releases",
      "module_type" : "SwiftTarget",
      "name" : "Releases",
      "path" : "Sources",
      "product_dependencies" : [
        "ShellOut",
        "Require"
      ],
      "product_memberships" : [
        "Releases"
      ],
      "sources" : [
        "Array+Version.swift",
        "Releases.swift",
        "ReleasesError.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.