Build Information
Successful build of KountDataCollectorPackage, reference master (b00c95), with Swift 6.0 for macOS (SPM) on 8 Nov 2025 21:26:22 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kount/kount-ios-swift-package.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kount/kount-ios-swift-package
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b00c95d Merge pull request #11 from Kount/release-5.0.0
Cloned https://github.com/Kount/kount-ios-swift-package.git
Revision (git rev-parse @):
b00c95df0f88cc443ec3adfcf98ab4bbb845be03
SUCCESS checkout https://github.com/Kount/kount-ios-swift-package.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Kount/kount-ios-swift-package.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/6] Compiling KountDataCollectorPackage KountDataCollectorPackage.swift
[5/6] Emitting module KountDataCollectorPackage
[6/6] Compiling KountDataCollectorPackage resource_bundle_accessor.swift
Build complete! (3.61s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/KountSDK.xcframework
Build complete.
{
"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"
}
Done.