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 iap-pure-client, reference 0.4.0 (e7f60d), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 13:12: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/buhe/iap-pure-client.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/buhe/iap-pure-client
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at e7f60d7 Merge branch 'main' of https://github.com/buhe/iap-pure-client
Cloned https://github.com/buhe/iap-pure-client.git
Revision (git rev-parse @):
e7f60d71db3684f3dd0dd56a04556c220126fbe0
SUCCESS checkout https://github.com/buhe/iap-pure-client.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/buhe/iap-pure-client.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/7] Compiling IAP iap_pure_client.swift
[4/7] Compiling IAP IAPViewModel.swift
[5/7] Emitting module IAP
[6/7] Compiling IAP IAPMaganer.swift
[7/7] Compiling IAP IAPCache.swift
Build complete! (7.37s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "iap-pure-client",
  "name" : "iap-pure-client",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "IAP",
      "targets" : [
        "IAP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "iap_pure_clientTests",
      "module_type" : "SwiftTarget",
      "name" : "iap-pure-clientTests",
      "path" : "Tests/iap-pure-clientTests",
      "sources" : [
        "iap_pure_clientTests.swift"
      ],
      "target_dependencies" : [
        "IAP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IAP",
      "module_type" : "SwiftTarget",
      "name" : "IAP",
      "path" : "Sources/IAP",
      "product_memberships" : [
        "IAP"
      ],
      "sources" : [
        "IAPCache.swift",
        "IAPMaganer.swift",
        "IAPViewModel.swift",
        "iap_pure_client.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7.1"
}
Done.