The Swift Package Index logo.Swift Package Index

Build Information

Failed to build KountDataCollectorPackage, reference 5.0.0 (8f293a), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 17 Apr 2026 12:16:11 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kount/kount-ios-swift-package.git
Reference: 5.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kount/kount-ios-swift-package
 * tag               5.0.0      -> FETCH_HEAD
HEAD is now at 8f293ab Release 5.0.0
Cloned https://github.com/Kount/kount-ios-swift-package.git
Revision (git rev-parse @):
8f293ab6c0d5cff30137032feb4251f0aebb534c
SUCCESS checkout https://github.com/Kount/kount-ios-swift-package.git at 5.0.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Kount/kount-ios-swift-package.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  KountDataCollectorPackage: /Users/admin/builder/spi-builder-workspace
resolved source packages: KountDataCollectorPackage
2026-04-17 08:15:57.319 xcodebuild[529:3055] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KountDataCollectorPackage",
  "name" : "KountDataCollectorPackage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KountDataCollectorPackage",
      "targets" : [
        "KountDataCollectorPackage",
        "KountDataCollector"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KountDataCollectorPackageTests",
      "module_type" : "SwiftTarget",
      "name" : "KountDataCollectorPackageTests",
      "path" : "Tests/KountDataCollectorPackageTests",
      "sources" : [
        "KountDataCollectorPackageTests.swift"
      ],
      "target_dependencies" : [
        "KountDataCollectorPackage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KountDataCollectorPackage",
      "module_type" : "SwiftTarget",
      "name" : "KountDataCollectorPackage",
      "path" : "Sources",
      "product_memberships" : [
        "KountDataCollectorPackage"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "KountDataCollectorPackage/KountDataCollectorPackage.swift"
      ],
      "target_dependencies" : [
        "KountDataCollector"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KountDataCollector",
      "module_type" : "BinaryTarget",
      "name" : "KountDataCollector",
      "path" : "Sources/KountSDK.xcframework",
      "product_memberships" : [
        "KountDataCollectorPackage"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "KountDataCollectorPackage"
    ]
  }
}
2026-04-17 08:16:05.399 xcodebuild[631:3816] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme KountDataCollectorPackage -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.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 KountDataCollectorPackage -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  KountDataCollectorPackage: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'KountDataCollectorPackage' in project 'KountDataCollectorPackage'
        ➜ Explicit dependency on target 'KountDataCollectorPackage' in project 'KountDataCollectorPackage'
        ➜ Explicit dependency on target 'KountDataCollectorPackage_KountDataCollectorPackage' in project 'KountDataCollectorPackage'
    Target 'KountDataCollectorPackage' in project 'KountDataCollectorPackage'
        ➜ Explicit dependency on target 'KountDataCollectorPackage_KountDataCollectorPackage' in project 'KountDataCollectorPackage'
    Target 'KountDataCollectorPackage_KountDataCollectorPackage' in project 'KountDataCollectorPackage' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0969289a0ad332af31c4eb8e60885fd6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0969289a0ad332af31c4eb8e60885fd6.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Sources/KountSDK.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Sources/KountSDK.xcframework'. (in target 'KountDataCollectorPackage' from project 'KountDataCollectorPackage')
/Users/admin/builder/spi-builder-workspace/Sources/KountSDK.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Sources/KountSDK.xcframework'. (in target 'KountDataCollectorPackage' from project 'KountDataCollectorPackage')
/Users/admin/builder/spi-builder-workspace/Sources/KountSDK.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Sources/KountSDK.xcframework'. (in target 'KountDataCollectorPackage' from project 'KountDataCollectorPackage')
2026-04-17 08:16:06.903 xcodebuild[638:3878] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:271b6ecb9d713a25c53c45e5a0ec6ac60fc2b1ec, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:271b6ecb9d713a25c53c45e5a0ec6ac60fc2b1ec, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:271b6ecb9d713a25c53c45e5a0ec6ac60fc2b1ec, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:271b6ecb9d713a25c53c45e5a0ec6ac60fc2b1ec, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme KountDataCollectorPackage
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  KountDataCollectorPackage: /Users/admin/builder/spi-builder-workspace
resolved source packages: KountDataCollectorPackage
2026-04-17 08:16:08.655 xcodebuild[654:3987] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KountDataCollectorPackage",
  "name" : "KountDataCollectorPackage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KountDataCollectorPackage",
      "targets" : [
        "KountDataCollectorPackage",
        "KountDataCollector"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KountDataCollectorPackageTests",
      "module_type" : "SwiftTarget",
      "name" : "KountDataCollectorPackageTests",
      "path" : "Tests/KountDataCollectorPackageTests",
      "sources" : [
        "KountDataCollectorPackageTests.swift"
      ],
      "target_dependencies" : [
        "KountDataCollectorPackage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KountDataCollectorPackage",
      "module_type" : "SwiftTarget",
      "name" : "KountDataCollectorPackage",
      "path" : "Sources",
      "product_memberships" : [
        "KountDataCollectorPackage"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "KountDataCollectorPackage/KountDataCollectorPackage.swift"
      ],
      "target_dependencies" : [
        "KountDataCollector"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KountDataCollector",
      "module_type" : "BinaryTarget",
      "name" : "KountDataCollector",
      "path" : "Sources/KountSDK.xcframework",
      "product_memberships" : [
        "KountDataCollectorPackage"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "KountDataCollectorPackage"
    ]
  }
}
2026-04-17 08:16:09.768 xcodebuild[664:4051] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme KountDataCollectorPackage -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.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 KountDataCollectorPackage -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  KountDataCollectorPackage: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'KountDataCollectorPackage' in project 'KountDataCollectorPackage'
        ➜ Explicit dependency on target 'KountDataCollectorPackage' in project 'KountDataCollectorPackage'
        ➜ Explicit dependency on target 'KountDataCollectorPackage_KountDataCollectorPackage' in project 'KountDataCollectorPackage'
    Target 'KountDataCollectorPackage' in project 'KountDataCollectorPackage'
        ➜ Explicit dependency on target 'KountDataCollectorPackage_KountDataCollectorPackage' in project 'KountDataCollectorPackage'
    Target 'KountDataCollectorPackage_KountDataCollectorPackage' in project 'KountDataCollectorPackage' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0969289a0ad332af31c4eb8e60885fd6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0969289a0ad332af31c4eb8e60885fd6.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Sources/KountSDK.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Sources/KountSDK.xcframework'. (in target 'KountDataCollectorPackage' from project 'KountDataCollectorPackage')
/Users/admin/builder/spi-builder-workspace/Sources/KountSDK.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Sources/KountSDK.xcframework'. (in target 'KountDataCollectorPackage' from project 'KountDataCollectorPackage')
/Users/admin/builder/spi-builder-workspace/Sources/KountSDK.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Sources/KountSDK.xcframework'. (in target 'KountDataCollectorPackage' from project 'KountDataCollectorPackage')
2026-04-17 08:16:10.604 xcodebuild[667:4083] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:271b6ecb9d713a25c53c45e5a0ec6ac60fc2b1ec, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:271b6ecb9d713a25c53c45e5a0ec6ac60fc2b1ec, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:271b6ecb9d713a25c53c45e5a0ec6ac60fc2b1ec, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:271b6ecb9d713a25c53c45e5a0ec6ac60fc2b1ec, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme KountDataCollectorPackage
(1 failure)
BUILD FAILURE 6.3 macosXcodebuild