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 SemVer, reference 3.0.0-Beta.5 (adcdc0), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 23:12:32 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/RougeWare/Swift-SemVer.git
Reference: 3.0.0-Beta.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-SemVer
 * tag               3.0.0-Beta.5 -> FETCH_HEAD
HEAD is now at adcdc08 Merge pull request #30 from RougeWare/feature/29-Fuzzy-comparison
Cloned https://github.com/RougeWare/Swift-SemVer.git
Revision (git rev-parse @):
adcdc0836253c9bbb5b337eaa9d87553012ae248
SUCCESS checkout https://github.com/RougeWare/Swift-SemVer.git at 3.0.0-Beta.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/RougeWare/Swift-SemVer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Emitting module SemVer
[4/9] Compiling SemVer Semantic Version + Codable.swift
[5/9] Compiling SemVer Conveniences.swift
[6/9] Compiling SemVer Testing tools.swift
[7/9] Compiling SemVer Semantic Version.swift
[8/9] Compiling SemVer Semantic Version + Hashable.swift
[9/9] Compiling SemVer Semantic Version + Comparable.swift
Build complete! (3.83s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SemVer",
  "name" : "SemVer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "SemVer",
      "targets" : [
        "SemVer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SemVerTests",
      "module_type" : "SwiftTarget",
      "name" : "SemVerTests",
      "path" : "Tests/SemVerTests",
      "sources" : [
        "SemVer mutations tests.swift",
        "SemVer+Codable Tests.swift",
        "SemVer+Comparable Tests.swift",
        "SemVer+Hashable Tests.swift",
        "SemVerTests.swift",
        "Testing tools.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SemVer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SemVer",
      "module_type" : "SwiftTarget",
      "name" : "SemVer",
      "path" : "Sources/SemVer",
      "product_memberships" : [
        "SemVer"
      ],
      "sources" : [
        "Conveniences.swift",
        "Semantic Version + Codable.swift",
        "Semantic Version + Comparable.swift",
        "Semantic Version + Hashable.swift",
        "Semantic Version.swift",
        "Testing tools.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.