Build Information
Failed to build StreamVideo, reference 1.46.0 (4be15a), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 18:43:58 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GetStream/stream-video-swift.git
Reference: 1.46.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GetStream/stream-video-swift
* tag 1.46.0 -> FETCH_HEAD
HEAD is now at 4be15a9 Bump 1.46.0
Cloned https://github.com/GetStream/stream-video-swift.git
Revision (git rev-parse @):
4be15a9b7cf0c446b7be4438156a776e9023fcef
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/GetStream/stream-video-swift.git at 1.46.0
Fetching https://github.com/GetStream/stream-video-swift-webrtc.git
Fetching https://github.com/apple/swift-protobuf.git
[1/11646] Fetching stream-video-swift-webrtc
[118/58814] Fetching stream-video-swift-webrtc, swift-protobuf
Fetched https://github.com/GetStream/stream-video-swift-webrtc.git from cache (7.97s)
Fetched https://github.com/apple/swift-protobuf.git from cache (7.97s)
Computing version for https://github.com/GetStream/stream-video-swift-webrtc.git
Computed https://github.com/GetStream/stream-video-swift-webrtc.git at 137.0.71 (8.76s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.60s)
Creating working copy for https://github.com/GetStream/stream-video-swift-webrtc.git
Working copy of https://github.com/GetStream/stream-video-swift-webrtc.git resolved at 137.0.71
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
Downloading binary artifact https://github.com/GetStream/stream-video-swift-webrtc/releases/download/137.0.71/StreamWebRTC.xcframework.zip
[15149/174951534] Downloading https://github.com/GetStream/stream-video-swift-webrtc/releases/download/137.0.71/StreamWebRTC.xcframework.zip
Downloaded https://github.com/GetStream/stream-video-swift-webrtc/releases/download/137.0.71/StreamWebRTC.xcframework.zip (15.10s)
========================================
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": "stream-video-swift",
"name": "StreamVideo",
"url": "https://github.com/GetStream/stream-video-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/stream-video-swift",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-protobuf",
"name": "SwiftProtobuf",
"url": "https://github.com/apple/swift-protobuf.git",
"version": "1.30.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-protobuf",
"traits": [
"default"
],
"dependencies": [
]
},
{
"identity": "stream-video-swift-webrtc",
"name": "StreamWebRTC",
"url": "https://github.com/GetStream/stream-video-swift-webrtc.git",
"version": "137.0.71",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/stream-video-swift-webrtc",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/GetStream/stream-video-swift.git
[1/67770] Fetching stream-video-swift
Fetched https://github.com/GetStream/stream-video-swift.git from cache (100.34s)
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetching https://github.com/GetStream/stream-video-swift-webrtc.git from cache
Fetched https://github.com/apple/swift-protobuf.git from cache (0.67s)
Fetched https://github.com/GetStream/stream-video-swift-webrtc.git from cache (0.67s)
Computing version for https://github.com/GetStream/stream-video-swift-webrtc.git
Computed https://github.com/GetStream/stream-video-swift-webrtc.git at 137.0.71 (0.74s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.03s)
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
Creating working copy for https://github.com/GetStream/stream-video-swift.git
Working copy of https://github.com/GetStream/stream-video-swift.git resolved at 1.46.0 (4be15a9)
Creating working copy for https://github.com/GetStream/stream-video-swift-webrtc.git
Working copy of https://github.com/GetStream/stream-video-swift-webrtc.git resolved at 137.0.71
Fetching binary artifact https://github.com/GetStream/stream-video-swift-webrtc/releases/download/137.0.71/StreamWebRTC.xcframework.zip from cache
Fetched https://github.com/GetStream/stream-video-swift-webrtc/releases/download/137.0.71/StreamWebRTC.xcframework.zip from cache (7.36s)
warning: '.resolve-product-dependencies': dependency 'stream-video-swift' is not used by any target
Found 2 product dependencies
- SwiftProtobuf
- StreamWebRTC
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/GetStream/stream-video-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'StreamVideo' requires macos 10.13, but depends on the product 'StreamWebRTC' which requires macos 11.0; consider changing the library 'StreamVideo' to require macos 11.0 or later, or the product 'StreamWebRTC' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm