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 SemanticVersion, reference 0.5.1 (3b18d7), with Swift 5.10 for macOS (SPM) on 16 Jun 2025 18:21:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftPackageIndex/SemanticVersion.git
Reference: 0.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftPackageIndex/SemanticVersion
 * tag               0.5.1      -> FETCH_HEAD
HEAD is now at 3b18d75 Merge pull request #26 from SwiftPackageIndex/really-drop-Foundation
Cloned https://github.com/SwiftPackageIndex/SemanticVersion.git
Revision (git rev-parse @):
3b18d75a3cece558fb98e72d7dd5c83394d86d5b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftPackageIndex/SemanticVersion.git at 0.5.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/SwiftPackageIndex/SemanticVersion.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/6] Compiling SemanticVersion SemanticVersion.swift
[4/6] Compiling SemanticVersion SemanticVersion+LosslessStringConvertible.swift
[5/6] Compiling SemanticVersion SemanticVersion+Codable.swift
[6/6] Emitting module SemanticVersion
Build complete! (6.14s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SemanticVersion",
  "name" : "SemanticVersion",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SemanticVersion",
      "targets" : [
        "SemanticVersion"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SemanticVersionTests",
      "module_type" : "SwiftTarget",
      "name" : "SemanticVersionTests",
      "path" : "Tests/SemanticVersionTests",
      "sources" : [
        "SemanticVersionCodableTests.swift",
        "SemanticVersionTests.swift"
      ],
      "target_dependencies" : [
        "SemanticVersion"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SemanticVersion",
      "module_type" : "SwiftTarget",
      "name" : "SemanticVersion",
      "path" : "Sources/SemanticVersion",
      "product_memberships" : [
        "SemanticVersion"
      ],
      "sources" : [
        "SemanticVersion+Codable.swift",
        "SemanticVersion+LosslessStringConvertible.swift",
        "SemanticVersion.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.