Build Information
Successful build of DataOperation, reference master (f09d28
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 13:18:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mobelux/DataOperation.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Mobelux/DataOperation
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f09d288 Update README.md
Cloned https://github.com/Mobelux/DataOperation.git
Revision (git rev-parse @):
f09d28852af68f1e79f28bf5aef579e7d346ec66
SUCCESS checkout https://github.com/Mobelux/DataOperation.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Mobelux/DataOperation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling DataOperation Session.swift
[4/7] Compiling DataOperation Operation+Utils.swift
[5/7] Compiling DataOperation Request.swift
[6/7] Emitting module DataOperation
/Users/admin/builder/spi-builder-workspace/Sources/DataOperation/DataOperation.swift:23:20: warning: class 'DataOperation' must restate inherited '@unchecked Sendable' conformance
21 | }
22 |
23 | public final class DataOperation: Operation {
| `- warning: class 'DataOperation' must restate inherited '@unchecked Sendable' conformance
24 | private let request: Request
25 | private let session: Session
[7/7] Compiling DataOperation DataOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataOperation/DataOperation.swift:23:20: warning: class 'DataOperation' must restate inherited '@unchecked Sendable' conformance
21 | }
22 |
23 | public final class DataOperation: Operation {
| `- warning: class 'DataOperation' must restate inherited '@unchecked Sendable' conformance
24 | private let request: Request
25 | private let session: Session
Build complete! (3.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DataOperation",
"name" : "DataOperation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DataOperation",
"targets" : [
"DataOperation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DataOperationTests",
"module_type" : "SwiftTarget",
"name" : "DataOperationTests",
"path" : "Tests/DataOperationTests",
"sources" : [
"DataOperationTests.swift"
],
"target_dependencies" : [
"DataOperation"
],
"type" : "test"
},
{
"c99name" : "DataOperation",
"module_type" : "SwiftTarget",
"name" : "DataOperation",
"path" : "Sources/DataOperation",
"product_memberships" : [
"DataOperation"
],
"sources" : [
"DataOperation.swift",
"Operation+Utils.swift",
"Request.swift",
"Session.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.