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 swift-version-compare, reference main (61d794), with Swift 6.1 for macOS (SPM) on 24 Aug 2025 23:23:08 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mflknr/swift-version-compare.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mflknr/swift-version-compare
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 61d7941 update: changelog
Cloned https://github.com/mflknr/swift-version-compare.git
Revision (git rev-parse @):
61d794143a91a359f45698aceecdbc88d23f3db5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mflknr/swift-version-compare.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-version-compare",
      "name": "swift-version-compare",
      "url": "https://github.com/mflknr/swift-version-compare.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-version-compare",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mflknr/swift-version-compare.git
[1/2271] Fetching swift-version-compare
Fetched https://github.com/mflknr/swift-version-compare.git from cache (1.22s)
Creating working copy for https://github.com/mflknr/swift-version-compare.git
Working copy of https://github.com/mflknr/swift-version-compare.git resolved at main (61d7941)
warning: '.resolve-product-dependencies': dependency 'swift-version-compare' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mflknr/swift-version-compare.git
https://github.com/mflknr/swift-version-compare.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-version-compare",
  "name" : "swift-version-compare",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "VersionCompare",
      "targets" : [
        "VersionCompare"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "VersionCompareTests",
      "module_type" : "SwiftTarget",
      "name" : "VersionCompareTests",
      "path" : "Tests/VersionCompareTests",
      "sources" : [
        "SemanticVersionComparableTests.swift",
        "VersionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VersionCompare"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VersionCompare",
      "module_type" : "SwiftTarget",
      "name" : "VersionCompare",
      "path" : "Sources",
      "product_memberships" : [
        "VersionCompare"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Helper/Character+Extensions.swift",
        "Helper/String+Regex.swift",
        "Helper/VersionCompareResult.swift",
        "Helper/VersionValidationError.swift",
        "SemanticVersionComparable/BuildMetaData/BuildMetaData+ExpressibleByLiteral.swift",
        "SemanticVersionComparable/BuildMetaData/BuildMetaData.swift",
        "SemanticVersionComparable/PrereleaseIdentifier/PrereleaseIdentifier+Equatable.swift",
        "SemanticVersionComparable/PrereleaseIdentifier/PrereleaseIdentifier+ExpressibleByLiteral.swift",
        "SemanticVersionComparable/PrereleaseIdentifier/PrereleaseIdentifier.swift",
        "SemanticVersionComparable/SemanticVersionComparable+Comparable.swift",
        "SemanticVersionComparable/SemanticVersionComparable+Equatable.swift",
        "SemanticVersionComparable/SemanticVersionComparable+Hashable.swift",
        "SemanticVersionComparable/SemanticVersionComparable.swift",
        "Version+Bundle.swift",
        "Version+OS.swift",
        "Version+StringInitializer.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/21] Compiling VersionCompare Character+Extensions.swift
[5/21] Compiling VersionCompare String+Regex.swift
[6/21] Emitting module VersionCompare
[7/21] Compiling VersionCompare SemanticVersionComparable+Equatable.swift
[8/21] Compiling VersionCompare SemanticVersionComparable+Hashable.swift
[9/21] Compiling VersionCompare BuildMetaData+ExpressibleByLiteral.swift
[10/21] Compiling VersionCompare BuildMetaData.swift
[11/21] Compiling VersionCompare Version+OS.swift
[12/21] Compiling VersionCompare Version+StringInitializer.swift
[13/21] Compiling VersionCompare Version.swift
[14/21] Compiling VersionCompare PrereleaseIdentifier.swift
[15/21] Compiling VersionCompare SemanticVersionComparable+Comparable.swift
[16/21] Compiling VersionCompare VersionCompareResult.swift
[17/21] Compiling VersionCompare VersionValidationError.swift
[18/21] Compiling VersionCompare PrereleaseIdentifier+Equatable.swift
[19/21] Compiling VersionCompare PrereleaseIdentifier+ExpressibleByLiteral.swift
[20/21] Compiling VersionCompare SemanticVersionComparable.swift
[21/21] Compiling VersionCompare Version+Bundle.swift
[22/22] Compiling VersionCompare resource_bundle_accessor.swift
Build complete! (4.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-version-compare",
  "name" : "swift-version-compare",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "VersionCompare",
      "targets" : [
        "VersionCompare"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "VersionCompareTests",
      "module_type" : "SwiftTarget",
      "name" : "VersionCompareTests",
      "path" : "Tests/VersionCompareTests",
      "sources" : [
        "SemanticVersionComparableTests.swift",
        "VersionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VersionCompare"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VersionCompare",
      "module_type" : "SwiftTarget",
      "name" : "VersionCompare",
      "path" : "Sources",
      "product_memberships" : [
        "VersionCompare"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Helper/Character+Extensions.swift",
        "Helper/String+Regex.swift",
        "Helper/VersionCompareResult.swift",
        "Helper/VersionValidationError.swift",
        "SemanticVersionComparable/BuildMetaData/BuildMetaData+ExpressibleByLiteral.swift",
        "SemanticVersionComparable/BuildMetaData/BuildMetaData.swift",
        "SemanticVersionComparable/PrereleaseIdentifier/PrereleaseIdentifier+Equatable.swift",
        "SemanticVersionComparable/PrereleaseIdentifier/PrereleaseIdentifier+ExpressibleByLiteral.swift",
        "SemanticVersionComparable/PrereleaseIdentifier/PrereleaseIdentifier.swift",
        "SemanticVersionComparable/SemanticVersionComparable+Comparable.swift",
        "SemanticVersionComparable/SemanticVersionComparable+Equatable.swift",
        "SemanticVersionComparable/SemanticVersionComparable+Hashable.swift",
        "SemanticVersionComparable/SemanticVersionComparable.swift",
        "Version+Bundle.swift",
        "Version+OS.swift",
        "Version+StringInitializer.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.