Build Information
Successful build of DVR, reference v1.0.0 (95a8b1), with Swift 6.1 for macOS (SPM) on 13 May 2025 11:33:53 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.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/contentstack/contentstack-swift-dvr.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/contentstack/contentstack-swift-dvr
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 95a8b1d talismanrc file updated
Cloned https://github.com/contentstack/contentstack-swift-dvr.git
Revision (git rev-parse @):
95a8b1d995c3d75b136cbfdb9ac7b35e53719ee5
SUCCESS checkout https://github.com/contentstack/contentstack-swift-dvr.git at v1.0.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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/contentstack/contentstack-swift-dvr.git
[1/881] Fetching contentstack-swift-dvr
Fetched https://github.com/contentstack/contentstack-swift-dvr.git from cache (0.76s)
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 v1.0.0 (95a8b1d)
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.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",
"HTTPURLResponse.swift",
"Interaction.swift",
"Session.swift",
"SessionDataTask.swift",
"SessionDownloadTask.swift",
"SessionUploadTask.swift",
"URLRequest.swift",
"URLResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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 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? {
[4/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
[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 URLRequest.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
/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/12] Compiling DVR Cassette.swift
[10/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? {
[11/12] Compiling DVR Interaction.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.33s)
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.