The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of XCTestExtensions, reference v1.5.1 (40da6a), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 23:25:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/XCTestExtensions.git
Reference: v1.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/XCTestExtensions
 * tag               v1.5.1     -> FETCH_HEAD
HEAD is now at 40da6a0 Fixed macOS build
Cloned https://github.com/elegantchaos/XCTestExtensions.git
Revision (git rev-parse @):
40da6a09823c8a9bfa68b6487e92d86b8e8a821e
SUCCESS checkout https://github.com/elegantchaos/XCTestExtensions.git at v1.5.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/elegantchaos/XCTestExtensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/17] Compiling UITestingExtensions ProcessInfo+XCTestRuntime.swift
[6/17] Emitting module UITestingExtensions
[7/17] Compiling Matchable MatchFailedError.swift
[8/17] Compiling Matchable FloatingPoint+Matchable.swift
[9/17] Compiling Matchable Bool+Matchable.swift
[10/17] Compiling Matchable Collections+Matchable.swift
[11/17] Compiling Matchable RawRepresentable+Matchable.swift
[12/17] Emitting module Matchable
[13/17] Compiling Matchable Optional+Matchable.swift
[14/18] Compiling Matchable MatchableCompound.swift
[15/18] Compiling Matchable Matchable.swift
[16/18] Compiling Matchable Date+Matchable.swift
[17/18] Compiling Matchable Integer+Matchable.swift
[18/18] Compiling Matchable String+Matchable.swift
[19/32] Compiling XCTestExtensions XCTestRunner.swift
[20/33] Compiling XCTestExtensions XCTestMonitor.swift
[21/33] Compiling XCTestExtensions XCTestCase+JSON.swift
[22/33] Compiling XCTestExtensions XCTestCase+WaitForAsync.swift
[23/33] Compiling XCTestExtensions XCUIApplication+UITesting.swift
[24/33] Compiling XCTestExtensions XCTAssertEqual+Data.swift
[25/33] Compiling XCTestExtensions XCTAssertEqual+Result.swift
[26/33] Compiling XCTestExtensions XCTAssert+Result.swift
[27/33] Compiling XCTestExtensions XCTAssert+Types.swift
[28/33] Emitting module XCTestExtensions
[29/33] Compiling XCTestExtensions XCTAssert+Collections.swift
[30/33] Compiling XCTestExtensions XCTAssert+Matching.swift
[31/33] Compiling XCTestExtensions XCTestCase+Resources.swift
[32/33] Compiling XCTestExtensions XCTAssertEqual+String.swift
[33/33] Compiling XCTestExtensions XCTestCase+Combine.swift
Build complete! (13.82s)
Fetching https://github.com/elegantchaos/Matchable.git
[1/113] Fetching matchable
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.58s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (1.12s)
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.7
Build complete.
{
  "dependencies" : [
    {
      "identity" : "matchable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Matchable.git"
    }
  ],
  "manifest_display_name" : "XCTestExtensions",
  "name" : "XCTestExtensions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "XCTestExtensions",
      "targets" : [
        "XCTestExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UITestingExtensions",
      "targets" : [
        "UITestingExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTestExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "XCTestExtensionsTests",
      "path" : "Tests/XCTestExtensionsTests",
      "sources" : [
        "XCTestExtensionsTests.swift",
        "XCTestManifests.swift",
        "XCTestRunnerTests.swift"
      ],
      "target_dependencies" : [
        "XCTestExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCTestExtensions",
      "module_type" : "SwiftTarget",
      "name" : "XCTestExtensions",
      "path" : "Sources/XCTestExtensions",
      "product_dependencies" : [
        "Matchable"
      ],
      "product_memberships" : [
        "XCTestExtensions"
      ],
      "sources" : [
        "XCTAssert+Collections.swift",
        "XCTAssert+Matching.swift",
        "XCTAssert+Result.swift",
        "XCTAssert+Types.swift",
        "XCTAssertEqual+Data.swift",
        "XCTAssertEqual+Result.swift",
        "XCTAssertEqual+String.swift",
        "XCTestCase+Combine.swift",
        "XCTestCase+JSON.swift",
        "XCTestCase+Resources.swift",
        "XCTestCase+WaitForAsync.swift",
        "XCTestMonitor.swift",
        "XCTestRunner.swift",
        "XCUIApplication+UITesting.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UITestingExtensions",
      "module_type" : "SwiftTarget",
      "name" : "UITestingExtensions",
      "path" : "Sources/UITestingExtensions",
      "product_memberships" : [
        "UITestingExtensions"
      ],
      "sources" : [
        "ProcessInfo+XCTestRuntime.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.