The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CustomOperation, reference 1.3.1 (ad390a), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 11:04:01 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/Cozmonat/CustomOperation.git
Reference: 1.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Cozmonat/CustomOperation
 * tag               1.3.1      -> FETCH_HEAD
HEAD is now at ad390aa Refactoring
Cloned https://github.com/Cozmonat/CustomOperation.git
Revision (git rev-parse @):
ad390aa08e7177243ea093677179d39d8060c31c
SUCCESS checkout https://github.com/Cozmonat/CustomOperation.git at 1.3.1
========================================
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": "customoperation",
      "name": "CustomOperation",
      "url": "https://github.com/Cozmonat/CustomOperation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CustomOperation",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Cozmonat/CustomOperation.git
[1/121] Fetching customoperation
Fetched https://github.com/Cozmonat/CustomOperation.git from cache (1.16s)
Creating working copy for https://github.com/Cozmonat/CustomOperation.git
Working copy of https://github.com/Cozmonat/CustomOperation.git resolved at 1.3.1 (ad390aa)
warning: '.resolve-product-dependencies': dependency 'customoperation' 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/Cozmonat/CustomOperation.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/6] Compiling CustomOperation AsyncOperation.swift
/Users/admin/builder/spi-builder-workspace/CustomOperation/AsyncOperation.swift:34:14: warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
32 | import Foundation
33 |
34 | public class AsyncOperation: CustomOperation {
   |              `- warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
35 |
36 |     public typealias Done = () -> Void
[4/6] Compiling CustomOperation OperationQueue+AsyncOperation.swift
[5/6] Compiling CustomOperation CustomOperation.swift
/Users/admin/builder/spi-builder-workspace/CustomOperation/CustomOperation.swift:34:12: warning: class 'CustomOperation' must restate inherited '@unchecked Sendable' conformance
 32 | import Foundation
 33 |
 34 | open class CustomOperation: Operation {
    |            `- warning: class 'CustomOperation' must restate inherited '@unchecked Sendable' conformance
 35 |
 36 |     public enum State {
[6/6] Emitting module CustomOperation
/Users/admin/builder/spi-builder-workspace/CustomOperation/AsyncOperation.swift:34:14: warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
32 | import Foundation
33 |
34 | public class AsyncOperation: CustomOperation {
   |              `- warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
35 |
36 |     public typealias Done = () -> Void
/Users/admin/builder/spi-builder-workspace/CustomOperation/CustomOperation.swift:34:12: warning: class 'CustomOperation' must restate inherited '@unchecked Sendable' conformance
 32 | import Foundation
 33 |
 34 | open class CustomOperation: Operation {
    |            `- warning: class 'CustomOperation' must restate inherited '@unchecked Sendable' conformance
 35 |
 36 |     public enum State {
Build complete! (3.83s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CustomOperation",
  "name" : "CustomOperation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "CustomOperation",
      "targets" : [
        "CustomOperation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CustomOperation",
      "module_type" : "SwiftTarget",
      "name" : "CustomOperation",
      "path" : "CustomOperation",
      "product_memberships" : [
        "CustomOperation"
      ],
      "sources" : [
        "AsyncOperation.swift",
        "CustomOperation.swift",
        "OperationQueue+AsyncOperation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.