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 main (40da6a), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 23:26:00 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/XCTestExtensions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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 Matchable MatchableCompound.swift
[6/18] Compiling Matchable FloatingPoint+Matchable.swift
[7/18] Emitting module Matchable
[8/18] Compiling Matchable RawRepresentable+Matchable.swift
[9/18] Compiling Matchable MatchFailedError.swift
[10/18] Compiling Matchable Optional+Matchable.swift
[11/18] Compiling Matchable Date+Matchable.swift
[12/18] Compiling Matchable Bool+Matchable.swift
[13/18] Compiling Matchable Collections+Matchable.swift
[14/18] Emitting module UITestingExtensions
[15/18] Compiling UITestingExtensions ProcessInfo+XCTestRuntime.swift
[16/18] Compiling Matchable Integer+Matchable.swift
[17/18] Compiling Matchable Matchable.swift
[18/18] Compiling Matchable String+Matchable.swift
[19/32] Emitting module XCTestExtensions
[20/32] Compiling XCTestExtensions XCTAssertEqual+Data.swift
[21/32] Compiling XCTestExtensions XCTAssertEqual+Result.swift
[22/32] Compiling XCTestExtensions XCTAssert+Collections.swift
[23/32] Compiling XCTestExtensions XCTAssert+Matching.swift
[24/33] Compiling XCTestExtensions XCTAssert+Result.swift
[25/33] Compiling XCTestExtensions XCTAssert+Types.swift
[26/33] Compiling XCTestExtensions XCTestRunner.swift
[27/33] Compiling XCTestExtensions XCTAssertEqual+String.swift
[28/33] Compiling XCTestExtensions XCTestCase+Combine.swift
[29/33] Compiling XCTestExtensions XCTestMonitor.swift
[30/33] Compiling XCTestExtensions XCTestCase+WaitForAsync.swift
[31/33] Compiling XCTestExtensions XCTestCase+Resources.swift
[32/33] Compiling XCTestExtensions XCTestCase+JSON.swift
[33/33] Compiling XCTestExtensions XCUIApplication+UITesting.swift
Build complete! (14.13s)
Fetching https://github.com/elegantchaos/Matchable.git
[1/113] Fetching matchable
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.63s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (1.13s)
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.