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 develop (ad42b2), with Swift 6.1 for iOS using Xcode 16.3 on 5 May 2025 11:36:06 UTC.

Swift 6 data race errors: 28

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 generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

    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

/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UICollectionReusableViewTests.swift:18:55: 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.cell.identifier)
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UICollectionReusableView+PovioKit.swift:14:14: note: class property declared here
  static var identifier: String {
             ^
SwiftDriverJobDiscovery normal arm64 Compiling PaddingLabel.swift (in target 'PovioKitUIKit' from project 'PovioKit')
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

/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift:15:17: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let label = UILabel()
                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift:14:8: note: add '@MainActor' to make instance method 'test_apply_addsAttributes()' part of global actor 'MainActor'
  func test_apply_addsAttributes() throws {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift:16:11: warning: main actor-isolated property 'text' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
    label.text = Values.text
          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:35:59: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy)   NSString           *text; // default is nil
                                                          ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift:14:8: note: add '@MainActor' to make instance method 'test_apply_addsAttributes()' part of global actor 'MainActor'
  func test_apply_addsAttributes() throws {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift:25:42: warning: main actor-isolated property 'attributedText' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    let attributes = try XCTUnwrap(label.attributedText?.attributes(at: 0, effectiveRange: nil))
                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:60:59: note: property declared here
@property(nullable, nonatomic,copy)   NSAttributedString *attributedText API_AVAILABLE(ios(6.0));  // default is nil
                                                          ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift:35:17: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let label = UILabel()
                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift:34:8: note: add '@MainActor' to make instance method 'test_apply_addsSubstringAttributes()' part of global actor 'MainActor'
  func test_apply_addsSubstringAttributes() throws {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift:36:11: warning: main actor-isolated property 'text' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
    label.text = Values.text
          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:35:59: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy)   NSString           *text; // default is nil
                                                          ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift:34:8: note: add '@MainActor' to make instance method 'test_apply_addsSubstringAttributes()' part of global actor 'MainActor'
  func test_apply_addsSubstringAttributes() throws {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift:47:42: warning: main actor-isolated property 'attributedText' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    let attributes = try XCTUnwrap(label.attributedText?.attributes(at: range.lowerBound, effectiveRange: nil))
                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:60:59: note: property declared here
@property(nullable, nonatomic,copy)   NSAttributedString *attributedText API_AVAILABLE(ios(6.0));  // default is nil
                                                          ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift:57:17: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let label = UILabel()
                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift:56:8: note: add '@MainActor' to make instance method 'test_apply_addsRangeAttributes()' part of global actor 'MainActor'
  func test_apply_addsRangeAttributes() throws {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift:58:11: warning: main actor-isolated property 'text' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
    label.text = Values.text
          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:35:59: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy)   NSString           *text; // default is nil
                                                          ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift:56:8: note: add '@MainActor' to make instance method 'test_apply_addsRangeAttributes()' part of global actor 'MainActor'
  func test_apply_addsRangeAttributes() throws {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift:69:42: warning: main actor-isolated property 'attributedText' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    let attributes = try XCTUnwrap(label.attributedText?.attributes(at: range.lowerBound, effectiveRange: nil))
                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:60:59: note: property declared here
@property(nullable, nonatomic,copy)   NSAttributedString *attributedText API_AVAILABLE(ios(6.0));  // default is nil
                                                          ^
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)
    ^
SwiftDriverJobDiscovery normal arm64 Compiling UICollectionView+PovioKit.swift, UIProgressView+PovioKit.swift (in target 'PovioKitUIKit' from project 'PovioKit')
SwiftCompile normal arm64 Compiling\ UIImageTests.swift,\ UIResponderTests.swift,\ UIWindowTests.swift,\ AppVersionValidatorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIResponderTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIWindowTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/App\ Version\ Validator/AppVersionValidatorTests.swift (in target 'Tests' from project 'PovioKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.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/UIKit/UIImageTests.swift:32: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)
    ^
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/Extensions/UIKit/UIImageTests.swift:17:8: note: add '@MainActor' to make instance method 'testDownsizeToTargetSize()' part of global actor 'MainActor'
  func testDownsizeToTargetSize() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.swift:51: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)
    ^
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/Extensions/UIKit/UIImageTests.swift:35:8: note: add '@MainActor' to make instance method 'testDownsizeByPercentage()' part of global actor 'MainActor'
  func testDownsizeByPercentage() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.swift:72: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)
    ^
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/Extensions/UIKit/UIImageTests.swift:54:8: note: add '@MainActor' to make instance method 'testCompressWithPngFormat()' part of global actor 'MainActor'
  func testCompressWithPngFormat() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.swift:93: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)
    ^
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/Extensions/UIKit/UIImageTests.swift:75:8: note: add '@MainActor' to make instance method 'testCompressWithJpgFormat()' part of global actor 'MainActor'
  func testCompressWithJpgFormat() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.swift:114: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)
    ^
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/Extensions/UIKit/UIImageTests.swift:96:8: note: add '@MainActor' to make instance method 'testCompressToMaxSize()' part of global actor 'MainActor'
  func testCompressToMaxSize() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.swift:32:5: warning: sending value of non-Sendable type 'UIImageTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 1)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.swift:32:5: note: sending task-isolated value of non-Sendable type 'UIImageTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 1)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.swift:51:5: warning: sending value of non-Sendable type 'UIImageTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 1)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.swift:51:5: note: sending task-isolated value of non-Sendable type 'UIImageTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 1)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.swift:72:5: warning: sending value of non-Sendable type 'UIImageTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 1)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.swift:72:5: note: sending task-isolated value of non-Sendable type 'UIImageTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 1)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.swift:93:5: warning: sending value of non-Sendable type 'UIImageTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 1)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.swift:93:5: note: sending task-isolated value of non-Sendable type 'UIImageTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 1)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.swift:114:5: warning: sending value of non-Sendable type 'UIImageTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 1)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIImageTests.swift:114:5: note: sending task-isolated value of non-Sendable type 'UIImageTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 1)
    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIResponderTests.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/UIKit/UIResponderTests.swift:17:51: warning: call to main actor-isolated instance method 'firstResponder(ofType:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let firstResponder = sut.buttonsContainerView.firstResponder(ofType: type(of: sut))
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Extensions/UIKit/UIResponder+PovioKit.swift:25:8: note: calls to instance method 'firstResponder(ofType:)' from outside of its actor context are implicitly asynchronous
  func firstResponder<T: AnyObject>(ofType type: T.Type) -> T? {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIResponderTests.swift:14:8: note: add '@MainActor' to make instance method 'test_firstResponder_returnsCorrectType()' part of global actor 'MainActor'
  func test_firstResponder_returnsCorrectType() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIResponderTests.swift:26:51: warning: call to main actor-isolated instance method 'firstResponder(ofType:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let firstResponder = sut.buttonsContainerView.firstResponder(ofType: SecondaryViewController.self)
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/Extensions/UIKit/UIResponder+PovioKit.swift:25:8: note: calls to instance method 'firstResponder(ofType:)' from outside of its actor context are implicitly asynchronous
  func firstResponder<T: AnyObject>(ofType type: T.Type) -> T? {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIResponderTests.swift:23:8: note: add '@MainActor' to make instance method 'test_firstResponder_returnsNilOnNotMatchingType()' part of global actor 'MainActor'
  func test_firstResponder_returnsNilOnNotMatchingType() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIResponderTests.swift:35:15: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let sut = MainViewController()
              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIResponderTests.swift:34:8: note: add '@MainActor' to make instance method 'makeSUT()' part of global actor 'MainActor'
  func makeSUT() -> MainViewController {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIResponderTests.swift:36:9: warning: call to main actor-isolated instance method 'loadView()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    sut.loadView()
        ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIResponderTests.swift:45:17: note: calls to instance method 'loadView()' from outside of its actor context are implicitly asynchronous
  override func loadView() {
                ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIResponderTests.swift:45:17: note: main actor isolation inferred from inheritance from class 'UIViewController'
  override func loadView() {
                ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIResponderTests.swift:34:8: note: add '@MainActor' to make instance method 'makeSUT()' part of global actor 'MainActor'
  func makeSUT() -> MainViewController {
       ^
  @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIWindowTests.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/UIKit/UIWindowTests.swift:16:18: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let window = UIWindow()
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIWindowTests.swift:15:8: note: add '@MainActor' to make instance method 'test_safeAreaInsets()' part of global actor 'MainActor'
  func test_safeAreaInsets() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIWindowTests.swift:17:12: warning: call to main actor-isolated instance method 'makeKeyAndVisible()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    window.makeKeyAndVisible()
           ^
UIKit.UIWindow.makeKeyAndVisible:2:22: note: calls to instance method 'makeKeyAndVisible()' from outside of its actor context are implicitly asynchronous
@MainActor open func makeKeyAndVisible()}
                     ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIWindowTests.swift:15:8: note: add '@MainActor' to make instance method 'test_safeAreaInsets()' part of global actor 'MainActor'
  func test_safeAreaInsets() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIWindowTests.swift:19:27: warning: main actor-isolated property 'safeAreaInsets' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(window.safeAreaInsets.top, 62)
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:275:45: note: property declared here
@property (nonatomic,readonly) UIEdgeInsets safeAreaInsets API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                            ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIWindowTests.swift:20:27: warning: main actor-isolated property 'safeAreaInsets' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(window.safeAreaInsets.left, 0)
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:275:45: note: property declared here
@property (nonatomic,readonly) UIEdgeInsets safeAreaInsets API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                            ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIWindowTests.swift:21:27: warning: main actor-isolated property 'safeAreaInsets' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(window.safeAreaInsets.right, 0)
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:275:45: note: property declared here
@property (nonatomic,readonly) UIEdgeInsets safeAreaInsets API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                            ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIWindowTests.swift:22:27: warning: main actor-isolated property 'safeAreaInsets' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(window.safeAreaInsets.bottom, 34)
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:275:45: note: property declared here
@property (nonatomic,readonly) UIEdgeInsets safeAreaInsets API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/App\ Version\ Validator/AppVersionValidatorTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling UITableView+PovioKit.swift (in target 'PovioKitUIKit' 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

/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UITableViewCellTests.swift:18:55: 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.cell.identifier)
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UITableViewCell+PovioKit.swift:14:14: note: class property declared here
  static var identifier: String {
             ^
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

/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UITableViewHeaderFooterViewTests.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/UI/UIKit/Extensions/UITableViewHeaderFooterView+PovioKit.swift:14:14: note: class property declared here
  static var identifier: String {
             ^
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

/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:16:26: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let viewController = UIViewController()
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:15:8: note: add '@MainActor' to make instance method 'test_setLeftBarButton_addsLeftBarButton()' part of global actor 'MainActor'
  func test_setLeftBarButton_addsLeftBarButton() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:17:40: warning: call to main actor-isolated instance method 'setLeftBarButton' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let barButtonItem = viewController.setLeftBarButton(.init(content: .title(.default("test_title")), action: nil))
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIViewController+PovioKit.swift:50:8: note: calls to instance method 'setLeftBarButton' from outside of its actor context are implicitly asynchronous
  func setLeftBarButton(_ barButton: BarButton) -> UIBarButtonItem {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:15:8: note: add '@MainActor' to make instance method 'test_setLeftBarButton_addsLeftBarButton()' part of global actor 'MainActor'
  func test_setLeftBarButton_addsLeftBarButton() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:19:50: warning: main actor-isolated property 'leftBarButtonItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.leftBarButtonItem, barButtonItem)
                                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h:143:68: note: property declared here
@property(nonatomic, readwrite, strong, nullable) UIBarButtonItem *leftBarButtonItem;
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:19:35: warning: main actor-isolated property 'navigationItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.leftBarButtonItem, barButtonItem)
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:129:56: note: property declared here
@property(nonatomic,readonly,strong) UINavigationItem *navigationItem; // Created on-demand so that a view controller may customize its navigation appearance.
                                                       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:20:69: warning: main actor-isolated property 'title' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.leftBarButtonItem?.title, barButtonItem.title)
                                                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:26:62: note: property declared here
@property(nullable, nonatomic,copy)             NSString    *title;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:20:50: warning: main actor-isolated property 'leftBarButtonItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.leftBarButtonItem?.title, barButtonItem.title)
                                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h:143:68: note: property declared here
@property(nonatomic, readwrite, strong, nullable) UIBarButtonItem *leftBarButtonItem;
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:20:35: warning: main actor-isolated property 'navigationItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.leftBarButtonItem?.title, barButtonItem.title)
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:129:56: note: property declared here
@property(nonatomic,readonly,strong) UINavigationItem *navigationItem; // Created on-demand so that a view controller may customize its navigation appearance.
                                                       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:20:90: warning: main actor-isolated property 'title' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.leftBarButtonItem?.title, barButtonItem.title)
                                                                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:26:62: note: property declared here
@property(nullable, nonatomic,copy)             NSString    *title;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:24:26: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let viewController = UIViewController()
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:23:8: note: add '@MainActor' to make instance method 'test_setRightBarButton_addsRightBarButton()' part of global actor 'MainActor'
  func test_setRightBarButton_addsRightBarButton() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:25:40: warning: call to main actor-isolated instance method 'setRightBarButton' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let barButtonItem = viewController.setRightBarButton(.init(content: .icon(UIImage(systemName: "sun.min")), action: nil))
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIViewController+PovioKit.swift:57:8: note: calls to instance method 'setRightBarButton' from outside of its actor context are implicitly asynchronous
  func setRightBarButton(_ barButton: BarButton) -> UIBarButtonItem {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:23:8: note: add '@MainActor' to make instance method 'test_setRightBarButton_addsRightBarButton()' part of global actor 'MainActor'
  func test_setRightBarButton_addsRightBarButton() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:27:35: warning: main actor-isolated property 'image' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertNotNil(barButtonItem.image)
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:27:62: note: property declared here
@property(nullable, nonatomic,strong)           UIImage     *image;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:28:50: warning: main actor-isolated property 'rightBarButtonItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.rightBarButtonItem, barButtonItem)
                                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h:144:68: note: property declared here
@property(nonatomic, readwrite, strong, nullable) UIBarButtonItem *rightBarButtonItem;
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:28:35: warning: main actor-isolated property 'navigationItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.rightBarButtonItem, barButtonItem)
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:129:56: note: property declared here
@property(nonatomic,readonly,strong) UINavigationItem *navigationItem; // Created on-demand so that a view controller may customize its navigation appearance.
                                                       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:29:70: warning: main actor-isolated property 'image' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.rightBarButtonItem?.image, barButtonItem.image)
                                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:27:62: note: property declared here
@property(nullable, nonatomic,strong)           UIImage     *image;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:29:50: warning: main actor-isolated property 'rightBarButtonItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.rightBarButtonItem?.image, barButtonItem.image)
                                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h:144:68: note: property declared here
@property(nonatomic, readwrite, strong, nullable) UIBarButtonItem *rightBarButtonItem;
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:29:35: warning: main actor-isolated property 'navigationItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.rightBarButtonItem?.image, barButtonItem.image)
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:129:56: note: property declared here
@property(nonatomic,readonly,strong) UINavigationItem *navigationItem; // Created on-demand so that a view controller may customize its navigation appearance.
                                                       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:29:91: warning: main actor-isolated property 'image' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.rightBarButtonItem?.image, barButtonItem.image)
                                                                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:27:62: note: property declared here
@property(nullable, nonatomic,strong)           UIImage     *image;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:33:26: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let viewController = UIViewController()
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:32:8: note: add '@MainActor' to make instance method 'test_setLeftBarButtons_addsLeftBarButtons()' part of global actor 'MainActor'
  func test_setLeftBarButtons_addsLeftBarButtons() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:34:41: warning: call to main actor-isolated instance method 'setLeftBarButtons' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let barButtonItems = viewController.setLeftBarButtons([
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIViewController+PovioKit.swift:64:8: note: calls to instance method 'setLeftBarButtons' from outside of its actor context are implicitly asynchronous
  func setLeftBarButtons(_ barButtons: [BarButton]) -> [UIBarButtonItem] {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:32:8: note: add '@MainActor' to make instance method 'test_setLeftBarButtons_addsLeftBarButtons()' part of global actor 'MainActor'
  func test_setLeftBarButtons_addsLeftBarButtons() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:42:50: warning: main actor-isolated property 'leftBarButtonItems' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.leftBarButtonItems, barButtonItems)
                                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h:130:78: note: property declared here
@property (nonatomic, readwrite, copy, nullable) NSArray<UIBarButtonItem *> *leftBarButtonItems API_AVAILABLE(ios(5.0));
                                                                             ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:42:35: warning: main actor-isolated property 'navigationItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.leftBarButtonItems, barButtonItems)
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:129:56: note: property declared here
@property(nonatomic,readonly,strong) UINavigationItem *navigationItem; // Created on-demand so that a view controller may customize its navigation appearance.
                                                       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:46:26: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let viewController = UIViewController()
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:45:8: note: add '@MainActor' to make instance method 'test_setRightBarButtons_addsRightBarButtons()' part of global actor 'MainActor'
  func test_setRightBarButtons_addsRightBarButtons() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:47:41: warning: call to main actor-isolated instance method 'setRightBarButtons' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let barButtonItems = viewController.setRightBarButtons([
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIViewController+PovioKit.swift:71:8: note: calls to instance method 'setRightBarButtons' from outside of its actor context are implicitly asynchronous
  func setRightBarButtons(_ barButtons: [BarButton]) -> [UIBarButtonItem] {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:45:8: note: add '@MainActor' to make instance method 'test_setRightBarButtons_addsRightBarButtons()' part of global actor 'MainActor'
  func test_setRightBarButtons_addsRightBarButtons() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:52:50: warning: main actor-isolated property 'rightBarButtonItems' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.rightBarButtonItems, barButtonItems)
                                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h:131:78: note: property declared here
@property (nonatomic, readwrite, copy, nullable) NSArray<UIBarButtonItem *> *rightBarButtonItems API_AVAILABLE(ios(5.0));
                                                                             ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewControllerTests.swift:52:35: warning: main actor-isolated property 'navigationItem' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(viewController.navigationItem.rightBarButtonItems, barButtonItems)
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:129:56: note: property declared here
@property(nonatomic,readonly,strong) UINavigationItem *navigationItem; // Created on-demand so that a view controller may customize its navigation appearance.
                                                       ^
SwiftDriverJobDiscovery normal arm64 Compiling GradientView.swift (in target 'PovioKitUIKit' from project 'PovioKit')
SwiftCompile normal arm64 Compiling\ DataTests.swift,\ DecodableDictionaryTests.swift,\ DispatchTimeIntervalTests.swift,\ DoubleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/DataTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/DecodableDictionaryTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/DispatchTimeIntervalTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/DoubleTests.swift (in target 'Tests' from project 'PovioKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/DataTests.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/DecodableDictionaryTests.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/DispatchTimeIntervalTests.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/DoubleTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling UIViewController+PovioKit.swift (in target 'PovioKitUIKit' from project 'PovioKit')
SwiftCompile normal arm64 Compiling\ EncodableTests.swift,\ OptionalTests.swift,\ StringTests.swift,\ URLTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/EncodableTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/OptionalTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/StringTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/URLTests.swift (in target 'Tests' from project 'PovioKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/EncodableTests.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/OptionalTests.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/StringTests.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/URLTests.swift (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling TextField.swift (in target 'PovioKitUIKit' from project 'PovioKit')
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

/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:23:16: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let view = UIView()
               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:22:8: note: add '@MainActor' to make instance method 'test_dropShadows_allParameters()' part of global actor 'MainActor'
  func test_dropShadows_allParameters() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:24:10: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
    view.layer.shadowColor = UIColor.blue.cgColor
         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:22:8: note: add '@MainActor' to make instance method 'test_dropShadows_allParameters()' part of global actor 'MainActor'
  func test_dropShadows_allParameters() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:25:23: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertNil(view.layer.shadowPath)
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:26:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.shadowColor, UIColor.blue.cgColor)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:27:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.shadowOffset, .init(width: 0, height: -3))
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:28:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.shadowOpacity, 0)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:29:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.shadowRadius, 3)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:31:10: warning: call to main actor-isolated instance method 'dropShadow(path:shadowColor:radius:opacity:offset:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    view.dropShadow(path: shadowPath, shadowColor: shadowColor, radius: shadowRadius, opacity: shadowOpacity, offset: shadowOffset)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIView+PovioKit.swift:14:8: note: calls to instance method 'dropShadow(path:shadowColor:radius:opacity:offset:)' from outside of its actor context are implicitly asynchronous
  func dropShadow(path: UIBezierPath?, shadowColor: UIColor, radius: CGFloat, opacity: Float, offset: CGSize) {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:22:8: note: add '@MainActor' to make instance method 'test_dropShadows_allParameters()' part of global actor 'MainActor'
  func test_dropShadows_allParameters() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:32:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.shadowPath, shadowPath.cgPath)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:33:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.shadowColor, shadowColor.cgColor)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:34:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.shadowOffset, shadowOffset)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:35:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.shadowOpacity, shadowOpacity)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:36:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.shadowRadius, shadowRadius)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:40:16: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let view = UIView()
               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:39:8: note: add '@MainActor' to make instance method 'test_dropShadows_missingPath()' part of global actor 'MainActor'
  func test_dropShadows_missingPath() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:41:23: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertNil(view.layer.shadowPath)
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:43:10: warning: call to main actor-isolated instance method 'dropShadow(path:shadowColor:radius:opacity:offset:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    view.dropShadow(path: nil, shadowColor: shadowColor, radius: shadowRadius, opacity: shadowOpacity, offset: shadowOffset)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIView+PovioKit.swift:14:8: note: calls to instance method 'dropShadow(path:shadowColor:radius:opacity:offset:)' from outside of its actor context are implicitly asynchronous
  func dropShadow(path: UIBezierPath?, shadowColor: UIColor, radius: CGFloat, opacity: Float, offset: CGSize) {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:39:8: note: add '@MainActor' to make instance method 'test_dropShadows_missingPath()' part of global actor 'MainActor'
  func test_dropShadows_missingPath() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:44:23: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertNil(view.layer.shadowPath)
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:51:16: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let view = UIView()
               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:47:8: note: add '@MainActor' to make instance method 'test_applyBorder()' part of global actor 'MainActor'
  func test_applyBorder() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:52:10: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
    view.layer.borderColor = UIColor.black.cgColor
         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:47:8: note: add '@MainActor' to make instance method 'test_applyBorder()' part of global actor 'MainActor'
  func test_applyBorder() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:53:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.borderColor, UIColor.black.cgColor)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:54:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.borderWidth, 0)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:56:10: warning: call to main actor-isolated instance method 'applyBorder(color:width:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    view.applyBorder(color: color, width: width)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIView+PovioKit.swift:23:8: note: calls to instance method 'applyBorder(color:width:)' from outside of its actor context are implicitly asynchronous
  func applyBorder(color: UIColor, width: CGFloat) {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:47:8: note: add '@MainActor' to make instance method 'test_applyBorder()' part of global actor 'MainActor'
  func test_applyBorder() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:57:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.borderColor, color.cgColor)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:58:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.borderWidth, width)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:62:16: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let view = UIView()
               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:61:8: note: add '@MainActor' to make instance method 'test_setHidden_true()' part of global actor 'MainActor'
  func test_setHidden_true() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:64:25: warning: main actor-isolated property 'isHidden' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertFalse(view.isHidden)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:307:56: note: property declared here
@property(nonatomic,getter=isHidden) BOOL              hidden;                     // default is NO. doesn't check superviews
                                                       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:65:25: warning: main actor-isolated property 'alpha' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.alpha, 1)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: property declared here
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:68:10: warning: call to main actor-isolated instance method 'setHidden(_:animationDuration:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    view.setHidden(true, animationDuration: 0.01) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIView+PovioKit.swift:29:14: note: calls to instance method 'setHidden(_:animationDuration:completion:)' from outside of its actor context are implicitly asynchronous
  @objc func setHidden(_ hidden: Bool, animationDuration: TimeInterval, completion: (() -> Void)? = nil) {
             ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:61:8: note: add '@MainActor' to make instance method 'test_setHidden_true()' part of global actor 'MainActor'
  func test_setHidden_true() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:72: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.1)
    ^
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/UI/UIKit/Extensions/UIViewTests.swift:61:8: note: add '@MainActor' to make instance method 'test_setHidden_true()' part of global actor 'MainActor'
  func test_setHidden_true() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:74:24: warning: main actor-isolated property 'isHidden' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertTrue(view.isHidden)
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:307:56: note: property declared here
@property(nonatomic,getter=isHidden) BOOL              hidden;                     // default is NO. doesn't check superviews
                                                       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:75:25: warning: main actor-isolated property 'alpha' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.alpha, 0)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: property declared here
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:79:16: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let view = UIView()
               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:78:8: note: add '@MainActor' to make instance method 'test_setHidden_false()' part of global actor 'MainActor'
  func test_setHidden_false() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:80:10: warning: main actor-isolated property 'isHidden' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
    view.isHidden = true
         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:307:56: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isHidden) BOOL              hidden;                     // default is NO. doesn't check superviews
                                                       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:78:8: note: add '@MainActor' to make instance method 'test_setHidden_false()' part of global actor 'MainActor'
  func test_setHidden_false() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:81:10: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
    view.alpha = 0
         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:78:8: note: add '@MainActor' to make instance method 'test_setHidden_false()' part of global actor 'MainActor'
  func test_setHidden_false() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:84:10: warning: call to main actor-isolated instance method 'setHidden(_:animationDuration:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    view.setHidden(false, animationDuration: 0.01) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIView+PovioKit.swift:29:14: note: calls to instance method 'setHidden(_:animationDuration:completion:)' from outside of its actor context are implicitly asynchronous
  @objc func setHidden(_ hidden: Bool, animationDuration: TimeInterval, completion: (() -> Void)? = nil) {
             ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:78:8: note: add '@MainActor' to make instance method 'test_setHidden_false()' part of global actor 'MainActor'
  func test_setHidden_false() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:88: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.1)
    ^
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/UI/UIKit/Extensions/UIViewTests.swift:78:8: note: add '@MainActor' to make instance method 'test_setHidden_false()' part of global actor 'MainActor'
  func test_setHidden_false() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:90:25: warning: main actor-isolated property 'isHidden' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertFalse(view.isHidden)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:307:56: note: property declared here
