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 ProductHunt, reference master (cbc71a), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 09:31:55 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/appcraftconsulting/producthunt.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/appcraftconsulting/producthunt
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cbc71a9 Merge pull request #4 from dreymonde/patch-1
Cloned https://github.com/appcraftconsulting/producthunt.git
Revision (git rev-parse @):
cbc71a90d4e8597dac9369989d8575dab239671b
SUCCESS checkout https://github.com/appcraftconsulting/producthunt.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/appcraftconsulting/producthunt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying Assets.xcassets
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/16] Compiling ProductHunt ProductHuntButton.swift
[5/17] Emitting module ProductHunt
[6/17] Compiling ProductHunt resource_bundle_accessor.swift
[7/17] Compiling ProductHunt PHButton.swift
[8/17] Compiling ProductHunt Color.swift
[9/17] Compiling ProductHunt Font.swift
[10/17] Compiling ProductHunt PHVotesCount.swift
[11/17] Compiling ProductHunt UIFont.swift
[12/17] Compiling ProductHunt UserDefaults.swift
[13/17] Compiling ProductHunt PHPost.swift
[14/17] Compiling ProductHunt PHManager.swift
[15/17] Compiling ProductHunt PHResponse.swift
[16/17] Compiling ProductHunt String.swift
[17/17] Compiling ProductHunt UIColor.swift
Build complete! (3.87s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ProductHunt",
  "name" : "ProductHunt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ProductHunt",
      "targets" : [
        "ProductHunt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProductHuntTests",
      "module_type" : "SwiftTarget",
      "name" : "ProductHuntTests",
      "path" : "Tests/ProductHuntTests",
      "sources" : [
        "ProductHuntTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ProductHunt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProductHunt",
      "module_type" : "SwiftTarget",
      "name" : "ProductHunt",
      "path" : "Sources/ProductHunt",
      "product_memberships" : [
        "ProductHunt"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ProductHunt/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/Color.swift",
        "Extensions/Font.swift",
        "Extensions/String.swift",
        "Extensions/UIColor.swift",
        "Extensions/UIFont.swift",
        "Extensions/UserDefaults.swift",
        "PHButton.swift",
        "PHManager.swift",
        "PHPost.swift",
        "PHResponse.swift",
        "SwiftUI/PHVotesCount.swift",
        "SwiftUI/ProductHuntButton.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.