The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of OperationAwaiting, reference main (ab3495), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 22:02:50 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/Frizlab/OperationAwaiting.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/OperationAwaiting
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ab34956 Use HasResult v2
Cloned https://github.com/Frizlab/OperationAwaiting.git
Revision (git rev-parse @):
ab349561964c500a1794e8053c4edd76833d9c01
SUCCESS checkout https://github.com/Frizlab/OperationAwaiting.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Frizlab/OperationAwaiting.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling HasResult HasResult.swift
[5/5] Emitting module HasResult
[6/9] Compiling OperationAwaiting OperationQueue+Async.swift
[7/9] Compiling OperationAwaiting SendableOperation.swift
[8/9] Emitting module OperationAwaiting
[9/9] Compiling OperationAwaiting Operation+Async.swift
Build complete! (9.49s)
Fetching https://github.com/happn-app/RetryingOperation.git
Fetching https://github.com/Frizlab/HasResult.git
[1/22] Fetching hasresult
[11/417] Fetching hasresult, retryingoperation
Fetched https://github.com/happn-app/RetryingOperation.git from cache (0.69s)
Fetched https://github.com/Frizlab/HasResult.git from cache (0.69s)
Computing version for https://github.com/Frizlab/HasResult.git
Computed https://github.com/Frizlab/HasResult.git at 2.0.0 (1.20s)
Computing version for https://github.com/happn-app/RetryingOperation.git
Computed https://github.com/happn-app/RetryingOperation.git at 1.1.8 (0.49s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.95s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.36s)
Creating working copy for https://github.com/happn-app/RetryingOperation.git
Working copy of https://github.com/happn-app/RetryingOperation.git resolved at 1.1.8
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/Frizlab/HasResult.git
Working copy of https://github.com/Frizlab/HasResult.git resolved at 2.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "hasresult",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/HasResult.git"
    },
    {
      "identity" : "retryingoperation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/happn-app/RetryingOperation.git"
    }
  ],
  "manifest_display_name" : "OperationAwaiting",
  "name" : "OperationAwaiting",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "OperationAwaiting",
      "targets" : [
        "OperationAwaiting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OperationAwaitingTests",
      "module_type" : "SwiftTarget",
      "name" : "OperationAwaitingTests",
      "path" : "Tests/OperationAwaitingTests",
      "product_dependencies" : [
        "HasResult",
        "RetryingOperation"
      ],
      "sources" : [
        "Helpers/AsyncOperation.swift",
        "Helpers/AsyncOperationWithResult.swift",
        "OperationAwaitingTests.swift"
      ],
      "target_dependencies" : [
        "OperationAwaiting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OperationAwaiting",
      "module_type" : "SwiftTarget",
      "name" : "OperationAwaiting",
      "path" : "Sources/OperationAwaiting",
      "product_dependencies" : [
        "HasResult"
      ],
      "product_memberships" : [
        "OperationAwaiting"
      ],
      "sources" : [
        "Operation+Async.swift",
        "OperationQueue+Async.swift",
        "SendableOperation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.