The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ProductHunt, reference master (cbc71a), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 22:02:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
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
========================================
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": "producthunt",
      "name": "ProductHunt",
      "url": "https://github.com/appcraftconsulting/producthunt.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/producthunt",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/appcraftconsulting/producthunt.git
[1/352] Fetching producthunt
Fetched https://github.com/appcraftconsulting/producthunt.git from cache (1.22s)
Creating working copy for https://github.com/appcraftconsulting/producthunt.git
Working copy of https://github.com/appcraftconsulting/producthunt.git resolved at master (cbc71a9)
warning: '.resolve-product-dependencies': dependency 'producthunt' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/appcraftconsulting/producthunt.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[1/3] Copying Assets.xcassets
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/16] Compiling ProductHunt PHManager.swift
[5/16] Compiling ProductHunt ProductHuntButton.swift
[6/16] Compiling ProductHunt PHVotesCount.swift
[7/17] Compiling ProductHunt resource_bundle_accessor.swift
[8/17] Compiling ProductHunt PHPost.swift
[9/17] Compiling ProductHunt PHButton.swift
[10/17] Compiling ProductHunt UIFont.swift
[11/17] Compiling ProductHunt UserDefaults.swift
[12/17] Compiling ProductHunt String.swift
[13/17] Compiling ProductHunt UIColor.swift
[14/17] Emitting module ProductHunt
[15/17] Compiling ProductHunt Color.swift
[16/17] Compiling ProductHunt Font.swift
[17/17] Compiling ProductHunt PHResponse.swift
Build complete! (13.00s)
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.