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 visionOS using Xcode 16.3 on 1 May 2025 07:22:06 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 generic/platform=xrOS

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:         visionOS
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 generic/platform=xrOS 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 generic/platform=xrOS "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/XROS.platform/Developer/SDKs/XROS2.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/XROS.platform/Developer/SDKs/XROS2.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/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
Build description signature: d0e0a5a0b140f8618e78179c8885544e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d0e0a5a0b140f8618e78179c8885544e.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Purchasely/Frameworks/Purchasely.xcframework:1:1: error: While building for visionOS, 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 visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Purchasely/Frameworks/Purchasely.xcframework'. (in target 'PurchaselyWrapper' from project 'Purchasely')
** 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 generic/platform=xrOS
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 generic/platform=xrOS
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/XROS.platform/Developer/SDKs/XROS2.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/XROS.platform/Developer/SDKs/XROS2.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/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
Build description signature: 10576aa360d492723c940a4c8127ae14
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/10576aa360d492723c940a4c8127ae14.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Purchasely/Frameworks/Purchasely.xcframework:1:1: error: While building for visionOS, 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 visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Purchasely/Frameworks/Purchasely.xcframework'. (in target 'Purchasely' from project 'Purchasely')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Purchasely
(1 failure)
BUILD FAILURE 6.1 visionOS