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

Failed to build Purchasely, reference master (69f0d8), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 1 May 2025 07:22:09 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Purchasely -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Purchasely/Purchasely-iOS.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Purchasely/Purchasely-iOS
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 69f0d87 Merge pull request #58 from Purchasely/Release/5.1.1RC
Cloned https://github.com/Purchasely/Purchasely-iOS.git
Revision (git rev-parse @):
69f0d878acd5120c8050d57b4e93567676f4d652
SUCCESS checkout https://github.com/Purchasely/Purchasely-iOS.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Purchasely/Purchasely-iOS.git
https://github.com/Purchasely/Purchasely-iOS.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Purchasely",
  "name" : "Purchasely",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Purchasely",
      "targets" : [
        "PurchaselyWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PurchaselyWrapper",
      "module_type" : "ClangTarget",
      "name" : "PurchaselyWrapper",
      "path" : "Purchasely/PurchaselyWrapper",
      "product_memberships" : [
        "Purchasely"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "Purchasely"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Purchasely",
      "module_type" : "BinaryTarget",
      "name" : "Purchasely",
      "path" : "Purchasely/Frameworks/Purchasely.xcframework",
      "product_memberships" : [
        "Purchasely"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.5"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Purchasely: /Users/admin/builder/spi-builder-workspace
resolved source packages: Purchasely
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Purchasely",
  "name" : "Purchasely",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Purchasely",
      "targets" : [
        "PurchaselyWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PurchaselyWrapper",
      "module_type" : "ClangTarget",
      "name" : "PurchaselyWrapper",
      "path" : "Purchasely/PurchaselyWrapper",
      "product_memberships" : [
        "Purchasely"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "Purchasely"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Purchasely",
      "module_type" : "BinaryTarget",
      "name" : "Purchasely",
      "path" : "Purchasely/Frameworks/Purchasely.xcframework",
      "product_memberships" : [
        "Purchasely"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Purchasely"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Purchasely -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Purchasely -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  Purchasely: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Purchasely' in project 'Purchasely'
        ➜ Explicit dependency on target 'PurchaselyWrapper' in project 'Purchasely'
    Target 'PurchaselyWrapper' in project 'Purchasely' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
Build description signature: 3985b8398824e8fa0b4e982c18ed1245
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3985b8398824e8fa0b4e982c18ed1245.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Purchasely/Frameworks/Purchasely.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Purchasely/Frameworks/Purchasely.xcframework'. (in target 'PurchaselyWrapper' from project 'Purchasely')
/Users/admin/builder/spi-builder-workspace/Purchasely/Frameworks/Purchasely.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Purchasely/Frameworks/Purchasely.xcframework'. (in target 'Purchasely' from project 'Purchasely')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:f80f99e816cf4a425029da52aa4dbfe0b139741f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:f80f99e816cf4a425029da52aa4dbfe0b139741f, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:f80f99e816cf4a425029da52aa4dbfe0b139741f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:f80f99e816cf4a425029da52aa4dbfe0b139741f, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Purchasely
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Purchasely: /Users/admin/builder/spi-builder-workspace
resolved source packages: Purchasely
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Purchasely",
  "name" : "Purchasely",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Purchasely",
      "targets" : [
        "PurchaselyWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PurchaselyWrapper",
      "module_type" : "ClangTarget",
      "name" : "PurchaselyWrapper",
      "path" : "Purchasely/PurchaselyWrapper",
      "product_memberships" : [
        "Purchasely"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "Purchasely"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Purchasely",
      "module_type" : "BinaryTarget",
      "name" : "Purchasely",
      "path" : "Purchasely/Frameworks/Purchasely.xcframework",
      "product_memberships" : [
        "Purchasely"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Purchasely"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Purchasely -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Purchasely -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  Purchasely: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Purchasely' in project 'Purchasely'
        ➜ Explicit dependency on target 'PurchaselyWrapper' in project 'Purchasely'
    Target 'PurchaselyWrapper' in project 'Purchasely' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
Build description signature: 1bf88c325d9dcc47bc7f58d97a5df7df
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1bf88c325d9dcc47bc7f58d97a5df7df.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Purchasely/Frameworks/Purchasely.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Purchasely/Frameworks/Purchasely.xcframework'. (in target 'Purchasely' from project 'Purchasely')
/Users/admin/builder/spi-builder-workspace/Purchasely/Frameworks/Purchasely.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Purchasely/Frameworks/Purchasely.xcframework'. (in target 'PurchaselyWrapper' from project 'Purchasely')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:f80f99e816cf4a425029da52aa4dbfe0b139741f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:f80f99e816cf4a425029da52aa4dbfe0b139741f, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:f80f99e816cf4a425029da52aa4dbfe0b139741f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:f80f99e816cf4a425029da52aa4dbfe0b139741f, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Purchasely
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild