Build Information
Successful build of HAKit, reference main (e66483), with Swift 6.1 for iOS using Xcode 16.3 on 20 Apr 2026 00:52:58 UTC.
Swift 6 data race errors: 87
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HAKit -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCapturesBuild Log
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:408:10: note: add '@MainActor' to make instance method 'testReissuesPopulateAndSubscribeOnReconnect()' part of global actor 'MainActor'
func testReissuesPopulateAndSubscribeOnReconnect() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:463:13: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:504:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:471:10: note: add '@MainActor' to make instance method 'testMultipleSubscriptions()' part of global actor 'MainActor'
func testMultipleSubscriptions() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:534:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:509:10: note: add '@MainActor' to make instance method 'testMapWithoutExistingValue()' part of global actor 'MainActor'
func testMapWithoutExistingValue() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:566:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:546:10: note: add '@MainActor' to make instance method 'testMapWithExistingValue()' part of global actor 'MainActor'
func testMapWithExistingValue() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:591:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:570:10: note: add '@MainActor' to make instance method 'testOnceBeforeInitial()' part of global actor 'MainActor'
func testOnceBeforeInitial() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:624:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:601:10: note: add '@MainActor' to make instance method 'testOnceAfterInitial()' part of global actor 'MainActor'
func testOnceAfterInitial() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:734:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:714:10: note: add '@MainActor' to make instance method 'testSubscriptionWithNilPopulateInfo()' part of global actor 'MainActor'
func testSubscriptionWithNilPopulateInfo() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:760:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:741:10: note: add '@MainActor' to make instance method 'testSubscriptionWithConnectionStateChanges()' part of global actor 'MainActor'
func testSubscriptionWithConnectionStateChanges() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:147:9: warning: sending value of non-Sendable type 'HACacheTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:147:9: note: sending task-isolated value of non-Sendable type 'HACacheTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:155:9: warning: sending value of non-Sendable type 'HACacheTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:155:9: note: sending task-isolated value of non-Sendable type 'HACacheTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:287:9: warning: sending value of non-Sendable type 'HACacheTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:287:9: note: sending task-isolated value of non-Sendable type 'HACacheTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:336:9: warning: sending value of non-Sendable type 'HACacheTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:336:9: note: sending task-isolated value of non-Sendable type 'HACacheTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:392:9: warning: sending value of non-Sendable type 'HACacheTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:392:9: note: sending task-isolated value of non-Sendable type 'HACacheTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:437:9: warning: sending value of non-Sendable type 'HACacheTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:437:9: note: sending task-isolated value of non-Sendable type 'HACacheTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:463:13: warning: sending value of non-Sendable type 'HACacheTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:463:13: note: sending task-isolated value of non-Sendable type 'HACacheTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:504:9: warning: sending value of non-Sendable type 'HACacheTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:504:9: note: sending task-isolated value of non-Sendable type 'HACacheTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:534:9: warning: sending value of non-Sendable type 'HACacheTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:534:9: note: sending task-isolated value of non-Sendable type 'HACacheTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:566:9: warning: sending value of non-Sendable type 'HACacheTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:566:9: note: sending task-isolated value of non-Sendable type 'HACacheTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:591:9: warning: sending value of non-Sendable type 'HACacheTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:591:9: note: sending task-isolated value of non-Sendable type 'HACacheTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:624:9: warning: sending value of non-Sendable type 'HACacheTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:624:9: note: sending task-isolated value of non-Sendable type 'HACacheTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:734:9: warning: sending value of non-Sendable type 'HACacheTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:734:9: note: sending task-isolated value of non-Sendable type 'HACacheTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:760:9: warning: sending value of non-Sendable type 'HACacheTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HACache.test.swift:760:9: note: sending task-isolated value of non-Sendable type 'HACacheTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ Tests (in target 'Tests' from project 'HAKit')
EmitSwiftModule normal arm64 (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:614:26: warning: reference to static property 'post' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
type: .rest(.post, "some_path"),
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HAHTTPMethod.swift:13:23: note: static property declared here
public static var post: Self = "POST"
^
/Users/admin/builder/spi-builder-workspace/Tests/HADataDecodable.test.swift:79:16: warning: static property 'shouldThrow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var shouldThrow = false
^
/Users/admin/builder/spi-builder-workspace/Tests/HADataDecodable.test.swift:79:16: note: convert 'shouldThrow' to a 'let' constant to make 'Sendable' shared state immutable
static var shouldThrow = false
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HADataDecodable.test.swift:79:16: note: add '@MainActor' to make static property 'shouldThrow' part of global actor 'MainActor'
static var shouldThrow = false
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HADataDecodable.test.swift:79:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var shouldThrow = false
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAKit.test.swift:100:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAKit.test.swift:54:10: note: add '@MainActor' to make instance method 'testCreationWithCustomDelegateSession()' part of global actor 'MainActor'
func testCreationWithCustomDelegateSession() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAReconnectManager.test.swift:104:18: warning: reference to static property 'date' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
HAGlobal.date = { date1 }
^
/Users/admin/builder/spi-builder-workspace/Source/HAGlobal.swift:16:23: note: static property declared here
public static var date: () -> Date = Date.init
^
/Users/admin/builder/spi-builder-workspace/Tests/HAReconnectManager.test.swift:115:18: warning: reference to static property 'date' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
HAGlobal.date = { date2 }
^
/Users/admin/builder/spi-builder-workspace/Source/HAGlobal.swift:16:23: note: static property declared here
public static var date: () -> Date = Date.init
^
/Users/admin/builder/spi-builder-workspace/Tests/HAReconnectManager.test.swift:122:18: warning: reference to static property 'date' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
HAGlobal.date = { date3 }
^
/Users/admin/builder/spi-builder-workspace/Source/HAGlobal.swift:16:23: note: static property declared here
public static var date: () -> Date = Date.init
^
/Users/admin/builder/spi-builder-workspace/Tests/HAReconnectManager.test.swift:129:18: warning: reference to static property 'date' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
HAGlobal.date = { date4 }
^
/Users/admin/builder/spi-builder-workspace/Source/HAGlobal.swift:16:23: note: static property declared here
public static var date: () -> Date = Date.init
^
/Users/admin/builder/spi-builder-workspace/Tests/HAReconnectManager.test.swift:136:18: warning: reference to static property 'date' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
HAGlobal.date = { date5 }
^
/Users/admin/builder/spi-builder-workspace/Source/HAGlobal.swift:16:23: note: static property declared here
public static var date: () -> Date = Date.init
^
/Users/admin/builder/spi-builder-workspace/Tests/HAReconnectManager.test.swift:191:18: warning: reference to static property 'date' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
HAGlobal.date = { now }
^
/Users/admin/builder/spi-builder-workspace/Source/HAGlobal.swift:16:23: note: static property declared here
public static var date: () -> Date = Date.init
^
/Users/admin/builder/spi-builder-workspace/Tests/HARequestInvocationSingle.test.swift:30:35: warning: reference to static property 'callService' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
request: .init(type: .callService, data: [:]),
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HARequestType.swift:56:23: note: static property declared here
public static var callService: Self = "call_service"
^
/Users/admin/builder/spi-builder-workspace/Tests/HARequestInvocationSingle.test.swift:50:35: warning: reference to static property 'callService' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
request: .init(type: .callService, data: [:]),
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HARequestType.swift:56:23: note: static property declared here
public static var callService: Self = "call_service"
^
/Users/admin/builder/spi-builder-workspace/Tests/HARequestInvocationSingle.test.swift:67:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HARequestInvocationSingle.test.swift:41:10: note: add '@MainActor' to make instance method 'testCompletionInvokedOnceAndCleared()' part of global actor 'MainActor'
func testCompletionInvokedOnceAndCleared() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HARequestInvocationSubscription.test.swift:45:35: warning: reference to static property 'callService' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
request: .init(type: .callService, data: [:]),
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HARequestType.swift:56:23: note: static property declared here
public static var callService: Self = "call_service"
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:331:15: warning: non-final class 'MockURLAuthenticationChallengeSender' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
private class MockURLAuthenticationChallengeSender: NSObject, URLAuthenticationChallengeSender {
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:105:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:72:10: note: add '@MainActor' to make instance method 'testClientCertificateChallenge()' part of global actor 'MainActor'
func testClientCertificateChallenge() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:141:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:108:10: note: add '@MainActor' to make instance method 'testServerTrustChallengeWithoutTrust()' part of global actor 'MainActor'
func testServerTrustChallengeWithoutTrust() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:178:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:144:10: note: add '@MainActor' to make instance method 'testDefaultAuthenticationChallenge()' part of global actor 'MainActor'
func testDefaultAuthenticationChallenge() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:214:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:181:10: note: add '@MainActor' to make instance method 'testProviderRejectsClientCertificate()' part of global actor 'MainActor'
func testProviderRejectsClientCertificate() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:251:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:217:10: note: add '@MainActor' to make instance method 'testServerTrustChallengeWithTrust()' part of global actor 'MainActor'
func testServerTrustChallengeWithTrust() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:290:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:254:10: note: add '@MainActor' to make instance method 'testProviderRejectsServerTrust()' part of global actor 'MainActor'
func testProviderRejectsServerTrust() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:9:16: warning: static property 'authRequired' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var authRequired = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:9:16: note: convert 'authRequired' to a 'let' constant to make 'Sendable' shared state immutable
static var authRequired = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:9:16: note: add '@MainActor' to make static property 'authRequired' part of global actor 'MainActor'
static var authRequired = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:9:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var authRequired = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:13:16: warning: static property 'authOK' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var authOK = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:13:16: note: convert 'authOK' to a 'let' constant to make 'Sendable' shared state immutable
static var authOK = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:13:16: note: add '@MainActor' to make static property 'authOK' part of global actor 'MainActor'
static var authOK = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var authOK = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:17:16: warning: static property 'authOKMissingVersion' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var authOKMissingVersion = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:17:16: note: convert 'authOKMissingVersion' to a 'let' constant to make 'Sendable' shared state immutable
static var authOKMissingVersion = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:17:16: note: add '@MainActor' to make static property 'authOKMissingVersion' part of global actor 'MainActor'
static var authOKMissingVersion = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var authOKMissingVersion = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:21:16: warning: static property 'authInvalid' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var authInvalid = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:21:16: note: convert 'authInvalid' to a 'let' constant to make 'Sendable' shared state immutable
static var authInvalid = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:21:16: note: add '@MainActor' to make static property 'authInvalid' part of global actor 'MainActor'
static var authInvalid = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var authInvalid = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:25:16: warning: static property 'responseEmptyResult' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseEmptyResult = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:25:16: note: convert 'responseEmptyResult' to a 'let' constant to make 'Sendable' shared state immutable
static var responseEmptyResult = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:25:16: note: add '@MainActor' to make static property 'responseEmptyResult' part of global actor 'MainActor'
static var responseEmptyResult = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:25:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseEmptyResult = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:29:16: warning: static property 'responseDictionaryResult' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseDictionaryResult = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:29:16: note: convert 'responseDictionaryResult' to a 'let' constant to make 'Sendable' shared state immutable
static var responseDictionaryResult = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:29:16: note: add '@MainActor' to make static property 'responseDictionaryResult' part of global actor 'MainActor'
static var responseDictionaryResult = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:29:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseDictionaryResult = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:33:16: warning: static property 'responseArrayResult' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseArrayResult = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:33:16: note: convert 'responseArrayResult' to a 'let' constant to make 'Sendable' shared state immutable
static var responseArrayResult = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:33:16: note: add '@MainActor' to make static property 'responseArrayResult' part of global actor 'MainActor'
static var responseArrayResult = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseArrayResult = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:37:16: warning: static property 'responseMissingID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseMissingID = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:37:16: note: convert 'responseMissingID' to a 'let' constant to make 'Sendable' shared state immutable
static var responseMissingID = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:37:16: note: add '@MainActor' to make static property 'responseMissingID' part of global actor 'MainActor'
static var responseMissingID = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseMissingID = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:41:16: warning: static property 'responseInvalidID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseInvalidID = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:41:16: note: convert 'responseInvalidID' to a 'let' constant to make 'Sendable' shared state immutable
static var responseInvalidID = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:41:16: note: add '@MainActor' to make static property 'responseInvalidID' part of global actor 'MainActor'
static var responseInvalidID = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:41:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseInvalidID = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:45:16: warning: static property 'responseMissingType' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseMissingType = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:45:16: note: convert 'responseMissingType' to a 'let' constant to make 'Sendable' shared state immutable
static var responseMissingType = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:45:16: note: add '@MainActor' to make static property 'responseMissingType' part of global actor 'MainActor'
static var responseMissingType = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:45:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseMissingType = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:49:16: warning: static property 'responseInvalidType' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseInvalidType = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:49:16: note: convert 'responseInvalidType' to a 'let' constant to make 'Sendable' shared state immutable
static var responseInvalidType = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:49:16: note: add '@MainActor' to make static property 'responseInvalidType' part of global actor 'MainActor'
static var responseInvalidType = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:49:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseInvalidType = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:53:16: warning: static property 'responseError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseError = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:53:16: note: convert 'responseError' to a 'let' constant to make 'Sendable' shared state immutable
static var responseError = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:53:16: note: add '@MainActor' to make static property 'responseError' part of global actor 'MainActor'
static var responseError = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:53:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseError = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:57:16: warning: static property 'responseEvent' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseEvent = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:57:16: note: convert 'responseEvent' to a 'let' constant to make 'Sendable' shared state immutable
static var responseEvent = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:57:16: note: add '@MainActor' to make static property 'responseEvent' part of global actor 'MainActor'
static var responseEvent = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:57:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseEvent = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:61:16: warning: static property 'responsePong' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responsePong = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:61:16: note: convert 'responsePong' to a 'let' constant to make 'Sendable' shared state immutable
static var responsePong = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:61:16: note: add '@MainActor' to make static property 'responsePong' part of global actor 'MainActor'
static var responsePong = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:61:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responsePong = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:6:24: warning: static property 'pending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var pending = [URL: PendingResult]()
^
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:6:24: note: convert 'pending' to a 'let' constant to make 'Sendable' shared state immutable
private static var pending = [URL: PendingResult]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:6:24: note: add '@MainActor' to make static property 'pending' part of global actor 'MainActor'
private static var pending = [URL: PendingResult]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:6:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var pending = [URL: PendingResult]()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:7:16: warning: static property 'received' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var received = [URL: URLRequest]()
^
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:7:16: note: convert 'received' to a 'let' constant to make 'Sendable' shared state immutable
static var received = [URL: URLRequest]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:7:16: note: add '@MainActor' to make static property 'received' part of global actor 'MainActor'
static var received = [URL: URLRequest]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:7:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var received = [URL: URLRequest]()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAKit.test.swift:100:9: warning: sending value of non-Sendable type 'HAKitTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAKit.test.swift:100:9: note: sending task-isolated value of non-Sendable type 'HAKitTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HARequestInvocationSingle.test.swift:67:9: warning: sending value of non-Sendable type 'HARequestInvocationSingleTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HARequestInvocationSingle.test.swift:67:9: note: sending task-isolated value of non-Sendable type 'HARequestInvocationSingleTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:105:9: warning: sending value of non-Sendable type 'HAURLSessionDelegateTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:105:9: note: sending task-isolated value of non-Sendable type 'HAURLSessionDelegateTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 1.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:141:9: warning: sending value of non-Sendable type 'HAURLSessionDelegateTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:141:9: note: sending task-isolated value of non-Sendable type 'HAURLSessionDelegateTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 1.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:178:9: warning: sending value of non-Sendable type 'HAURLSessionDelegateTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:178:9: note: sending task-isolated value of non-Sendable type 'HAURLSessionDelegateTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 1.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:214:9: warning: sending value of non-Sendable type 'HAURLSessionDelegateTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:214:9: note: sending task-isolated value of non-Sendable type 'HAURLSessionDelegateTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 1.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:251:9: warning: sending value of non-Sendable type 'HAURLSessionDelegateTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:251:9: note: sending task-isolated value of non-Sendable type 'HAURLSessionDelegateTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 1.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:290:9: warning: sending value of non-Sendable type 'HAURLSessionDelegateTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:290:9: note: sending task-isolated value of non-Sendable type 'HAURLSessionDelegateTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 1.0)
^
SwiftCompile normal arm64 Compiling\ States.test.swift,\ StubbingURLProtocol.swift,\ TestAdditions.swift /Users/admin/builder/spi-builder-workspace/Tests/States.test.swift /Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift /Users/admin/builder/spi-builder-workspace/Tests/TestAdditions.swift (in target 'Tests' from project 'HAKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/States.test.swift (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/States.test.swift:7:47: warning: reference to static property 'subscribeEvents' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
XCTAssertEqual(request.request.type, .subscribeEvents)
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HARequestType.swift:69:23: note: static property declared here
public static var subscribeEvents: Self = "subscribe_events"
^
/Users/admin/builder/spi-builder-workspace/Tests/States.test.swift:8:83: warning: reference to static property 'stateChanged' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
XCTAssertEqual(request.request.data["event_type"] as? String, HAEventType.stateChanged.rawValue)
^
/Users/admin/builder/spi-builder-workspace/Source/Convenience/Event.swift:87:23: note: static property declared here
public static var stateChanged: Self = "state_changed"
^
/Users/admin/builder/spi-builder-workspace/Tests/States.test.swift:70:46: warning: reference to static property 'stateChanged' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
XCTAssertEqual(response.event.type, .stateChanged)
^
/Users/admin/builder/spi-builder-workspace/Source/Convenience/Event.swift:87:23: note: static property declared here
public static var stateChanged: Self = "state_changed"
^
/Users/admin/builder/spi-builder-workspace/Tests/States.test.swift:114:46: warning: reference to static property 'stateChanged' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
XCTAssertEqual(response.event.type, .stateChanged)
^
/Users/admin/builder/spi-builder-workspace/Source/Convenience/Event.swift:87:23: note: static property declared here
public static var stateChanged: Self = "state_changed"
^
/Users/admin/builder/spi-builder-workspace/Tests/States.test.swift:137:46: warning: reference to static property 'stateChanged' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
XCTAssertEqual(response.event.type, .stateChanged)
^
/Users/admin/builder/spi-builder-workspace/Source/Convenience/Event.swift:87:23: note: static property declared here
public static var stateChanged: Self = "state_changed"
^
/Users/admin/builder/spi-builder-workspace/Tests/States.test.swift:145:47: warning: reference to static property 'subscribeEntities' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
XCTAssertEqual(request.request.type, .subscribeEntities)
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HARequestType.swift:73:23: note: static property declared here
public static var subscribeEntities: Self = "subscribe_entities"
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:6:24: warning: static property 'pending' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var pending = [URL: PendingResult]()
^
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:6:24: note: convert 'pending' to a 'let' constant to make 'Sendable' shared state immutable
private static var pending = [URL: PendingResult]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:6:24: note: add '@MainActor' to make static property 'pending' part of global actor 'MainActor'
private static var pending = [URL: PendingResult]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:6:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var pending = [URL: PendingResult]()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:7:16: warning: static property 'received' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var received = [URL: URLRequest]()
^
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:7:16: note: convert 'received' to a 'let' constant to make 'Sendable' shared state immutable
static var received = [URL: URLRequest]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:7:16: note: add '@MainActor' to make static property 'received' part of global actor 'MainActor'
static var received = [URL: URLRequest]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/StubbingURLProtocol.swift:7:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var received = [URL: URLRequest]()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/TestAdditions.swift (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HAWebSocketResponseFixture.swift,\ RenderTemplate.test.swift,\ Services.test.swift /Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift /Users/admin/builder/spi-builder-workspace/Tests/RenderTemplate.test.swift /Users/admin/builder/spi-builder-workspace/Tests/Services.test.swift (in target 'Tests' from project 'HAKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:9:16: warning: static property 'authRequired' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var authRequired = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:9:16: note: convert 'authRequired' to a 'let' constant to make 'Sendable' shared state immutable
static var authRequired = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:9:16: note: add '@MainActor' to make static property 'authRequired' part of global actor 'MainActor'
static var authRequired = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:9:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var authRequired = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:13:16: warning: static property 'authOK' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var authOK = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:13:16: note: convert 'authOK' to a 'let' constant to make 'Sendable' shared state immutable
static var authOK = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:13:16: note: add '@MainActor' to make static property 'authOK' part of global actor 'MainActor'
static var authOK = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var authOK = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:17:16: warning: static property 'authOKMissingVersion' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var authOKMissingVersion = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:17:16: note: convert 'authOKMissingVersion' to a 'let' constant to make 'Sendable' shared state immutable
static var authOKMissingVersion = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:17:16: note: add '@MainActor' to make static property 'authOKMissingVersion' part of global actor 'MainActor'
static var authOKMissingVersion = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var authOKMissingVersion = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:21:16: warning: static property 'authInvalid' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var authInvalid = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:21:16: note: convert 'authInvalid' to a 'let' constant to make 'Sendable' shared state immutable
static var authInvalid = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:21:16: note: add '@MainActor' to make static property 'authInvalid' part of global actor 'MainActor'
static var authInvalid = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var authInvalid = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:25:16: warning: static property 'responseEmptyResult' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseEmptyResult = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:25:16: note: convert 'responseEmptyResult' to a 'let' constant to make 'Sendable' shared state immutable
static var responseEmptyResult = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:25:16: note: add '@MainActor' to make static property 'responseEmptyResult' part of global actor 'MainActor'
static var responseEmptyResult = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:25:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseEmptyResult = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:29:16: warning: static property 'responseDictionaryResult' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseDictionaryResult = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:29:16: note: convert 'responseDictionaryResult' to a 'let' constant to make 'Sendable' shared state immutable
static var responseDictionaryResult = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:29:16: note: add '@MainActor' to make static property 'responseDictionaryResult' part of global actor 'MainActor'
static var responseDictionaryResult = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:29:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseDictionaryResult = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:33:16: warning: static property 'responseArrayResult' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseArrayResult = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:33:16: note: convert 'responseArrayResult' to a 'let' constant to make 'Sendable' shared state immutable
static var responseArrayResult = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:33:16: note: add '@MainActor' to make static property 'responseArrayResult' part of global actor 'MainActor'
static var responseArrayResult = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseArrayResult = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:37:16: warning: static property 'responseMissingID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseMissingID = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:37:16: note: convert 'responseMissingID' to a 'let' constant to make 'Sendable' shared state immutable
static var responseMissingID = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:37:16: note: add '@MainActor' to make static property 'responseMissingID' part of global actor 'MainActor'
static var responseMissingID = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseMissingID = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:41:16: warning: static property 'responseInvalidID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseInvalidID = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:41:16: note: convert 'responseInvalidID' to a 'let' constant to make 'Sendable' shared state immutable
static var responseInvalidID = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:41:16: note: add '@MainActor' to make static property 'responseInvalidID' part of global actor 'MainActor'
static var responseInvalidID = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:41:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseInvalidID = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:45:16: warning: static property 'responseMissingType' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseMissingType = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:45:16: note: convert 'responseMissingType' to a 'let' constant to make 'Sendable' shared state immutable
static var responseMissingType = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:45:16: note: add '@MainActor' to make static property 'responseMissingType' part of global actor 'MainActor'
static var responseMissingType = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:45:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseMissingType = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:49:16: warning: static property 'responseInvalidType' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseInvalidType = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:49:16: note: convert 'responseInvalidType' to a 'let' constant to make 'Sendable' shared state immutable
static var responseInvalidType = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:49:16: note: add '@MainActor' to make static property 'responseInvalidType' part of global actor 'MainActor'
static var responseInvalidType = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:49:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseInvalidType = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:53:16: warning: static property 'responseError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseError = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:53:16: note: convert 'responseError' to a 'let' constant to make 'Sendable' shared state immutable
static var responseError = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:53:16: note: add '@MainActor' to make static property 'responseError' part of global actor 'MainActor'
static var responseError = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:53:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseError = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:57:16: warning: static property 'responseEvent' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responseEvent = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:57:16: note: convert 'responseEvent' to a 'let' constant to make 'Sendable' shared state immutable
static var responseEvent = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:57:16: note: add '@MainActor' to make static property 'responseEvent' part of global actor 'MainActor'
static var responseEvent = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:57:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responseEvent = JSONIfy("""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:61:16: warning: static property 'responsePong' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var responsePong = JSONIfy("""
^
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:61:16: note: convert 'responsePong' to a 'let' constant to make 'Sendable' shared state immutable
static var responsePong = JSONIfy("""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:61:16: note: add '@MainActor' to make static property 'responsePong' part of global actor 'MainActor'
static var responsePong = JSONIfy("""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponseFixture.swift:61:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var responsePong = JSONIfy("""
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/RenderTemplate.test.swift (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/RenderTemplate.test.swift:7:47: warning: reference to static property 'renderTemplate' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
XCTAssertEqual(request.request.type, .renderTemplate)
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HARequestType.swift:78:23: note: static property declared here
public static var renderTemplate: Self = "render_template"
^
/Users/admin/builder/spi-builder-workspace/Tests/RenderTemplate.test.swift:20:47: warning: reference to static property 'renderTemplate' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
XCTAssertEqual(request.request.type, .renderTemplate)
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HARequestType.swift:78:23: note: static property declared here
public static var renderTemplate: Self = "render_template"
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Services.test.swift (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/Services.test.swift:10:47: warning: reference to static property 'callService' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
XCTAssertEqual(request.request.type, .callService)
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HARequestType.swift:56:23: note: static property declared here
public static var callService: Self = "call_service"
^
/Users/admin/builder/spi-builder-workspace/Tests/Services.test.swift:27:47: warning: reference to static property 'callService' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
XCTAssertEqual(request.request.type, .callService)
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HARequestType.swift:56:23: note: static property declared here
public static var callService: Self = "call_service"
^
/Users/admin/builder/spi-builder-workspace/Tests/Services.test.swift:48:47: warning: reference to static property 'getServices' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
XCTAssertEqual(request.request.type, .getServices)
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HARequestType.swift:64:23: note: static property declared here
public static var getServices: Self = "get_services"
^
SwiftDriverJobDiscovery normal arm64 Compiling Services.swift, States.swift, HACompressedEntity.swift, HAData.swift, HADataDecodable.swift (in target 'HAKit' from project 'HAKit')
SwiftCompile normal arm64 Compiling\ HAResponseVoid.test.swift,\ HAURLSessionDelegate.test.swift,\ HAWebSocketResponse.test.swift /Users/admin/builder/spi-builder-workspace/Tests/HAResponseVoid.test.swift /Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift /Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponse.test.swift (in target 'Tests' from project 'HAKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HAResponseVoid.test.swift (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:331:15: warning: non-final class 'MockURLAuthenticationChallengeSender' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
private class MockURLAuthenticationChallengeSender: NSObject, URLAuthenticationChallengeSender {
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:105:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:72:10: note: add '@MainActor' to make instance method 'testClientCertificateChallenge()' part of global actor 'MainActor'
func testClientCertificateChallenge() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:141:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:108:10: note: add '@MainActor' to make instance method 'testServerTrustChallengeWithoutTrust()' part of global actor 'MainActor'
func testServerTrustChallengeWithoutTrust() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:178:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:144:10: note: add '@MainActor' to make instance method 'testDefaultAuthenticationChallenge()' part of global actor 'MainActor'
func testDefaultAuthenticationChallenge() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:214:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:181:10: note: add '@MainActor' to make instance method 'testProviderRejectsClientCertificate()' part of global actor 'MainActor'
func testProviderRejectsClientCertificate() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:251:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:217:10: note: add '@MainActor' to make instance method 'testServerTrustChallengeWithTrust()' part of global actor 'MainActor'
func testServerTrustChallengeWithTrust() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:290:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:254:10: note: add '@MainActor' to make instance method 'testProviderRejectsServerTrust()' part of global actor 'MainActor'
func testProviderRejectsServerTrust() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:105:9: warning: sending value of non-Sendable type 'HAURLSessionDelegateTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:105:9: note: sending task-isolated value of non-Sendable type 'HAURLSessionDelegateTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 1.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:141:9: warning: sending value of non-Sendable type 'HAURLSessionDelegateTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:141:9: note: sending task-isolated value of non-Sendable type 'HAURLSessionDelegateTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 1.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:178:9: warning: sending value of non-Sendable type 'HAURLSessionDelegateTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:178:9: note: sending task-isolated value of non-Sendable type 'HAURLSessionDelegateTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 1.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:214:9: warning: sending value of non-Sendable type 'HAURLSessionDelegateTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:214:9: note: sending task-isolated value of non-Sendable type 'HAURLSessionDelegateTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 1.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:251:9: warning: sending value of non-Sendable type 'HAURLSessionDelegateTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:251:9: note: sending task-isolated value of non-Sendable type 'HAURLSessionDelegateTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 1.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:290:9: warning: sending value of non-Sendable type 'HAURLSessionDelegateTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 1.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAURLSessionDelegate.test.swift:290:9: note: sending task-isolated value of non-Sendable type 'HAURLSessionDelegateTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 1.0)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HAWebSocketResponse.test.swift (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling HAConnection+Mock.swift (in target 'HAKit+Mocks' from project 'HAKit')
SwiftCompile normal arm64 Compiling\ HAConnectionImpl.test.swift,\ HAConnectionInfo.test.swift,\ HAData.test.swift,\ HADataDecodable.test.swift /Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift /Users/admin/builder/spi-builder-workspace/Tests/HAConnectionInfo.test.swift /Users/admin/builder/spi-builder-workspace/Tests/HAData.test.swift /Users/admin/builder/spi-builder-workspace/Tests/HADataDecodable.test.swift (in target 'Tests' from project 'HAKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:30:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:27:18: note: add '@MainActor' to make instance method 'waitForCallbackQueue()' part of global actor 'MainActor'
private func waitForCallbackQueue() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:36:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:33:18: note: add '@MainActor' to make instance method 'waitForWorkQueue()' part of global actor 'MainActor'
private func waitForWorkQueue() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:130:27: warning: reference to static property 'get' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
if method == .get {
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HAHTTPMethod.swift:12:23: note: static property declared here
public static var get: Self = "GET"
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:236:13: warning: capture of 'self' with non-sendable type 'HAConnectionImplTests' in a '@Sendable' closure
connection.connect()
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:9:16: note: class 'HAConnectionImplTests' does not conform to the 'Sendable' protocol
internal class HAConnectionImplTests: XCTestCase {
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:250:13: warning: capture of 'self' with non-sendable type 'HAConnectionImplTests' in a '@Sendable' closure
connection.disconnect()
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:9:16: note: class 'HAConnectionImplTests' does not conform to the 'Sendable' protocol
internal class HAConnectionImplTests: XCTestCase {
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:443:53: warning: reference to static property 'ping' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
.first(where: { $0.request.type == .ping }) as? HARequestInvocationSingle
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HARequestType.swift:84:23: note: static property declared here
public static var ping: Self = "ping"
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:447:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:431:10: note: add '@MainActor' to make instance method 'testReconnectManagerSendsPingAndSucceeds()' part of global actor 'MainActor'
func testReconnectManagerSendsPingAndSucceeds() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:463:53: warning: reference to static property 'ping' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
.first(where: { $0.request.type == .ping }) as? HARequestInvocationSingle
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HARequestType.swift:84:23: note: static property declared here
public static var ping: Self = "ping"
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:467:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:451:10: note: add '@MainActor' to make instance method 'testReconnectManagerSendsPingAndFails()' part of global actor 'MainActor'
func testReconnectManagerSendsPingAndFails() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:481:53: warning: reference to static property 'ping' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
.first(where: { $0.request.type == .ping }) as? HARequestInvocationSingle
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HARequestType.swift:84:23: note: static property declared here
public static var ping: Self = "ping"
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:595:46: warning: reference to static property 'post' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let request = HARequest(type: .rest(.post, "some_path"), data: [:])
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HAHTTPMethod.swift:13:23: note: static property declared here
public static var post: Self = "POST"
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:614:26: warning: reference to static property 'post' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
type: .rest(.post, "some_path"),
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HAHTTPMethod.swift:13:23: note: static property declared here
public static var post: Self = "POST"
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:640:26: warning: reference to static property 'get' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
type: .rest(.get, "some_path"),
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HAHTTPMethod.swift:12:23: note: static property declared here
public static var get: Self = "GET"
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:668:26: warning: reference to static property 'post' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
type: .rest(.post, "some_path"),
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HAHTTPMethod.swift:13:23: note: static property declared here
public static var post: Self = "POST"
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:696:26: warning: reference to static property 'post' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
type: .rest(.post, "some_path"),
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HAHTTPMethod.swift:13:23: note: static property declared here
public static var post: Self = "POST"
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:737:20: warning: reference to static property 'auth' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
type: .auth,
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HARequestType.swift:88:23: note: static property declared here
public static var auth: Self = "auth"
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:762:20: warning: reference to static property 'auth' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
type: .auth,
^
/Users/admin/builder/spi-builder-workspace/Source/Requests/HARequestType.swift:88:23: note: static property declared here
public static var auth: Self = "auth"
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:982:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:961:10: note: add '@MainActor' to make instance method 'testResponseResultSingle()' part of global actor 'MainActor'
func testResponseResultSingle() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1010:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:987:10: note: add '@MainActor' to make instance method 'testResponseResultSubscription()' part of global actor 'MainActor'
func testResponseResultSubscription() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1046:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1013:10: note: add '@MainActor' to make instance method 'testResponseEventExists()' part of global actor 'MainActor'
func testResponseEventExists() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1099:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1085:10: note: add '@MainActor' to make instance method 'testPlainSendSentSuccessful()' part of global actor 'MainActor'
func testPlainSendSentSuccessful() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1117:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1102:10: note: add '@MainActor' to make instance method 'testPlainSendSentSuccessfulPromise()' part of global actor 'MainActor'
func testPlainSendSentSuccessfulPromise() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1134:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1120:10: note: add '@MainActor' to make instance method 'testPlainSendSentFailure()' part of global actor 'MainActor'
func testPlainSendSentFailure() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1151:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1137:10: note: add '@MainActor' to make instance method 'testPlainSendSentFailurePromise()' part of global actor 'MainActor'
func testPlainSendSentFailurePromise() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1198:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1183:10: note: add '@MainActor' to make instance method 'testTypedRequestSentSuccessfullyDecodeSuccessful()' part of global actor 'MainActor'
func testTypedRequestSentSuccessfullyDecodeSuccessful() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1214:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1201:10: note: add '@MainActor' to make instance method 'testTypedRequestSentSuccessfulPromise()' part of global actor 'MainActor'
func testTypedRequestSentSuccessfulPromise() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1239:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1217:10: note: add '@MainActor' to make instance method 'testTypedRequestSentSuccessfullyDecodeFailure()' part of global actor 'MainActor'
func testTypedRequestSentSuccessfullyDecodeFailure() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1261:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1242:10: note: add '@MainActor' to make instance method 'testTypedRequestSentFailure()' part of global actor 'MainActor'
func testTypedRequestSentFailure() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1278:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1264:10: note: add '@MainActor' to make instance method 'testTypedRequestSentFailurePromise()' part of global actor 'MainActor'
func testTypedRequestSentFailurePromise() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1337:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1308:10: note: add '@MainActor' to make instance method 'testPlainSubscribeSuccess()' part of global actor 'MainActor'
func testPlainSubscribeSuccess() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1369:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1340:10: note: add '@MainActor' to make instance method 'testPlainSubscribeFailure()' part of global actor 'MainActor'
func testPlainSubscribeFailure() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1401:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1372:10: note: add '@MainActor' to make instance method 'testPlainSubscribeEvent()' part of global actor 'MainActor'
func testPlainSubscribeEvent() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1466:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1434:10: note: add '@MainActor' to make instance method 'testTypedSubscribeSuccess()' part of global actor 'MainActor'
func testTypedSubscribeSuccess() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1501:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1469:10: note: add '@MainActor' to make instance method 'testTypedSubscribeFailure()' part of global actor 'MainActor'
func testTypedSubscribeFailure() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1535:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1504:10: note: add '@MainActor' to make instance method 'testTypedSubscribeEventSucceedsDecode()' part of global actor 'MainActor'
func testTypedSubscribeEventSucceedsDecode() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1655:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1647:10: note: add '@MainActor' to make instance method 'testSendSttRequestSentSuccessful()' part of global actor 'MainActor'
func testSendSttRequestSentSuccessful() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1684:9: warning: call to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 5.0)
^
XCTest.XCTestCase.waitForExpectations:2:22: note: calls to instance method 'waitForExpectations(timeout:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExpectations(timeout: TimeInterval, handler: (@Sendable ((any Error)?) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1665:10: note: add '@MainActor' to make instance method 'testSendSettDataClearsOnCompletion()' part of global actor 'MainActor'
func testSendSettDataClearsOnCompletion() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1743:17: warning: capture of 'self' with non-sendable type 'FakeHAConnectionDelegate?' in a '@Sendable' closure
self?.notifiedCount += 1
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1734:15: note: class 'FakeHAConnectionDelegate' does not conform to the 'Sendable' protocol
private class FakeHAConnectionDelegate: HAConnectionDelegate {
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:30:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:30:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:36:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:36:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:447:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:447:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:467:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:467:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:982:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:982:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1010:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1010:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1046:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1046:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1099:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1099:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1117:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1117:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1134:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1134:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1151:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1151:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1198:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1198:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1214:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1214:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1239:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1239:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1261:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1261:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1278:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1278:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1337:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1337:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1369:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1369:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1401:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1401:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1466:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1466:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1501:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1501:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1535:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1535:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1655:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 10.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1655:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 10.0)
^
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1684:9: warning: sending value of non-Sendable type 'HAConnectionImplTests' risks causing data races; this is an error in the Swift 6 language mode
waitForExpectations(timeout: 5.0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/HAConnectionImpl.test.swift:1684:9: note: sending task-isolated value of non-Sendable type 'HAConnectionImplTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
waitForExpectations(timeout: 5.0)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HAConnectionInfo.test.swift (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HAData.test.swift (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HADataDecodable.test.swift (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/HADataDecodable.test.swift:79:16: warning: static property 'shouldThrow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var shouldThrow = false
^
/Users/admin/builder/spi-builder-workspace/Tests/HADataDecodable.test.swift:79:16: note: convert 'shouldThrow' to a 'let' constant to make 'Sendable' shared state immutable
static var shouldThrow = false
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/HADataDecodable.test.swift:79:16: note: add '@MainActor' to make static property 'shouldThrow' part of global actor 'MainActor'
static var shouldThrow = false
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HADataDecodable.test.swift:79:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var shouldThrow = false
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HADataDecodable.test.swift:33:18: warning: reference to static property 'log' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
HAGlobal.log = { level, message in
^
/Users/admin/builder/spi-builder-workspace/Source/HAGlobal.swift:14:23: note: static property declared here
public static var log: (LogLevel, String) -> Void = { _, _ in }
^
/Users/admin/builder/spi-builder-workspace/Tests/HADataDecodable.test.swift:36:26: warning: reference to static property 'log' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
defer { HAGlobal.log = { _, _ in } }
^
/Users/admin/builder/spi-builder-workspace/Source/HAGlobal.swift:14:23: note: static property declared here
public static var log: (LogLevel, String) -> Void = { _, _ in }
^
/Users/admin/builder/spi-builder-workspace/Tests/HADataDecodable.test.swift:55:18: warning: reference to static property 'log' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
HAGlobal.log = { level, message in
^
/Users/admin/builder/spi-builder-workspace/Source/HAGlobal.swift:14:23: note: static property declared here
public static var log: (LogLevel, String) -> Void = { _, _ in }
^
/Users/admin/builder/spi-builder-workspace/Tests/HADataDecodable.test.swift:58:26: warning: reference to static property 'log' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
defer { HAGlobal.log = { _, _ in } }
^
/Users/admin/builder/spi-builder-workspace/Source/HAGlobal.swift:14:23: note: static property declared here
public static var log: (LogLevel, String) -> Void = { _, _ in }
^
SwiftDriverJobDiscovery normal arm64 Emitting module for Tests (in target 'Tests' from project 'HAKit')
SwiftDriver\ Compilation\ Requirements Tests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Tests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests-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/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests_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/HAKit.build/Debug-iphoneos/Tests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling HAResponseVoid.test.swift, HAURLSessionDelegate.test.swift, HAWebSocketResponse.test.swift (in target 'Tests' from project 'HAKit')
SwiftDriver\ Compilation HAKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HAKit' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HAKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.build/Objects-normal/arm64/HAKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.build/Objects-normal/arm64/HAKit-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/HAKit.build/Debug-iphoneos/HAKit.build/Objects-normal/arm64/HAKit.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/HAKit.build/Debug-iphoneos/HAKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.build/Objects-normal/arm64/HAKit_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/HAKit.build/Debug-iphoneos/HAKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.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/HAKit.build/Debug-iphoneos/HAKit.build/Objects-normal/arm64/HAKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation HAKit+Mocks normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HAKit+Mocks' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HAKit_Mocks -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/Objects-normal/arm64/HAKit+Mocks.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/Objects-normal/arm64/HAKit+Mocks-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/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/Objects-normal/arm64/HAKit_Mocks.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/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/Objects-normal/arm64/HAKit+Mocks_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/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.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/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/Objects-normal/arm64/HAKit+Mocks-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling HAEntity+CompressedEntity.test.swift, HAEntity.test.swift, HAError.test.swift, HAKit.test.swift (in target 'Tests' from project 'HAKit')
SwiftDriverJobDiscovery normal arm64 Compiling States.test.swift, StubbingURLProtocol.swift, TestAdditions.swift (in target 'Tests' from project 'HAKit')
SwiftDriverJobDiscovery normal arm64 Compiling HAWebSocketResponseFixture.swift, RenderTemplate.test.swift, Services.test.swift (in target 'Tests' from project 'HAKit')
SwiftDriverJobDiscovery normal arm64 Compiling HACacheKeyStates.test.swift, HACachePopulateInfo.test.swift, HACacheSubscribeInfo.test.swift, HACachedStates.test.swift (in target 'Tests' from project 'HAKit')
SwiftDriverJobDiscovery normal arm64 Compiling HARequestInvocationSubscription.test.swift, HAResetLock.test.swift, HAResponseController.test.swift (in target 'Tests' from project 'HAKit')
SwiftDriverJobDiscovery normal arm64 Compiling HAReconnectManager.test.swift, HARequestController.test.swift, HARequestInvocation.test.swift, HARequestInvocationSingle.test.swift (in target 'Tests' from project 'HAKit')
SwiftDriverJobDiscovery normal arm64 Compiling HACachedUser.test.swift, HACachesContainer.test.swift, HACancellableImpl.test.swift, HAConnectionConfiguration.test.swift (in target 'Tests' from project 'HAKit')
SwiftDriverJobDiscovery normal arm64 Compiling CurrentUser.test.swift, Event.test.swift, FakeEngine.swift, HACache.test.swift (in target 'Tests' from project 'HAKit')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit.o normal (in target 'HAKit' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.build/Objects-normal/arm64/HAKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.build/Objects-normal/arm64/HAKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.build/Objects-normal/arm64/HAKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.build/Objects-normal/arm64/HAKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit.o
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.swiftmodule (in target 'Tests' from project 'HAKit')
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/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.abi.json (in target 'Tests' from project 'HAKit')
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/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.swiftdoc (in target 'Tests' from project 'HAKit')
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/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.swiftsourceinfo (in target 'Tests' from project 'HAKit')
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/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
ExtractAppIntentsMetadata (in target 'HAKit' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name HAKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.HAKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.build/Objects-normal/arm64/HAKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.build/Objects-normal/arm64/HAKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.build/HAKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.build/HAKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.build/Objects-normal/arm64/HAKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-19 17:52:56.123 appintentsmetadataprocessor[1155:5796] Starting appintentsmetadataprocessor export
2026-04-19 17:52:56.160 appintentsmetadataprocessor[1155:5796] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit.o (in target 'HAKit' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit+Mocks.o normal (in target 'HAKit+Mocks' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/Objects-normal/arm64/HAKit+Mocks.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/Objects-normal/arm64/HAKit+Mocks_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/Objects-normal/arm64/HAKit+Mocks_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/Objects-normal/arm64/HAKit_Mocks.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit+Mocks.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit+PromiseKit.o normal (in target 'HAKit+PromiseKit' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+PromiseKit.build/Objects-normal/arm64/HAKit+PromiseKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+PromiseKit.build/Objects-normal/arm64/HAKit+PromiseKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+PromiseKit.build/Objects-normal/arm64/HAKit+PromiseKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+PromiseKit.build/Objects-normal/arm64/HAKit_PromiseKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit+PromiseKit.o
ExtractAppIntentsMetadata (in target 'HAKit+PromiseKit' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name HAKit_PromiseKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.HAKit-PromiseKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit_PromiseKit.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit+PromiseKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+PromiseKit.build/Objects-normal/arm64/HAKit+PromiseKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+PromiseKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+PromiseKit.build/Objects-normal/arm64/HAKit+PromiseKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+PromiseKit.build/HAKit+PromiseKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+PromiseKit.build/HAKit+PromiseKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+PromiseKit.build/Objects-normal/arm64/HAKit+PromiseKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-19 17:52:56.217 appintentsmetadataprocessor[1161:5824] Starting appintentsmetadataprocessor export
2026-04-19 17:52:56.255 appintentsmetadataprocessor[1161:5824] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'HAKit+Mocks' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name HAKit_Mocks --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.HAKit-Mocks --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit_Mocks.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit+Mocks.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/Objects-normal/arm64/HAKit+Mocks_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/Objects-normal/arm64/HAKit+Mocks.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/HAKit+Mocks.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/HAKit+Mocks.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/Objects-normal/arm64/HAKit+Mocks.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-19 17:52:56.218 appintentsmetadataprocessor[1160:5823] Starting appintentsmetadataprocessor export
2026-04-19 17:52:56.255 appintentsmetadataprocessor[1160:5823] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit+Mocks.o (in target 'HAKit+Mocks' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit+Mocks.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit+PromiseKit.o (in target 'HAKit+PromiseKit' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HAKit+PromiseKit.o
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Starscream_Starscream.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream_Starscream.bundle (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Starscream_Starscream.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/PromiseKit_PromiseKit.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PromiseKit_PromiseKit.bundle (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PromiseKit_PromiseKit.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/empty-Tests.plist (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/empty-Tests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform iphoneos -scanforprivacyfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/PromiseKit_PromiseKit.bundle -scanforprivacyfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Starscream_Starscream.bundle -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling HAConnectionImpl.test.swift, HAConnectionInfo.test.swift, HAData.test.swift, HADataDecodable.test.swift (in target 'Tests' from project 'HAKit')
SwiftDriver\ Compilation Tests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Tests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests-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/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests_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/HAKit.build/Debug-iphoneos/Tests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Tests normal (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Tests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Starscream.build/Debug-iphoneos/Starscream.build/Objects-normal/arm64/Starscream.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit.build/Objects-normal/arm64/HAKit.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PromiseKit.build/Debug-iphoneos/PromiseKit.build/Objects-normal/arm64/PromiseKit.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+PromiseKit.build/Objects-normal/arm64/HAKit_PromiseKit.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/HAKit+Mocks.build/Objects-normal/arm64/HAKit_Mocks.swiftmodule
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Tests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Extensions --platform iphoneos --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os --back-deploy-swift-concurrency
Ignoring --strip-bitcode because --sign was not passed
Copying /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.5/iphoneos/libswift_Concurrency.dylib to /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Frameworks/libswift_Concurrency.dylib
ExtractAppIntentsMetadata (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Tests --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.Tests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Tests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Tests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Tests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-19 17:52:57.545 appintentsmetadataprocessor[1164:5860] Starting appintentsmetadataprocessor export
2026-04-19 17:52:57.548 appintentsmetadataprocessor[1164:5860] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Tests (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Tests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest.dSYM
AppIntentsSSUTraining (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/ssu --bundle-id spi-builder-workspace.Tests --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HAKit.build/Debug-iphoneos/Tests.build/Tests.DependencyMetadataFileList --archive-ssu-assets
2026-04-19 17:52:57.577 appintentsnltrainingprocessor[1166:5862] Parsing options for appintentsnltrainingprocessor
2026-04-19 17:52:57.578 appintentsnltrainingprocessor[1166:5862] No AppShortcuts found - Skipping.
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest (in target 'Tests' from project 'HAKit')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "starscream",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.9",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bgoncal/Starscream"
},
{
"identity" : "promisekit",
"requirement" : {
"range" : [
{
"lower_bound" : "8.1.1",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/PromiseKit"
}
],
"manifest_display_name" : "HAKit",
"name" : "HAKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "5.0"
}
],
"products" : [
{
"name" : "HAKit",
"targets" : [
"HAKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Tests",
"sources" : [
"CurrentUser.test.swift",
"Event.test.swift",
"FakeEngine.swift",
"HACache.test.swift",
"HACacheKeyStates.test.swift",
"HACachePopulateInfo.test.swift",
"HACacheSubscribeInfo.test.swift",
"HACachedStates.test.swift",
"HACachedUser.test.swift",
"HACachesContainer.test.swift",
"HACancellableImpl.test.swift",
"HAConnectionConfiguration.test.swift",
"HAConnectionImpl.test.swift",
"HAConnectionInfo.test.swift",
"HAData.test.swift",
"HADataDecodable.test.swift",
"HAEntity+CompressedEntity.test.swift",
"HAEntity.test.swift",
"HAError.test.swift",
"HAKit.test.swift",
"HAReconnectManager.test.swift",
"HARequestController.test.swift",
"HARequestInvocation.test.swift",
"HARequestInvocationSingle.test.swift",
"HARequestInvocationSubscription.test.swift",
"HAResetLock.test.swift",
"HAResponseController.test.swift",
"HAResponseVoid.test.swift",
"HAURLSessionDelegate.test.swift",
"HAWebSocketResponse.test.swift",
"HAWebSocketResponseFixture.swift",
"RenderTemplate.test.swift",
"Services.test.swift",
"States.test.swift",
"StubbingURLProtocol.swift",
"TestAdditions.swift"
],
"target_dependencies" : [
"HAKit",
"HAKit+PromiseKit",
"HAKit+Mocks"
],
"type" : "test"
},
{
"c99name" : "HAKit_PromiseKit",
"module_type" : "SwiftTarget",
"name" : "HAKit+PromiseKit",
"path" : "Extensions/PromiseKit",
"product_dependencies" : [
"PromiseKit"
],
"sources" : [
"HACache+PromiseKit.swift",
"HAConnection+PromiseKit.swift"
],
"target_dependencies" : [
"HAKit"
],
"type" : "library"
},
{
"c99name" : "HAKit_Mocks",
"module_type" : "SwiftTarget",
"name" : "HAKit+Mocks",
"path" : "Extensions/Mocks",
"sources" : [
"HAConnection+Mock.swift"
],
"target_dependencies" : [
"HAKit"
],
"type" : "library"
},
{
"c99name" : "HAKit",
"module_type" : "SwiftTarget",
"name" : "HAKit",
"path" : "Source",
"product_dependencies" : [
"Starscream"
],
"product_memberships" : [
"HAKit"
],
"sources" : [
"Caches/HACache.swift",
"Caches/HACacheKeyStates.swift",
"Caches/HACachePopulateInfo.swift",
"Caches/HACacheSubscribeInfo.swift",
"Caches/HACacheTransformInfo.swift",
"Caches/HACachedStates.swift",
"Caches/HACachedUser.swift",
"Caches/HACachesContainer.swift",
"Convenience/CurrentUser.swift",
"Convenience/Event.swift",
"Convenience/RenderTemplate.swift",
"Convenience/Services.swift",
"Convenience/States.swift",
"Data/HACompressedEntity.swift",
"Data/HAData.swift",
"Data/HADataDecodable.swift",
"Data/HADecodeTransformable.swift",
"Data/HAEntity+CompressedEntity.swift",
"Data/HAEntity.swift",
"Data/HAService.swift",
"HAConnection.swift",
"HAConnectionConfiguration.swift",
"HAConnectionInfo.swift",
"HAError.swift",
"HAGlobal.swift",
"HAKit.swift",
"HARequestToken.swift",
"HAURLSessionDelegate.swift",
"Internal/HACancellableImpl.swift",
"Internal/HAConnectionImpl+Requests.swift",
"Internal/HAConnectionImpl+Responses.swift",
"Internal/HAConnectionImpl.swift",
"Internal/HAProtected.swift",
"Internal/HAReconnectManager.swift",
"Internal/HAResetLock.swift",
"Internal/HASchedulingTimer.swift",
"Internal/HAStarscreamCertificatePinningImpl.swift",
"Internal/RequestController/HARequestController.swift",
"Internal/RequestController/HARequestIdentifier.swift",
"Internal/RequestController/HARequestInvocation.swift",
"Internal/RequestController/HARequestInvocationSingle.swift",
"Internal/RequestController/HARequestInvocationSubscription.swift",
"Internal/ResponseController/HAResponseController.swift",
"Internal/ResponseController/HAWebSocketResponse.swift",
"Requests/HAHTTPMethod.swift",
"Requests/HARequest.swift",
"Requests/HARequestType.swift",
"Requests/HAResponseVoid.swift",
"Requests/HASttData.swift",
"Requests/HATypedRequest.swift",
"Requests/HATypedSubscription.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.