Build Information
Successful build of PovioKit, reference 6.2.0 (4b2277), with Swift 6.1 for iOS using Xcode 16.3 on 18 Apr 2026 01:29:42 UTC.
Swift 6 data race errors: 53
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 InferSendableFromCapturesBuild Log
static var testOptionalIntKey = "test_optional_int_key"
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:568:16: note: convert 'testOptionalIntKey' to a 'let' constant to make 'Sendable' shared state immutable
static var testOptionalIntKey = "test_optional_int_key"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:568:16: note: add '@MainActor' to make static property 'testOptionalIntKey' part of global actor 'MainActor'
static var testOptionalIntKey = "test_optional_int_key"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:568:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var testOptionalIntKey = "test_optional_int_key"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:569:16: warning: static property 'testOptionalStringKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var testOptionalStringKey = "test_optional_string_key"
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:569:16: note: convert 'testOptionalStringKey' to a 'let' constant to make 'Sendable' shared state immutable
static var testOptionalStringKey = "test_optional_string_key"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:569:16: note: add '@MainActor' to make static property 'testOptionalStringKey' part of global actor 'MainActor'
static var testOptionalStringKey = "test_optional_string_key"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:569:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var testOptionalStringKey = "test_optional_string_key"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:570:16: warning: static property 'testArrayKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var testArrayKey = "test_array_key"
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:570:16: note: convert 'testArrayKey' to a 'let' constant to make 'Sendable' shared state immutable
static var testArrayKey = "test_array_key"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:570:16: note: add '@MainActor' to make static property 'testArrayKey' part of global actor 'MainActor'
static var testArrayKey = "test_array_key"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:570:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var testArrayKey = "test_array_key"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:571:16: warning: static property 'testDictionaryKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var testDictionaryKey = "test_dictionary_key"
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:571:16: note: convert 'testDictionaryKey' to a 'let' constant to make 'Sendable' shared state immutable
static var testDictionaryKey = "test_dictionary_key"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:571:16: note: add '@MainActor' to make static property 'testDictionaryKey' part of global actor 'MainActor'
static var testDictionaryKey = "test_dictionary_key"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:571:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var testDictionaryKey = "test_dictionary_key"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:572:16: warning: static property 'testComplexMigrationKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var testComplexMigrationKey = "test_complex_migration_key"
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:572:16: note: convert 'testComplexMigrationKey' to a 'let' constant to make 'Sendable' shared state immutable
static var testComplexMigrationKey = "test_complex_migration_key"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:572:16: note: add '@MainActor' to make static property 'testComplexMigrationKey' part of global actor 'MainActor'
static var testComplexMigrationKey = "test_complex_migration_key"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:572:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var testComplexMigrationKey = "test_complex_migration_key"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:573:16: warning: static property 'testEnabledFeatureKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var testEnabledFeatureKey = "test_enabled_feature_key"
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:573:16: note: convert 'testEnabledFeatureKey' to a 'let' constant to make 'Sendable' shared state immutable
static var testEnabledFeatureKey = "test_enabled_feature_key"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:573:16: note: add '@MainActor' to make static property 'testEnabledFeatureKey' part of global actor 'MainActor'
static var testEnabledFeatureKey = "test_enabled_feature_key"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:573:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var testEnabledFeatureKey = "test_enabled_feature_key"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:574:16: warning: static property 'testDefaultScoreKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var testDefaultScoreKey = "test_default_score_key"
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:574:16: note: convert 'testDefaultScoreKey' to a 'let' constant to make 'Sendable' shared state immutable
static var testDefaultScoreKey = "test_default_score_key"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:574:16: note: add '@MainActor' to make static property 'testDefaultScoreKey' part of global actor 'MainActor'
static var testDefaultScoreKey = "test_default_score_key"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:574:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var testDefaultScoreKey = "test_default_score_key"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:575:16: warning: static property 'testDefaultPiKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var testDefaultPiKey = "test_default_pi_key"
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:575:16: note: convert 'testDefaultPiKey' to a 'let' constant to make 'Sendable' shared state immutable
static var testDefaultPiKey = "test_default_pi_key"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:575:16: note: add '@MainActor' to make static property 'testDefaultPiKey' part of global actor 'MainActor'
static var testDefaultPiKey = "test_default_pi_key"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:575:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var testDefaultPiKey = "test_default_pi_key"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:576:16: warning: static property 'testDefaultEulerKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var testDefaultEulerKey = "test_default_euler_key"
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:576:16: note: convert 'testDefaultEulerKey' to a 'let' constant to make 'Sendable' shared state immutable
static var testDefaultEulerKey = "test_default_euler_key"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:576:16: note: add '@MainActor' to make static property 'testDefaultEulerKey' part of global actor 'MainActor'
static var testDefaultEulerKey = "test_default_euler_key"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:576:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var testDefaultEulerKey = "test_default_euler_key"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:579:16: warning: static property 'isAuthenticated' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var isAuthenticated: Bool
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:579:16: note: convert 'isAuthenticated' to a 'let' constant to make 'Sendable' shared state immutable
static var isAuthenticated: Bool
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:579:16: note: add '@MainActor' to make static property 'isAuthenticated' part of global actor 'MainActor'
static var isAuthenticated: Bool
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:579:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var isAuthenticated: Bool
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:582:16: warning: static property 'screenName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var screenName: String
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:582:16: note: convert 'screenName' to a 'let' constant to make 'Sendable' shared state immutable
static var screenName: String
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:582:16: note: add '@MainActor' to make static property 'screenName' part of global actor 'MainActor'
static var screenName: String
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:582:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var screenName: String
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:585:16: warning: static property 'profileData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var profileData: Data?
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:585:16: note: convert 'profileData' to a 'let' constant to make 'Sendable' shared state immutable
static var profileData: Data?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:585:16: note: add '@MainActor' to make static property 'profileData' part of global actor 'MainActor'
static var profileData: Data?
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:585:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var profileData: Data?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:588:16: warning: static property 'dataModel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var dataModel: TestDataModel
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:588:16: note: convert 'dataModel' to a 'let' constant to make 'Sendable' shared state immutable
static var dataModel: TestDataModel
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:588:16: note: add '@MainActor' to make static property 'dataModel' part of global actor 'MainActor'
static var dataModel: TestDataModel
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:588:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var dataModel: TestDataModel
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:591:16: warning: static property 'userAge' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var userAge: Int
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:591:16: note: convert 'userAge' to a 'let' constant to make 'Sendable' shared state immutable
static var userAge: Int
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:591:16: note: add '@MainActor' to make static property 'userAge' part of global actor 'MainActor'
static var userAge: Int
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:591:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var userAge: Int
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:594:16: warning: static property 'piValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var piValue: Double
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:594:16: note: convert 'piValue' to a 'let' constant to make 'Sendable' shared state immutable
static var piValue: Double
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:594:16: note: add '@MainActor' to make static property 'piValue' part of global actor 'MainActor'
static var piValue: Double
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:594:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var piValue: Double
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:597:16: warning: static property 'eulerNumber' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var eulerNumber: Float
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:597:16: note: convert 'eulerNumber' to a 'let' constant to make 'Sendable' shared state immutable
static var eulerNumber: Float
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:597:16: note: add '@MainActor' to make static property 'eulerNumber' part of global actor 'MainActor'
static var eulerNumber: Float
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:597:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var eulerNumber: Float
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:600:16: warning: static property 'lastLoginDate' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var lastLoginDate: Date
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:600:16: note: convert 'lastLoginDate' to a 'let' constant to make 'Sendable' shared state immutable
static var lastLoginDate: Date
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:600:16: note: add '@MainActor' to make static property 'lastLoginDate' part of global actor 'MainActor'
static var lastLoginDate: Date
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:600:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var lastLoginDate: Date
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:603:16: warning: static property 'apiBaseUrl' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var apiBaseUrl: URL
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:603:16: note: convert 'apiBaseUrl' to a 'let' constant to make 'Sendable' shared state immutable
static var apiBaseUrl: URL
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:603:16: note: add '@MainActor' to make static property 'apiBaseUrl' part of global actor 'MainActor'
static var apiBaseUrl: URL
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:603:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var apiBaseUrl: URL
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:606:16: warning: static property 'optionalAge' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var optionalAge: Int?
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:606:16: note: convert 'optionalAge' to a 'let' constant to make 'Sendable' shared state immutable
static var optionalAge: Int?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:606:16: note: add '@MainActor' to make static property 'optionalAge' part of global actor 'MainActor'
static var optionalAge: Int?
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:606:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var optionalAge: Int?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:609:16: warning: static property 'optionalName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var optionalName: String?
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:609:16: note: convert 'optionalName' to a 'let' constant to make 'Sendable' shared state immutable
static var optionalName: String?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:609:16: note: add '@MainActor' to make static property 'optionalName' part of global actor 'MainActor'
static var optionalName: String?
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:609:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var optionalName: String?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:612:16: warning: static property 'dataModelArray' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var dataModelArray: [TestDataModel]
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:612:16: note: convert 'dataModelArray' to a 'let' constant to make 'Sendable' shared state immutable
static var dataModelArray: [TestDataModel]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:612:16: note: add '@MainActor' to make static property 'dataModelArray' part of global actor 'MainActor'
static var dataModelArray: [TestDataModel]
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:612:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var dataModelArray: [TestDataModel]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:615:16: warning: static property 'stringDictionary' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var stringDictionary: [String: String]
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:615:16: note: convert 'stringDictionary' to a 'let' constant to make 'Sendable' shared state immutable
static var stringDictionary: [String: String]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:615:16: note: add '@MainActor' to make static property 'stringDictionary' part of global actor 'MainActor'
static var stringDictionary: [String: String]
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:615:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var stringDictionary: [String: String]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:618:16: warning: static property 'complexMigration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var complexMigration: TestDataModel
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:618:16: note: convert 'complexMigration' to a 'let' constant to make 'Sendable' shared state immutable
static var complexMigration: TestDataModel
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:618:16: note: add '@MainActor' to make static property 'complexMigration' part of global actor 'MainActor'
static var complexMigration: TestDataModel
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:618:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var complexMigration: TestDataModel
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:622:16: warning: static property 'enabledFeature' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var enabledFeature: Bool
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:622:16: note: convert 'enabledFeature' to a 'let' constant to make 'Sendable' shared state immutable
static var enabledFeature: Bool
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:622:16: note: add '@MainActor' to make static property 'enabledFeature' part of global actor 'MainActor'
static var enabledFeature: Bool
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:622:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var enabledFeature: Bool
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:625:16: warning: static property 'defaultScore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultScore: Int
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:625:16: note: convert 'defaultScore' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultScore: Int
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:625:16: note: add '@MainActor' to make static property 'defaultScore' part of global actor 'MainActor'
static var defaultScore: Int
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:625:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultScore: Int
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:628:16: warning: static property 'defaultPi' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultPi: Double
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:628:16: note: convert 'defaultPi' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultPi: Double
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:628:16: note: add '@MainActor' to make static property 'defaultPi' part of global actor 'MainActor'
static var defaultPi: Double
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:628:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultPi: Double
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:631:16: warning: static property 'defaultEuler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultEuler: Float
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:631:16: note: convert 'defaultEuler' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultEuler: Float
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:631:16: note: add '@MainActor' to make static property 'defaultEuler' part of global actor 'MainActor'
static var defaultEuler: Float
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:631:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultEuler: Float
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:635:16: warning: static property 'customKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var customKey = "custom_test_key"
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:635:16: note: convert 'customKey' to a 'let' constant to make 'Sendable' shared state immutable
static var customKey = "custom_test_key"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:635:16: note: add '@MainActor' to make static property 'customKey' part of global actor 'MainActor'
static var customKey = "custom_test_key"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:635:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var customKey = "custom_test_key"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:636:16: warning: static property 'customStorage' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
static let customStorage = UserDefaults(suiteName: "com.test.custom")!
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:49:12: note: class 'UserDefaults' does not conform to the 'Sendable' protocol
@interface NSUserDefaults : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:636:16: note: add '@MainActor' to make static property 'customStorage' part of global actor 'MainActor'
static let customStorage = UserDefaults(suiteName: "com.test.custom")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:636:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let customStorage = UserDefaults(suiteName: "com.test.custom")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:639:16: warning: static property 'customValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var customValue: String
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:639:16: note: convert 'customValue' to a 'let' constant to make 'Sendable' shared state immutable
static var customValue: String
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:639:16: note: add '@MainActor' to make static property 'customValue' part of global actor 'MainActor'
static var customValue: String
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:639:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var customValue: String
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:660:16: warning: static property 'dataWithDate' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var dataWithDate: TestDataModelWithDate
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:660:16: note: convert 'dataWithDate' to a 'let' constant to make 'Sendable' shared state immutable
static var dataWithDate: TestDataModelWithDate
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:660:16: note: add '@MainActor' to make static property 'dataWithDate' part of global actor 'MainActor'
static var dataWithDate: TestDataModelWithDate
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:660:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var dataWithDate: TestDataModelWithDate
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Utilities/UserDefaults/UserDefaultTests.swift:419:7: warning: mutation of captured var 'notificationReceived' in concurrently-executing code
notificationReceived = true
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ColorExtensionTests.swift (in target 'Tests' from project 'PovioKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.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/SwiftUI/ViewAndModifierExtensionsTests.swift:25:33: warning: call to main actor-isolated instance method 'frame(size:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let squaredFrame = baseView.frame(size: 44)
^
/Users/admin/builder/spi-builder-workspace/Sources/UI/SwiftUI/Extensions/View+PovioKit.swift:13:8: note: calls to instance method 'frame(size:alignment:)' from outside of its actor context are implicitly asynchronous
func frame(size: CGFloat? = nil, alignment: Alignment = .center) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:22:8: note: add '@MainActor' to make instance method 'testViewFrameHiddenAndNoAnimationHelpers()' part of global actor 'MainActor'
func testViewFrameHiddenAndNoAnimationHelpers() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:26:31: warning: call to main actor-isolated instance method 'frame(size:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let sizedFrame = baseView.frame(size: CGSize(width: 44, height: 20))
^
/Users/admin/builder/spi-builder-workspace/Sources/UI/SwiftUI/Extensions/View+PovioKit.swift:18:8: note: calls to instance method 'frame(size:alignment:)' from outside of its actor context are implicitly asynchronous
func frame(size: CGSize, alignment: Alignment = .center) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:22:8: note: add '@MainActor' to make instance method 'testViewFrameHiddenAndNoAnimationHelpers()' part of global actor 'MainActor'
func testViewFrameHiddenAndNoAnimationHelpers() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:27:27: warning: call to main actor-isolated instance method 'hidden' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let hidden = baseView.hidden(true)
^
/Users/admin/builder/spi-builder-workspace/Sources/UI/SwiftUI/Extensions/View+PovioKit.swift:23:8: note: calls to instance method 'hidden' from outside of its actor context are implicitly asynchronous
func hidden(_ hidden: Bool) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:22:8: note: add '@MainActor' to make instance method 'testViewFrameHiddenAndNoAnimationHelpers()' part of global actor 'MainActor'
func testViewFrameHiddenAndNoAnimationHelpers() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:28:32: warning: call to main actor-isolated instance method 'noAnimation()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let noAnimation = baseView.noAnimation()
^
/Users/admin/builder/spi-builder-workspace/Sources/UI/SwiftUI/Extensions/View+PovioKit.swift:28:8: note: calls to instance method 'noAnimation()' from outside of its actor context are implicitly asynchronous
func noAnimation() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:22:8: note: add '@MainActor' to make instance method 'testViewFrameHiddenAndNoAnimationHelpers()' part of global actor 'MainActor'
func testViewFrameHiddenAndNoAnimationHelpers() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:40:30: warning: call to main actor-isolated instance method 'onFirstAppear(perform:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let onFirstAppear = text.onFirstAppear {}
^
/Users/admin/builder/spi-builder-workspace/Sources/UI/SwiftUI/View Modifiers/OnFirstAppearModifier.swift:28:8: note: calls to instance method 'onFirstAppear(perform:)' from outside of its actor context are implicitly asynchronous
func onFirstAppear(perform action: OnFirstAppearModifier.VoidHandler? = nil) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:36:8: note: add '@MainActor' to make instance method 'testSwiftUIModifierHelpersAreAvailable()' part of global actor 'MainActor'
func testSwiftUIModifierHelpersAreAvailable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:41:24: warning: call to main actor-isolated instance method 'squared(cornerRadius:aspectRatio:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let squared = text.squared(cornerRadius: 8, aspectRatio: 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/UI/SwiftUI/View Modifiers/SquaredModifier.swift:30:8: note: calls to instance method 'squared(cornerRadius:aspectRatio:)' from outside of its actor context are implicitly asynchronous
func squared(cornerRadius: CGFloat = 0, aspectRatio: CGFloat = 1) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:36:8: note: add '@MainActor' to make instance method 'testSwiftUIModifierHelpersAreAvailable()' part of global actor 'MainActor'
func testSwiftUIModifierHelpersAreAvailable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:42:53: warning: call to main actor-isolated instance method 'limitInput(text:limit:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let limited = TextField("Label", text: binding).limitInput(text: binding, limit: 3)
^
/Users/admin/builder/spi-builder-workspace/Sources/UI/SwiftUI/View Modifiers/TextFieldLimitModifer.swift:26:8: note: calls to instance method 'limitInput(text:limit:)' from outside of its actor context are implicitly asynchronous
func limitInput(text: Binding<String>, limit: Int) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:36:8: note: add '@MainActor' to make instance method 'testSwiftUIModifierHelpersAreAvailable()' part of global actor 'MainActor'
func testSwiftUIModifierHelpersAreAvailable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:43:25: warning: call to main actor-isolated instance method 'measureSize' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let measured = text.measureSize { _ in }
^
/Users/admin/builder/spi-builder-workspace/Sources/UI/SwiftUI/View Modifiers/MeasureSizeModifier.swift:39:8: note: calls to instance method 'measureSize' from outside of its actor context are implicitly asynchronous
func measureSize(_ handler: @escaping MeasureSizeModifier.SizeHandler) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:36:8: note: add '@MainActor' to make instance method 'testSwiftUIModifierHelpersAreAvailable()' part of global actor 'MainActor'
func testSwiftUIModifierHelpersAreAvailable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:44:32: warning: call to main actor-isolated instance method 'measureInitialSize' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let measuredInitial = text.measureInitialSize { _ in }
^
/Users/admin/builder/spi-builder-workspace/Sources/UI/SwiftUI/View Modifiers/MeasureSizeModifier.swift:44:8: note: calls to instance method 'measureInitialSize' from outside of its actor context are implicitly asynchronous
func measureInitialSize(_ handler: @escaping MeasureSizeModifier.SizeHandler) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/UI/SwiftUI/ViewAndModifierExtensionsTests.swift:36:8: note: add '@MainActor' to make instance method 'testSwiftUIModifierHelpersAreAvailable()' part of global actor 'MainActor'
func testSwiftUIModifierHelpersAreAvailable() {
^
@MainActor
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, TextField.swift (in target 'PovioKitUIKit' from project 'PovioKit')
SwiftCompile normal arm64 Compiling\ UITableViewCellTests.swift,\ UITableViewHeaderFooterViewTests.swift,\ UIViewControllerTests.swift,\ UIViewTests.swift,\ MockBundleReader.swift,\ XCConfigValueTests.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 /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/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.
^
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 Compiling DynamicCollectionCell.swift, GradientView.swift (in target 'PovioKitUIKit' from project 'PovioKit')
SwiftCompile normal arm64 Compiling\ DateTests.swift,\ DecodableDictionaryTests.swift,\ DispatchTimeIntervalTests.swift,\ DoubleConversionTests.swift,\ DoubleTests.swift,\ EncodableTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/DateTests.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/DoubleConversionTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/DoubleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/EncodableTests.swift (in target 'Tests' from project 'PovioKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/Foundation/DateTests.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/DoubleConversionTests.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
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
SwiftDriverJobDiscovery normal arm64 Compiling UIViewController+PovioKit.swift, UIWindow+PovioKit.swift (in target 'PovioKitUIKit' from project 'PovioKit')
SwiftCompile normal arm64 Compiling\ CGSizeTests.swift,\ UIColorTests.swift,\ UIDeviceTests.swift,\ UIEdgeInsetsTests.swift,\ UIImageTests.swift,\ UIResponderTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/CGSizeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIColorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIDeviceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIEdgeInsetsTests.swift /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 (in target 'Tests' from project 'PovioKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/CGSizeTests.swift (in target 'Tests' from project 'PovioKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIColorTests.swift (in target 'Tests' from project 'PovioKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIDeviceTests.swift (in target 'Tests' from project 'PovioKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIDeviceTests.swift:15:24: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let sut = UIDevice.current
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIDeviceTests.swift:14:8: note: add '@MainActor' to make instance method 'testAppVariablesNotEmpty()' part of global actor 'MainActor'
func testAppVariablesNotEmpty() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIDeviceTests.swift:16:24: warning: main actor-isolated property 'osVersion' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.osVersion.isEmpty, "OS version should not be empty")
^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIDevice+PovioKit.swift:14:7: note: property declared here
var osVersion: String {
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIDeviceTests.swift:17:24: warning: main actor-isolated property 'deviceName' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.deviceName.isEmpty, "Device name should not be empty")
^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIDevice+PovioKit.swift:19:7: note: property declared here
var deviceName: String {
^
/Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIDeviceTests.swift:18:24: warning: main actor-isolated property 'deviceCodeName' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.deviceCodeName.isEmpty, "Device code name should not be empty")
^
/Users/admin/builder/spi-builder-workspace/Sources/UI/UIKit/Extensions/UIDevice+PovioKit.swift:24:7: note: property declared here
var deviceCodeName: String {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tests/Core/Extensions/UIKit/UIEdgeInsetsTests.swift (in target 'Tests' from project 'PovioKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /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/UI/UIKit/Extensions/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/UI/UIKit/Extensions/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
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-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-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 -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 -package-name spi_builder_workspace -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 OptionalTests.swift, ResultTests.swift, StringTests.swift, URLTests.swift, MKAnnotationViewTests.swift, MKGeometryExtensionsTests.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-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-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 -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 -package-name spi_builder_workspace -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
SwiftDriverJobDiscovery normal arm64 Compiling MediaPlayerBehaviorTests.swift, MediaPlayerModelsTests.swift, MediaStreamTests.swift, MoneyExtensionsTests.swift, MoneyTests.swift, MoneyDefaultsTests.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
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.o (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.o
SwiftDriverJobDiscovery normal arm64 Compiling DateTests.swift, DecodableDictionaryTests.swift, DispatchTimeIntervalTests.swift, DoubleConversionTests.swift, DoubleTests.swift, EncodableTests.swift (in target 'Tests' from project 'PovioKit')
SwiftDriverJobDiscovery normal arm64 Compiling BundleReaderTests.swift, CameraModelsTests.swift, ColorInterpolatorTests.swift, CurrencyTests.swift, DelegatedTests.swift, DispatchTimerTests.swift (in target 'Tests' from project 'PovioKit')
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-ios16.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/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
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-ios16.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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 resource_bundle_accessor.swift, AppInfoTests.swift, CollectionGroupedTests.swift, CollectionTests.swift, DataTests.swift, DateFormatterTests.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 16.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-ios16.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
2026-04-17 18:29:40.701 appintentsmetadataprocessor[836:5061] Starting appintentsmetadataprocessor export
2026-04-17 18:29:40.736 appintentsmetadataprocessor[836:5061] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'PovioKitSwiftUI' from project 'PovioKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PovioKitSwiftUI --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 16.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-ios16.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
2026-04-17 18:29:40.701 appintentsmetadataprocessor[837:5062] Starting appintentsmetadataprocessor export
2026-04-17 18:29:40.739 appintentsmetadataprocessor[837:5062] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling ExifErrorTests.swift, ExifImageSourceTests.swift, ExifMacOSTests.swift, ExifTests.swift, InAppPurchaseErrorTests.swift, AudioPlayerTests.swift (in target 'Tests' from project 'PovioKit')
SwiftDriverJobDiscovery normal arm64 Compiling UITableViewCellTests.swift, UITableViewHeaderFooterViewTests.swift, UIViewControllerTests.swift, UIViewTests.swift, MockBundleReader.swift, XCConfigValueTests.swift (in target 'Tests' from project 'PovioKit')
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
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
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
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Kingfisher_Kingfisher.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher_Kingfisher.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/Kingfisher_Kingfisher.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/Kingfisher_Kingfisher.bundle -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tests.xctest/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling CGSizeTests.swift, UIColorTests.swift, UIDeviceTests.swift, UIEdgeInsetsTests.swift, UIImageTests.swift, UIResponderTests.swift (in target 'Tests' from project 'PovioKit')
SwiftDriverJobDiscovery normal arm64 Compiling StartupProcessServiceTests.swift, ThrottlerTests.swift, UserDefaultTests.swift, ColorExtensionTests.swift, ViewAndModifierExtensionsTests.swift, UICollectionReusableViewTests.swift (in target 'Tests' from project 'PovioKit')
SwiftDriverJobDiscovery normal arm64 Compiling UIWindowTests.swift, LoggerTests.swift, AppVersionValidatorTests.swift, AsyncThrottleSequenceTests.swift, AttributedStringBuilderTests.swift, BroadcastTests.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-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-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 -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 -package-name spi_builder_workspace -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-ios16.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 -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 /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 -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/PovioKitUtilities.build/Objects-normal/arm64/PovioKitUtilities.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.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
Ignoring --strip-bitcode because --sign was not passed
ExtractAppIntentsMetadata (in target 'Tests' from project 'PovioKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Tests --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 16.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-ios16.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
2026-04-17 18:29:41.373 appintentsmetadataprocessor[840:5113] Starting appintentsmetadataprocessor export
2026-04-17 18:29:41.375 appintentsmetadataprocessor[840:5113] 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
2026-04-17 18:29:41.401 appintentsnltrainingprocessor[842:5116] Parsing options for appintentsnltrainingprocessor
2026-04-17 18:29:41.402 appintentsnltrainingprocessor[842:5116] 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" : "kingfisher",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.0",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Kingfisher"
}
],
"manifest_display_name" : "PovioKit",
"name" : "PovioKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PovioKitCore",
"targets" : [
"PovioKitCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PovioKitUtilities",
"targets" : [
"PovioKitUtilities"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PovioKitUIKit",
"targets" : [
"PovioKitUIKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PovioKitSwiftUI",
"targets" : [
"PovioKitSwiftUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PovioKitAppKit",
"targets" : [
"PovioKitAppKit"
],
"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/DateFormatterTests.swift",
"Core/Extensions/Foundation/DateTests.swift",
"Core/Extensions/Foundation/DecodableDictionaryTests.swift",
"Core/Extensions/Foundation/DispatchTimeIntervalTests.swift",
"Core/Extensions/Foundation/DoubleConversionTests.swift",
"Core/Extensions/Foundation/DoubleTests.swift",
"Core/Extensions/Foundation/EncodableTests.swift",
"Core/Extensions/Foundation/OptionalTests.swift",
"Core/Extensions/Foundation/ResultTests.swift",
"Core/Extensions/Foundation/StringTests.swift",
"Core/Extensions/Foundation/URLTests.swift",
"Core/Extensions/MapKit/MKAnnotationViewTests.swift",
"Core/Extensions/MapKit/MKGeometryExtensionsTests.swift",
"Core/Extensions/UIKit/CGSizeTests.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/Logger/LoggerTests.swift",
"Core/Utilities/App Version Validator/AppVersionValidatorTests.swift",
"Core/Utilities/AsyncThrottleSequence/AsyncThrottleSequenceTests.swift",
"Core/Utilities/AttributedStringBuilder/AttributedStringBuilderTests.swift",
"Core/Utilities/Broadcast/BroadcastTests.swift",
"Core/Utilities/BundleReader/BundleReaderTests.swift",
"Core/Utilities/Camera/CameraModelsTests.swift",
"Core/Utilities/ColorInterpolator/ColorInterpolatorTests.swift",
"Core/Utilities/Currency/CurrencyTests.swift",
"Core/Utilities/Delegated/DelegatedTests.swift",
"Core/Utilities/DispatchTimer/DispatchTimerTests.swift",
"Core/Utilities/Exif/ExifErrorTests.swift",
"Core/Utilities/Exif/ExifImageSourceTests.swift",
"Core/Utilities/Exif/ExifMacOSTests.swift",
"Core/Utilities/Exif/ExifTests.swift",
"Core/Utilities/InAppPurchase/InAppPurchaseErrorTests.swift",
"Core/Utilities/MediaPlayer/AudioPlayerTests.swift",
"Core/Utilities/MediaPlayer/MediaPlayerBehaviorTests.swift",
"Core/Utilities/MediaPlayer/MediaPlayerModelsTests.swift",
"Core/Utilities/MediaPlayer/MediaStreamTests.swift",
"Core/Utilities/Money/MoneyExtensionsTests.swift",
"Core/Utilities/Money/MoneyTests.swift",
"Core/Utilities/MoneyDefaults/MoneyDefaultsTests.swift",
"Core/Utilities/StartupService/StartupProcessServiceTests.swift",
"Core/Utilities/Throttler/ThrottlerTests.swift",
"Core/Utilities/UserDefaults/UserDefaultTests.swift",
"UI/SwiftUI/ColorExtensionTests.swift",
"UI/SwiftUI/ViewAndModifierExtensionsTests.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",
"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",
"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_dependencies" : [
"Kingfisher"
],
"product_memberships" : [
"PovioKitUIKit"
],
"sources" : [
"Extensions/CGSize+PovioKit.swift",
"Extensions/UICollectionReusableView+PovioKit.swift",
"Extensions/UICollectionView+PovioKit.swift",
"Extensions/UIColor+PovioKit.swift",
"Extensions/UIDevice+PovioKit.swift",
"Extensions/UIEdgeInsets+PovioKit.swift",
"Extensions/UIImage+Kingfisher.swift",
"Extensions/UIImage+PovioKit.swift",
"Extensions/UIProgressView+PovioKit.swift",
"Extensions/UIResponder+PovioKit.swift",
"Extensions/UITableView+PovioKit.swift",
"Extensions/UITableViewCell+PovioKit.swift",
"Extensions/UITableViewHeaderFooterView+PovioKit.swift",
"Extensions/UIView+PovioKit.swift",
"Extensions/UIViewController+PovioKit.swift",
"Extensions/UIWindow+PovioKit.swift",
"Views/DynamicCollectionCell/DynamicCollectionCell.swift",
"Views/GradientView/GradientView.swift",
"Views/PaddingLabel/PaddingLabel.swift",
"Views/TextField/TextField.swift"
],
"target_dependencies" : [
"PovioKitCore",
"PovioKitUtilities"
],
"type" : "library"
},
{
"c99name" : "PovioKitSwiftUI",
"module_type" : "SwiftTarget",
"name" : "PovioKitSwiftUI",
"path" : "Sources/UI/SwiftUI",
"product_dependencies" : [
"Kingfisher"
],
"product_memberships" : [
"PovioKitSwiftUI"
],
"sources" : [
"Extensions/AnyTransition+PovioKit.swift",
"Extensions/Color+PovioKit.swift",
"Extensions/Text+PovioKit.swift",
"Extensions/View+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/HEICImageProcessor.swift",
"Views/RemoteImage/JPEGImageProcessor.swift",
"Views/RemoteImage/RemoteImage.swift",
"Views/ScrollViewWithOffset/ScrollViewWithOffset.swift",
"Views/SimpleColorPicker/SimpleColorPicker.swift"
],
"target_dependencies" : [
"PovioKitCore"
],
"type" : "library"
},
{
"c99name" : "PovioKitCore",
"module_type" : "SwiftTarget",
"name" : "PovioKitCore",
"path" : "Sources/Core",
"product_memberships" : [
"PovioKitCore",
"PovioKitUtilities",
"PovioKitUIKit",
"PovioKitSwiftUI",
"PovioKitAppKit"
],
"sources" : [
"AppInfo.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",
"Logger/Logger.swift"
],
"type" : "library"
},
{
"c99name" : "PovioKitAsync",
"module_type" : "SwiftTarget",
"name" : "PovioKitAsync",
"path" : "Sources/Async",
"product_memberships" : [
"PovioKitAsync"
],
"sources" : [
"AsyncThrottleSequence.swift"
],
"type" : "library"
},
{
"c99name" : "PovioKitAppKit",
"module_type" : "SwiftTarget",
"name" : "PovioKitAppKit",
"path" : "Sources/UI/AppKit",
"product_memberships" : [
"PovioKitAppKit"
],
"sources" : [
"NSView+PovioKit.swift",
"NSWindow+PovioKit.swift"
],
"target_dependencies" : [
"PovioKitCore"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.