Build Information
Successful build of XCUITestHelper, reference main (430e53
), with Swift 5.9 for macOS (SPM) on 20 Feb 2025 22:17:52 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/XCUITestHelper.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/XCUITestHelper
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 430e53d Update README.md
Cloned https://github.com/0xWDG/XCUITestHelper.git
Revision (git rev-parse @):
430e53dedff76ccfe69e16d1dc203c34c44aad38
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/XCUITestHelper.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/0xWDG/XCUITestHelper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Compiling XCUITestHelper XCUITestHelper.swift
[2/5] Compiling XCUITestHelper XCUIElement.swift
[3/5] Emitting module XCUITestHelper
[4/5] Compiling XCUITestHelper XCUIElementQuery.swift
[5/5] Compiling XCUITestHelper XCUIApplication.swift
Build complete! (10.61s)
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.