Build Information
Successful build of XCTestExtensions, reference main (d860cb), with Swift 6.0 for macOS (SPM) on 14 Apr 2026 04:35:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordBDHG/XCTestExtensions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordBDHG/XCTestExtensions
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d860cb6 fix `delete(app:)` on iPad (#42)
Cloned https://github.com/StanfordBDHG/XCTestExtensions.git
Revision (git rev-parse @):
d860cb6fde3ff5a0fb65f06575f1f8cd7f8a5fb5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordBDHG/XCTestExtensions.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/StanfordBDHG/XCTestExtensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/19] Compiling XCTestExtensions sleep.swift
[5/19] Compiling XCTestExtensions XCUIElementQuery+Predicates.swift
[6/19] Compiling XCTestExtensions XCUIElement+Toggle.swift
[7/19] Compiling XCTestExtensions XCUIApplication+Keyboard.swift
[8/19] Compiling XCTestExtensions XCUIApplication+VisionOS.swift
[9/19] Compiling XCTestExtensions XCUIElement+Other.swift
[10/19] Compiling XCTestExtensions XCTAssertThrowsErrorAsync.swift
[11/19] Emitting module XCTestExtensions
[12/19] Compiling XCTestExtensions XCUIApplication+DeleteAndLaunch.swift
[13/19] Compiling XCTestExtensions XCUIElement+TextEntry.swift
[14/19] Compiling XCTestApp XCTest.swift
[15/19] Compiling XCTestApp TestAppView.swift
[16/19] Compiling XCTestApp TestAppTestCase.swift
[17/19] Compiling XCTestApp TestAppTests.swift
[18/19] Emitting module XCTestApp
[19/19] Compiling XCTestApp TestAppTestsView.swift
Build complete! (8.03s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "XCTestExtensions",
"name" : "XCTestExtensions",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "XCTestApp",
"targets" : [
"XCTestApp"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XCTestExtensions",
"targets" : [
"XCTestExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTestExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "XCTestExtensionsTests",
"path" : "Tests/XCTestExtensionsTests",
"sources" : [
"XCTestExtensionsTests.swift"
],
"target_dependencies" : [
"XCTestExtensions"
],
"type" : "test"
},
{
"c99name" : "XCTestExtensions",
"module_type" : "SwiftTarget",
"name" : "XCTestExtensions",
"path" : "Sources/XCTestExtensions",
"product_memberships" : [
"XCTestExtensions"
],
"sources" : [
"XCTAssertThrowsErrorAsync.swift",
"XCUIApplication+DeleteAndLaunch.swift",
"XCUIApplication+Keyboard.swift",
"XCUIApplication+VisionOS.swift",
"XCUIElement+Other.swift",
"XCUIElement+TextEntry.swift",
"XCUIElement+Toggle.swift",
"XCUIElementQuery+Predicates.swift",
"sleep.swift"
],
"type" : "library"
},
{
"c99name" : "XCTestApp",
"module_type" : "SwiftTarget",
"name" : "XCTestApp",
"path" : "Sources/XCTestApp",
"product_memberships" : [
"XCTestApp"
],
"sources" : [
"TestAppTestCase.swift",
"TestAppTests.swift",
"TestAppTestsView.swift",
"TestAppView.swift",
"XCTest.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.