The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncGuardKit, reference master (ca50bb), with Swift 6.2 for macOS (SPM) on 2 Mar 2026 04:56:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ANSCoder/AsyncGuardKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ANSCoder/AsyncGuardKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ca50bb1 chore: add MIT license
Cloned https://github.com/ANSCoder/AsyncGuardKit.git
Revision (git rev-parse @):
ca50bb12c2d756996851e2154e025e7f5bde998b
SUCCESS checkout https://github.com/ANSCoder/AsyncGuardKit.git at master
========================================
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": "asyncguardkit",
      "name": "AsyncGuardKit",
      "url": "https://github.com/ANSCoder/AsyncGuardKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncGuardKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ANSCoder/AsyncGuardKit.git
[1/3557] Fetching asyncguardkit
Fetched https://github.com/ANSCoder/AsyncGuardKit.git from cache (2.83s)
Creating working copy for https://github.com/ANSCoder/AsyncGuardKit.git
Working copy of https://github.com/ANSCoder/AsyncGuardKit.git resolved at master (ca50bb1)
warning: '.resolve-product-dependencies': dependency 'asyncguardkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ANSCoder/AsyncGuardKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/12] Compiling AsyncGuardKit AsyncLifetime.swift
[4/12] Compiling AsyncGuardKit SingleFlight.swift
[5/12] Compiling AsyncGuardKit SingleFlightRegistry.swift
[6/12] Compiling AsyncGuardKit Retry.swift
[7/12] Compiling AsyncGuardKit AsyncGuard.swift
[8/12] Compiling AsyncGuardKit AsyncTask.swift
[9/12] Compiling AsyncGuardKit AsyncCancellable.swift
[10/12] Compiling AsyncGuardKit AsyncGuardConfiguration.swift
[11/12] Emitting module AsyncGuardKit
[12/12] Compiling AsyncGuardKit Diagnostics.swift
Build complete! (4.46s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncGuardKit",
  "name" : "AsyncGuardKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncGuardKit",
      "targets" : [
        "AsyncGuardKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncGuardKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncGuardKitTests",
      "path" : "Tests/AsyncGuardKitTests",
      "sources" : [
        "BenchmarkTests.swift",
        "DelayTests.swift",
        "ExecutionTests.swift",
        "IntegrationTests.swift",
        "RetryTests.swift",
        "ScopeTests.swift",
        "SingleFlightTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "AsyncGuardKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncGuardKit",
      "module_type" : "SwiftTarget",
      "name" : "AsyncGuardKit",
      "path" : "Sources/AsyncGuardKit",
      "product_memberships" : [
        "AsyncGuardKit"
      ],
      "sources" : [
        "Configuration/AsyncGuardConfiguration.swift",
        "Core/AsyncCancellable.swift",
        "Core/AsyncGuard.swift",
        "Core/AsyncTask.swift",
        "Diagnostics/Diagnostics.swift",
        "Execution/SingleFlightRegistry.swift",
        "Policies/Retry.swift",
        "Policies/SingleFlight.swift",
        "Scope/AsyncLifetime.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.