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 UITestingPlus, reference main (a6ba69), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 22:46:51 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/ChimeHQ/UITestingPlus.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/UITestingPlus
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a6ba690 funding
Cloned https://github.com/ChimeHQ/UITestingPlus.git
Revision (git rev-parse @):
a6ba6902019187300cd340d0479f8c48cd435af9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/UITestingPlus.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ChimeHQ/UITestingPlus.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/13] Compiling UITestingPlus XCUIElement+Existence.swift
[4/13] Compiling UITestingPlus XCUIElement+Accessors.swift
[5/13] Compiling UITestingPlus XCUIElement+Hittable.swift
[6/13] Compiling UITestingPlus XCUIElement+Soon.swift
[7/14] Compiling UITestingPlus XCUIApplication+Apps.swift
[8/14] Compiling UITestingPlus HittableElementExpectation.swift
/Users/admin/builder/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:5:14: warning: class 'HittableElementExpectation' must restate inherited '@unchecked Sendable' conformance
 3 |
 4 | /// Expectation subclass for waiting on an XCUIElement to be hittable.
 5 | public class HittableElementExpectation: XCTNSPredicateExpectation {
   |              `- warning: class 'HittableElementExpectation' must restate inherited '@unchecked Sendable' conformance
 6 | 	private static let hittablePredicate = NSPredicate(format: "exists == 1 && isHittable == 1")
 7 |
[9/14] Compiling UITestingPlus XCTest+Soon.swift
/Users/admin/builder/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:5:14: warning: class 'HittableElementExpectation' must restate inherited '@unchecked Sendable' conformance
 3 |
 4 | /// Expectation subclass for waiting on an XCUIElement to be hittable.
 5 | public class HittableElementExpectation: XCTNSPredicateExpectation {
   |              `- warning: class 'HittableElementExpectation' must restate inherited '@unchecked Sendable' conformance
 6 | 	private static let hittablePredicate = NSPredicate(format: "exists == 1 && isHittable == 1")
 7 |
[10/14] Compiling UITestingPlus XCUIApplication+Documents.swift
[11/14] Compiling UITestingPlus XCUIApplication+Menus.swift
[12/14] Compiling UITestingPlus XCUIApplication+Windows.swift
[13/14] Emitting module UITestingPlus
/Users/admin/builder/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:5:14: warning: class 'HittableElementExpectation' must restate inherited '@unchecked Sendable' conformance
 3 |
 4 | /// Expectation subclass for waiting on an XCUIElement to be hittable.
 5 | public class HittableElementExpectation: XCTNSPredicateExpectation {
   |              `- warning: class 'HittableElementExpectation' must restate inherited '@unchecked Sendable' conformance
 6 | 	private static let hittablePredicate = NSPredicate(format: "exists == 1 && isHittable == 1")
 7 |
[14/14] Compiling UITestingPlus XCUIElement+TextEditing.swift
Build complete! (11.48s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UITestingPlus",
  "name" : "UITestingPlus",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "UITestingPlus",
      "targets" : [
        "UITestingPlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UITestingPlusTests",
      "module_type" : "SwiftTarget",
      "name" : "UITestingPlusTests",
      "path" : "Tests/UITestingPlusTests",
      "sources" : [
        "UITestingPlusTests.swift"
      ],
      "target_dependencies" : [
        "UITestingPlus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UITestingPlus",
      "module_type" : "SwiftTarget",
      "name" : "UITestingPlus",
      "path" : "Sources/UITestingPlus",
      "product_memberships" : [
        "UITestingPlus"
      ],
      "sources" : [
        "HittableElementExpectation.swift",
        "XCTest+Soon.swift",
        "XCUIApplication+Apps.swift",
        "XCUIApplication+Documents.swift",
        "XCUIApplication+Menus.swift",
        "XCUIApplication+Windows.swift",
        "XCUIElement+Accessors.swift",
        "XCUIElement+Existence.swift",
        "XCUIElement+Hittable.swift",
        "XCUIElement+Soon.swift",
        "XCUIElement+TextEditing.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.