Build Information
Successful build of CaptureSDK, reference master (232fa9), with Swift 5.10 for Linux on 10 Nov 2025 18:06:34 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/SocketMobile/swift-package-capturesdk.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:876c9f54cbb08e857839f8acb28beadbc9bf56a8488855996222d9f683e93e2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
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.33s)
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.43s)
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
Building for debugging...
[0/2] Compiling CaptureSDKFramework CaptureSDKDummy.m
[1/2] Compiling SwiftDecoderCaptureSDK SwiftDecoderDummy.m
Build complete! (4.13s)
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" : "/host/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"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:876c9f54cbb08e857839f8acb28beadbc9bf56a8488855996222d9f683e93e2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.