The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of PovioKit, reference 5.1.1 (ad42b2), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 30 Apr 2025 10:36:26 UTC.

Swift 6 data race errors: 24

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PovioKit-Package -destination platform=macOS,arch=arm64 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 InferSendableFromCaptures

Build Log


SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:133:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:120:8: note: add '@MainActor' to make instance method 'testAllResolvedOnMainThread()' part of global actor 'MainActor'
  func testAllResolvedOnMainThread() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:147:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:138:8: note: add '@MainActor' to make instance method 'testFlatMap()' part of global actor 'MainActor'
  func testFlatMap() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:158:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:150:8: note: add '@MainActor' to make instance method 'testFlatMapInfix()' part of global actor 'MainActor'
  func testFlatMapInfix() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:176:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:161:8: note: add '@MainActor' to make instance method 'testFailingFlatMap()' part of global actor 'MainActor'
  func testFailingFlatMap() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:194:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:179:8: note: add '@MainActor' to make instance method 'testFlatMapResult()' part of global actor 'MainActor'
  func testFlatMapResult() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:205:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:197:8: note: add '@MainActor' to make instance method 'testMap()' part of global actor 'MainActor'
  func testMap() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:215:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:208:8: note: add '@MainActor' to make instance method 'testMapInfix()' part of global actor 'MainActor'
  func testMapInfix() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:225:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:218:8: note: add '@MainActor' to make instance method 'testMapThrows()' part of global actor 'MainActor'
  func testMapThrows() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:236:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:228:8: note: add '@MainActor' to make instance method 'testMapError()' part of global actor 'MainActor'
  func testMapError() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:260:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:239:8: note: add '@MainActor' to make instance method 'testCompactMap()' part of global actor 'MainActor'
  func testCompactMap() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:276:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:263:8: note: add '@MainActor' to make instance method 'testAlternative()' part of global actor 'MainActor'
  func testAlternative() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:292:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:279:8: note: add '@MainActor' to make instance method 'testDiscard()' part of global actor 'MainActor'
  func testDiscard() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:303:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:295:8: note: add '@MainActor' to make instance method 'testAndPromise()' part of global actor 'MainActor'
  func testAndPromise() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:314:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:306:8: note: add '@MainActor' to make instance method 'testAnd()' part of global actor 'MainActor'
  func testAnd() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:335:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:317:8: note: add '@MainActor' to make instance method 'testOr()' part of global actor 'MainActor'
  func testOr() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:349:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:338:8: note: add '@MainActor' to make instance method 'testAllListAsync()' part of global actor 'MainActor'
  func testAllListAsync() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:358:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:352:8: note: add '@MainActor' to make instance method 'testAllListAsyncFailing()' part of global actor 'MainActor'
  func testAllListAsyncFailing() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:369:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:361:8: note: add '@MainActor' to make instance method 'testAllList()' part of global actor 'MainActor'
  func testAllList() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:380:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:372:8: note: add '@MainActor' to make instance method 'testAllEmptyList()' part of global actor 'MainActor'
  func testAllEmptyList() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:394:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:383:8: note: add '@MainActor' to make instance method 'testAllTwo()' part of global actor 'MainActor'
  func testAllTwo() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:409:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:397:8: note: add '@MainActor' to make instance method 'testAllThree()' part of global actor 'MainActor'
  func testAllThree() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:426:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:412:8: note: add '@MainActor' to make instance method 'testAllFour()' part of global actor 'MainActor'
  func testAllFour() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:445:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:429:8: note: add '@MainActor' to make instance method 'testAllFive()' part of global actor 'MainActor'
  func testAllFive() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:460:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:448:8: note: add '@MainActor' to make instance method 'testAnyListAsync()' part of global actor 'MainActor'
  func testAnyListAsync() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:471:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:463:8: note: add '@MainActor' to make instance method 'testAnyList()' part of global actor 'MainActor'
  func testAnyList() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:480:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:474:8: note: add '@MainActor' to make instance method 'testAnyEmptyList()' part of global actor 'MainActor'
  func testAnyEmptyList() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:493:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:483:8: note: add '@MainActor' to make instance method 'testAnyTwo()' part of global actor 'MainActor'
  func testAnyTwo() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:508:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:496:8: note: add '@MainActor' to make instance method 'testAnyThree()' part of global actor 'MainActor'
  func testAnyThree() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:525:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:511:8: note: add '@MainActor' to make instance method 'testAnyFour()' part of global actor 'MainActor'
  func testAnyFour() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:544:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:528:8: note: add '@MainActor' to make instance method 'testAnyFive()' part of global actor 'MainActor'
  func testAnyFive() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:558:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:547:8: note: add '@MainActor' to make instance method 'testAnyFails()' part of global actor 'MainActor'
  func testAnyFails() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:579:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:561:8: note: add '@MainActor' to make instance method 'testRaceListAsync()' part of global actor 'MainActor'
  func testRaceListAsync() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:593:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:582:8: note: add '@MainActor' to make instance method 'testRaceListAsyncFailure()' part of global actor 'MainActor'
  func testRaceListAsyncFailure() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:606:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:596:8: note: add '@MainActor' to make instance method 'testMapValues()' part of global actor 'MainActor'
  func testMapValues() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:619:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:609:8: note: add '@MainActor' to make instance method 'testCompactMapValues()' part of global actor 'MainActor'
  func testCompactMapValues() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:632:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:622:8: note: add '@MainActor' to make instance method 'testFlatMapValues()' part of global actor 'MainActor'
  func testFlatMapValues() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:645:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:635:8: note: add '@MainActor' to make instance method 'testFilterValues()' part of global actor 'MainActor'
  func testFilterValues() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:670:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:648:8: note: add '@MainActor' to make instance method 'testReduceValues()' part of global actor 'MainActor'
  func testReduceValues() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:685:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:673:8: note: add '@MainActor' to make instance method 'testSortedValues()' part of global actor 'MainActor'
  func testSortedValues() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:698:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:688:8: note: add '@MainActor' to make instance method 'testDecodable()' part of global actor 'MainActor'
  func testDecodable() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:716:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:701:8: note: add '@MainActor' to make instance method 'testUnwrap()' part of global actor 'MainActor'
  func testUnwrap() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:738:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:719:8: note: add '@MainActor' to make instance method 'testFlatMapIf()' part of global actor 'MainActor'
  func testFlatMapIf() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:760:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:741:8: note: add '@MainActor' to make instance method 'testMapIf()' part of global actor 'MainActor'
  func testMapIf() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:784:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:763:8: note: add '@MainActor' to make instance method 'testFlatMapIf2()' part of global actor 'MainActor'
  func testFlatMapIf2() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:808:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:787:8: note: add '@MainActor' to make instance method 'testMapIf2()' part of global actor 'MainActor'
  func testMapIf2() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:820:5: 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: 2)
    ^
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/Tests/PromiseKit/PromiseTests.swift:811:8: note: add '@MainActor' to make instance method 'testEnsure()' part of global actor 'MainActor'
  func testEnsure() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:835:5: 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/Tests/PromiseKit/PromiseTests.swift:826:8: note: add '@MainActor' to make instance method 'testConcurrentDispatch1()' part of global actor 'MainActor'
  func testConcurrentDispatch1() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:847:5: 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/Tests/PromiseKit/PromiseTests.swift:838:8: note: add '@MainActor' to make instance method 'testConcurrentDispatch2()' part of global actor 'MainActor'
  func testConcurrentDispatch2() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:859:5: 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/Tests/PromiseKit/PromiseTests.swift:850:8: note: add '@MainActor' to make instance method 'testConcurrentDispatch3()' part of global actor 'MainActor'
  func testConcurrentDispatch3() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:871:5: 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/Tests/PromiseKit/PromiseTests.swift:862:8: note: add '@MainActor' to make instance method 'testConcurrentDispatch4()' part of global actor 'MainActor'
  func testConcurrentDispatch4() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:888:5: 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/Tests/PromiseKit/PromiseTests.swift:874:8: note: add '@MainActor' to make instance method 'testConcurrentDispatch5()' part of global actor 'MainActor'
  func testConcurrentDispatch5() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:907:5: 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/Tests/PromiseKit/PromiseTests.swift:891:8: note: add '@MainActor' to make instance method 'testConcurrentDispatch6()' part of global actor 'MainActor'
  func testConcurrentDispatch6() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:926:5: 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/Tests/PromiseKit/PromiseTests.swift:910:8: note: add '@MainActor' to make instance method 'testConcurrentDispatch7()' part of global actor 'MainActor'
  func testConcurrentDispatch7() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:948:5: 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/Tests/PromiseKit/PromiseTests.swift:932:8: note: add '@MainActor' to make instance method 'testPollWhile1()' part of global actor 'MainActor'
  func testPollWhile1() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:968:5: 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/Tests/PromiseKit/PromiseTests.swift:951:8: note: add '@MainActor' to make instance method 'testPollWhileFailsDueToRetry()' part of global actor 'MainActor'
  func testPollWhileFailsDueToRetry() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:986:5: 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/Tests/PromiseKit/PromiseTests.swift:971:8: note: add '@MainActor' to make instance method 'testPollWhileFails()' part of global actor 'MainActor'
  func testPollWhileFails() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:1005:5: 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/Tests/PromiseKit/PromiseTests.swift:989:8: note: add '@MainActor' to make instance method 'testPollWhileFails2()' part of global actor 'MainActor'
  func testPollWhileFails2() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:1021:5: 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/Tests/PromiseKit/PromiseTests.swift:1012:8: note: add '@MainActor' to make instance method 'testSequenceSucceeds()' part of global actor 'MainActor'
  func testSequenceSucceeds() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:1037:5: 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/Tests/PromiseKit/PromiseTests.swift:1024:8: note: add '@MainActor' to make instance method 'testSequenceTasksSpawnedInCorrectOrder()' part of global actor 'MainActor'
  func testSequenceTasksSpawnedInCorrectOrder() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:1054:5: 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/Tests/PromiseKit/PromiseTests.swift:1040:8: note: add '@MainActor' to make instance method 'testSequenceSucceedsAfterRetrying()' part of global actor 'MainActor'
  func testSequenceSucceedsAfterRetrying() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:1065:5: 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/Tests/PromiseKit/PromiseTests.swift:1057:8: note: add '@MainActor' to make instance method 'testSequenceFails()' part of global actor 'MainActor'
  func testSequenceFails() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:1079:5: 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/Tests/PromiseKit/PromiseTests.swift:1068:8: note: add '@MainActor' to make instance method 'testSequenceCollectionSucceeds()' part of global actor 'MainActor'
  func testSequenceCollectionSucceeds() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:1093:5: 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/Tests/PromiseKit/PromiseTests.swift:1082:8: note: add '@MainActor' to make instance method 'testSequenceCollectionFails()' part of global actor 'MainActor'
  func testSequenceCollectionFails() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:133:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:133:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:147:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:147:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:158:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:158:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:176:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:176:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:194:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:194:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:205:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:205:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:215:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:215:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:225:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:225:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:236:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:236:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:260:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:260:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:276:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:276:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:292:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:292:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:303:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:303:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:314:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:314:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:335:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:335:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:349:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:349:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:358:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:358:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:369:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:369:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:380:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:380:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:394:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:394:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:409:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:409:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:426:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:426:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:445:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:445:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:460:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:460:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:471:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:471:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:480:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:480:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:493:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:493:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:508:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:508:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:525:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:525:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:544:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:544:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:558:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:558:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:579:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:579:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:593:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:593:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:606:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:606:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:619:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:619:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:632:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:632:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:645:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:645:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:670:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:670:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:685:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:685:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:698:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:698:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:716:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:716:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:738:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:738:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:760:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:760:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:784:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:784:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:808:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:808:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:820:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 2)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:820:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 2)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:835:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:835:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:847:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:847:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:859:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:859:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:871:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:871:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:888:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:888:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:907:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:907:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:926:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:926:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:948:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:948:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:968:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:968:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:986:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:986:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:1005:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:1005:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:1021:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:1021:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:1037:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:1037:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:1054:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:1054:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:1065:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:1065:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:1079:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:1079:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' 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/Tests/PromiseKit/PromiseTests.swift:1093:5: warning: sending value of non-Sendable type 'PromiseTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 10)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/PromiseKit/PromiseTests.swift:1093:5: note: sending task-isolated value of non-Sendable type 'PromiseTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 10)
    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UICollectionReusableViewTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ AppInfoTests.swift,\ CollectionGroupedTests.swift,\ CollectionTests.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/AppInfoTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/CollectionGroupedTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/CollectionTests.swift (in target 'Tests' from project 'PovioKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/DerivedSources/resource_bundle_accessor.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/AppInfoTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/CollectionGroupedTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/CollectionTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MKAnnotationViewTests.swift,\ UIColorTests.swift,\ UIDeviceTests.swift,\ UIEdgeInsetsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/MapKit/MKAnnotationViewTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIColorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIDeviceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIEdgeInsetsTests.swift (in target 'Tests' from project 'PovioKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/MapKit/MKAnnotationViewTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/MapKit/MKAnnotationViewTests.swift:18:67: warning: main actor-isolated class property 'identifier' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
      XCTAssertEqual(sut.expectedIdentifier, sut.mkAnnotationView.identifier)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Extensions/MapKit/MKAnnotationView+PovioKit.swift:12:14: note: class property declared here
  static var identifier: String {
             ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIColorTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIDeviceTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIEdgeInsetsTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AttributedStringBuilderTests.swift,\ BroadcastTests.swift,\ BundleReaderTests.swift,\ DispatchTimerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Broadcast/BroadcastTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/BundleReader/BundleReaderTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift (in target 'Tests' from project 'PovioKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Broadcast/BroadcastTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Broadcast/BroadcastTests.swift:33:5: 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, handler: nil)
    ^
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/Tests/Core/Utilities/Broadcast/BroadcastTests.swift:23:8: note: add '@MainActor' to make instance method 'testWillNotifyListenerWhenBroadcastInvokedOnMainQueue()' part of global actor 'MainActor'
  func testWillNotifyListenerWhenBroadcastInvokedOnMainQueue() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Broadcast/BroadcastTests.swift:48:5: 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, handler: nil)
    ^
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/Tests/Core/Utilities/Broadcast/BroadcastTests.swift:37:8: note: add '@MainActor' to make instance method 'testListenerNotifiedOnMainThreadWhenBroadcastInvokedOnMainThread()' part of global actor 'MainActor'
  func testListenerNotifiedOnMainThreadWhenBroadcastInvokedOnMainThread() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Broadcast/BroadcastTests.swift:33:5: warning: sending value of non-Sendable type 'BroadcastTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 1, handler: nil)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Broadcast/BroadcastTests.swift:33:5: note: sending task-isolated value of non-Sendable type 'BroadcastTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 1, handler: nil)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Broadcast/BroadcastTests.swift:48:5: warning: sending value of non-Sendable type 'BroadcastTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 1, handler: nil)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Broadcast/BroadcastTests.swift:48:5: note: sending task-isolated value of non-Sendable type 'BroadcastTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 1, handler: nil)
    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/BundleReader/BundleReaderTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:24:5: 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: 0.5)
    ^
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/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:14:8: note: add '@MainActor' to make instance method 'test_dispatchTimer_instance_noRepeating()' part of global actor 'MainActor'
  func test_dispatchTimer_instance_noRepeating() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:45:5: 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: 0.5)
    ^
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/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:28:8: note: add '@MainActor' to make instance method 'test_dispatchTimer_instance_repeating()' part of global actor 'MainActor'
  func test_dispatchTimer_instance_repeating() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:56:5: 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: 0.5)
    ^
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/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:49:8: note: add '@MainActor' to make instance method 'test_dispatchTimer_static_noRepeating()' part of global actor 'MainActor'
  func test_dispatchTimer_static_noRepeating() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:75:5: 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: 0.5)
    ^
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/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:60:8: note: add '@MainActor' to make instance method 'test_dispatchTimer_static_repeating()' part of global actor 'MainActor'
  func test_dispatchTimer_static_repeating() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:24:5: warning: sending value of non-Sendable type 'DispatchTimerTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 0.5)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:24:5: note: sending task-isolated value of non-Sendable type 'DispatchTimerTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 0.5)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:45:5: warning: sending value of non-Sendable type 'DispatchTimerTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 0.5)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:45:5: note: sending task-isolated value of non-Sendable type 'DispatchTimerTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 0.5)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:56:5: warning: sending value of non-Sendable type 'DispatchTimerTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 0.5)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:56:5: note: sending task-isolated value of non-Sendable type 'DispatchTimerTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 0.5)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:75:5: warning: sending value of non-Sendable type 'DispatchTimerTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 0.5)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/DispatchTimer/DispatchTimerTests.swift:75:5: note: sending task-isolated value of non-Sendable type 'DispatchTimerTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 0.5)
    ^
