The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-async-result, reference 1.1.0 (99313d), with Swift 6.2 for macOS (SPM) on 7 Apr 2026 15:21:36 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylehughes/swift-async-result.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylehughes/swift-async-result
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 99313d5 Add explicit `nonisolated(nonsending)` to async methods and closures
Cloned https://github.com/kylehughes/swift-async-result.git
Revision (git rev-parse @):
99313d55d9cff4f9450f409838907b5f12be41d0
SUCCESS checkout https://github.com/kylehughes/swift-async-result.git at 1.1.0
========================================
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": "swift-async-result",
      "name": "swift-async-result",
      "url": "https://github.com/kylehughes/swift-async-result.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-async-result",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kylehughes/swift-async-result.git
[1/62] Fetching swift-async-result
Fetched https://github.com/kylehughes/swift-async-result.git from cache (0.65s)
Creating working copy for https://github.com/kylehughes/swift-async-result.git
Working copy of https://github.com/kylehughes/swift-async-result.git resolved at 1.1.0 (99313d5)
warning: '.resolve-product-dependencies': dependency 'swift-async-result' 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/kylehughes/swift-async-result.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/4] Compiling AsyncResult AsyncResult.swift
[4/4] Emitting module AsyncResult
Build complete! (0.74s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-async-result",
  "name" : "swift-async-result",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncResult",
      "targets" : [
        "AsyncResult"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncResultTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncResultTests",
      "path" : "Tests/AsyncResultTests",
      "sources" : [
        "AsyncResultCollectTests.swift",
        "AsyncResultConformanceTests.swift",
        "AsyncResultFlatMapErrorTests.swift",
        "AsyncResultFlatMapTests.swift",
        "AsyncResultInitializerTests.swift",
        "AsyncResultIsSuccessIsFailureTests.swift",
        "AsyncResultMainActorClosureTests.swift",
        "AsyncResultMapBothTests.swift",
        "AsyncResultMapErrorTests.swift",
        "AsyncResultMapTests.swift",
        "AsyncResultMergeTests.swift",
        "AsyncResultNeverSpecializationTests.swift",
        "AsyncResultNonSendableClosureTests.swift",
        "AsyncResultOptionalInteropTests.swift",
        "AsyncResultPropertyTests.swift",
        "AsyncResultRecoverTests.swift",
        "AsyncResultSetFailureTypeTests.swift",
        "AsyncResultTryMapTests.swift",
        "AsyncResultUnwrapTests.swift",
        "AsyncResultZipTests.swift",
        "ForceAsync.swift",
        "MainActorBox.swift",
        "NonSendableBox.swift",
        "OtherError.swift",
        "TestError.swift"
      ],
      "target_dependencies" : [
        "AsyncResult"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncResult",
      "module_type" : "SwiftTarget",
      "name" : "AsyncResult",
      "path" : "Sources/AsyncResult",
      "product_memberships" : [
        "AsyncResult"
      ],
      "sources" : [
        "AsyncResult.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.