Build Information
Successful build of DVR, reference master (3da5a6), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 05:27:46 UTC.
Swift 6 data race errors: 0
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/contentstack/contentstack-swift-dvr.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/contentstack/contentstack-swift-dvr
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3da5a63 Merge pull request #10 from contentstack/feature/centralize-error-messages
Cloned https://github.com/contentstack/contentstack-swift-dvr.git
Revision (git rev-parse @):
3da5a63124a014e313d77ca53dc2e2072f0575f9
SUCCESS checkout https://github.com/contentstack/contentstack-swift-dvr.git at master
========================================
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": "contentstack-swift-dvr",
"name": "DVR",
"url": "https://github.com/contentstack/contentstack-swift-dvr.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/contentstack-swift-dvr",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/contentstack/contentstack-swift-dvr.git
[1/907] Fetching contentstack-swift-dvr
Fetched https://github.com/contentstack/contentstack-swift-dvr.git from cache (0.86s)
Creating working copy for https://github.com/contentstack/contentstack-swift-dvr.git
Working copy of https://github.com/contentstack/contentstack-swift-dvr.git resolved at master (3da5a63)
warning: '.resolve-product-dependencies': dependency 'contentstack-swift-dvr' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/contentstack/contentstack-swift-dvr.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling DVR SessionDataTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/DVR/SessionDataTask.swift:3:13: warning: class 'SessionDataTask' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | final class SessionDataTask: URLSessionDataTask {
| `- warning: class 'SessionDataTask' must restate inherited '@unchecked Sendable' conformance
4 |
5 | // MARK: - Types
[4/12] Compiling DVR SessionUploadTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/DVR/SessionUploadTask.swift:3:13: warning: class 'SessionUploadTask' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | final class SessionUploadTask: URLSessionUploadTask {
| `- warning: class 'SessionUploadTask' must restate inherited '@unchecked Sendable' conformance
4 |
5 | // MARK: - Types
[5/12] Compiling DVR SessionDownloadTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/DVR/SessionDownloadTask.swift:3:13: warning: class 'SessionDownloadTask' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | final class SessionDownloadTask: URLSessionDownloadTask {
| `- warning: class 'SessionDownloadTask' must restate inherited '@unchecked Sendable' conformance
4 |
5 | // MARK: - Types
[6/12] Compiling DVR URLRequest.swift
[7/13] Compiling DVR Interaction.swift
[8/13] Emitting module DVR
/Users/admin/builder/spi-builder-workspace/Sources/DVR/HTTPURLResponse.swift:4:7: warning: class 'HTTPURLResponse' must restate inherited '@unchecked Sendable' conformance
2 |
3 | // There isn't a mutable HTTPURLResponse, so we have to make our own.
4 | class HTTPURLResponse: Foundation.HTTPURLResponse {
| `- warning: class 'HTTPURLResponse' must restate inherited '@unchecked Sendable' conformance
5 |
6 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/DVR/Session.swift:3:12: warning: class 'Session' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | open class Session: URLSession {
| `- warning: class 'Session' must restate inherited '@unchecked Sendable' conformance
4 |
5 | // MARK: - Properties
/Users/admin/builder/spi-builder-workspace/Sources/DVR/SessionDataTask.swift:3:13: warning: class 'SessionDataTask' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | final class SessionDataTask: URLSessionDataTask {
| `- warning: class 'SessionDataTask' must restate inherited '@unchecked Sendable' conformance
4 |
5 | // MARK: - Types
/Users/admin/builder/spi-builder-workspace/Sources/DVR/SessionDownloadTask.swift:3:13: warning: class 'SessionDownloadTask' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | final class SessionDownloadTask: URLSessionDownloadTask {
| `- warning: class 'SessionDownloadTask' must restate inherited '@unchecked Sendable' conformance
4 |
5 | // MARK: - Types
/Users/admin/builder/spi-builder-workspace/Sources/DVR/SessionUploadTask.swift:3:13: warning: class 'SessionUploadTask' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | final class SessionUploadTask: URLSessionUploadTask {
| `- warning: class 'SessionUploadTask' must restate inherited '@unchecked Sendable' conformance
4 |
5 | // MARK: - Types
/Users/admin/builder/spi-builder-workspace/Sources/DVR/URLResponse.swift:4:7: warning: class 'URLResponse' must restate inherited '@unchecked Sendable' conformance
2 |
3 | // There isn't a mutable URLResponse, so we have to make our own.
4 | class URLResponse: Foundation.URLResponse {
| `- warning: class 'URLResponse' must restate inherited '@unchecked Sendable' conformance
5 | private var _URL: Foundation.URL?
6 | override var url: Foundation.URL? {
[9/13] Compiling DVR Cassette.swift
[10/13] Compiling DVR DVRError.swift
[11/13] Compiling DVR HTTPURLResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/DVR/HTTPURLResponse.swift:4:7: warning: class 'HTTPURLResponse' must restate inherited '@unchecked Sendable' conformance
2 |
3 | // There isn't a mutable HTTPURLResponse, so we have to make our own.
4 | class HTTPURLResponse: Foundation.HTTPURLResponse {
| `- warning: class 'HTTPURLResponse' must restate inherited '@unchecked Sendable' conformance
5 |
6 | // MARK: - Properties
[12/13] Compiling DVR Session.swift
/Users/admin/builder/spi-builder-workspace/Sources/DVR/Session.swift:3:12: warning: class 'Session' must restate inherited '@unchecked Sendable' conformance
1 | import Foundation
2 |
3 | open class Session: URLSession {
| `- warning: class 'Session' must restate inherited '@unchecked Sendable' conformance
4 |
5 | // MARK: - Properties
[13/13] Compiling DVR URLResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/DVR/URLResponse.swift:4:7: warning: class 'URLResponse' must restate inherited '@unchecked Sendable' conformance
2 |
3 | // There isn't a mutable URLResponse, so we have to make our own.
4 | class URLResponse: Foundation.URLResponse {
| `- warning: class 'URLResponse' must restate inherited '@unchecked Sendable' conformance
5 | private var _URL: Foundation.URL?
6 | override var url: Foundation.URL? {
Build complete! (5.52s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/DVR/Resources/Info.plist
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DVR",
"name" : "DVR",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DVR",
"targets" : [
"DVR"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DVRTests",
"module_type" : "SwiftTarget",
"name" : "DVRTests",
"path" : "Tests/DVRTests",
"sources" : [
"SessionTests.swift",
"SessionUploadTests.swift"
],
"target_dependencies" : [
"DVR"
],
"type" : "test"
},
{
"c99name" : "DVR",
"module_type" : "SwiftTarget",
"name" : "DVR",
"path" : "Sources/DVR",
"product_memberships" : [
"DVR"
],
"sources" : [
"Cassette.swift",
"DVRError.swift",
"HTTPURLResponse.swift",
"Interaction.swift",
"Session.swift",
"SessionDataTask.swift",
"SessionDownloadTask.swift",
"SessionUploadTask.swift",
"URLRequest.swift",
"URLResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.