The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of AsyncOperations, reference main (176a80), with Swift 5.9 for Linux on 5 Jan 2025 09:43:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/AsyncOperations.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Frizlab/AsyncOperations
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 176a804 Use Task.sleep to sleep in async context
Cloned https://github.com/Frizlab/AsyncOperations.git
Revision (git rev-parse @):
176a804c0825e2ce72adc779dd3cd605ffb80ed7
SUCCESS checkout https://github.com/Frizlab/AsyncOperations.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/Frizlab/AsyncOperations.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/happn-app/RetryingOperation.git
[1/395] Fetching retryingoperation
Fetched https://github.com/happn-app/RetryingOperation.git (0.44s)
Computing version for https://github.com/happn-app/RetryingOperation.git
Computed https://github.com/happn-app/RetryingOperation.git at 1.1.8 (0.40s)
Fetching https://github.com/apple/swift-log.git
[1/3732] Fetching swift-log
Fetched https://github.com/apple/swift-log.git (0.29s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.28s)
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.2
Building for debugging...
[1/5] Compiling Logging MetadataProvider.swift
[2/5] Compiling Logging LogHandler.swift
[3/5] Emitting module Logging
[4/5] Compiling Logging Logging.swift
[5/5] Compiling Logging Locks.swift
[8/12] Compiling RetryingOperation WrappedRetryingOperation.swift
[9/12] Compiling RetryingOperation RetryingOperationConfig.swift
[10/12] Compiling RetryingOperation RetryHelper.swift
[11/12] Emitting module RetryingOperation
[12/12] Compiling RetryingOperation RetryingOperation.swift
[15/17] Compiling AsyncOperations AsyncBlockOperation.swift
[16/17] Compiling AsyncOperations AsyncOperation.swift
[17/17] Emitting module AsyncOperations
Build complete! (8.51s)
Build complete.
{
  "dependencies" : [
    {
      "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" : "AsyncOperations",
  "name" : "AsyncOperations",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncOperations",
      "targets" : [
        "AsyncOperations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncOperationsTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncOperationsTests",
      "path" : "Tests/AsyncOperationsTests",
      "sources" : [
        "AsyncOperationsTests.swift"
      ],
      "target_dependencies" : [
        "AsyncOperations"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncOperations",
      "module_type" : "SwiftTarget",
      "name" : "AsyncOperations",
      "path" : "Sources/AsyncOperations",
      "product_dependencies" : [
        "RetryingOperation"
      ],
      "product_memberships" : [
        "AsyncOperations"
      ],
      "sources" : [
        "AsyncBlockOperation.swift",
        "AsyncOperation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.