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

Failed to build FastSpringStore, reference main (01c515), with Swift 6.1 for visionOS using Xcode 16.3 on 28 Apr 2025 19:06:46 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FastSpringStore-Package -destination generic/platform=xrOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CleanCocoa/FastSpringStore.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CleanCocoa/FastSpringStore
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 01c5151 add Privacy Manifest files
Cloned https://github.com/CleanCocoa/FastSpringStore.git
Revision (git rev-parse @):
01c515110fb69d3662bb1a5d736b69483dea612d
SUCCESS checkout https://github.com/CleanCocoa/FastSpringStore.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CleanCocoa/FastSpringStore.git
https://github.com/CleanCocoa/FastSpringStore.git
{
  "dependencies" : [
    {
      "identity" : "triallicensing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.3.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CleanCocoa/TrialLicensing.git"
    }
  ],
  "manifest_display_name" : "FastSpringStore",
  "name" : "FastSpringStore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "FastSpringStore",
      "targets" : [
        "FastSpringStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FastSpringClassicStore",
      "targets" : [
        "FastSpringClassicStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FsprgEmbeddedStore",
      "module_type" : "BinaryTarget",
      "name" : "FsprgEmbeddedStore",
      "path" : "remote/archive/FsprgEmbeddedStore.xcframework.zip",
      "product_memberships" : [
        "FastSpringClassicStore"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "FastSpringStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "FastSpringStoreTests",
      "path" : "Tests/FastSpringStoreTests",
      "sources" : [
        "FastSpringPurchaseTests.swift"
      ],
      "target_dependencies" : [
        "FastSpringStore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FastSpringStore",
      "module_type" : "SwiftTarget",
      "name" : "FastSpringStore",
      "path" : "Sources/FastSpringStore",
      "product_memberships" : [
        "FastSpringStore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FastSpringStore/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DynamicAppearanceWebView.swift",
        "FastSpringPurchase.swift",
        "FastSpringStore.swift",
        "FastSpringStoreJavaScriptBridge.swift",
        "FastSpringStoreViewController.swift",
        "FastSpringStoreWindowController.swift",
        "NSLayoutConstraint+prioritized.swift",
        "NSView+constrainToSuperviewBounds.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FastSpringClassicStore",
      "module_type" : "SwiftTarget",
      "name" : "FastSpringClassicStore",
      "path" : "Sources/FastSpringClassicStore",
      "product_dependencies" : [
        "TrialLicense"
      ],
      "product_memberships" : [
        "FastSpringClassicStore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FastSpringClassicStore/FastSpringStoreWindowController.xib",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FastSpringClassicStore/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FastSpringStore.swift",
        "FastSpringStoreController.swift",
        "FastSpringStoreInfo+Dictionary.swift",
        "FastSpringStoreInfo.swift",
        "FastSpringStoreWindowController.swift",
        "Me.swift"
      ],
      "target_dependencies" : [
        "FsprgEmbeddedStore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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
Fetching from https://github.com/CleanCocoa/TrialLicensing.git
Fetching from https://github.com/glebd/cocoafob
Creating working copy of package ‘cocoafob’
Checking out 2.4.0 of package ‘cocoafob’
Creating working copy of package ‘TrialLicensing’
Checking out 3.4.0 of package ‘TrialLicensing’
Resolve Package Graph
Resolved source packages:
  TrialLicense: https://github.com/CleanCocoa/TrialLicensing.git @ 3.4.0
  CocoaFob: https://github.com/glebd/cocoafob @ 2.4.0
  FastSpringStore: /Users/admin/builder/spi-builder-workspace
resolved source packages: TrialLicense, CocoaFob, FastSpringStore
{
  "dependencies" : [
    {
      "identity" : "triallicensing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.3.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CleanCocoa/TrialLicensing.git"
    }
  ],
  "manifest_display_name" : "FastSpringStore",
  "name" : "FastSpringStore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "FastSpringStore",
      "targets" : [
        "FastSpringStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FastSpringClassicStore",
      "targets" : [
        "FastSpringClassicStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FsprgEmbeddedStore",
      "module_type" : "BinaryTarget",
      "name" : "FsprgEmbeddedStore",
      "path" : "remote/archive/FsprgEmbeddedStore.xcframework.zip",
      "product_memberships" : [
        "FastSpringClassicStore"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "FastSpringStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "FastSpringStoreTests",
      "path" : "Tests/FastSpringStoreTests",
      "sources" : [
        "FastSpringPurchaseTests.swift"
      ],
      "target_dependencies" : [
        "FastSpringStore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FastSpringStore",
      "module_type" : "SwiftTarget",
      "name" : "FastSpringStore",
      "path" : "Sources/FastSpringStore",
      "product_memberships" : [
        "FastSpringStore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FastSpringStore/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DynamicAppearanceWebView.swift",
        "FastSpringPurchase.swift",
        "FastSpringStore.swift",
        "FastSpringStoreJavaScriptBridge.swift",
        "FastSpringStoreViewController.swift",
        "FastSpringStoreWindowController.swift",
        "NSLayoutConstraint+prioritized.swift",
        "NSView+constrainToSuperviewBounds.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FastSpringClassicStore",
      "module_type" : "SwiftTarget",
      "name" : "FastSpringClassicStore",
      "path" : "Sources/FastSpringClassicStore",
      "product_dependencies" : [
        "TrialLicense"
      ],
      "product_memberships" : [
        "FastSpringClassicStore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FastSpringClassicStore/FastSpringStoreWindowController.xib",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FastSpringClassicStore/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FastSpringStore.swift",
        "FastSpringStoreController.swift",
        "FastSpringStoreInfo+Dictionary.swift",
        "FastSpringStoreInfo.swift",
        "FastSpringStoreWindowController.swift",
        "Me.swift"
      ],
      "target_dependencies" : [
        "FsprgEmbeddedStore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FastSpringClassicStore",
      "FastSpringStore",
      "FastSpringStore-Package"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FastSpringClassicStore",
      "FastSpringStore",
      "FastSpringStore-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FastSpringStore-Package -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 FastSpringStore-Package -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
Resolve Package Graph
Resolved source packages:
  FastSpringStore: /Users/admin/builder/spi-builder-workspace
  TrialLicense: https://github.com/CleanCocoa/TrialLicensing.git @ 3.4.0
  CocoaFob: https://github.com/glebd/cocoafob @ 2.4.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (13 targets)
    Target 'FastSpringStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'FastSpringStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'FastSpringStore_FastSpringStore' in project 'FastSpringStore'
    Target 'FastSpringStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'FastSpringStore_FastSpringStore' in project 'FastSpringStore'
    Target 'FastSpringStore_FastSpringStore' in project 'FastSpringStore' (no dependencies)
    Target 'FastSpringClassicStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'FastSpringClassicStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'FastSpringStore_FastSpringClassicStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'TrialLicense' in project 'TrialLicense'
    Target 'FastSpringClassicStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'FastSpringStore_FastSpringClassicStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'TrialLicense' in project 'TrialLicense'
    Target 'TrialLicense' in project 'TrialLicense'
        ➜ Explicit dependency on target 'TrialLicense' in project 'TrialLicense'
        ➜ Explicit dependency on target 'TrialLicense_TrialLicense' in project 'TrialLicense'
        ➜ Explicit dependency on target 'Trial' in project 'TrialLicense'
        ➜ Explicit dependency on target 'CocoaFob' in project 'CocoaFob'
    Target 'TrialLicense' in project 'TrialLicense'
        ➜ Explicit dependency on target 'TrialLicense_TrialLicense' in project 'TrialLicense'
        ➜ Explicit dependency on target 'Trial' in project 'TrialLicense'
        ➜ Explicit dependency on target 'CocoaFob' in project 'CocoaFob'
    Target 'CocoaFob' in project 'CocoaFob'
        ➜ Explicit dependency on target 'CocoaFob' in project 'CocoaFob'
    Target 'CocoaFob' in project 'CocoaFob' (no dependencies)
    Target 'Trial' in project 'TrialLicense'
        ➜ Explicit dependency on target 'TrialLicense_Trial' in project 'TrialLicense'
    Target 'TrialLicense_Trial' in project 'TrialLicense' (no dependencies)
    Target 'TrialLicense_TrialLicense' in project 'TrialLicense' (no dependencies)
    Target 'FastSpringStore_FastSpringClassicStore' in project 'FastSpringStore' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
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/ld -version_details
Build description signature: 62ca2579f3fe9f4172acb5a85afff200
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/62ca2579f3fe9f4172acb5a85afff200.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FsprgEmbeddedStore/FsprgEmbeddedStore.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FsprgEmbeddedStore/FsprgEmbeddedStore.xcframework'. (in target 'FastSpringClassicStore' from project 'FastSpringStore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FsprgEmbeddedStore/FsprgEmbeddedStore.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FsprgEmbeddedStore/FsprgEmbeddedStore.xcframework'. (in target 'FastSpringClassicStore' from project 'FastSpringStore')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme FastSpringStore-Package
(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:
  FastSpringStore: /Users/admin/builder/spi-builder-workspace
  TrialLicense: https://github.com/CleanCocoa/TrialLicensing.git @ 3.4.0
  CocoaFob: https://github.com/glebd/cocoafob @ 2.4.0
resolved source packages: FastSpringStore, TrialLicense, CocoaFob
{
  "dependencies" : [
    {
      "identity" : "triallicensing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.3.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CleanCocoa/TrialLicensing.git"
    }
  ],
  "manifest_display_name" : "FastSpringStore",
  "name" : "FastSpringStore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "FastSpringStore",
      "targets" : [
        "FastSpringStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FastSpringClassicStore",
      "targets" : [
        "FastSpringClassicStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FsprgEmbeddedStore",
      "module_type" : "BinaryTarget",
      "name" : "FsprgEmbeddedStore",
      "path" : "remote/archive/FsprgEmbeddedStore.xcframework.zip",
      "product_memberships" : [
        "FastSpringClassicStore"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "FastSpringStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "FastSpringStoreTests",
      "path" : "Tests/FastSpringStoreTests",
      "sources" : [
        "FastSpringPurchaseTests.swift"
      ],
      "target_dependencies" : [
        "FastSpringStore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FastSpringStore",
      "module_type" : "SwiftTarget",
      "name" : "FastSpringStore",
      "path" : "Sources/FastSpringStore",
      "product_memberships" : [
        "FastSpringStore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FastSpringStore/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DynamicAppearanceWebView.swift",
        "FastSpringPurchase.swift",
        "FastSpringStore.swift",
        "FastSpringStoreJavaScriptBridge.swift",
        "FastSpringStoreViewController.swift",
        "FastSpringStoreWindowController.swift",
        "NSLayoutConstraint+prioritized.swift",
        "NSView+constrainToSuperviewBounds.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FastSpringClassicStore",
      "module_type" : "SwiftTarget",
      "name" : "FastSpringClassicStore",
      "path" : "Sources/FastSpringClassicStore",
      "product_dependencies" : [
        "TrialLicense"
      ],
      "product_memberships" : [
        "FastSpringClassicStore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FastSpringClassicStore/FastSpringStoreWindowController.xib",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FastSpringClassicStore/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FastSpringStore.swift",
        "FastSpringStoreController.swift",
        "FastSpringStoreInfo+Dictionary.swift",
        "FastSpringStoreInfo.swift",
        "FastSpringStoreWindowController.swift",
        "Me.swift"
      ],
      "target_dependencies" : [
        "FsprgEmbeddedStore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FastSpringClassicStore",
      "FastSpringStore",
      "FastSpringStore-Package"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FastSpringClassicStore",
      "FastSpringStore",
      "FastSpringStore-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FastSpringStore-Package -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 FastSpringStore-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  TrialLicense: https://github.com/CleanCocoa/TrialLicensing.git @ 3.4.0
  FastSpringStore: /Users/admin/builder/spi-builder-workspace
  CocoaFob: https://github.com/glebd/cocoafob @ 2.4.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (13 targets)
    Target 'FastSpringStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'FastSpringStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'FastSpringStore_FastSpringStore' in project 'FastSpringStore'
    Target 'FastSpringStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'FastSpringStore_FastSpringStore' in project 'FastSpringStore'
    Target 'FastSpringStore_FastSpringStore' in project 'FastSpringStore' (no dependencies)
    Target 'FastSpringClassicStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'FastSpringClassicStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'FastSpringStore_FastSpringClassicStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'TrialLicense' in project 'TrialLicense'
    Target 'FastSpringClassicStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'FastSpringStore_FastSpringClassicStore' in project 'FastSpringStore'
        ➜ Explicit dependency on target 'TrialLicense' in project 'TrialLicense'
    Target 'TrialLicense' in project 'TrialLicense'
        ➜ Explicit dependency on target 'TrialLicense' in project 'TrialLicense'
        ➜ Explicit dependency on target 'TrialLicense_TrialLicense' in project 'TrialLicense'
        ➜ Explicit dependency on target 'Trial' in project 'TrialLicense'
        ➜ Explicit dependency on target 'CocoaFob' in project 'CocoaFob'
    Target 'TrialLicense' in project 'TrialLicense'
        ➜ Explicit dependency on target 'TrialLicense_TrialLicense' in project 'TrialLicense'
        ➜ Explicit dependency on target 'Trial' in project 'TrialLicense'
        ➜ Explicit dependency on target 'CocoaFob' in project 'CocoaFob'
    Target 'CocoaFob' in project 'CocoaFob'
        ➜ Explicit dependency on target 'CocoaFob' in project 'CocoaFob'
    Target 'CocoaFob' in project 'CocoaFob' (no dependencies)
    Target 'Trial' in project 'TrialLicense'
        ➜ Explicit dependency on target 'TrialLicense_Trial' in project 'TrialLicense'
    Target 'TrialLicense_Trial' in project 'TrialLicense' (no dependencies)
    Target 'TrialLicense_TrialLicense' in project 'TrialLicense' (no dependencies)
    Target 'FastSpringStore_FastSpringClassicStore' in project 'FastSpringStore' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
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/ld -version_details
Build description signature: da008aedbc090a67213eb9da06307695
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/da008aedbc090a67213eb9da06307695.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FsprgEmbeddedStore/FsprgEmbeddedStore.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FsprgEmbeddedStore/FsprgEmbeddedStore.xcframework'. (in target 'FastSpringClassicStore' from project 'FastSpringStore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FsprgEmbeddedStore/FsprgEmbeddedStore.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FsprgEmbeddedStore/FsprgEmbeddedStore.xcframework'. (in target 'FastSpringClassicStore' from project 'FastSpringStore')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme FastSpringStore-Package
(1 failure)
BUILD FAILURE 6.1 visionOS