Build Information
Successful build of CaptureSDK, reference master (232fa9), with Swift 6.2 for macOS (SPM) on 10 Nov 2025 18:08:45 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SocketMobile/swift-package-capturesdk.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SocketMobile/swift-package-capturesdk
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 232fa95 New version of iOS CaptureSDK - Swift Package Manager
Cloned https://github.com/SocketMobile/swift-package-capturesdk.git
Revision (git rev-parse @):
232fa9551b840500b7184e9f85ab39401ae43a9a
SUCCESS checkout https://github.com/SocketMobile/swift-package-capturesdk.git at master
Fetching https://github.com/SocketMobile/swift-package-swiftdecodersdk.git
[1/158] Fetching swift-package-swiftdecodersdk
Fetched https://github.com/SocketMobile/swift-package-swiftdecodersdk.git from cache (1.76s)
Computing version for https://github.com/SocketMobile/swift-package-swiftdecodersdk.git
Computed https://github.com/SocketMobile/swift-package-swiftdecodersdk.git at 6.2.3 (2.36s)
Creating working copy for https://github.com/SocketMobile/swift-package-swiftdecodersdk.git
Working copy of https://github.com/SocketMobile/swift-package-swiftdecodersdk.git resolved at 6.2.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-package-capturesdk",
"name": "CaptureSDK",
"url": "https://github.com/SocketMobile/swift-package-capturesdk.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-package-capturesdk",
"dependencies": [
{
"identity": "swift-package-swiftdecodersdk",
"name": "SwiftDecoderSDK",
"url": "https://github.com/SocketMobile/swift-package-swiftdecodersdk.git",
"version": "6.2.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-package-swiftdecodersdk",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/SocketMobile/swift-package-capturesdk.git
[1/1157] Fetching swift-package-capturesdk
Fetched https://github.com/SocketMobile/swift-package-capturesdk.git from cache (11.52s)
Fetching https://github.com/SocketMobile/swift-package-swiftdecodersdk.git from cache
Fetched https://github.com/SocketMobile/swift-package-swiftdecodersdk.git from cache (0.48s)
Computing version for https://github.com/SocketMobile/swift-package-swiftdecodersdk.git
Computed https://github.com/SocketMobile/swift-package-swiftdecodersdk.git at 6.2.3 (0.53s)
Creating working copy for https://github.com/SocketMobile/swift-package-capturesdk.git
Working copy of https://github.com/SocketMobile/swift-package-capturesdk.git resolved at master (232fa95)
Creating working copy for https://github.com/SocketMobile/swift-package-swiftdecodersdk.git
Working copy of https://github.com/SocketMobile/swift-package-swiftdecodersdk.git resolved at 6.2.3
warning: '.resolve-product-dependencies': dependency 'swift-package-capturesdk' is not used by any target
Found 1 product dependencies
- SwiftDecoderSDK
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SocketMobile/swift-package-capturesdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling CaptureSDKFramework CaptureSDKDummy.m
[0/2] Compiling SwiftDecoderCaptureSDK SwiftDecoderDummy.m
Build complete! (0.67s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-package-swiftdecodersdk",
"requirement" : {
"exact" : [
"6.2.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/SocketMobile/swift-package-swiftdecodersdk.git"
}
],
"manifest_display_name" : "CaptureSDK",
"name" : "CaptureSDK",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "CaptureSDK",
"targets" : [
"CaptureSDKFramework",
"SwiftDecoderCaptureSDK"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftDecoderCaptureSDK",
"module_type" : "ClangTarget",
"name" : "SwiftDecoderCaptureSDK",
"path" : "Sources/SwiftDecoderDummy",
"product_dependencies" : [
"SwiftDecoderSDK"
],
"product_memberships" : [
"CaptureSDK"
],
"sources" : [
"SwiftDecoderDummy.m"
],
"type" : "library"
},
{
"c99name" : "CaptureSDKFramework",
"module_type" : "ClangTarget",
"name" : "CaptureSDKFramework",
"path" : "Sources/CaptureSDKDummy",
"product_memberships" : [
"CaptureSDK"
],
"sources" : [
"CaptureSDKDummy.m"
],
"target_dependencies" : [
"CaptureSDKBinaryTarget"
],
"type" : "library"
},
{
"c99name" : "CaptureSDKBinaryTarget",
"module_type" : "BinaryTarget",
"name" : "CaptureSDKBinaryTarget",
"path" : "Sources/CaptureSDK.xcframework",
"product_memberships" : [
"CaptureSDK"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.6"
}
Done.