Build Information
Successful build of DVR, reference master (3da5a6), with Swift 6.1 for macOS (SPM) on 12 Jan 2026 14:33:11 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/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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/contentstack/contentstack-swift-dvr.git
https://github.com/contentstack/contentstack-swift-dvr.git
{
"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"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling DVR URLRequest.swift
[4/13] 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
[5/13] 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/13] Compiling DVR Interaction.swift
[7/13] Compiling DVR DVRError.swift
[8/13] 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
/Users/admin/builder/spi-builder-workspace/Sources/DVR/SessionDataTask.swift:53:21: warning: capture of 'completion' with non-sendable type 'SessionDataTask.Completion' (aka '(Optional<Data>, Optional<URLResponse>, Optional<NSError>) -> ()') in a '@Sendable' closure
51 | if let completion = completion {
52 | queue.async {
53 | completion(interaction.responseData, interaction.response, nil)
| |- warning: capture of 'completion' with non-sendable type 'SessionDataTask.Completion' (aka '(Optional<Data>, Optional<URLResponse>, Optional<NSError>) -> ()') in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
54 | }
55 | }
[9/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
[10/13] Compiling DVR Cassette.swift
[11/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? {
[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.83s)
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.