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 0.1.0 (241c99), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 22:47:26 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: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/UITestingPlus
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 241c995 Fix iOS build
Cloned https://github.com/ChimeHQ/UITestingPlus.git
Revision (git rev-parse @):
241c9953b119683cc9b6cbf07d9c3db923ba1053
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/UITestingPlus.git at 0.1.0
========================================
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/10] Compiling UITestingPlus XCUIElement+TextEditing.swift
[4/10] Compiling UITestingPlus XCUIElement+Accessors.swift
[5/10] Compiling UITestingPlus XCUIApplication+Documents.swift
[6/10] Compiling UITestingPlus XCUIApplication+Menus.swift
[7/10] 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 |
[8/10] 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 |
[9/10] Compiling UITestingPlus XCUIElement+Existence.swift
[10/10] Compiling UITestingPlus XCUIApplication+Windows.swift
Build complete! (10.97s)
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",
        "XCUIApplication+Documents.swift",
        "XCUIApplication+Menus.swift",
        "XCUIApplication+Windows.swift",
        "XCUIElement+Accessors.swift",
        "XCUIElement+Existence.swift",
        "XCUIElement+TextEditing.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.