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 XCUITestHelper, reference 0.0.3 (206338), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 22:28:27 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/0xWDG/XCUITestHelper.git
Reference: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/XCUITestHelper
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at 2063385 Update documentation
Cloned https://github.com/0xWDG/XCUITestHelper.git
Revision (git rev-parse @):
2063385fbc010ab2f6b675d69adf35274c2c37eb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/XCUITestHelper.git at 0.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xWDG/XCUITestHelper.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/7] Compiling XCUITestHelper XCUITestHelper.swift
[4/7] Compiling XCUITestHelper XCUIElementQuery.swift
[5/7] Emitting module XCUITestHelper
[6/7] Compiling XCUITestHelper XCUIElement.swift
[7/7] Compiling XCUITestHelper XCUIApplication.swift
Build complete! (10.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XCUITestHelper",
  "name" : "XCUITestHelper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "XCUITestHelper",
      "targets" : [
        "XCUITestHelper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCUITestHelperTests",
      "module_type" : "SwiftTarget",
      "name" : "XCUITestHelperTests",
      "path" : "Tests/XCUITestHelperTests",
      "sources" : [
        "XCUITestHelperTests.swift"
      ],
      "target_dependencies" : [
        "XCUITestHelper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCUITestHelper",
      "module_type" : "SwiftTarget",
      "name" : "XCUITestHelper",
      "path" : "Sources/XCUITestHelper",
      "product_memberships" : [
        "XCUITestHelper"
      ],
      "sources" : [
        "XCUIApplication.swift",
        "XCUIElement.swift",
        "XCUIElementQuery.swift",
        "XCUITestHelper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.