The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of DecartSDK, reference main (d2f23f), with Swift 6.2 for macOS (SPM) on 25 Nov 2025 03:35:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DecartAI/decart-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DecartAI/decart-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d2f23f6 fix webrtc config + simulator macro (#11)
Cloned https://github.com/DecartAI/decart-ios.git
Revision (git rev-parse @):
d2f23f6af4e00c18c8a0d3df980f29a2c2e76677
SUCCESS checkout https://github.com/DecartAI/decart-ios.git at main
Fetching https://github.com/stasel/WebRTC.git
[1/704] Fetching webrtc
Fetched https://github.com/stasel/WebRTC.git from cache (0.73s)
Computing version for https://github.com/stasel/WebRTC.git
Computed https://github.com/stasel/WebRTC.git at 140.0.0 (3.68s)
Creating working copy for https://github.com/stasel/WebRTC.git
Working copy of https://github.com/stasel/WebRTC.git resolved at 140.0.0
Downloading binary artifact https://github.com/stasel/WebRTC/releases/download/140.0.0/WebRTC-M140.xcframework.zip
[8259/41474976] Downloading https://github.com/stasel/WebRTC/releases/download/140.0.0/WebRTC-M140.xcframework.zip
Downloaded https://github.com/stasel/WebRTC/releases/download/140.0.0/WebRTC-M140.xcframework.zip (2.50s)
========================================
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": "decart-ios",
      "name": "DecartSDK",
      "url": "https://github.com/DecartAI/decart-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/decart-ios",
      "dependencies": [
        {
          "identity": "webrtc",
          "name": "WebRTC",
          "url": "https://github.com/stasel/WebRTC.git",
          "version": "140.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WebRTC",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/DecartAI/decart-ios.git
[1/544] Fetching decart-ios
Fetched https://github.com/DecartAI/decart-ios.git from cache (0.89s)
Fetching https://github.com/stasel/WebRTC.git from cache
Fetched https://github.com/stasel/WebRTC.git from cache (0.46s)
Computing version for https://github.com/stasel/WebRTC.git
Computed https://github.com/stasel/WebRTC.git at 140.0.0 (0.51s)
Creating working copy for https://github.com/stasel/WebRTC.git
Working copy of https://github.com/stasel/WebRTC.git resolved at 140.0.0
Creating working copy for https://github.com/DecartAI/decart-ios.git
Working copy of https://github.com/DecartAI/decart-ios.git resolved at main (d2f23f6)
Fetching binary artifact https://github.com/stasel/WebRTC/releases/download/140.0.0/WebRTC-M140.xcframework.zip from cache
Fetched https://github.com/stasel/WebRTC/releases/download/140.0.0/WebRTC-M140.xcframework.zip from cache (1.60s)
warning: '.resolve-product-dependencies': dependency 'decart-ios' is not used by any target
Found 1 product dependencies
  - WebRTC
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/DecartAI/decart-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying WebRTC.framework
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/24] Emitting module DecartSDK
[5/26] Compiling DecartSDK DecartSDK.swift
[6/26] Compiling DecartSDK ModelDataTypes.swift
[7/26] Compiling DecartSDK ModelState.swift
[8/26] Compiling DecartSDK CaptureDataTypes.swift
[9/26] Compiling DecartSDK CaptureExtensions.swift
[10/26] Compiling DecartSDK RealtimeCameraCapture.swift
[11/26] Compiling DecartSDK RealtimeClient.swift
[12/26] Compiling DecartSDK RealtimeConfiguration.swift
[13/26] Compiling DecartSDK RealtimeDataTypes.swift
[14/26] Compiling DecartSDK RTCPeerConnection+Ext.swift
[15/26] Compiling DecartSDK WebSocketClient.swift
[16/26] Compiling DecartSDK DecartError.swift
[17/26] Compiling DecartSDK ProcessClient.swift
[18/26] Compiling DecartSDK RealtimeClient+Media.swift
[19/26] Compiling DecartSDK WebRTCManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/DecartSDK/Realtime/WebRTC/WebRTCManager.swift:49:5: warning: no 'async' operations occur within 'await' expression
 47 | 			if let transceiver = peerConnection.transceivers.first(where: { $0.mediaType == .video }
 48 | 			) {
 49 | 				await realtimeConfig.media.video.configure(
    |     `- warning: no 'async' operations occur within 'await' expression
 50 | 					transceiver: transceiver, factory: factory)
 51 | 			}
[20/26] Compiling DecartSDK SocketStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/DecartSDK/Realtime/WebRTC/WebRTCManager.swift:49:5: warning: no 'async' operations occur within 'await' expression
 47 | 			if let transceiver = peerConnection.transceivers.first(where: { $0.mediaType == .video }
 48 | 			) {
 49 | 				await realtimeConfig.media.video.configure(
    |     `- warning: no 'async' operations occur within 'await' expression
 50 | 					transceiver: transceiver, factory: factory)
 51 | 			}
[21/26] Compiling DecartSDK Models.swift
[22/26] Compiling DecartSDK ModelsInputFactory.swift
[23/26] Compiling DecartSDK SignalingManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/DecartSDK/Realtime/WebRTC/SignalingManager.swift:41:6: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
 39 | 					await self.handle(event)
 40 | 				}
 41 | 			} catch {
    |      `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
 42 | 				DecartLogger.log("error in signaling loop: \(error)", level: .error)
 43 | 				self.state = .error
/Users/admin/builder/spi-builder-workspace/Sources/DecartSDK/Realtime/WebRTC/SignalingManager.swift:92:5: warning: no 'async' operations occur within 'await' expression
 90 |
 91 | 				try await peerConnection.setLocalDescription(answer)
 92 | 				await send(.answer(AnswerMessage(type: "answer", sdp: answer.sdp)))
    |     `- warning: no 'async' operations occur within 'await' expression
 93 |
 94 | 			case .answer(let msg):
[24/26] Compiling DecartSDK SignalingModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DecartSDK/Realtime/WebRTC/SignalingManager.swift:41:6: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
 39 | 					await self.handle(event)
 40 | 				}
 41 | 			} catch {
    |      `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
 42 | 				DecartLogger.log("error in signaling loop: \(error)", level: .error)
 43 | 				self.state = .error
/Users/admin/builder/spi-builder-workspace/Sources/DecartSDK/Realtime/WebRTC/SignalingManager.swift:92:5: warning: no 'async' operations occur within 'await' expression
 90 |
 91 | 				try await peerConnection.setLocalDescription(answer)
 92 | 				await send(.answer(AnswerMessage(type: "answer", sdp: answer.sdp)))
    |     `- warning: no 'async' operations occur within 'await' expression
 93 |
 94 | 			case .answer(let msg):
[25/26] Compiling DecartSDK Logger.swift
[26/26] Compiling DecartSDK RTCMLVideoViewWrapper.swift
Build complete! (9.56s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "webrtc",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "140.0.0",
            "upper_bound" : "141.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stasel/WebRTC.git"
    }
  ],
  "manifest_display_name" : "DecartSDK",
  "name" : "DecartSDK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "DecartSDK",
      "targets" : [
        "DecartSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DecartSDK",
      "module_type" : "SwiftTarget",
      "name" : "DecartSDK",
      "path" : "Sources/DecartSDK",
      "product_dependencies" : [
        "WebRTC"
      ],
      "product_memberships" : [
        "DecartSDK"
      ],
      "sources" : [
        "Capture/CaptureDataTypes.swift",
        "Capture/CaptureExtensions.swift",
        "Capture/RealtimeCameraCapture.swift",
        "DecartSDK.swift",
        "Models/ModelDataTypes.swift",
        "Models/ModelState.swift",
        "Models/Models.swift",
        "Models/ModelsInputFactory.swift",
        "Process/ProcessClient.swift",
        "Realtime/RealtimeClient+Media.swift",
        "Realtime/RealtimeClient.swift",
        "Realtime/RealtimeConfiguration.swift",
        "Realtime/RealtimeDataTypes.swift",
        "Realtime/WebRTC/RTCPeerConnection+Ext.swift",
        "Realtime/WebRTC/SignalingManager.swift",
        "Realtime/WebRTC/SignalingModel.swift",
        "Realtime/WebRTC/WebRTCManager.swift",
        "Realtime/Websocket/SocketStream.swift",
        "Realtime/Websocket/WebSocketClient.swift",
        "Shared/DecartError.swift",
        "Shared/Logger.swift",
        "SwiftUI/RTCMLVideoViewWrapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0.3"
}
Done.