The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DataOperation, reference 1.1.0 (bcafb9), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 13:18:20 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: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Mobelux/DataOperation
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at bcafb92 convert to spm
Cloned https://github.com/Mobelux/DataOperation.git
Revision (git rev-parse @):
bcafb921c95579aff519f59bf9ec524e45e0695c
SUCCESS checkout https://github.com/Mobelux/DataOperation.git at 1.1.0
========================================
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] 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
[5/7] Compiling DataOperation Request.swift
[6/7] Compiling DataOperation Operation+Utils.swift
[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.21s)
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",
        "XCTestManifests.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" : "5.1"
}
Done.