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 HName, reference main (c5029c), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 04:22:16 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/hadycodes/HName.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hadycodes/HName
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c5029cd Add cocoapod support
Cloned https://github.com/hadycodes/HName.git
Revision (git rev-parse @):
c5029cd5549f06ce96497264e00949a2bfcba6cd
SUCCESS checkout https://github.com/hadycodes/HName.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/hadycodes/HName.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/6] Emitting module HName
[4/6] Compiling HName HName.swift
[5/6] Compiling HName HName+Formatters.swift
[6/6] Compiling HName HName+Getters.swift
Build complete! (3.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HName",
  "name" : "HName",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "HName",
      "targets" : [
        "HName"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HNameTests",
      "module_type" : "SwiftTarget",
      "name" : "HNameTests",
      "path" : "Tests/HNameTests",
      "sources" : [
        "HNameCodableTests.swift",
        "HNameTests.swift"
      ],
      "target_dependencies" : [
        "HName"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HName",
      "module_type" : "SwiftTarget",
      "name" : "HName",
      "path" : "Sources/HName",
      "product_memberships" : [
        "HName"
      ],
      "sources" : [
        "HName+Formatters.swift",
        "HName+Getters.swift",
        "HName.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.