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 iap-pure-client with Swift 5.10 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buhe/iap-pure-client.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/buhe/iap-pure-client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d2f101d "Add iapMap to IAPManager and update payment status in checkPaymentStatus and SKPaymentTransactionObserver."
Cloned https://github.com/buhe/iap-pure-client.git
Revision (git rev-parse @):
d2f101d06e560750626bd07d4129ab27efef087b
SUCCESS checkout https://github.com/buhe/iap-pure-client.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "iap-pure-client",
      "name": "iap-pure-client",
      "url": "https://github.com/buhe/iap-pure-client.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/iap-pure-client",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/buhe/iap-pure-client.git
[1/83] Fetching iap-pure-client
Fetched https://github.com/buhe/iap-pure-client.git from cache (0.19s)
Creating working copy for https://github.com/buhe/iap-pure-client.git
Working copy of https://github.com/buhe/iap-pure-client.git resolved at main (d2f101d)
warning: '.resolve-product-dependencies': dependency 'iap-pure-client' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/buhe/iap-pure-client.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/7] Compiling IAP iap_pure_client.swift
[4/7] Compiling IAP IAPCache.swift
[5/7] Compiling IAP IAPMaganer.swift
[6/7] Compiling IAP IAPViewModel.swift
[7/7] Emitting module IAP
Build complete! (5.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "iap-pure-client",
  "name" : "iap-pure-client",
  "path" : "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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.