The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncExpectations, reference 0.2.0 (667fac), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 11:49:01 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bangerang/swift-async-expectations.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bangerang/swift-async-expectations
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 667facd Merge pull request #6 from KaiOelfke/sendable-expressions-instead-of-mainactor
Cloned https://github.com/bangerang/swift-async-expectations.git
Revision (git rev-parse @):
667facd8ccfa37d4263ad496e0d3a95ea39f5321
SUCCESS checkout https://github.com/bangerang/swift-async-expectations.git at 0.2.0
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (9.16s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.8.5 (9.84s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.8.5
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-async-expectations",
      "name": "AsyncExpectations",
      "url": "https://github.com/bangerang/swift-async-expectations.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-async-expectations",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "xctest-dynamic-overlay",
          "name": "xctest-dynamic-overlay",
          "url": "https://github.com/pointfreeco/xctest-dynamic-overlay",
          "version": "0.9.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctest-dynamic-overlay",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bangerang/swift-async-expectations.git
[1/127] Fetching swift-async-expectations
Fetched https://github.com/bangerang/swift-async-expectations.git from cache (0.66s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.52s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.58s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/bangerang/swift-async-expectations.git
Working copy of https://github.com/bangerang/swift-async-expectations.git resolved at 0.2.0 (667facd)
warning: '.resolve-product-dependencies': dependency 'swift-async-expectations' is not used by any target
Found 1 product dependencies
  - xctest-dynamic-overlay
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/bangerang/swift-async-expectations.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/12] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[5/12] Compiling XCTestDynamicOverlay Unimplemented.swift
[6/12] Compiling XCTestDynamicOverlay XCTFail.swift
[7/12] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[8/12] Emitting module XCTestDynamicOverlay
[9/12] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[10/12] Compiling XCTestDynamicOverlay Deprecations.swift
[11/12] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[12/12] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[13/14] Compiling AsyncExpectations AsyncExpectations.swift
[14/14] Emitting module AsyncExpectations
Build complete! (6.80s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    }
  ],
  "manifest_display_name" : "AsyncExpectations",
  "name" : "AsyncExpectations",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AsyncExpectations",
      "targets" : [
        "AsyncExpectations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncExpectationsTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncExpectationsTests",
      "path" : "Tests/AsyncExpectationsTests",
      "sources" : [
        "ExpectEqualTests.swift",
        "ExpectFalseTests.swift",
        "ExpectGreaterThanOrEqualTests.swift",
        "ExpectGreaterThanTests.swift",
        "ExpectLessThanOrEqualTests.swift",
        "ExpectLessThanTests.swift",
        "ExpectNoThrowTests.swift",
        "ExpectNotEqualTests.swift",
        "ExpectTests.swift",
        "ExpectThrowsTests.swift",
        "ExpectValueTests.swift"
      ],
      "target_dependencies" : [
        "AsyncExpectations"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncExpectations",
      "module_type" : "SwiftTarget",
      "name" : "AsyncExpectations",
      "path" : "Sources/AsyncExpectations",
      "product_dependencies" : [
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "AsyncExpectations"
      ],
      "sources" : [
        "AsyncExpectations.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.