fix(CI): CI was not running #1
Annotations
2 errors and 10 warnings
|
Build
The operation was canceled.
|
Build:
--- xcodebuild#L1
Using the first of multiple matching destinations:
|
Build:
SwissTransferCore/TargetAssembly.swift#L29
static property 'shared' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
|
Build:
SwissTransferCore/TransferManager+Extension.swift#L22
extension declares a conformance of imported type 'TransferManager' to imported protocol 'ObservableObject'; this will not behave correctly if the owners of 'STCore' introduce this conformance in the future
|
Build:
SwissTransferCore/TargetAssembly.swift#L29
static property 'shared' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
|
Build:
SwissTransferCore/AccountManager.swift#L45
sending 'self.injection.accountManager' risks causing data races; this is an error in the Swift 6 language mode
|
Build:
SwissTransferCore/FlowObserver.swift#L38
non-sendable type '(Any)?' returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
|
Build:
SwissTransferCore/TargetAssembly.swift#L29
static property 'shared' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
|
Build:
SwissTransferCore/TransferManager+Extension.swift#L22
extension declares a conformance of imported type 'TransferManager' to imported protocol 'ObservableObject'; this will not behave correctly if the owners of 'STCore' introduce this conformance in the future
|
Build:
<unknown>#L1
cannot form key path that captures non-sendable type 'KeyPath<AttributeScopes.SwiftUIAttributes, AttributeScopes.SwiftUIAttributes.ForegroundColorAttribute>'; this is an error in the Swift 6 language mode
|
Build:
<unknown>#L1
cannot form key path that captures non-sendable type 'KeyPath<AttributeScopes.SwiftUIAttributes, AttributeScopes.SwiftUIAttributes.ForegroundColorAttribute>'; this is an error in the Swift 6 language mode
|
Loading