SwiftCompile normal arm64 Compiling\ ExifTests.swift,\ MoneyTests.swift,\ StartupProcessServiceTests.swift,\ ThrottlerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Exif/ExifTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Money/MoneyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/StartupService/StartupProcessServiceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Throttler/ThrottlerTests.swift (in target 'Tests' from project 'PovioKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Exif/ExifTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Money/MoneyTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/StartupService/StartupProcessServiceTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Throttler/ThrottlerTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:23:5: 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: Double(waiting) / 1000, handler: nil)
    ^
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/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:14:8: note: add '@MainActor' to make instance method 'testShouldExecuteWhenDelayed()' part of global actor 'MainActor'
  func testShouldExecuteWhenDelayed() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:37:5: 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: Double(waiting) / 1000, handler: nil)
    ^
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/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:27:8: note: add '@MainActor' to make instance method 'testShouldNotExecuteWhenCanceled()' part of global actor 'MainActor'
  func testShouldNotExecuteWhenCanceled() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:50:5: 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: Double(waiting) / 1000, handler: nil)
    ^
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/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:41:8: note: add '@MainActor' to make instance method 'testShouldSkipExecutionWhenThereIsAnotherOne()' part of global actor 'MainActor'
  func testShouldSkipExecutionWhenThereIsAnotherOne() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:64:5: 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: Double(waiting) / 1000, handler: nil)
    ^
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/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:54:8: note: add '@MainActor' to make instance method 'testShouldExecuteTwiceWhenTwoSequentialCalls()' part of global actor 'MainActor'
  func testShouldExecuteTwiceWhenTwoSequentialCalls() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:23:5: warning: sending value of non-Sendable type 'ThrottlerTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: Double(waiting) / 1000, handler: nil)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:23:5: note: sending task-isolated value of non-Sendable type 'ThrottlerTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: Double(waiting) / 1000, handler: nil)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:37:5: warning: sending value of non-Sendable type 'ThrottlerTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: Double(waiting) / 1000, handler: nil)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:37:5: note: sending task-isolated value of non-Sendable type 'ThrottlerTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: Double(waiting) / 1000, handler: nil)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:50:5: warning: sending value of non-Sendable type 'ThrottlerTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: Double(waiting) / 1000, handler: nil)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:50:5: note: sending task-isolated value of non-Sendable type 'ThrottlerTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: Double(waiting) / 1000, handler: nil)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:64:5: warning: sending value of non-Sendable type 'ThrottlerTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: Double(waiting) / 1000, handler: nil)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/Throttler/ThrottlerTests.swift:64:5: note: sending task-isolated value of non-Sendable type 'ThrottlerTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: Double(waiting) / 1000, handler: nil)
    ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ Tests (in target 'Tests' from project 'PovioKit')
