The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ProductHunt, reference 1.0.3 (7fd185), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 09:32:06 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: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/appcraftconsulting/producthunt
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at 7fd185e Updates images in README
Cloned https://github.com/appcraftconsulting/producthunt.git
Revision (git rev-parse @):
7fd185e352806a3745e4dfcae2ae18c9d263c5ab
SUCCESS checkout https://github.com/appcraftconsulting/producthunt.git at 1.0.3
========================================
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] Compiling ProductHunt resource_bundle_accessor.swift
[6/17] Compiling ProductHunt PHPost.swift
[7/17] Compiling ProductHunt Color.swift
[8/17] Compiling ProductHunt Font.swift
[9/17] Emitting module ProductHunt
[10/17] Compiling ProductHunt PHButton.swift
[11/17] Compiling ProductHunt PHManager.swift
[12/17] Compiling ProductHunt UIFont.swift
[13/17] Compiling ProductHunt UserDefaults.swift
[14/17] Compiling ProductHunt String.swift
[15/17] Compiling ProductHunt UIColor.swift
[16/17] Compiling ProductHunt PHResponse.swift
[17/17] Compiling ProductHunt PHVotesCount.swift
Build complete! (3.78s)
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.