The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CaptureSDK, reference 2.0.73 (4e145d), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 16:07:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SocketMobile/swift-package-capturesdk.git
Reference: 2.0.73
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SocketMobile/swift-package-capturesdk
 * tag               2.0.73     -> FETCH_HEAD
HEAD is now at 4e145d3 New version of iOS CaptureSDK - Swift Package Manager
Cloned https://github.com/SocketMobile/swift-package-capturesdk.git
Revision (git rev-parse @):
4e145d302510e84411fb1470e622bf8dcf87e9b0
SUCCESS checkout https://github.com/SocketMobile/swift-package-capturesdk.git at 2.0.73
Fetching https://github.com/SocketMobile/swift-package-swiftdecodersdk.git
[1/249] Fetching swift-package-swiftdecodersdk
Fetched https://github.com/SocketMobile/swift-package-swiftdecodersdk.git from cache (5.46s)
Computing version for https://github.com/SocketMobile/swift-package-swiftdecodersdk.git
Computed https://github.com/SocketMobile/swift-package-swiftdecodersdk.git at 6.5.0 (6.39s)
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.5.0
========================================
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-package-swiftdecodersdk",
          "name": "SwiftDecoderSDK",
          "url": "https://github.com/SocketMobile/swift-package-swiftdecodersdk.git",
          "version": "6.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-package-swiftdecodersdk",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/SocketMobile/swift-package-capturesdk.git
[1/1424] Fetching swift-package-capturesdk
Fetched https://github.com/SocketMobile/swift-package-capturesdk.git from cache (6.36s)
Fetching https://github.com/SocketMobile/swift-package-swiftdecodersdk.git from cache
Fetched https://github.com/SocketMobile/swift-package-swiftdecodersdk.git from cache (0.45s)
Computing version for https://github.com/SocketMobile/swift-package-swiftdecodersdk.git
Computed https://github.com/SocketMobile/swift-package-swiftdecodersdk.git at 6.5.0 (0.52s)
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 2.0.73 (4e145d3)
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.5.0
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.3
Building package at path:  $PWD
https://github.com/SocketMobile/swift-package-capturesdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling SwiftDecoderCaptureSDK SwiftDecoderDummy.m
[1/2] Compiling CaptureSDKFramework CaptureSDKDummy.m
Build complete! (0.66s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-package-swiftdecodersdk",
      "requirement" : {
        "exact" : [
          "6.5.0"
        ]
      },
      "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.