Build Information
Successful build of xctest-extensions, reference main (c29a21), with Swift 6.1 for macOS (SPM) on 29 Nov 2025 07:50:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/xctest-extensions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/xctest-extensions
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c29a215 Updated .swift-version
Cloned https://github.com/orchetect/xctest-extensions.git
Revision (git rev-parse @):
c29a215d8acc644c92330f7a225fa6d0814df90e
SUCCESS checkout https://github.com/orchetect/xctest-extensions.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/orchetect/xctest-extensions.git
https://github.com/orchetect/xctest-extensions.git
{
"dependencies" : [
],
"manifest_display_name" : "xctest-extensions",
"name" : "xctest-extensions",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "XCTestExtensions",
"targets" : [
"XCTestExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTestExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "XCTestExtensionsTests",
"path" : "Tests/XCTestExtensionsTests",
"sources" : [
"SegmentedProgressTests/SegmentedProgress Tests.swift",
"Utilities Tests.swift",
"Wait/Wait Bool Tests.swift",
"Wait/Wait Equals Tests.swift",
"Wait/Wait Tests.swift"
],
"target_dependencies" : [
"XCTestExtensions"
],
"type" : "test"
},
{
"c99name" : "XCTestExtensions",
"module_type" : "SwiftTarget",
"name" : "XCTestExtensions",
"path" : "Sources/XCTestExtensions",
"product_memberships" : [
"XCTestExtensions"
],
"sources" : [
"SegmentedProgress/SegmentedProgress.swift",
"UI Testing/XCUIElement Extensions.swift",
"Utilities.swift",
"Wait/Wait Bool.swift",
"Wait/Wait Equals.swift",
"Wait/Wait.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling XCTestExtensions Wait Bool.swift
[4/9] Compiling XCTestExtensions Utilities.swift
[5/9] Compiling XCTestExtensions Wait.swift
[6/9] Compiling XCTestExtensions XCUIElement Extensions.swift
[7/9] Compiling XCTestExtensions SegmentedProgress.swift
[8/9] Emitting module XCTestExtensions
[9/9] Compiling XCTestExtensions Wait Equals.swift
Build complete! (11.84s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "xctest-extensions",
"name" : "xctest-extensions",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "XCTestExtensions",
"targets" : [
"XCTestExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTestExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "XCTestExtensionsTests",
"path" : "Tests/XCTestExtensionsTests",
"sources" : [
"SegmentedProgressTests/SegmentedProgress Tests.swift",
"Utilities Tests.swift",
"Wait/Wait Bool Tests.swift",
"Wait/Wait Equals Tests.swift",
"Wait/Wait Tests.swift"
],
"target_dependencies" : [
"XCTestExtensions"
],
"type" : "test"
},
{
"c99name" : "XCTestExtensions",
"module_type" : "SwiftTarget",
"name" : "XCTestExtensions",
"path" : "Sources/XCTestExtensions",
"product_memberships" : [
"XCTestExtensions"
],
"sources" : [
"SegmentedProgress/SegmentedProgress.swift",
"UI Testing/XCUIElement Extensions.swift",
"Utilities.swift",
"Wait/Wait Bool.swift",
"Wait/Wait Equals.swift",
"Wait/Wait.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.