The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UITestingPlus, reference 0.1.0 (241c99), with Swift 6.3 for Wasm on 13 Apr 2026 11:35:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/UITestingPlus.git
Reference: 0.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/ChimeHQ/UITestingPlus
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 241c995 Fix iOS build
Cloned https://github.com/ChimeHQ/UITestingPlus.git
Revision (git rev-parse @):
241c9953b119683cc9b6cbf07d9c3db923ba1053
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/UITestingPlus.git at 0.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ChimeHQ/UITestingPlus.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling UITestingPlus XCUIElement+Existence.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Existence.swift:3:18: error: cannot find type 'XCUIElement' in scope
 1 | import XCTest
 2 |
 3 | public extension XCUIElement {
   |                  `- error: cannot find type 'XCUIElement' in scope
 4 | 	/// Waits until an element no longer exists.
 5 | 	///
[4/10] Compiling UITestingPlus XCUIElement+TextEditing.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+TextEditing.swift:41:18: error: cannot find type 'XCUIElement' in scope
39 | }
40 |
41 | public extension XCUIElement {
   |                  `- error: cannot find type 'XCUIElement' in scope
42 | 	func stringValue(in range: NSRange? = nil) throws -> String {
43 | 		guard let stringValue = self.value as? NSString else {
[5/10] Compiling UITestingPlus XCUIElement+Accessors.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:3:18: error: cannot find type 'XCUIElement' in scope
 1 | import XCTest
 2 |
 3 | public extension XCUIElement {
   |                  `- error: cannot find type 'XCUIElement' in scope
 4 | 	var outlineDisclosureTriangle: XCUIElement {
 5 | 		return disclosureTriangles["NSOutlineViewDisclosureButtonKey"]
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:9:18: error: cannot find type 'XCUIElement' in scope
 7 | }
 8 |
 9 | public extension XCUIElement {
   |                  `- error: cannot find type 'XCUIElement' in scope
10 | 	var closeWindowButton: XCUIElement {
11 | 		return buttons.matching(identifier: XCUIIdentifierCloseWindow).firstMatch
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:15:18: error: cannot find type 'XCUIElementQuery' in scope
13 | }
14 |
15 | public extension XCUIElementQuery {
   |                  `- error: cannot find type 'XCUIElementQuery' in scope
16 | 	subscript(index: Int) -> XCUIElement {
17 | 		return element(boundBy: index)
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:21:18: error: cannot find type 'XCUIElement' in scope
19 | }
20 |
21 | public extension XCUIElement {
   |                  `- error: cannot find type 'XCUIElement' in scope
22 | 	var hasKeyboardFocus: Bool {
23 | 		return (value(forKey: "hasKeyboardFocus") as? Bool) ?? false
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:4:33: error: cannot find type 'XCUIElement' in scope
 2 |
 3 | public extension XCUIElement {
 4 | 	var outlineDisclosureTriangle: XCUIElement {
   |                                 `- error: cannot find type 'XCUIElement' in scope
 5 | 		return disclosureTriangles["NSOutlineViewDisclosureButtonKey"]
 6 | 	}
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:10:25: error: cannot find type 'XCUIElement' in scope
 8 |
 9 | public extension XCUIElement {
10 | 	var closeWindowButton: XCUIElement {
   |                         `- error: cannot find type 'XCUIElement' in scope
11 | 		return buttons.matching(identifier: XCUIIdentifierCloseWindow).firstMatch
12 | 	}
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:16:27: error: cannot find type 'XCUIElement' in scope
14 |
15 | public extension XCUIElementQuery {
16 | 	subscript(index: Int) -> XCUIElement {
   |                           `- error: cannot find type 'XCUIElement' in scope
17 | 		return element(boundBy: index)
18 | 	}
[6/10] Compiling UITestingPlus XCUIApplication+Windows.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Windows.swift:4:18: error: cannot find type 'XCUIApplication' in scope
 2 | import XCTest
 3 |
 4 | public extension XCUIApplication {
   |                  `- error: cannot find type 'XCUIApplication' in scope
 5 | 	func launchWithNoWindows() {
 6 | 		launchArguments.append(contentsOf: ["-ApplePersistenceIgnoreState", "YES"])
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Windows.swift:47:19: error: cannot find type 'XCUIElement' in scope
45 | 	#endif
46 |
47 | 	var frontWindow: XCUIElement {
   |                   `- error: cannot find type 'XCUIElement' in scope
48 | 		return windows.element
49 | 	}
[7/10] Compiling UITestingPlus XCUIApplication+Menus.swift
[8/10] Compiling UITestingPlus XCUIApplication+Documents.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/10] Emitting module UITestingPlus
/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:5:42: error: cannot find type 'XCTNSPredicateExpectation' in scope
 3 |
 4 | /// Expectation subclass for waiting on an XCUIElement to be hittable.
 5 | public class HittableElementExpectation: XCTNSPredicateExpectation {
   |                                          `- error: cannot find type 'XCTNSPredicateExpectation' in scope
 6 | 	private static let hittablePredicate = NSPredicate(format: "exists == 1 && isHittable == 1")
 7 |
/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:6:41: error: 'init(format:_:)' has been renamed to 'init(block:)': Predicate strings and key-value coding are not supported in swift-corelibs-foundation. Use a closure instead if possible.
 4 | /// Expectation subclass for waiting on an XCUIElement to be hittable.
 5 | public class HittableElementExpectation: XCTNSPredicateExpectation {
 6 | 	private static let hittablePredicate = NSPredicate(format: "exists == 1 && isHittable == 1")
   |                                         `- error: 'init(format:_:)' has been renamed to 'init(block:)': Predicate strings and key-value coding are not supported in swift-corelibs-foundation. Use a closure instead if possible.
 7 |
 8 | 	public init(element: XCUIElement) {
Foundation.NSPredicate.init:3:22: note: 'init(format:_:)' has been explicitly marked unavailable here
1 | class NSPredicate {
2 | @available(*, unavailable, renamed: "init(block:)", message: "Predicate strings and key-value coding are not supported in swift-corelibs-foundation. Use a closure instead if possible.")
3 |   public convenience init(format predicateFormat: String, _ args: any CVarArg...)}
  |                      `- note: 'init(format:_:)' has been explicitly marked unavailable here
4 |
/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:8:23: error: cannot find type 'XCUIElement' in scope
 6 | 	private static let hittablePredicate = NSPredicate(format: "exists == 1 && isHittable == 1")
 7 |
 8 | 	public init(element: XCUIElement) {
   |                       `- error: cannot find type 'XCUIElement' in scope
 9 | 		let p = HittableElementExpectation.hittablePredicate
10 |
/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:14:22: error: cannot find type 'XCUIElement' in scope
12 | 	}
13 |
14 | 	public var element: XCUIElement {
   |                      `- error: cannot find type 'XCUIElement' in scope
15 | 		return object as! XCUIElement
16 | 	}
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Windows.swift:4:18: error: cannot find type 'XCUIApplication' in scope
 2 | import XCTest
 3 |
 4 | public extension XCUIApplication {
   |                  `- error: cannot find type 'XCUIApplication' in scope
 5 | 	func launchWithNoWindows() {
 6 | 		launchArguments.append(contentsOf: ["-ApplePersistenceIgnoreState", "YES"])
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:3:18: error: cannot find type 'XCUIElement' in scope
 1 | import XCTest
 2 |
 3 | public extension XCUIElement {
   |                  `- error: cannot find type 'XCUIElement' in scope
 4 | 	var outlineDisclosureTriangle: XCUIElement {
 5 | 		return disclosureTriangles["NSOutlineViewDisclosureButtonKey"]
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:9:18: error: cannot find type 'XCUIElement' in scope
 7 | }
 8 |
 9 | public extension XCUIElement {
   |                  `- error: cannot find type 'XCUIElement' in scope
10 | 	var closeWindowButton: XCUIElement {
11 | 		return buttons.matching(identifier: XCUIIdentifierCloseWindow).firstMatch
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:15:18: error: cannot find type 'XCUIElementQuery' in scope
13 | }
14 |
15 | public extension XCUIElementQuery {
   |                  `- error: cannot find type 'XCUIElementQuery' in scope
16 | 	subscript(index: Int) -> XCUIElement {
17 | 		return element(boundBy: index)
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:21:18: error: cannot find type 'XCUIElement' in scope
19 | }
20 |
21 | public extension XCUIElement {
   |                  `- error: cannot find type 'XCUIElement' in scope
22 | 	var hasKeyboardFocus: Bool {
23 | 		return (value(forKey: "hasKeyboardFocus") as? Bool) ?? false
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Existence.swift:3:18: error: cannot find type 'XCUIElement' in scope
 1 | import XCTest
 2 |
 3 | public extension XCUIElement {
   |                  `- error: cannot find type 'XCUIElement' in scope
 4 | 	/// Waits until an element no longer exists.
 5 | 	///
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+TextEditing.swift:41:18: error: cannot find type 'XCUIElement' in scope
39 | }
40 |
41 | public extension XCUIElement {
   |                  `- error: cannot find type 'XCUIElement' in scope
42 | 	func stringValue(in range: NSRange? = nil) throws -> String {
43 | 		guard let stringValue = self.value as? NSString else {
[10/10] Compiling UITestingPlus HittableElementExpectation.swift
/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:5:42: error: cannot find type 'XCTNSPredicateExpectation' in scope
 3 |
 4 | /// Expectation subclass for waiting on an XCUIElement to be hittable.
 5 | public class HittableElementExpectation: XCTNSPredicateExpectation {
   |                                          `- error: cannot find type 'XCTNSPredicateExpectation' in scope
 6 | 	private static let hittablePredicate = NSPredicate(format: "exists == 1 && isHittable == 1")
 7 |
/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:6:41: error: 'init(format:_:)' has been renamed to 'init(block:)': Predicate strings and key-value coding are not supported in swift-corelibs-foundation. Use a closure instead if possible.
 4 | /// Expectation subclass for waiting on an XCUIElement to be hittable.
 5 | public class HittableElementExpectation: XCTNSPredicateExpectation {
 6 | 	private static let hittablePredicate = NSPredicate(format: "exists == 1 && isHittable == 1")
   |                                         `- error: 'init(format:_:)' has been renamed to 'init(block:)': Predicate strings and key-value coding are not supported in swift-corelibs-foundation. Use a closure instead if possible.
 7 |
 8 | 	public init(element: XCUIElement) {
Foundation.NSPredicate.init:3:22: note: 'init(format:_:)' has been explicitly marked unavailable here
1 | class NSPredicate {
2 | @available(*, unavailable, renamed: "init(block:)", message: "Predicate strings and key-value coding are not supported in swift-corelibs-foundation. Use a closure instead if possible.")
3 |   public convenience init(format predicateFormat: String, _ args: any CVarArg...)}
  |                      `- note: 'init(format:_:)' has been explicitly marked unavailable here
4 |
/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:8:23: error: cannot find type 'XCUIElement' in scope
 6 | 	private static let hittablePredicate = NSPredicate(format: "exists == 1 && isHittable == 1")
 7 |
 8 | 	public init(element: XCUIElement) {
   |                       `- error: cannot find type 'XCUIElement' in scope
 9 | 		let p = HittableElementExpectation.hittablePredicate
10 |
/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:14:22: error: cannot find type 'XCUIElement' in scope
12 | 	}
13 |
14 | 	public var element: XCUIElement {
   |                      `- error: cannot find type 'XCUIElement' in scope
15 | 		return object as! XCUIElement
16 | 	}
/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:11:3: error: 'super' cannot be used in class 'HittableElementExpectation' because it has no superclass
 9 | 		let p = HittableElementExpectation.hittablePredicate
10 |
11 | 		super.init(predicate: p, object: element)
   |   `- error: 'super' cannot be used in class 'HittableElementExpectation' because it has no superclass
12 | 	}
13 |
/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:15:10: error: cannot find 'object' in scope
13 |
14 | 	public var element: XCUIElement {
15 | 		return object as! XCUIElement
   |          `- error: cannot find 'object' in scope
16 | 	}
17 | }
/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:15:21: error: cannot find type 'XCUIElement' in scope
13 |
14 | 	public var element: XCUIElement {
15 | 		return object as! XCUIElement
   |                     `- error: cannot find type 'XCUIElement' in scope
16 | 	}
17 | }
BUILD FAILURE 6.3 wasm