@property(nonatomic,getter=isHidden) BOOL              hidden;                     // default is NO. doesn't check superviews
                                                       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:91:25: warning: main actor-isolated property 'alpha' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.alpha, 1)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: property declared here
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:95:16: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let view = UIView()
               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:94:8: note: add '@MainActor' to make instance method 'test_rotate_clockwise()' part of global actor 'MainActor'
  func test_rotate_clockwise() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:99:10: warning: call to main actor-isolated instance method 'rotate(speed:clockwise:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    view.rotate(speed: 1, clockwise: true)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIView+PovioKit.swift:59:8: note: calls to instance method 'rotate(speed:clockwise:)' from outside of its actor context are implicitly asynchronous
  func rotate(speed: CFTimeInterval = 1.25, clockwise: Bool = true) {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:94:8: note: add '@MainActor' to make instance method 'test_rotate_clockwise()' part of global actor 'MainActor'
  func test_rotate_clockwise() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:100:26: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    let animation = view.layer.animation(forKey: UIView.AnimationKey.rotation) as? CABasicAnimation
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:94:8: note: add '@MainActor' to make instance method 'test_rotate_clockwise()' part of global actor 'MainActor'
  func test_rotate_clockwise() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:109:16: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let view = UIView()
               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:108:8: note: add '@MainActor' to make instance method 'test_rotate_anticlockwise()' part of global actor 'MainActor'
  func test_rotate_anticlockwise() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:113:10: warning: call to main actor-isolated instance method 'rotate(speed:clockwise:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    view.rotate(speed: 1, clockwise: false)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIView+PovioKit.swift:59:8: note: calls to instance method 'rotate(speed:clockwise:)' from outside of its actor context are implicitly asynchronous
  func rotate(speed: CFTimeInterval = 1.25, clockwise: Bool = true) {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:108:8: note: add '@MainActor' to make instance method 'test_rotate_anticlockwise()' part of global actor 'MainActor'
  func test_rotate_anticlockwise() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:114:26: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    let animation = view.layer.animation(forKey: UIView.AnimationKey.rotation) as? CABasicAnimation
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:108:8: note: add '@MainActor' to make instance method 'test_rotate_anticlockwise()' part of global actor 'MainActor'
  func test_rotate_anticlockwise() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:123:16: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let view = UIView()
               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:122:8: note: add '@MainActor' to make instance method 'test_rotate_doNotAddWhenExists()' part of global actor 'MainActor'
  func test_rotate_doNotAddWhenExists() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:124:10: warning: call to main actor-isolated instance method 'rotate(speed:clockwise:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    view.rotate(speed: 1, clockwise: true)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIView+PovioKit.swift:59:8: note: calls to instance method 'rotate(speed:clockwise:)' from outside of its actor context are implicitly asynchronous
  func rotate(speed: CFTimeInterval = 1.25, clockwise: Bool = true) {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:122:8: note: add '@MainActor' to make instance method 'test_rotate_doNotAddWhenExists()' part of global actor 'MainActor'
  func test_rotate_doNotAddWhenExists() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:125:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.animationKeys()?.count, 1)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:127:10: warning: call to main actor-isolated instance method 'rotate(speed:clockwise:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    view.rotate(speed: 1, clockwise: true)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIView+PovioKit.swift:59:8: note: calls to instance method 'rotate(speed:clockwise:)' from outside of its actor context are implicitly asynchronous
  func rotate(speed: CFTimeInterval = 1.25, clockwise: Bool = true) {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:122:8: note: add '@MainActor' to make instance method 'test_rotate_doNotAddWhenExists()' part of global actor 'MainActor'
  func test_rotate_doNotAddWhenExists() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:128:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.animationKeys()?.count, 1)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:132:16: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let view = UIView()
               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:131:8: note: add '@MainActor' to make instance method 'test_stopRotating()' part of global actor 'MainActor'
  func test_stopRotating() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:133:10: warning: call to main actor-isolated instance method 'rotate(speed:clockwise:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    view.rotate(speed: 1, clockwise: true)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIView+PovioKit.swift:59:8: note: calls to instance method 'rotate(speed:clockwise:)' from outside of its actor context are implicitly asynchronous
  func rotate(speed: CFTimeInterval = 1.25, clockwise: Bool = true) {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:131:8: note: add '@MainActor' to make instance method 'test_stopRotating()' part of global actor 'MainActor'
  func test_stopRotating() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:134:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertEqual(view.layer.animationKeys()?.count, 1)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:136:10: warning: call to main actor-isolated instance method 'stopRotating()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    view.stopRotating()
         ^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIView+PovioKit.swift:69:8: note: calls to instance method 'stopRotating()' from outside of its actor context are implicitly asynchronous
  func stopRotating() {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:131:8: note: add '@MainActor' to make instance method 'test_stopRotating()' part of global actor 'MainActor'
  func test_stopRotating() {
       ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:137:23: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
    XCTAssertNil(view.layer.animationKeys())
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:31:10: warning: sending 'self.shadowPath.some' risks causing data races; this is an error in the Swift 6 language mode
    view.dropShadow(path: shadowPath, shadowColor: shadowColor, radius: shadowRadius, opacity: shadowOpacity, offset: shadowOffset)
    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:31:10: note: sending task-isolated 'self.shadowPath.some' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
    view.dropShadow(path: shadowPath, shadowColor: shadowColor, radius: shadowRadius, opacity: shadowOpacity, offset: shadowOffset)
         ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:72:5: warning: sending value of non-Sendable type 'UIViewTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 0.1)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:72:5: note: sending task-isolated value of non-Sendable type 'UIViewTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 0.1)
    ^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:88:5: warning: sending value of non-Sendable type 'UIViewTests' risks causing data races; this is an error in the Swift 6 language mode
    waitForExpectations(timeout: 0.1)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/UIKit/Extensions/UIViewTests.swift:88:5: note: sending task-isolated value of non-Sendable type 'UIViewTests' to main actor-isolated instance method 'waitForExpectations(timeout:handler:)' risks causing races in between task-isolated and main actor-isolated uses
    waitForExpectations(timeout: 0.1)
    ^
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 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-iphoneos/Tests.build/Objects-normal/arm64/Tests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling EncodableTests.swift, OptionalTests.swift, StringTests.swift, URLTests.swift (in target 'Tests' from project 'PovioKit')
SwiftDriver\ Compilation PovioKitUIKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PovioKitUIKit' 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 PovioKitUIKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit-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-iphoneos/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit.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-iphoneos/PovioKitUIKit.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-iphoneos/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUIKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUIKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUIKit.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-iphoneos/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/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-iphoneos/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alamofire.o (in target 'Alamofire' from project 'Alamofire')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Alamofire
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alamofire.o
SwiftDriverJobDiscovery normal arm64 Compiling MKAnnotationViewTests.swift, UIColorTests.swift, UIDeviceTests.swift, UIEdgeInsetsTests.swift (in target 'Tests' from project 'PovioKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/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-iphoneos/Tests.build/Objects-normal/arm64/Tests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/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-iphoneos/Tests.build/Objects-normal/arm64/Tests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/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-iphoneos/Tests.build/Objects-normal/arm64/Tests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/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-iphoneos/Tests.build/Objects-normal/arm64/Tests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PovioKitUtilities.o normal (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/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUtilities.build/Objects-normal/arm64/PovioKitUtilities.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUtilities.build/Objects-normal/arm64/PovioKitUtilities_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-iphoneos/PovioKitUtilities.build/Objects-normal/arm64/PovioKitUtilities_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUtilities.build/Objects-normal/arm64/PovioKitUtilities.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PovioKitUtilities.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PovioKitSwiftUI.o normal (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/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitSwiftUI.build/Objects-normal/arm64/PovioKitSwiftUI.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitSwiftUI.build/Objects-normal/arm64/PovioKitSwiftUI_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-iphoneos/PovioKitSwiftUI.build/Objects-normal/arm64/PovioKitSwiftUI_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitSwiftUI.build/Objects-normal/arm64/PovioKitSwiftUI.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PovioKitSwiftUI.o
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.PovioKitSwiftUI --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PovioKitSwiftUI.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PovioKitSwiftUI.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitSwiftUI.build/Objects-normal/arm64/PovioKitSwiftUI_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitSwiftUI.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitSwiftUI.build/Objects-normal/arm64/PovioKitSwiftUI.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitSwiftUI.build/PovioKitSwiftUI.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitSwiftUI.build/PovioKitSwiftUI.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitSwiftUI.build/Objects-normal/arm64/PovioKitSwiftUI.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-05 04:36:04.279 appintentsmetadataprocessor[853:4856] Starting appintentsmetadataprocessor export
2025-05-05 04:36:04.321 appintentsmetadataprocessor[853:4856] Extracted no relevant App Intents symbols, skipping writing output
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.PovioKitUtilities --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PovioKitUtilities.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PovioKitUtilities.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUtilities.build/Objects-normal/arm64/PovioKitUtilities_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUtilities.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUtilities.build/Objects-normal/arm64/PovioKitUtilities.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUtilities.build/PovioKitUtilities.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUtilities.build/PovioKitUtilities.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUtilities.build/Objects-normal/arm64/PovioKitUtilities.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-05 04:36:04.279 appintentsmetadataprocessor[854:4857] Starting appintentsmetadataprocessor export
2025-05-05 04:36:04.321 appintentsmetadataprocessor[854:4857] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, AppInfoTests.swift, CollectionGroupedTests.swift, CollectionTests.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')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PovioKitNetworking.o
SwiftDriverJobDiscovery normal arm64 Compiling ExifTests.swift, MoneyTests.swift, StartupProcessServiceTests.swift, ThrottlerTests.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')
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.PovioKitNetworking --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PovioKitNetworking.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PovioKitNetworking.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitNetworking.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitNetworking.build/PovioKitNetworking.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitNetworking.build/PovioKitNetworking.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitNetworking.build/Objects-normal/arm64/PovioKitNetworking.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-05 04:36:04.323 appintentsmetadataprocessor[857:4879] Starting appintentsmetadataprocessor export
2025-05-05 04:36:04.363 appintentsmetadataprocessor[857:4879] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/PovioKitUtilities.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/PovioKitSwiftUI.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PovioKitUIKit.o
SwiftDriverJobDiscovery normal arm64 Compiling UITableViewCellTests.swift, UITableViewHeaderFooterViewTests.swift, UIViewControllerTests.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')
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.PovioKitUIKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PovioKitUIKit.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PovioKitUIKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUIKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUIKit.build/PovioKitUIKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUIKit.build/PovioKitUIKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/PovioKitUIKit.build/Objects-normal/arm64/PovioKitUIKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-05 04:36:04.379 appintentsmetadataprocessor[860:4896] Starting appintentsmetadataprocessor export
2025-05-05 04:36:04.414 appintentsmetadataprocessor[860:4896] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/PovioKitNetworking.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/PovioKitUIKit.o
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Alamofire_Alamofire.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Alamofire_Alamofire.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/PovioKit_Tests.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/PovioKit_Tests.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/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-iphoneos/Tests.build/empty-Tests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform iphoneos -scanforprivacyfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Alamofire_Alamofire.bundle -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling UIViewTests.swift, MockBundleReader.swift, XCConfigValueTests.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')
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-iphoneos/Tests.build/Objects-normal/arm64/Tests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Tests normal (in target 'Tests' from project '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-ios13.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -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-iphoneos/Tests.xctest/Tests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/PovioKitAsync.build/Objects-normal/arm64/PovioKitAsync.swiftmodule
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Tests.xctest/Tests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Extensions --platform iphoneos --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os --back-deploy-swift-concurrency
Ignoring --strip-bitcode because --sign was not passed
Copying /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.5/iphoneos/libswift_Concurrency.dylib to /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Frameworks/libswift_Concurrency.dylib
ExtractAppIntentsMetadata (in target 'Tests' from project '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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.Tests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Tests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Tests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Tests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Objects-normal/arm64/Tests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-05 04:36:05.181 appintentsmetadataprocessor[863:4928] Starting appintentsmetadataprocessor export
2025-05-05 04:36:05.184 appintentsmetadataprocessor[863:4928] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Tests (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Tests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest.dSYM
AppIntentsSSUTraining (in target 'Tests' from project 'PovioKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/ssu --bundle-id spi-builder-workspace.Tests --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PovioKit.build/Debug-iphoneos/Tests.build/Tests.DependencyMetadataFileList --archive-ssu-assets
2025-05-05 04:36:05.211 appintentsnltrainingprocessor[865:4930] Parsing options for appintentsnltrainingprocessor
2025-05-05 04:36:05.212 appintentsnltrainingprocessor[865:4930] No AppShortcuts found - Skipping.
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Tests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Tests.xctest
** BUILD SUCCEEDED **
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.