Build Information
Successful build of DVR, reference master (65beaf), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 19:07:16 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/venmo/DVR.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/venmo/DVR
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 65beaf9 Select response based on request headers (#96)
Cloned https://github.com/venmo/DVR.git
Revision (git rev-parse @):
65beaf91fc0d7a46d4860028d1087ee5dbb8e382
SUCCESS checkout https://github.com/venmo/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": "dvr",
"name": "DVR",
"url": "https://github.com/venmo/DVR.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DVR",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/venmo/DVR.git
[1/1724] Fetching dvr
Fetched https://github.com/venmo/DVR.git from cache (0.86s)
Creating working copy for https://github.com/venmo/DVR.git
Working copy of https://github.com/venmo/DVR.git resolved at master (65beaf9)
warning: '.resolve-product-dependencies': dependency '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/venmo/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 URLRequest.swift
[4/12] 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? {
[5/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
[6/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
[7/12] Compiling DVR Interaction.swift
[8/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
[9/12] 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? {
[10/12] 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
[11/12] Compiling DVR Cassette.swift
[12/12] 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
Build complete! (5.38s)
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",
"HTTPURLResponse.swift",
"Interaction.swift",
"Session.swift",
"SessionDataTask.swift",
"SessionDownloadTask.swift",
"SessionUploadTask.swift",
"URLRequest.swift",
"URLResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.