Build Information
Successful build of XCTHealthKit with Swift 6.0 for iOS using Xcode 16.0.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme XCTHealthKit -destination generic/platform=ios OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
if elementStaticText.waitForExistence(timeout: 10), elementStaticText.isHittable {
^
XCTest.XCUIElement:7:15: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add '@MainActor' to make instance method 'findCategoryAndElement(in:)' part of global actor 'MainActor'
func findCategoryAndElement(in healthApp: XCUIApplication) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:100:83: warning: main actor-isolated property 'isHittable' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if elementStaticText.waitForExistence(timeout: 10), elementStaticText.isHittable {
^
XCTest.XCUIElement:10:14: note: property declared here
open var isHittable: Bool { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add '@MainActor' to make instance method 'findCategoryAndElement(in:)' part of global actor 'MainActor'
func findCategoryAndElement(in healthApp: XCUIApplication) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:101:35: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
elementStaticText.tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add '@MainActor' to make instance method 'findCategoryAndElement(in:)' part of global actor 'MainActor'
func findCategoryAndElement(in healthApp: XCUIApplication) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:105:23: warning: call to main actor-isolated instance method 'swipeUp()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.swipeUp()
^
XCTest.XCUIElement:13:15: note: calls to instance method 'swipeUp()' from outside of its actor context are implicitly asynchronous
open func swipeUp()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add '@MainActor' to make instance method 'findCategoryAndElement(in:)' part of global actor 'MainActor'
func findCategoryAndElement(in healthApp: XCUIApplication) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:106:34: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
if elementStaticText.waitForExistence(timeout: 10), elementStaticText.isHittable {
^
XCTest.XCUIElement:7:15: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add '@MainActor' to make instance method 'findCategoryAndElement(in:)' part of global actor 'MainActor'
func findCategoryAndElement(in healthApp: XCUIApplication) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:106:83: warning: main actor-isolated property 'isHittable' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if elementStaticText.waitForExistence(timeout: 10), elementStaticText.isHittable {
^
XCTest.XCUIElement:10:14: note: property declared here
open var isHittable: Bool { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add '@MainActor' to make instance method 'findCategoryAndElement(in:)' part of global actor 'MainActor'
func findCategoryAndElement(in healthApp: XCUIApplication) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:107:35: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
elementStaticText.tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add '@MainActor' to make instance method 'findCategoryAndElement(in:)' part of global actor 'MainActor'
func findCategoryAndElement(in healthApp: XCUIApplication) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:111:81: warning: main actor-isolated property 'allElementsBoundByIndex' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
os_log("Failed to find element in category: \(healthApp.staticTexts.allElementsBoundByIndex)")
^
XCTest.XCUIElementQuery:28:14: note: property declared here
open var allElementsBoundByIndex: [XCUIElement] { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:111:69: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
os_log("Failed to find element in category: \(healthApp.staticTexts.allElementsBoundByIndex)")
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:115:27: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
elementStaticText.tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:68:10: note: add '@MainActor' to make instance method 'findCategoryAndElement(in:)' part of global actor 'MainActor'
func findCategoryAndElement(in healthApp: XCUIApplication) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:120:25: warning: call to main actor-isolated initializer 'init(bundleIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let healthApp = XCUIApplication(bundleIdentifier: "com.apple.Health")
^
XCTest.XCUIApplication:5:23: note: calls to initializer 'init(bundleIdentifier:)' from outside of its actor context are implicitly asynchronous
@MainActor public init(bundleIdentifier: String)
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:124:58: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["cal"].waitForExistence(timeout: 2))
^
XCTest.XCUIElement:7:15: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:124:50: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["cal"].waitForExistence(timeout: 2))
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:124:40: warning: main actor-isolated property 'textFields' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["cal"].waitForExistence(timeout: 2))
^
XCTest.XCUIElementQuery:99:25: note: property declared here
@NSCopying open var textFields: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:124:33: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["cal"].waitForExistence(timeout: 2))
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:125:48: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["cal"].tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:125:40: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["cal"].tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:125:30: warning: main actor-isolated property 'textFields' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["cal"].tap()
^
XCTest.XCUIElementQuery:99:25: note: property declared here
@NSCopying open var textFields: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:125:23: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["cal"].tap()
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:126:48: warning: call to main actor-isolated instance method 'typeText' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["cal"].typeText("42")
^
XCTest.XCUIElement:2:26: note: calls to instance method 'typeText' from outside of its actor context are implicitly asynchronous
@MainActor open func typeText(_ text: String)
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:126:40: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["cal"].typeText("42")
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:126:30: warning: main actor-isolated property 'textFields' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["cal"].typeText("42")
^
XCTest.XCUIElementQuery:99:25: note: property declared here
@NSCopying open var textFields: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:126:23: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["cal"].typeText("42")
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:128:58: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["BPM"].waitForExistence(timeout: 2))
^
XCTest.XCUIElement:7:15: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:128:50: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["BPM"].waitForExistence(timeout: 2))
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:128:40: warning: main actor-isolated property 'textFields' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["BPM"].waitForExistence(timeout: 2))
^
XCTest.XCUIElementQuery:99:25: note: property declared here
@NSCopying open var textFields: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:128:33: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["BPM"].waitForExistence(timeout: 2))
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:129:48: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["BPM"].tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:129:40: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["BPM"].tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:129:30: warning: main actor-isolated property 'textFields' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["BPM"].tap()
^
XCTest.XCUIElementQuery:99:25: note: property declared here
@NSCopying open var textFields: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:129:23: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["BPM"].tap()
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:130:48: warning: call to main actor-isolated instance method 'typeText' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["BPM"].typeText("80")
^
XCTest.XCUIElement:2:26: note: calls to instance method 'typeText' from outside of its actor context are implicitly asynchronous
@MainActor open func typeText(_ text: String)
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:130:40: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["BPM"].typeText("80")
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:130:30: warning: main actor-isolated property 'textFields' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["BPM"].typeText("80")
^
XCTest.XCUIElementQuery:99:25: note: property declared here
@NSCopying open var textFields: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:130:23: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["BPM"].typeText("80")
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:132:82: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.staticTexts["High Heart Rate"].firstMatch.waitForExistence(timeout: 2))
^
XCTest.XCUIElement:7:15: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:132:71: warning: main actor-isolated property 'firstMatch' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.staticTexts["High Heart Rate"].firstMatch.waitForExistence(timeout: 2))
^
XCTest.XCUIElement:117:14: note: property declared here
open var firstMatch: XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:132:51: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.staticTexts["High Heart Rate"].firstMatch.waitForExistence(timeout: 2))
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:132:40: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.staticTexts["High Heart Rate"].firstMatch.waitForExistence(timeout: 2))
^
XCTest.XCUIElementQuery:98:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:132:33: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.staticTexts["High Heart Rate"].firstMatch.waitForExistence(timeout: 2))
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:133:72: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.tables.staticTexts["High Heart Rate"].firstMatch.tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:133:61: warning: main actor-isolated property 'firstMatch' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.staticTexts["High Heart Rate"].firstMatch.tap()
^
XCTest.XCUIElement:117:14: note: property declared here
open var firstMatch: XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:133:41: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.staticTexts["High Heart Rate"].firstMatch.tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:133:30: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.staticTexts["High Heart Rate"].firstMatch.tap()
^
XCTest.XCUIElementQuery:98:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:133:23: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.staticTexts["High Heart Rate"].firstMatch.tap()
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:135:60: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["Steps"].waitForExistence(timeout: 2))
^
XCTest.XCUIElement:7:15: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:135:50: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["Steps"].waitForExistence(timeout: 2))
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:135:40: warning: main actor-isolated property 'textFields' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["Steps"].waitForExistence(timeout: 2))
^
XCTest.XCUIElementQuery:99:25: note: property declared here
@NSCopying open var textFields: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:135:33: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["Steps"].waitForExistence(timeout: 2))
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:136:50: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Steps"].tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:136:40: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Steps"].tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:136:30: warning: main actor-isolated property 'textFields' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Steps"].tap()
^
XCTest.XCUIElementQuery:99:25: note: property declared here
@NSCopying open var textFields: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:136:23: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Steps"].tap()
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:137:50: warning: call to main actor-isolated instance method 'typeText' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Steps"].typeText("42")
^
XCTest.XCUIElement:2:26: note: calls to instance method 'typeText' from outside of its actor context are implicitly asynchronous
@MainActor open func typeText(_ text: String)
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:137:40: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Steps"].typeText("42")
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:137:30: warning: main actor-isolated property 'textFields' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Steps"].typeText("42")
^
XCTest.XCUIElementQuery:99:25: note: property declared here
@NSCopying open var textFields: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:137:23: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Steps"].typeText("42")
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:139:61: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["Pushes"].waitForExistence(timeout: 2))
^
XCTest.XCUIElement:7:15: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:139:50: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["Pushes"].waitForExistence(timeout: 2))
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:139:40: warning: main actor-isolated property 'textFields' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["Pushes"].waitForExistence(timeout: 2))
^
XCTest.XCUIElementQuery:99:25: note: property declared here
@NSCopying open var textFields: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:139:33: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.tables.textFields["Pushes"].waitForExistence(timeout: 2))
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:140:51: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Pushes"].tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:140:40: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Pushes"].tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:140:30: warning: main actor-isolated property 'textFields' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Pushes"].tap()
^
XCTest.XCUIElementQuery:99:25: note: property declared here
@NSCopying open var textFields: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:140:23: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Pushes"].tap()
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:141:51: warning: call to main actor-isolated instance method 'typeText' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Pushes"].typeText("42")
^
XCTest.XCUIElement:2:26: note: calls to instance method 'typeText' from outside of its actor context are implicitly asynchronous
@MainActor open func typeText(_ text: String)
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:141:40: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Pushes"].typeText("42")
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:141:30: warning: main actor-isolated property 'textFields' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Pushes"].typeText("42")
^
XCTest.XCUIElementQuery:99:25: note: property declared here
@NSCopying open var textFields: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:141:23: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.textFields["Pushes"].typeText("42")
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift:119:17: note: add '@MainActor' to make instance method 'addData()' part of global actor 'MainActor'
public func addData() {
^
@MainActor
SwiftCompile normal arm64 Compiling\ XCTestCase+HealthApp.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift (in target 'XCTHealthKit' from project 'XCTHealthKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCUIApplication+HealthAccess.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTestCase+HealthApp.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTestCase+HealthApp.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTestCase+HealthApp.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTestCase+HealthApp.dia -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name XCTHealthKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTestCase+HealthApp.o -index-unit-output-path /XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTestCase+HealthApp.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift (in target 'XCTHealthKit' from project 'XCTHealthKit')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCUIApplication+HealthAccess.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTestCase+HealthApp.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTestCase+HealthApp.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTestCase+HealthApp.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTestCase+HealthApp.dia -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name XCTHealthKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTestCase+HealthApp.o -index-unit-output-path /XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTestCase+HealthApp.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:22:25: warning: call to main actor-isolated initializer 'init(bundleIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let healthApp = XCUIApplication(bundleIdentifier: "com.apple.Health")
^
XCTest.XCUIApplication:5:23: note: calls to initializer 'init(bundleIdentifier:)' from outside of its actor context are implicitly asynchronous
@MainActor public init(bundleIdentifier: String)
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:23:19: warning: call to main actor-isolated instance method 'activate()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.activate()
^
XCTest.XCUIApplication:12:26: note: calls to instance method 'activate()' from outside of its actor context are implicitly asynchronous
@MainActor open func activate()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:25:55: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
if healthApp.staticTexts["Welcome to Health"].waitForExistence(timeout: 5) {
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:25:33: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if healthApp.staticTexts["Welcome to Health"].waitForExistence(timeout: 5) {
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:25:22: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if healthApp.staticTexts["Welcome to Health"].waitForExistence(timeout: 5) {
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:29:70: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
let browseTabBarButton = healthApp.tabBars["Tab Bar"].buttons["Browse"]
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:29:63: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
let browseTabBarButton = healthApp.tabBars["Tab Bar"].buttons["Browse"]
^
XCTest.XCUIElement:42:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:29:51: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
let browseTabBarButton = healthApp.tabBars["Tab Bar"].buttons["Browse"]
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:29:44: warning: main actor-isolated property 'tabBars' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
let browseTabBarButton = healthApp.tabBars["Tab Bar"].buttons["Browse"]
^
XCTest.XCUIElement:55:25: note: property declared here
@NSCopying open var tabBars: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:30:32: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
if !browseTabBarButton.waitForExistence(timeout: 5) && !browseTabBarButton.isHittable {
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:30:84: warning: main actor-isolated property 'isHittable' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
if !browseTabBarButton.waitForExistence(timeout: 5) && !browseTabBarButton.isHittable {
^
XCTest.XCUIElement:10:14: note: property declared here
open var isHittable: Bool { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:31:94: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
os_log("Failed to find the browse tab bar button: \(healthApp.tabBars["Tab Bar"].buttons)")
^
XCTest.XCUIElement:42:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:31:82: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
os_log("Failed to find the browse tab bar button: \(healthApp.tabBars["Tab Bar"].buttons)")
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:31:75: warning: main actor-isolated property 'tabBars' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
os_log("Failed to find the browse tab bar button: \(healthApp.tabBars["Tab Bar"].buttons)")
^
XCTest.XCUIElement:55:25: note: property declared here
@NSCopying open var tabBars: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:33:75: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
let cancelButton = healthApp.navigationBars.firstMatch.buttons["Cancel"]
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:33:68: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
let cancelButton = healthApp.navigationBars.firstMatch.buttons["Cancel"]
^
XCTest.XCUIElement:42:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:33:57: warning: main actor-isolated property 'firstMatch' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
let cancelButton = healthApp.navigationBars.firstMatch.buttons["Cancel"]
^
XCTest.XCUIElementQuery:133:14: note: property declared here
open var firstMatch: XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:33:42: warning: main actor-isolated property 'navigationBars' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
let cancelButton = healthApp.navigationBars.firstMatch.buttons["Cancel"]
^
XCTest.XCUIElement:54:25: note: property declared here
@NSCopying open var navigationBars: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:34:29: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
if cancelButton.waitForExistence(timeout: 3) && cancelButton.isHittable {
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:34:74: warning: main actor-isolated property 'isHittable' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
if cancelButton.waitForExistence(timeout: 3) && cancelButton.isHittable {
^
XCTest.XCUIElement:10:14: note: property declared here
open var isHittable: Bool { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:35:30: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
cancelButton.tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:38:36: warning: main actor-isolated property 'isHittable' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if !browseTabBarButton.isHittable {
^
XCTest.XCUIElement:10:14: note: property declared here
open var isHittable: Bool { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:39:27: warning: call to main actor-isolated instance method 'terminate()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.terminate()
^
XCTest.XCUIApplication:13:26: note: calls to instance method 'terminate()' from outside of its actor context are implicitly asynchronous
@MainActor open func terminate()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:49:28: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
browseTabBarButton.tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:50:28: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
browseTabBarButton.tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:51:66: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
XCTAssert(healthApp.navigationBars.staticTexts["Browse"].waitForExistence(timeout: 10))
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:51:55: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.navigationBars.staticTexts["Browse"].waitForExistence(timeout: 10))
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:51:44: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.navigationBars.staticTexts["Browse"].waitForExistence(timeout: 10))
^
XCTest.XCUIElementQuery:98:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:51:29: warning: main actor-isolated property 'navigationBars' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssert(healthApp.navigationBars.staticTexts["Browse"].waitForExistence(timeout: 10))
^
XCTest.XCUIElement:54:25: note: property declared here
@NSCopying open var navigationBars: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:55:71: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
guard healthApp.navigationBars.firstMatch.buttons["Add Data"].waitForExistence(timeout: 3) else {
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:55:58: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
guard healthApp.navigationBars.firstMatch.buttons["Add Data"].waitForExistence(timeout: 3) else {
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:55:51: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
guard healthApp.navigationBars.firstMatch.buttons["Add Data"].waitForExistence(timeout: 3) else {
^
XCTest.XCUIElement:42:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:55:40: warning: main actor-isolated property 'firstMatch' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
guard healthApp.navigationBars.firstMatch.buttons["Add Data"].waitForExistence(timeout: 3) else {
^
XCTest.XCUIElementQuery:133:14: note: property declared here
open var firstMatch: XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:55:25: warning: main actor-isolated property 'navigationBars' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
guard healthApp.navigationBars.firstMatch.buttons["Add Data"].waitForExistence(timeout: 3) else {
^
XCTest.XCUIElement:54:25: note: property declared here
@NSCopying open var navigationBars: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:56:81: warning: main actor-isolated property 'allElementsBoundByIndex' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
os_log("Failed to identify the Add Data Button: \(healthApp.buttons.allElementsBoundByIndex)")
^
XCTest.XCUIElementQuery:28:14: note: property declared here
open var allElementsBoundByIndex: [XCUIElement] { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:56:73: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
os_log("Failed to identify the Add Data Button: \(healthApp.buttons.allElementsBoundByIndex)")
^
XCTest.XCUIElement:42:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:57:85: warning: main actor-isolated property 'allElementsBoundByIndex' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
os_log("Failed to identify the Add Data Button: \(healthApp.staticTexts.allElementsBoundByIndex)")
^
XCTest.XCUIElementQuery:28:14: note: property declared here
open var allElementsBoundByIndex: [XCUIElement] { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:57:73: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
os_log("Failed to identify the Add Data Button: \(healthApp.staticTexts.allElementsBoundByIndex)")
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:61:65: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.navigationBars.firstMatch.buttons["Add Data"].tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:61:52: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.navigationBars.firstMatch.buttons["Add Data"].tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:61:45: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.navigationBars.firstMatch.buttons["Add Data"].tap()
^
XCTest.XCUIElement:42:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:61:34: warning: main actor-isolated property 'firstMatch' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.navigationBars.firstMatch.buttons["Add Data"].tap()
^
XCTest.XCUIElementQuery:133:14: note: property declared here
open var firstMatch: XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:61:19: warning: main actor-isolated property 'navigationBars' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.navigationBars.firstMatch.buttons["Add Data"].tap()
^
XCTest.XCUIElement:54:25: note: property declared here
@NSCopying open var navigationBars: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:65:66: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
guard healthApp.navigationBars.firstMatch.buttons["Add"].waitForExistence(timeout: 3) else {
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:65:58: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
guard healthApp.navigationBars.firstMatch.buttons["Add"].waitForExistence(timeout: 3) else {
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:65:51: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
guard healthApp.navigationBars.firstMatch.buttons["Add"].waitForExistence(timeout: 3) else {
^
XCTest.XCUIElement:42:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:65:40: warning: main actor-isolated property 'firstMatch' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
guard healthApp.navigationBars.firstMatch.buttons["Add"].waitForExistence(timeout: 3) else {
^
XCTest.XCUIElementQuery:133:14: note: property declared here
open var firstMatch: XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:65:25: warning: main actor-isolated property 'navigationBars' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
guard healthApp.navigationBars.firstMatch.buttons["Add"].waitForExistence(timeout: 3) else {
^
XCTest.XCUIElement:54:25: note: property declared here
@NSCopying open var navigationBars: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:66:76: warning: main actor-isolated property 'allElementsBoundByIndex' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
os_log("Failed to identify the Add button: \(healthApp.buttons.allElementsBoundByIndex)")
^
XCTest.XCUIElementQuery:28:14: note: property declared here
open var allElementsBoundByIndex: [XCUIElement] { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:66:68: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
os_log("Failed to identify the Add button: \(healthApp.buttons.allElementsBoundByIndex)")
^
XCTest.XCUIElement:42:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:67:80: warning: main actor-isolated property 'allElementsBoundByIndex' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
os_log("Failed to identify the Add button: \(healthApp.staticTexts.allElementsBoundByIndex)")
^
XCTest.XCUIElementQuery:28:14: note: property declared here
open var allElementsBoundByIndex: [XCUIElement] { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:67:68: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
os_log("Failed to identify the Add button: \(healthApp.staticTexts.allElementsBoundByIndex)")
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:71:60: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.navigationBars.firstMatch.buttons["Add"].tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:71:52: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.navigationBars.firstMatch.buttons["Add"].tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:71:45: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.navigationBars.firstMatch.buttons["Add"].tap()
^
XCTest.XCUIElement:42:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:71:34: warning: main actor-isolated property 'firstMatch' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.navigationBars.firstMatch.buttons["Add"].tap()
^
XCTest.XCUIElementQuery:133:14: note: property declared here
open var firstMatch: XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:71:19: warning: main actor-isolated property 'navigationBars' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.navigationBars.firstMatch.buttons["Add"].tap()
^
XCTest.XCUIElement:54:25: note: property declared here
@NSCopying open var navigationBars: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:73:69: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
if !healthApp.navigationBars.firstMatch.buttons["Add Data"].waitForExistence(timeout: 20) {
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:73:56: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if !healthApp.navigationBars.firstMatch.buttons["Add Data"].waitForExistence(timeout: 20) {
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:73:49: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if !healthApp.navigationBars.firstMatch.buttons["Add Data"].waitForExistence(timeout: 20) {
^
XCTest.XCUIElement:42:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:73:38: warning: main actor-isolated property 'firstMatch' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if !healthApp.navigationBars.firstMatch.buttons["Add Data"].waitForExistence(timeout: 20) {
^
XCTest.XCUIElementQuery:133:14: note: property declared here
open var firstMatch: XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:73:23: warning: main actor-isolated property 'navigationBars' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if !healthApp.navigationBars.firstMatch.buttons["Add Data"].waitForExistence(timeout: 20) {
^
XCTest.XCUIElement:54:25: note: property declared here
@NSCopying open var navigationBars: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:74:23: warning: call to main actor-isolated instance method 'terminate()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.terminate()
^
XCTest.XCUIApplication:13:26: note: calls to instance method 'terminate()' from outside of its actor context are implicitly asynchronous
@MainActor open func terminate()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:21:18: note: add '@MainActor' to make instance method 'exitAppAndOpenHealthThatMightBeRepeated(_:alreadyRecursive:)' part of global actor 'MainActor'
private func exitAppAndOpenHealthThatMightBeRepeated(_ healthDataType: HealthAppDataType, alreadyRecursive: Bool = false) throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:86:42: warning: main actor-isolated property 'exists' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
guard alert.buttons["Allow"].exists else {
^
XCTest.XCUIElement:6:14: note: property declared here
open var exists: Bool { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:86:32: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
guard alert.buttons["Allow"].exists else {
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:86:25: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
guard alert.buttons["Allow"].exists else {
^
XCTest.XCUIElement:42:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:87:72: warning: main actor-isolated property 'allElementsBoundByIndex' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
XCTFail("Failed not dismiss alert: \(alert.staticTexts.allElementsBoundByIndex)")
^
XCTest.XCUIElementQuery:28:14: note: property declared here
open var allElementsBoundByIndex: [XCUIElement] { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:87:60: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
XCTFail("Failed not dismiss alert: \(alert.staticTexts.allElementsBoundByIndex)")
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:91:36: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
alert.buttons["Allow"].tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:91:26: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
alert.buttons["Allow"].tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:91:19: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
alert.buttons["Allow"].tap()
^
XCTest.XCUIElement:42:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:95:25: warning: call to main actor-isolated initializer 'init(bundleIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let healthApp = XCUIApplication(bundleIdentifier: "com.apple.Health")
^
XCTest.XCUIApplication:5:23: note: calls to initializer 'init(bundleIdentifier:)' from outside of its actor context are implicitly asynchronous
@MainActor public init(bundleIdentifier: String)
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:97:55: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
if healthApp.staticTexts["Welcome to Health"].waitForExistence(timeout: 5) {
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:97:33: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if healthApp.staticTexts["Welcome to Health"].waitForExistence(timeout: 5) {
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:97:22: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if healthApp.staticTexts["Welcome to Health"].waitForExistence(timeout: 5) {
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:98:61: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.staticTexts["Continue"].waitForExistence(timeout: 5))
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:98:48: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.staticTexts["Continue"].waitForExistence(timeout: 5))
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:98:37: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.staticTexts["Continue"].waitForExistence(timeout: 5))
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:99:47: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.staticTexts["Continue"].tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:99:34: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.staticTexts["Continue"].tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:99:23: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.staticTexts["Continue"].tap()
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:101:61: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.staticTexts["Continue"].waitForExistence(timeout: 5))
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:101:48: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.staticTexts["Continue"].waitForExistence(timeout: 5))
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:101:37: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.staticTexts["Continue"].waitForExistence(timeout: 5))
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:102:47: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.staticTexts["Continue"].tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:102:34: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.staticTexts["Continue"].tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:102:23: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.staticTexts["Continue"].tap()
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:104:60: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.tables.buttons["Next"].waitForExistence(timeout: 5))
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:104:51: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.tables.buttons["Next"].waitForExistence(timeout: 5))
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:104:44: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.tables.buttons["Next"].waitForExistence(timeout: 5))
^
XCTest.XCUIElementQuery:58:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:104:37: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.tables.buttons["Next"].waitForExistence(timeout: 5))
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:105:46: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.tables.buttons["Next"].tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:105:37: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.buttons["Next"].tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:105:30: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.buttons["Next"].tap()
^
XCTest.XCUIElementQuery:58:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:105:23: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.buttons["Next"].tap()
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:109:51: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
if !healthApp.staticTexts["Continue"].waitForExistence(timeout: 60) {
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:109:38: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if !healthApp.staticTexts["Continue"].waitForExistence(timeout: 60) {
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:109:27: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if !healthApp.staticTexts["Continue"].waitForExistence(timeout: 60) {
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:111:85: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.navigationBars["WDBuddyFlowUserInfoView"].buttons["Back"].tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:111:76: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.navigationBars["WDBuddyFlowUserInfoView"].buttons["Back"].tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:111:69: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.navigationBars["WDBuddyFlowUserInfoView"].buttons["Back"].tap()
^
XCTest.XCUIElement:42:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:111:41: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.navigationBars["WDBuddyFlowUserInfoView"].buttons["Back"].tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:111:27: warning: main actor-isolated property 'navigationBars' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.navigationBars["WDBuddyFlowUserInfoView"].buttons["Back"].tap()
^
XCTest.XCUIElement:54:25: note: property declared here
@NSCopying open var navigationBars: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:113:65: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.staticTexts["Continue"].waitForExistence(timeout: 5))
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:113:52: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.staticTexts["Continue"].waitForExistence(timeout: 5))
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:113:41: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.staticTexts["Continue"].waitForExistence(timeout: 5))
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:114:51: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.staticTexts["Continue"].tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:114:38: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.staticTexts["Continue"].tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:114:27: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.staticTexts["Continue"].tap()
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:117:53: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
if healthApp.tables.buttons["Next"].waitForExistence(timeout: 5) {
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:117:44: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if healthApp.tables.buttons["Next"].waitForExistence(timeout: 5) {
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:117:37: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if healthApp.tables.buttons["Next"].waitForExistence(timeout: 5) {
^
XCTest.XCUIElementQuery:58:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:117:30: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if healthApp.tables.buttons["Next"].waitForExistence(timeout: 5) {
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:118:54: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.tables.buttons["Next"].tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:118:45: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.buttons["Next"].tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:118:38: warning: main actor-isolated property 'buttons' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.buttons["Next"].tap()
^
XCTest.XCUIElementQuery:58:25: note: property declared here
@NSCopying open var buttons: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:118:31: warning: main actor-isolated property 'tables' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.tables.buttons["Next"].tap()
^
XCTest.XCUIElement:59:25: note: property declared here
@NSCopying open var tables: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:122:55: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
if !healthApp.staticTexts["Continue"].waitForExistence(timeout: 60) {
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:122:42: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if !healthApp.staticTexts["Continue"].waitForExistence(timeout: 60) {
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:122:31: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
if !healthApp.staticTexts["Continue"].waitForExistence(timeout: 60) {
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:127:31: warning: call to main actor-isolated instance method 'terminate()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.terminate()
^
XCTest.XCUIApplication:13:26: note: calls to instance method 'terminate()' from outside of its actor context are implicitly asynchronous
@MainActor open func terminate()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:128:31: warning: call to main actor-isolated instance method 'activate()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.activate()
^
XCTest.XCUIApplication:12:26: note: calls to instance method 'activate()' from outside of its actor context are implicitly asynchronous
@MainActor open func activate()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:135:51: warning: main actor-isolated property 'firstMatch' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
let trendsSwitch = healthApp.switches.firstMatch
^
XCTest.XCUIElementQuery:133:14: note: property declared here
open var firstMatch: XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:135:42: warning: main actor-isolated property 'switches' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
let trendsSwitch = healthApp.switches.firstMatch
^
XCTest.XCUIElement:74:25: note: property declared here
@NSCopying open var switches: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:136:29: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
if trendsSwitch.waitForExistence(timeout: 5) && trendsSwitch.isHittable {
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:136:74: warning: main actor-isolated property 'isHittable' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
if trendsSwitch.waitForExistence(timeout: 5) && trendsSwitch.isHittable {
^
XCTest.XCUIElement:10:14: note: property declared here
open var isHittable: Bool { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:137:30: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
trendsSwitch.tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:140:61: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.staticTexts["Continue"].waitForExistence(timeout: 5))
^
XCTest.XCUIElement:7:26: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:140:48: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.staticTexts["Continue"].waitForExistence(timeout: 5))
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:140:37: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(healthApp.staticTexts["Continue"].waitForExistence(timeout: 5))
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:141:47: warning: call to main actor-isolated instance method 'tap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
healthApp.staticTexts["Continue"].tap()
^
XCTest.XCUIElement:2:26: note: calls to instance method 'tap()' from outside of its actor context are implicitly asynchronous
@MainActor open func tap()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:141:34: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.staticTexts["Continue"].tap()
^
XCTest.XCUIElementQuery:24:21: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:141:23: warning: main actor-isolated property 'staticTexts' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
healthApp.staticTexts["Continue"].tap()
^
XCTest.XCUIElement:82:25: note: property declared here
@NSCopying open var staticTexts: XCUIElementQuery { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift:84:18: note: add '@MainActor' to make instance method 'handleWelcomeToHealth(alreadyRecursive:)' part of global actor 'MainActor'
private func handleWelcomeToHealth(alreadyRecursive: Bool = false) {
^
@MainActor
SwiftEmitModule normal arm64 Emitting\ module\ for\ XCTHealthKit (in target 'XCTHealthKit' from project 'XCTHealthKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCUIApplication+HealthAccess.swift -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name XCTHealthKit -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.abi.json
SwiftCompile normal arm64 Compiling\ XCUIApplication+HealthAccess.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCUIApplication+HealthAccess.swift (in target 'XCTHealthKit' from project 'XCTHealthKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCUIApplication+HealthAccess.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCUIApplication+HealthAccess.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCUIApplication+HealthAccess.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCUIApplication+HealthAccess.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCUIApplication+HealthAccess.dia -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name XCTHealthKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCUIApplication+HealthAccess.o -index-unit-output-path /XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCUIApplication+HealthAccess.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCUIApplication+HealthAccess.swift (in target 'XCTHealthKit' from project 'XCTHealthKit')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/HealthAppDataType.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCTestCase+HealthApp.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/XCTHealthKit/XCUIApplication+HealthAccess.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCUIApplication+HealthAccess.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCUIApplication+HealthAccess.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCUIApplication+HealthAccess.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCUIApplication+HealthAccess.dia -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name XCTHealthKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCUIApplication+HealthAccess.o -index-unit-output-path /XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCUIApplication+HealthAccess.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for XCTHealthKit (in target 'XCTHealthKit' from project 'XCTHealthKit')
SwiftDriver\ Compilation\ Requirements XCTHealthKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XCTHealthKit' from project 'XCTHealthKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name XCTHealthKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/XCTHealthKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit-Swift.h (in target 'XCTHealthKit' from project 'XCTHealthKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/XCTHealthKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTHealthKit.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.swiftmodule (in target 'XCTHealthKit' from project 'XCTHealthKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTHealthKit.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTHealthKit.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.swiftdoc (in target 'XCTHealthKit' from project 'XCTHealthKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTHealthKit.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTHealthKit.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.abi.json (in target 'XCTHealthKit' from project 'XCTHealthKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTHealthKit.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTHealthKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.swiftsourceinfo (in target 'XCTHealthKit' from project 'XCTHealthKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTHealthKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling XCUIApplication+HealthAccess.swift (in target 'XCTHealthKit' from project 'XCTHealthKit')
SwiftDriverJobDiscovery normal arm64 Compiling HealthAppDataType.swift (in target 'XCTHealthKit' from project 'XCTHealthKit')
SwiftDriverJobDiscovery normal arm64 Compiling XCTestCase+HealthApp.swift (in target 'XCTHealthKit' from project 'XCTHealthKit')
SwiftDriver\ Compilation XCTHealthKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XCTHealthKit' from project 'XCTHealthKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name XCTHealthKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTHealthKit.o normal (in target 'XCTHealthKit' from project 'XCTHealthKit')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios16.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTHealthKit.build/Debug-iphoneos/XCTHealthKit.build/Objects-normal/arm64/XCTHealthKit_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTHealthKit.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTHealthKit.o (in target 'XCTHealthKit' from project 'XCTHealthKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTHealthKit.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'XCTHealthKit' from project 'XCTHealthKit')
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "XCTHealthKit",
"name" : "XCTHealthKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "XCTHealthKit",
"targets" : [
"XCTHealthKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTHealthKitTests",
"module_type" : "SwiftTarget",
"name" : "XCTHealthKitTests",
"path" : "Tests/XCTHealthKitTests",
"sources" : [
"TemplatePackageTests.swift"
],
"target_dependencies" : [
"XCTHealthKit"
],
"type" : "test"
},
{
"c99name" : "XCTHealthKit",
"module_type" : "SwiftTarget",
"name" : "XCTHealthKit",
"path" : "Sources/XCTHealthKit",
"product_memberships" : [
"XCTHealthKit"
],
"sources" : [
"HealthAppDataType.swift",
"XCTestCase+HealthApp.swift",
"XCUIApplication+HealthAccess.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.