Build Information
Successful build of DecartSDK, reference main (d2f23f), with Swift 6.1 for macOS (SPM) on 25 Nov 2025 03:35:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild 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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/DecartAI/decart-ios.git
https://github.com/DecartAI/decart-ios.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[1/3] Copying WebRTC.framework
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/24] Emitting module DecartSDK
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/26] Compiling DecartSDK WebSocketClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/26] Compiling DecartSDK DecartError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/26] Compiling DecartSDK Models.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/26] Compiling DecartSDK ModelsInputFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/26] Compiling DecartSDK RealtimeDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/26] Compiling DecartSDK RTCPeerConnection+Ext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/26] Compiling DecartSDK CaptureDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/26] Compiling DecartSDK CaptureExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/26] Compiling DecartSDK RealtimeCameraCapture.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/26] Compiling DecartSDK SignalingManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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):
[15/26] Compiling DecartSDK SignalingModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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):
[16/26] Compiling DecartSDK ProcessClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/26] Compiling DecartSDK RealtimeClient+Media.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/26] Compiling DecartSDK DecartSDK.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/26] Compiling DecartSDK ModelDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/26] Compiling DecartSDK ModelState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/26] Compiling DecartSDK WebRTCManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 | }
[22/26] Compiling DecartSDK SocketStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 | }
[23/26] Compiling DecartSDK RealtimeClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/26] Compiling DecartSDK RealtimeConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/26] Compiling DecartSDK Logger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/26] Compiling DecartSDK RTCMLVideoViewWrapper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (17.69s)
Fetching https://github.com/stasel/WebRTC.git
[1/704] Fetching webrtc
Fetched https://github.com/stasel/WebRTC.git from cache (0.77s)
Computing version for https://github.com/stasel/WebRTC.git
Computed https://github.com/stasel/WebRTC.git at 140.0.0 (4.31s)
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
[16518/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.71s)
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.