The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DVR, reference v2.1.0 (d13f71), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 19:07:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/venmo/DVR.git
Reference: v2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/venmo/DVR
 * tag               v2.1.0     -> FETCH_HEAD
HEAD is now at d13f713 Bump version to 2.1.0
Cloned https://github.com/venmo/DVR.git
Revision (git rev-parse @):
d13f7135d1993053580efe13c9ecc43200852d09
SUCCESS checkout https://github.com/venmo/DVR.git at v2.1.0
========================================
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.83s)
Creating working copy for https://github.com/venmo/DVR.git
Working copy of https://github.com/venmo/DVR.git resolved at v2.1.0 (d13f713)
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 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
[4/12] Compiling DVR URLRequest.swift
[5/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? {
[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 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
[8/12] Compiling DVR Interaction.swift
[9/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
[10/12] Compiling DVR Cassette.swift
[11/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
[12/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? {
Build complete! (5.40s)
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.