EmitSwiftModule normal arm64 (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:111:16: warning: static property 'testBoolKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var testBoolKey = "test_bool_key"
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:111:16: note: convert 'testBoolKey' to a 'let' constant to make 'Sendable' shared state immutable
    static var testBoolKey = "test_bool_key"
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:111:16: note: add '@MainActor' to make static property 'testBoolKey' part of global actor 'MainActor'
    static var testBoolKey = "test_bool_key"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:111:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var testBoolKey = "test_bool_key"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:112:16: warning: static property 'testStringKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var testStringKey = "test_string_key"
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:112:16: note: convert 'testStringKey' to a 'let' constant to make 'Sendable' shared state immutable
    static var testStringKey = "test_string_key"
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:112:16: note: add '@MainActor' to make static property 'testStringKey' part of global actor 'MainActor'
    static var testStringKey = "test_string_key"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:112:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var testStringKey = "test_string_key"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:113:16: warning: static property 'testDataKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var testDataKey = "test_data_key"
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:113:16: note: convert 'testDataKey' to a 'let' constant to make 'Sendable' shared state immutable
    static var testDataKey = "test_data_key"
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:113:16: note: add '@MainActor' to make static property 'testDataKey' part of global actor 'MainActor'
    static var testDataKey = "test_data_key"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:113:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var testDataKey = "test_data_key"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:114:16: warning: static property 'testDataModelKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var testDataModelKey = "test_data_model_key"
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:114:16: note: convert 'testDataModelKey' to a 'let' constant to make 'Sendable' shared state immutable
    static var testDataModelKey = "test_data_model_key"
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:114:16: note: add '@MainActor' to make static property 'testDataModelKey' part of global actor 'MainActor'
    static var testDataModelKey = "test_data_model_key"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:114:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var testDataModelKey = "test_data_model_key"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:117:16: warning: static property 'isAuthenticated' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var isAuthenticated: Bool
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:117:16: note: convert 'isAuthenticated' to a 'let' constant to make 'Sendable' shared state immutable
    static var isAuthenticated: Bool
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:117:16: note: add '@MainActor' to make static property 'isAuthenticated' part of global actor 'MainActor'
    static var isAuthenticated: Bool
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:117:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var isAuthenticated: Bool
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:120:16: warning: static property 'screenName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var screenName: String
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:120:16: note: convert 'screenName' to a 'let' constant to make 'Sendable' shared state immutable
    static var screenName: String
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:120:16: note: add '@MainActor' to make static property 'screenName' part of global actor 'MainActor'
    static var screenName: String
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:120:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var screenName: String
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:123:16: warning: static property 'profileData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var profileData: Data?
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:123:16: note: convert 'profileData' to a 'let' constant to make 'Sendable' shared state immutable
    static var profileData: Data?
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:123:16: note: add '@MainActor' to make static property 'profileData' part of global actor 'MainActor'
    static var profileData: Data?
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:123:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var profileData: Data?
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:126:16: warning: static property 'dataModel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var dataModel: TestDataModel
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:126:16: note: convert 'dataModel' to a 'let' constant to make 'Sendable' shared state immutable
    static var dataModel: TestDataModel
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:126:16: note: add '@MainActor' to make static property 'dataModel' part of global actor 'MainActor'
    static var dataModel: TestDataModel
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:126:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var dataModel: TestDataModel
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:15:16: warning: static property 'mockBundleReader' is not concurrency-safe because non-'Sendable' type 'MockBundleReader' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mockBundleReader = MockBundleReader(dictionary: ["TEST_STRING_KEY": "TEST_STRING_VALUE",
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/MockBundleReader.swift:13:7: note: class 'MockBundleReader' does not conform to the 'Sendable' protocol
class MockBundleReader: BundleReadable {
      ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:15:16: note: add '@MainActor' to make static property 'mockBundleReader' part of global actor 'MainActor'
    static let mockBundleReader = MockBundleReader(dictionary: ["TEST_STRING_KEY": "TEST_STRING_VALUE",
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mockBundleReader = MockBundleReader(dictionary: ["TEST_STRING_KEY": "TEST_STRING_VALUE",
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:20:16: warning: static property 'testStringValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var testStringValue: String
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:20:16: note: convert 'testStringValue' to a 'let' constant to make 'Sendable' shared state immutable
    static var testStringValue: String
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:20:16: note: add '@MainActor' to make static property 'testStringValue' part of global actor 'MainActor'
    static var testStringValue: String
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var testStringValue: String
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:23:16: warning: static property 'testIntValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var testIntValue: Int
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:23:16: note: convert 'testIntValue' to a 'let' constant to make 'Sendable' shared state immutable
    static var testIntValue: Int
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:23:16: note: add '@MainActor' to make static property 'testIntValue' part of global actor 'MainActor'
    static var testIntValue: Int
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var testIntValue: Int
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ UIViewTests.swift,\ MockBundleReader.swift,\ XCConfigValueTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/MockBundleReader.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift (in target 'Tests' from project 'PovioKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/MockBundleReader.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:15:16: warning: static property 'mockBundleReader' is not concurrency-safe because non-'Sendable' type 'MockBundleReader' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mockBundleReader = MockBundleReader(dictionary: ["TEST_STRING_KEY": "TEST_STRING_VALUE",
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/MockBundleReader.swift:13:7: note: class 'MockBundleReader' does not conform to the 'Sendable' protocol
class MockBundleReader: BundleReadable {
      ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:15:16: note: add '@MainActor' to make static property 'mockBundleReader' part of global actor 'MainActor'
    static let mockBundleReader = MockBundleReader(dictionary: ["TEST_STRING_KEY": "TEST_STRING_VALUE",
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mockBundleReader = MockBundleReader(dictionary: ["TEST_STRING_KEY": "TEST_STRING_VALUE",
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:20:16: warning: static property 'testStringValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var testStringValue: String
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:20:16: note: convert 'testStringValue' to a 'let' constant to make 'Sendable' shared state immutable
    static var testStringValue: String
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:20:16: note: add '@MainActor' to make static property 'testStringValue' part of global actor 'MainActor'
    static var testStringValue: String
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var testStringValue: String
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:23:16: warning: static property 'testIntValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var testIntValue: Int
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:23:16: note: convert 'testIntValue' to a 'let' constant to make 'Sendable' shared state immutable
    static var testIntValue: Int
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:23:16: note: add '@MainActor' to make static property 'testIntValue' part of global actor 'MainActor'
    static var testIntValue: Int
               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Utilities/XCConfigValue/XCConfigValueTests.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var testIntValue: Int
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling AlamofireNetworkClient.swift (in target 'PovioKitNetworking' from project 'PovioKit')
SwiftCompile normal arm64 Compiling\ UITableViewCellTests.swift,\ UITableViewHeaderFooterViewTests.swift,\ UIViewControllerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UITableViewCellTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UITableViewHeaderFooterViewTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift (in target 'Tests' from project 'PovioKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UITableViewCellTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UITableViewHeaderFooterViewTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Tests (in target 'Tests' from project 'PovioKit')
SwiftDriver\ Compilation\ Requirements Tests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Tests' from project 'PovioKit')
    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/PovioKit.build/Debug/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos14.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/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/PovioKit.build/Debug/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/PovioKit.build/Debug/Tests.build/Objects-normal/arm64/Tests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/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 UITableViewCellTests.swift, UITableViewHeaderFooterViewTests.swift, UIViewControllerTests.swift (in target 'Tests' from project 'PovioKit')
SwiftDriver\ Compilation PovioKitNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PovioKitNetworking' from project 'PovioKit')
    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 PovioKitNetworking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking-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/PovioKit.build/Debug/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking.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/PovioKit.build/Debug/PovioKitNetworking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.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/PovioKit.build/Debug/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/Objects-normal/arm64/Tests.swiftmodule (in target 'Tests' from project 'PovioKit')
    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/PovioKit.build/Debug/Tests.build/Objects-normal/arm64/Tests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/Objects-normal/arm64/Tests.swiftdoc (in target 'Tests' from project 'PovioKit')
    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/PovioKit.build/Debug/Tests.build/Objects-normal/arm64/Tests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/Objects-normal/arm64/Tests.abi.json (in target 'Tests' from project 'PovioKit')
    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/PovioKit.build/Debug/Tests.build/Objects-normal/arm64/Tests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/Objects-normal/arm64/Tests.swiftsourceinfo (in target 'Tests' from project 'PovioKit')
    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/PovioKit.build/Debug/Tests.build/Objects-normal/arm64/Tests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitNetworking.o normal (in target 'PovioKitNetworking' from project 'PovioKit')
    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-macos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitNetworking.o
ExtractAppIntentsMetadata (in target 'PovioKitUtilities' from project 'PovioKit')
    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 PovioKitUtilities --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.PovioKitUtilities --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitUtilities.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitUtilities.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUtilities.build/Objects-normal/arm64/PovioKitUtilities_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUtilities.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUtilities.build/Objects-normal/arm64/PovioKitUtilities.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUtilities.build/PovioKitUtilities.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUtilities.build/PovioKitUtilities.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUtilities.build/Objects-normal/arm64/PovioKitUtilities.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 03:36:24.456 appintentsmetadataprocessor[855:5042] Starting appintentsmetadataprocessor export
2025-04-30 03:36:24.498 appintentsmetadataprocessor[855:5042] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'PovioKitSwiftUI' from project 'PovioKit')
    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 PovioKitSwiftUI --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.PovioKitSwiftUI --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitSwiftUI.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitSwiftUI.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitSwiftUI.build/Objects-normal/arm64/PovioKitSwiftUI_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitSwiftUI.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitSwiftUI.build/Objects-normal/arm64/PovioKitSwiftUI.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitSwiftUI.build/PovioKitSwiftUI.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitSwiftUI.build/PovioKitSwiftUI.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitSwiftUI.build/Objects-normal/arm64/PovioKitSwiftUI.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 03:36:24.519 appintentsmetadataprocessor[856:5049] Starting appintentsmetadataprocessor export
2025-04-30 03:36:24.563 appintentsmetadataprocessor[856:5049] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'PovioKitNetworking' from project 'PovioKit')
    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 PovioKitNetworking --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.PovioKitNetworking --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitNetworking.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitNetworking.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/PovioKitNetworking.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/PovioKitNetworking.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 03:36:24.585 appintentsmetadataprocessor[857:5055] Starting appintentsmetadataprocessor export
2025-04-30 03:36:24.634 appintentsmetadataprocessor[857:5055] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitUtilities.o (in target 'PovioKitUtilities' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitUtilities.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitSwiftUI.o (in target 'PovioKitSwiftUI' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitSwiftUI.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitNetworking.o (in target 'PovioKitNetworking' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitNetworking.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitUIKit.o normal (in target 'PovioKitUIKit' from project 'PovioKit')
    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-macos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitUIKit.o
ExtractAppIntentsMetadata (in target 'PovioKitUIKit' from project 'PovioKit')
    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 PovioKitUIKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.PovioKitUIKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitUIKit.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitUIKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUIKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUIKit.build/PovioKitUIKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUIKit.build/PovioKitUIKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 03:36:24.719 appintentsmetadataprocessor[860:5073] Starting appintentsmetadataprocessor export
2025-04-30 03:36:24.761 appintentsmetadataprocessor[860:5073] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitUIKit.o (in target 'PovioKitUIKit' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKitUIKit.o
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/Resources/PovioKit_Tests.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PovioKit_Tests.bundle (in target 'Tests' from project 'PovioKit')
    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/PovioKit_Tests.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/Resources
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/Resources/Alamofire_Alamofire.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Alamofire_Alamofire.bundle (in target 'Tests' from project 'PovioKit')
    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/Alamofire_Alamofire.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/Resources
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/empty-Tests.plist (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/empty-Tests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -platform macosx -scanforprivacyfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/Resources/Alamofire_Alamofire.bundle -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling UIViewTests.swift, MockBundleReader.swift, XCConfigValueTests.swift (in target 'Tests' from project 'PovioKit')
SwiftDriverJobDiscovery normal arm64 Compiling UIImageTests.swift, UIResponderTests.swift, UIWindowTests.swift, AppVersionValidatorTests.swift (in target 'Tests' from project 'PovioKit')
SwiftDriverJobDiscovery normal arm64 Compiling ExifTests.swift, MoneyTests.swift, StartupProcessServiceTests.swift, ThrottlerTests.swift (in target 'Tests' from project 'PovioKit')
SwiftDriverJobDiscovery normal arm64 Compiling AttributedStringBuilderTests.swift, BroadcastTests.swift, BundleReaderTests.swift, DispatchTimerTests.swift (in target 'Tests' from project 'PovioKit')
SwiftDriverJobDiscovery normal arm64 Compiling DataTests.swift, DecodableDictionaryTests.swift, DispatchTimeIntervalTests.swift, DoubleTests.swift (in target 'Tests' from project 'PovioKit')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, AppInfoTests.swift, CollectionGroupedTests.swift, CollectionTests.swift (in target 'Tests' from project 'PovioKit')
SwiftDriverJobDiscovery normal arm64 Compiling UserDefaultTests.swift, EitherTests.swift, PromiseTests.swift, UICollectionReusableViewTests.swift (in target 'Tests' from project 'PovioKit')
SwiftDriverJobDiscovery normal arm64 Compiling EncodableTests.swift, OptionalTests.swift, StringTests.swift, URLTests.swift (in target 'Tests' from project 'PovioKit')
SwiftDriverJobDiscovery normal arm64 Compiling MKAnnotationViewTests.swift, UIColorTests.swift, UIDeviceTests.swift, UIEdgeInsetsTests.swift (in target 'Tests' from project 'PovioKit')
SwiftDriver\ Compilation Tests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Tests' from project 'PovioKit')
    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/PovioKit.build/Debug/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos14.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/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/PovioKit.build/Debug/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/PovioKit.build/Debug/Tests.build/Objects-normal/arm64/Tests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/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/Tests.xctest/Contents/MacOS/Tests normal (in target 'Tests' from project 'PovioKit')
    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-macos14.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/Objects-normal/arm64/Tests.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/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/PovioKit.build/Debug/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/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 -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -framework CFNetwork -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/MacOS/Tests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitCore.build/Objects-normal/arm64/PovioKitCore.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitPromise.build/Objects-normal/arm64/PovioKitPromise.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alamofire.build/Debug/Alamofire.build/Objects-normal/arm64/Alamofire.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUtilities.build/Objects-normal/arm64/PovioKitUtilities.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitSwiftUI.build/Objects-normal/arm64/PovioKitSwiftUI.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/PovioKitAsync.build/Objects-normal/arm64/PovioKitAsync.swiftmodule
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/MacOS/Tests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/Library/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/Extensions --platform macosx --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.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/PovioKit.build/Debug/Tests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os
Ignoring --strip-bitcode because --sign was not passed
ExtractAppIntentsMetadata (in target 'Tests' from project 'PovioKit')
    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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.Tests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/Resources --target-triple arm64-apple-macos14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest/Contents/MacOS/Tests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/Objects-normal/arm64/Tests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/Objects-normal/arm64/Tests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/Tests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/Tests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug/Tests.build/Objects-normal/arm64/Tests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 03:36:25.855 appintentsmetadataprocessor[864:5126] Starting appintentsmetadataprocessor export
2025-04-30 03:36:25.858 appintentsmetadataprocessor[864:5126] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tests.xctest
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:bf384e6bfcbe87c4090a101ca360400a6a7954e2, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:bf384e6bfcbe87c4090a101ca360400a6a7954e2, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:bf384e6bfcbe87c4090a101ca360400a6a7954e2, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:bf384e6bfcbe87c4090a101ca360400a6a7954e2, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire"
    }
  ],
  "manifest_display_name" : "PovioKit",
  "name" : "PovioKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "PovioKitCore",
      "targets" : [
        "PovioKitCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PovioKitUtilities",
      "targets" : [
        "PovioKitUtilities"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PovioKitNetworking",
      "targets" : [
        "PovioKitNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PovioKitPromise",
      "targets" : [
        "PovioKitPromise"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PovioKitUIKit",
      "targets" : [
        "PovioKitUIKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PovioKitSwiftUI",
      "targets" : [
        "PovioKitSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PovioKitAsync",
      "targets" : [
        "PovioKitAsync"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests/Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Tests/Resources/PovioKit.png",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Core/AppInfoTests.swift",
        "Core/Extensions/Foundation/CollectionGroupedTests.swift",
        "Core/Extensions/Foundation/CollectionTests.swift",
        "Core/Extensions/Foundation/DataTests.swift",
        "Core/Extensions/Foundation/DecodableDictionaryTests.swift",
        "Core/Extensions/Foundation/DispatchTimeIntervalTests.swift",
        "Core/Extensions/Foundation/DoubleTests.swift",
        "Core/Extensions/Foundation/EncodableTests.swift",
        "Core/Extensions/Foundation/OptionalTests.swift",
        "Core/Extensions/Foundation/StringTests.swift",
        "Core/Extensions/Foundation/URLTests.swift",
        "Core/Extensions/MapKit/MKAnnotationViewTests.swift",
        "Core/Extensions/UIKit/UIColorTests.swift",
        "Core/Extensions/UIKit/UIDeviceTests.swift",
        "Core/Extensions/UIKit/UIEdgeInsetsTests.swift",
        "Core/Extensions/UIKit/UIImageTests.swift",
        "Core/Extensions/UIKit/UIResponderTests.swift",
        "Core/Extensions/UIKit/UIWindowTests.swift",
        "Core/Utilities/App Version Validator/AppVersionValidatorTests.swift",
        "Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift",
        "Core/Utilities/Broadcast/BroadcastTests.swift",
        "Core/Utilities/BundleReader/BundleReaderTests.swift",
        "Core/Utilities/DispatchTimer/DispatchTimerTests.swift",
        "Core/Utilities/Exif/ExifTests.swift",
        "Core/Utilities/Money/MoneyTests.swift",
        "Core/Utilities/StartupService/StartupProcessServiceTests.swift",
        "Core/Utilities/Throttler/ThrottlerTests.swift",
        "Core/Utilities/UserDefaults/UserDefaultTests.swift",
        "PromiseKit/EitherTests.swift",
        "PromiseKit/PromiseTests.swift",
        "UI/UIKit/Extensions/UICollectionReusableViewTests.swift",
        "UI/UIKit/Extensions/UITableViewCellTests.swift",
        "UI/UIKit/Extensions/UITableViewHeaderFooterViewTests.swift",
        "UI/UIKit/Extensions/UIViewControllerTests.swift",
        "UI/UIKit/Extensions/UIViewTests.swift",
        "Utilities/XCConfigValue/MockBundleReader.swift",
        "Utilities/XCConfigValue/XCConfigValueTests.swift"
      ],
      "target_dependencies" : [
        "PovioKitCore",
        "PovioKitPromise",
        "PovioKitNetworking",
        "PovioKitUIKit",
        "PovioKitSwiftUI",
        "PovioKitUtilities",
        "PovioKitAsync"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PovioKitUtilities",
      "module_type" : "SwiftTarget",
      "name" : "PovioKitUtilities",
      "path" : "Sources/Utilities",
      "product_memberships" : [
        "PovioKitUtilities",
        "PovioKitUIKit"
      ],
      "sources" : [
        "AppVersionValidator/AppVersionValidator.swift",
        "AttributedStringBuilder/AttributedStringBuilder.swift",
        "AttributedStringBuilder/UILabel+BuilderCompatible.swift",
        "AttributedStringBuilder/UITextField+BuilderCompatible.swift",
        "Broadcast/Broadcast.swift",
        "BundleReader/BundleReader.swift",
        "Camera/Camera+PovioKit.swift",
        "Camera/Camera.swift",
        "Camera/CameraService.swift",
        "Camera/PhotoCamera.swift",
        "Camera/QRCodeScanner.swift",
        "ColorInterpolator/ColorInterpolator.swift",
        "Delegated/Delegated.swift",
        "DispatchTimer/DispatchTimer.swift",
        "Exif/Exif.swift",
        "Exif/ExifError.swift",
        "Exif/ExifImageSource.swift",
        "ImageSource/ImageSource.swift",
        "InAppPurchase/InAppPurchaseError.swift",
        "InAppPurchase/InAppPurchaseService.swift",
        "MediaPlayer/AudioPlayer.swift",
        "MediaPlayer/MediaPlayer+Models.swift",
        "MediaPlayer/MediaPlayer.swift",
        "MediaPlayer/MediaStream.swift",
        "Money/Money+Currency.swift",
        "Money/Money+Defaults.swift",
        "Money/Money+Extensions.swift",
        "Money/Money.swift",
        "PropertyWrapper/UserDefault.swift",
        "PropertyWrapper/XCConfigValue.swift",
        "StartupService/StartupProcess.swift",
        "StartupService/StartupProcessService.swift",
        "Throttler/Throttler.swift"
      ],
      "target_dependencies" : [
        "PovioKitCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PovioKitUIKit",
      "module_type" : "SwiftTarget",
      "name" : "PovioKitUIKit",
      "path" : "Sources/UI/UIKit",
      "product_memberships" : [
        "PovioKitUIKit"
      ],
      "sources" : [
        "DynamicCollectionCell/DynamicCollectionCell.swift",
        "Extensions/UICollectionReusableView+PovioKit.swift",
        "Extensions/UICollectionView+PovioKit.swift",
        "Extensions/UIProgressView+PovioKit.swift",
        "Extensions/UITableView+PovioKit.swift",
        "Extensions/UITableViewCell+PovioKit.swift",
        "Extensions/UITableViewHeaderFooterView+PovioKit.swift",
        "Extensions/UIView+PovioKit.swift",
        "Extensions/UIViewController+PovioKit.swift",
        "GradientView/GradientView.swift",
        "PaddingLabel/PaddingLabel.swift",
        "TextField/TextField.swift"
      ],
      "target_dependencies" : [
        "PovioKitCore",
        "PovioKitUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PovioKitSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "PovioKitSwiftUI",
      "path" : "Sources/UI/SwiftUI",
      "product_memberships" : [
        "PovioKitSwiftUI"
      ],
      "sources" : [
        "Extensions/AnyTransition+PovioKit.swift",
        "Extensions/Color+PovioKit.swift",
        "Extensions/Text+PovioKit.swift",
        "View Modifiers/MaterialBlurBackgroundModifier.swift",
        "View Modifiers/MeasureSizeModifier.swift",
        "View Modifiers/OnFirstAppearModifier.swift",
        "View Modifiers/PhotoPickerModifier.swift",
        "View Modifiers/PinchToZoomModifier.swift",
        "View Modifiers/SquaredModifier.swift",
        "View Modifiers/TextFieldLimitModifer.swift",
        "Views/AnimatedImage/AnimatedImage.swift",
        "Views/LinearProgressStyle/LinearProgressStyle.swift",
        "Views/MaterialBlurView/MaterialBlurView.swift",
        "Views/PhotoPickerView/PhotoPickerView.swift",
        "Views/RemoteImage/RemoteImage.swift",
        "Views/ScrollViewWithOffset/ScrollViewWithOffset.swift",
        "Views/SimpleColorPicker/SimpleColorPicker.swift"
      ],
      "target_dependencies" : [
        "PovioKitCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PovioKitPromise",
      "module_type" : "SwiftTarget",
      "name" : "PovioKitPromise",
      "path" : "Sources/PromiseKit",
      "product_memberships" : [
        "PovioKitNetworking",
        "PovioKitPromise"
      ],
      "sources" : [
        "After.swift",
        "All.swift",
        "Any.swift",
        "ConcurrentDispatch.swift",
        "Either.swift",
        "Future.swift",
        "Poll.swift",
        "Promise.swift",
        "Race.swift",
        "Sequence.swift",
        "Wrap.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PovioKitNetworking",
      "module_type" : "SwiftTarget",
      "name" : "PovioKitNetworking",
      "path" : "Sources/Networking",
      "product_dependencies" : [
        "Alamofire"
      ],
      "product_memberships" : [
        "PovioKitNetworking"
      ],
      "sources" : [
        "AlamofireNetworkClient/AlamofireConsoleLogger.swift",
        "AlamofireNetworkClient/AlamofireNetworkClient.swift",
        "AlamofireNetworkClient/DomainConvertible.swift",
        "AlamofireNetworkClient/Extensions/ParameterEncoder+PovioKit.swift",
        "AlamofireNetworkClient/Extensions/URLEncodedFormParameterEncoder+PovioKit.swift",
        "AlamofireNetworkClient/OAuth/OAuthCredentials.swift"
      ],
      "target_dependencies" : [
        "PovioKitPromise"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PovioKitCore",
      "module_type" : "SwiftTarget",
      "name" : "PovioKitCore",
      "path" : "Sources/Core",
      "product_memberships" : [
        "PovioKitCore",
        "PovioKitUtilities",
        "PovioKitUIKit",
        "PovioKitSwiftUI"
      ],
      "sources" : [
        "AppInfo.swift",
        "Extensions/AppKit/NSView+PovioKit.swift",
        "Extensions/AppKit/NSWindow+PovioKit.swift",
        "Extensions/Foundation/Collection+PovioKit.swift",
        "Extensions/Foundation/Data+PovioKit.swift",
        "Extensions/Foundation/Date+PovioKit.swift",
        "Extensions/Foundation/DateFormatter+PovioKit.swift",
        "Extensions/Foundation/DecodableDictionary+PovioKit.swift",
        "Extensions/Foundation/DispatchTimeInterval+PovioKit.swift",
        "Extensions/Foundation/Double+PovioKit.swift",
        "Extensions/Foundation/Encodable+PovioKit.swift",
        "Extensions/Foundation/Optional+PovioKit.swift",
        "Extensions/Foundation/Result+PovioKit.swift",
        "Extensions/Foundation/String+PovioKit.swift",
        "Extensions/Foundation/URL+PovioKit.swift",
        "Extensions/MapKit/MKAnnotationView+PovioKit.swift",
        "Extensions/MapKit/MKCircle+PovioKit.swift",
        "Extensions/MapKit/MKMapView+PovioKit.swift",
        "Extensions/MapKit/MKPolygon+PovioKit.swift",
        "Extensions/Other/SKStoreReviewController+PovioKit.swift",
        "Extensions/SwiftUI/View+PovioKit.swift",
        "Extensions/UIKit/CGSize+PovioKit.swift",
        "Extensions/UIKit/UIColor+PovioKit.swift",
        "Extensions/UIKit/UIDevice+PovioKit.swift",
        "Extensions/UIKit/UIEdgeInsets+PovioKit.swift",
        "Extensions/UIKit/UIImage+Kingfisher.swift",
        "Extensions/UIKit/UIImage+PovioKit.swift",
        "Extensions/UIKit/UIResponder+PovioKit.swift",
        "Extensions/UIKit/UIWindow+PovioKit.swift",
        "Logger/Logger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PovioKitAsync",
      "module_type" : "SwiftTarget",
      "name" : "PovioKitAsync",
      "path" : "Sources/Async",
      "product_memberships" : [
        "PovioKitAsync"
      ],
      "sources" : [
        "AsyncThrottleSequence.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.