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 AsyncOperationResult, reference main (e86ffe), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 07:27:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/happn-app/AsyncOperationResult.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/happn-app/AsyncOperationResult
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e86ffe4 Rename happn-tech to happn-app
Cloned https://github.com/happn-app/AsyncOperationResult.git
Revision (git rev-parse @):
e86ffe4e33163a33fe23ac38cbea937db9894771
SUCCESS checkout https://github.com/happn-app/AsyncOperationResult.git at main
========================================
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",
  "dependencies": [
    {
      "identity": "asyncoperationresult",
      "name": "AsyncOperationResult",
      "url": "https://github.com/happn-app/AsyncOperationResult.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncOperationResult",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/happn-app/AsyncOperationResult.git
[1/169] Fetching asyncoperationresult
Fetched https://github.com/happn-app/AsyncOperationResult.git from cache (0.62s)
Creating working copy for https://github.com/happn-app/AsyncOperationResult.git
Working copy of https://github.com/happn-app/AsyncOperationResult.git resolved at main (e86ffe4)
warning: '.resolve-product-dependencies': dependency 'asyncoperationresult' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/happn-app/AsyncOperationResult.git
https://github.com/happn-app/AsyncOperationResult.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncOperationResult",
  "name" : "AsyncOperationResult",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncOperationResult",
      "targets" : [
        "AsyncOperationResult"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncOperationResultTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncOperationResultTests",
      "path" : "Tests/AsyncOperationResultTests",
      "sources" : [
        "AsyncOperationResultTests.swift"
      ],
      "target_dependencies" : [
        "AsyncOperationResult"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncOperationResult",
      "module_type" : "SwiftTarget",
      "name" : "AsyncOperationResult",
      "path" : "Sources/AsyncOperationResult",
      "product_memberships" : [
        "AsyncOperationResult"
      ],
      "sources" : [
        "AsyncOperationResult.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Emitting module AsyncOperationResult
[4/4] Compiling AsyncOperationResult AsyncOperationResult.swift
Build complete! (4.08s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncOperationResult",
  "name" : "AsyncOperationResult",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncOperationResult",
      "targets" : [
        "AsyncOperationResult"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncOperationResultTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncOperationResultTests",
      "path" : "Tests/AsyncOperationResultTests",
      "sources" : [
        "AsyncOperationResultTests.swift"
      ],
      "target_dependencies" : [
        "AsyncOperationResult"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncOperationResult",
      "module_type" : "SwiftTarget",
      "name" : "AsyncOperationResult",
      "path" : "Sources/AsyncOperationResult",
      "product_memberships" : [
        "AsyncOperationResult"
      ],
      "sources" : [
        "AsyncOperationResult.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.