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 XCAppTest, reference 1.3.0 (c8cb43), with Swift 6.0 for macOS (SPM) on 30 Aug 2025 12:32:25 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Tunous/XCAppTest.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Tunous/XCAppTest
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at c8cb43f XCUIElement.assertLabel { /* custom condition */ }
Cloned https://github.com/Tunous/XCAppTest.git
Revision (git rev-parse @):
c8cb43f1781c5db004b559e8ca716e4ae7d31277
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Tunous/XCAppTest.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Tunous/XCAppTest.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/13] Compiling XCAppTest XCUIElement+Properties.swift
[4/13] Compiling XCAppTest XCUIElement+Types.swift
[5/13] Compiling XCAppTest XCUIElementQuery+Assertions.swift
[6/14] Compiling XCAppTest XCTestCase+Activity.swift
[7/14] Compiling XCAppTest XCUIApplication+App.swift
[8/14] Compiling XCAppTest XCUIElement+Assertions.swift
[9/14] Emitting module XCAppTest
[10/14] Compiling XCAppTest XCUIElement+Actions.swift
[11/14] Compiling XCAppTest AssertionUtils.swift
[12/14] Compiling XCAppTest CGVector+Util.swift
[13/14] Compiling XCAppTest XCAppTestConfig.swift
[14/14] Compiling XCAppTest XCUIElementQuery+Matchers.swift
Build complete! (10.23s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XCAppTest",
  "name" : "XCAppTest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XCAppTest",
      "targets" : [
        "XCAppTest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCAppTest",
      "module_type" : "SwiftTarget",
      "name" : "XCAppTest",
      "path" : "Sources/XCAppTest",
      "product_memberships" : [
        "XCAppTest"
      ],
      "sources" : [
        "AssertionUtils.swift",
        "CGVector+Util.swift",
        "XCAppTestConfig.swift",
        "XCTestCase+Activity.swift",
        "XCUIApplication+App.swift",
        "XCUIElement+Actions.swift",
        "XCUIElement+Assertions.swift",
        "XCUIElement+Properties.swift",
        "XCUIElement+Types.swift",
        "XCUIElementQuery+Assertions.swift",
        "XCUIElementQuery+Matchers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.